wbemcli
WBEM Command Line Interface for CIMOM access
Install
- All systems
-
curl cmd.cat/wbemcli.sh
- Debian
-
apt-get install sblim-wbemcli
- Ubuntu
-
apt-get install sblim-wbemcli
- Kali Linux
-
apt-get install sblim-wbemcli
- CentOS
-
yum install sblim-wbemcli
- Fedora
-
dnf install sblim-wbemcli
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sblim-wbemcli
- Raspbian
-
apt-get install sblim-wbemcli
- Dockerfile
- dockerfile.run/wbemcli
sblim-wbemcli
WBEM Command Line Interface for CIMOM access
The WBEM Command Line Interface is a standalone, convenient systems management utility for CIMOM access. Invocation and output syntax are problem-oriented and easy to process by shell and Perl scripts, making wbemcli well suited for administrators writing their own management scripts and for WBEM developers wanting to test their providers. WBEM (Web-Based Enterprise Management) is a successor of SNMP and the basis of SMI-S (Storage Management Initiative - a standard interface to storage devices). CIM (Common Information Model, the data model of WBEM) has a much wider scope, thus more ambitious projects like OpenPegasus exist, but this simple utility from the SBLIM project is enough to query disk and RAID states of SMI-S compatible storage products from their CIM Object Manager, for example.
python3-pywbem
Python3 WBEM Client and Provider Interface
python-pywbem
Python WBEM Client and Provider Interface
PyWBEM is a Python library that implements a Web Based Enterprise Management (WBEM) client. It performs WBEM operations using the CIM-XML and CIM Operations over HTTP protocols as defined by the Distributed Management Task Force (DMTF). WBEM is used to remotely describe and manage distributed computing environments. It is a peer and perhaps successor to the SNMP protocol.