Users Guide

基于服务器的电源管理 (SBPM)
冗余策略:电源设备冗余或无冗余
最大节能模式 (MPCM)
动态电源设备接入 (DPSE)
系统输入功率上限值设置为小于或等于 13300W (45381 BTU/h)。
机箱未安装六个 3000W PSU 或所有 PSU 都不支持 EPPEPP 选项变为灰色且不可供选择。
GUID-068B741B-00DA-46CD-BD03-37135AC46708
扩展电源性能场景 - 使用 RACADM
场景 1:使用 racadm getconfig/config set 命令管理 EPP 功能控制(启用/禁用)
要在 3000W 交流 PSU 配置上启用 EPP 功能,可使用:
racadm config -g cfgChassisPower -o cfgChassisEPPEnable 1
To disable EPP feature on a 3000W AC PSU configuration, use:
To disable EPP feature on a 3000W AC PSU configuration, use:
要在 3000W 交流 PSU 配置上检查是否已启用 EPP 功能,可使用:
racadm getconfig -g cfgChassisPower -o cfgChassisEPPEnable
场景 2:使用 racadm getpbinfo 查看 EPP 功能状态:
racadm getpbinfo
Extended Power Performance(EPP) Status = Enabled (inactive)
Available Power in EPP Pool = 3167 W (10806 BTU/h)
Used Power in EPP Pool = 0 W (0 BTU/h)
EPP Percent - Available = 100.0
场景 3:查看 CMC 日志中记录的 EPP 功能控制操作:
racadm getraclog
Jul 31 14:16:11 CMC-4C2WXF1 Log Cleared
Jul 31 14:15:49 CMC-4C2WXF1 Extended Power Performance is Enabled
Jul 31 14:15:49 CMC-4C2WXF1 Extended Power Performance is Disabled
场景 4:在启用了 EPP 时,更改与 EPP 不兼容的电源配置属性:
3000W 交流 PSU 上启用基于服务器的电源管理 (SBMP)
racadm config -g cfgChassisPower -o cfgChassisServerBasedPowerMgmtMode 1
This feature is not supported while Extended Power Performance is enabled.
3000W 交流 PSU 上启用动态电源设备接入
racadm config -g cfgChassisPower -o cfgChassisDynamicPSUEngagementEnable 1
This feature is not supported while Extended Power Performance is enabled.
将电源冗余策略从电网冗余策略更改为 3000W 交流 PSU 上的 PSU 冗余策略
racadm config -g cfgChassisPower -o cfgChassisRedundancyPolicy 2
This feature is not supported while Extended Power Performance is enabled.
将电源冗余策略从电网冗余策略更改为 3000W 交流 PSU 上的无冗余策略
racadm config -g cfgChassisPower -o cfgChassisRedundancyPolicy 0
This feature is not supported while Extended Power Performance is enabled.
将系统输入功率上限值更改为小于或等于 13300 W
racadm config g cfgChassisPower -o cfgChassisPowerCap 12500
System Input Power Cap cannot be set to less than or equal to 13300W (45381 BTU/h)
while Extended Power Performance is enabled.
3000W 交流 PSU 上启用 110V(交流)
racadm config -g cfgChassisPower -o cfgChassisAllow110VACOperation 1
This feature is not supported on 3000W power supplies.
3000W 交流 PSU 上启用最大节能模式
237