Create virtual BMCs for controlling virtual instances via IPMI
Project description
A virtual BMC for controlling virtual machines using IPMI commands.
Installation
pip install virtualbmc
Supported IPMI commands
# Power the virtual machine on, off, graceful off and NMI
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power on|off|soft|diag
# Check the power status
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power status
# Set the boot device to network, hd or cdrom
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 chassis bootdev pxe|disk|cdrom
# Get the current boot device
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 chassis bootparam get 5
# Get the current boot device
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 chassis bootparam get 5
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
virtualbmc-1.1.0.tar.gz
(23.2 kB
view details)
Built Distribution
File details
Details for the file virtualbmc-1.1.0.tar.gz
.
File metadata
- Download URL: virtualbmc-1.1.0.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbbd541e94824a3f937106e5efcf15e89608e6a9a6bbd52c6d47dd6a4733b986 |
|
MD5 | 416252f12d4653566dfa377d3666d7b0 |
|
BLAKE2b-256 | 1153735452575825dc8685110943514914282e834b483222bf3def2883ab1c2a |
Provenance
File details
Details for the file virtualbmc-1.1.0-py2-none-any.whl
.
File metadata
- Download URL: virtualbmc-1.1.0-py2-none-any.whl
- Upload date:
- Size: 26.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54f5d20748b9d85a53403e65f34cc975f780d077fe3294ff267f8a7669bf7470 |
|
MD5 | 220246570a2935f98f9d3256183b009a |
|
BLAKE2b-256 | 21093142ba43c8b703d90aa0b49ec27e3ded9785c9f5678e975f939497a5d955 |