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

印刷ビューの終了

更新: 2016 年 11 月
 
 

電源装置の入力電力状態の表示 (Oracle ILOM CLI)

スイッチには、入力電力状態をモニターできる 0 と 1 の番号が付けられた冗長電源ユニット (PS) があります。このタスクを使用して、個々の PS の情報をモニターします。

  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
    
    ->
    
  2. PS の入力電流のアンペア数を表示します。

    たとえば、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
    ->
    
  3. PS の入力電圧を表示します。

    たとえば、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
    ->
    

関連情報