Go to main content
Oracle EDR InfiniBand Switch および仮想 I/O システム管理ガイド

印刷ビューの終了

更新: 2016 年 11 月
 
 

電源情報の表示 (Oracle ILOM CLI)

このタスクを使用して、スイッチの 2 つの PS のいずれかの存在と位置を照会します。

  1. 特定の 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
    ->
    
  2. PS の FRU 情報を表示します。
    -> 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)
    ->
    
  3. 電源装置の FRU 情報を表示します。

    ここで 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
    ->
    

関連情報