跳转到主要内容

通过IPMI命令创建用于控制虚拟实例的虚拟BMC

项目描述

团队和仓库标签

https://governance.openstack.org/tc/badges/virtualbmc.svg

概述

使用IPMI命令控制虚拟机的虚拟BMC。

该软件仅供CI和开发使用。请勿在任意原因下将VirtualBMC运行在生产环境中。

安装

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

项目资源

有关如何为VirtualBMC做出贡献的信息,请参阅 https://docs.openstack.org/virtualbmc/latest/contributor

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分布

virtualbmc-3.1.0.tar.gz (39.3 kB 查看哈希值)

上传时间:

构建分布

virtualbmc-3.1.0-py3-none-any.whl (38.3 kB 查看哈希值)

上传时间: Python 3

由以下支持