このタスクを使用して、スイッチの 2 つの PS のいずれかの存在と位置を照会します。
-> show -d properties /SYS/PSslot/PRSNT
ここで slot は、情報を表示する PS に対応する 0 または 1 です。
たとえば、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 ->