使用此任务可以查询交换机的两个 PS 中的任意一个的存在情况和位置。
-> show -d properties /SYS/PSslot/PRSNT
其中 slot 是 0 或 1,对应于要显示其信息的 PS。
例如,要确定 PS 0 是否存在,可键入:
-> show -d properties /SYS/PS0/PRSNT /SYS/PS0/PRSNT Properties: type = Entity Presence ipmi_name = PS0/PRSNT class = Discrete Sensor value = Present alarm_status = cleared ->
-> show -d properties /SYS/PS0/ /SYS/PSO Properties: type = Power Supply ipmi_name = PS0 fru_manufacturer = Delta Electronics fru_part_number = 7065505-01 fault_state = OK clear_fault_action = (none) ->
其中 slot 是电源插槽(0 或 1)。
-> show -d properties /System/Power/Power_Supplies/Power_Supply_slot
例如,键入 :
-> show -d properties /System/Power/Power_Supplies/Power_Supply_0 /System/Power/Power_Supplies/Power_Supply_0 Properties: health = OK health_details = - part_number = 7065505-01 serial_number = C94928 manufacturer = Delta Electronics location = PS0 (Power Supply 0) input_power = Present output_power = 93 watts ->