Users Guide

Table Of Contents
2. 根据需要设置属性:
要选择冗余策略,请键入:
racadm config -g cfgChassisPower -o
cfgChassisRedundancyPolicy <value>
其中,<value> 0(无冗余)、1(电网冗余)或 3(仅冗余警报)。默认值为 3
例如,以下命令将冗余策略设置为 1
racadm config -g cfgChassisPower -o
cfgChassisRedundancyPolicy 1
要设置电源预算值,请键入:
racadm config -g cfgChassisPower -o
cfgChassisPowerCap <value>
其中 <value> 为“当前运行时机箱负荷”和 3371 之间的数字,表示最大功率上限(瓦)。默认值为 3371
例如,以下命令将最大电源预算设置为 3371 瓦:
racadm config -g cfgChassisPower -o
cfgChassisPowerCap 3371
要查看上限和下限,请键入:
racadm getconfig -g cfgchassispower -o cfgchassispowercap <lower,upper> bound
其中 <lower, upper> 是下限和上限。
racadm config -g cfgChassisPower -o
cfgChassisPowerCap 3000
若要启用最大功耗模式,请键入:
racadm config -g cfgChassisPower -o
cfgChassisMaxPowerConservationMode 1
若要恢复正常操作,请键入:
racadm config -g cfgChassisPower -o
cfgChassisMaxPowerConservationMode 0
要启用电源远程日志记录功能,请输入以下命令:
racadm config -g cfgRemoteHosts -o
cfgRhostsSyslogPowerLoggingEnabled 1
要指定所需的日志记录间隔,请输入以下命令:
racadm config -g cfgRemoteHosts -o
cfgRhostsSyslogPowerLoggingInterval n
其中 n 1 1440 分钟。
要确定是否已启用电源远程日志记录功能,请输入以下命令:
racadm getconfig -g cfgRemoteHosts -o
cfgRhostsSyslogPowerLoggingEnabled
要确定电源远程日志记录间隔,请输入以下命令:
racadm getconfig -g cfgRemoteHosts -o
cfgRhostsSyslogPowerLoggingInterval
电源远程日志记录功能依赖于之前是否已在远程系统日志主机上配置此功能。必须启用登录到一台或多台远程系统日志主
机,否则将记录功耗。可通过 Web GUI RACADM CLI 完成此操作。有关更多信息,请参阅远程系统日志配置说明。
130 管理和监测电源