python2-virshbmc
General Hardware Management Initiative (IPMI and others) - Python 2.7
Install
- All systems
-
curl cmd.cat/python2-virshbmc.sh
- Debian
-
apt-get install python-pyghmi
- Ubuntu
-
apt-get install python-pyghmi
- Kali Linux
-
apt-get install python-pyghmi
- Fedora
-
dnf install python-pyghmi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-pyghmi
- Raspbian
-
apt-get install python-pyghmi
- Dockerfile
- dockerfile.run/python2-virshbmc
python-pyghmi
General Hardware Management Initiative (IPMI and others) - Python 2.7
This is a pure Python implementation of IPMI protocol. ipmictl.py is a sample application to roughly show the most simple approach to invoking the library. With this library, you can remotely start/stop/reset your server. This package provides the Python 2.7 module.