跳到主要内容

使用 DCMI 命令管理服务器电源

按本主题中的信息使用 DCMI 命令管理服务器电源。

DCMI 提供可通过标准管理软件接口使用的监控和控制功能。此外,也可使用 DCMI 命令完成服务器电源管理功能。

以下信息是常用 DCMI 电源管理功能和命令的示例。请求消息用于发起一个操作,请求方将收到返回的响应消息。
由于空间限制,命令显示为以下格式。

获取功率读数:请求:ipmitool -H <$XClarity_Controller_IP> -U <USERID> -P <PASSW0RD> raw 0x2c 0x02 0xdc 0x01 0x00 0x00 响应:dc 39 00 38 00 3b 00 39 00 e3 6f 0a 39 e8 03 00 00 40

设置功率限制:请求:ipmitool -H <$XClarity_Controller_IP> -U <USERID> -P PASSW0RD raw 0x2c 0x04 0xdc 0x00 0x00 0x00 0x00 0xA0 0x00 0xe8 0x03 0x00 0x00 0x00 0x00 0xe8 0x03 响应:dc

获取功率上限:请求:ipmitool -H <$XClarity_Controller_IP> -U <USERID> -P <PASSW0RD> raw 0x2c 0x03 0xdc 0x00 0x00 响应:dc 00 00 00 a0 00 e8 03 00 00 00 00 01 00

激活功率限制:请求:ipmitool -H <$XClarity_Controller_IP> -U <USERID> -P <PASSW0RD> raw 0x2c 0x05 0xdc 0x01 0x00 0x00 响应:dc

停用功率限制:请求:ipmitool -H <$XClarity_Controller_IP> -U <USERID> -P <PASSW0RD> raw 0x2c 0x05 0xdc 0x00 0x00 0x00 响应:dc

某些服务器上可能不支持对设置功率限制命令的异常操作。例如,可能不支持硬关闭系统电源和向 SEL 发送日志事件 参数。

有关 DCMI 规范支持的命令的完整列表,请参阅 Data Center Manageability Interface 规格 上最新版本的 Data Center Manageability Interface Specification