创建用于通过 IPMI 控制虚拟实例的虚拟 BMC
项目描述
概述
用于使用 IPMI 命令控制虚拟机的虚拟 BMC。
安装
pip install virtualbmc
支持的 IPMI 命令
# Power the virtual machine on, off, graceful off, NMI and reset
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power on|off|soft|diag|reset
# 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
项目资源
在 StoryBoard 中跟踪项目状态、错误和功能增强请求 (RFE): https ://storyboard.openstack.org/#!/project/openstack/virtualbmc
有关如何为 VirtualBMC 做出贡献的信息,请参阅 https://docs.openstack.org/virtualbmc/latest/contributor
项目详情
下载文件
下载适用于您平台的文件。如果您不确定要选择哪个,请了解有关安装包的更多信息。
源分布
virtualbmc-2.2.2.tar.gz
(38.7 kB
查看哈希)
内置分布
virtualbmc-2.2.2-py3-none-any.whl
(38.1 kB
查看哈希)