使用 DCMI 指令管理伺服器電源
使用本主題中的資訊,以 DCMI 指令來管理伺服器電源。
DCMI 提供可以透過標準管理軟體介面公開的監視及控制功能。伺服器電源管理功能也可以使用 DCMI 指令來達成。
取得電源讀數: Request:ipmitool -H <$XClarity_Controller_IP> -U <USERID> -P <PASSW0RD> raw 0x2c 0x02 0xdc 0x01 0x00 0x00 Response:dc 39 00 38 00 3b 00 39 00 e3 6f 0a 39 e8 03 00 00 40
設定電源限制: Request: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 Response:dc
取得功率限制: Request:ipmitool -H <$XClarity_Controller_IP> -U <USERID> -P <PASSW0RD> raw 0x2c 0x03 0xdc 0x00 0x00 Response:dc 00 00 00 a0 00 e8 03 00 00 00 00 01 00
啟動電源限制: Request:ipmitool -H <$XClarity_Controller_IP> -U <USERID> -P <PASSW0RD> raw 0x2c 0x05 0xdc 0x01 0x00 0x00 Response:dc
停用電源限制: Request:ipmitool -H <$XClarity_Controller_IP> -U <USERID> -P <PASSW0RD> raw 0x2c 0x05 0xdc 0x00 0x00 0x00 Response:dc
如需 DCMI 規格支援的指令的完整清單,請參閱最新版的資料中心可管理性介面規格,網址為 資料中心可管理性介面規格。