python3-virshbmc
General Hardware Management Initiative (IPMI and others) - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-virshbmc.sh
- Debian
-
apt-get install python3-pyghmi
- Ubuntu
-
apt-get install python3-pyghmi
- Kali Linux
-
apt-get install python3-pyghmi
- Fedora
-
dnf install python3-pyghmi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pyghmi
- Dockerfile
- dockerfile.run/python3-virshbmc
python3-pyghmi
General Hardware Management Initiative (IPMI and others) - Python 3.x
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 3.x module.