交换机具有冗余电源单元 (PS),编号为 0 和 1,您可以对其进行监视以获得输入功率状况。使用此任务可以监视单个 PS 的信息。
例如,要显示 PS 0 输入功率信息,可键入:
-> show -d properties /SYS/PS0/INPUT_POWER /SYS/PS0/INPUT_POWER Properties: type = Power Unit ipmi_name = PS0/IN_POWER class = Threshold Sensor value = 117.936 Watts upper_nonrecov_threshold = N/A upper_critical_threshold = N/A upper_noncritical_threshold = N/A lower_noncritical_threshold = N/A lower_critical_threshold = N/A lower_nonrecov_threshold = N/A alarm_status = cleared ->
例如,要显示 PS 0 输入电流信息,可键入:
-> show -d properties /SYS/PS0/I_IN
/SYS/PS0/I_IN
Properties:
type = Current
ipmi_name = PS0/I_IN
class = Threshold Sensor
value = 1.008 Amps
upper_nonrecov_threshold = 8.946 Amps
upper_critical_threshold = 7.938 Amps
upper_noncritical_threshold = 7.497 Amps
lower_noncritical_threshold = N/A
lower_critical_threshold = N/A
lower_nonrecov_threshold = N/A
alarm_status = cleared
->
例如,要显示 PS 0 输入电压信息,可键入:
-> show -d properties /SYS/PS0/V_IN
/SYS/PS0/V_IN
Properties:
type = Voltage
ipmi_name = PS0/V_IN
class = Threshold Sensor
value = 210.00 Volts
upper_nonrecov_threshold = 255.000 Volts
upper_critical_threshold = 252.000 Volts
upper_noncritical_threshold = N/A
lower_noncritical_threshold = N/A
lower_critical_threshold = 100.000 Volts
lower_nonrecov_threshold = 90.000 Volts
alarm_status = cleared
->