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

印刷ビューの終了

更新: 2016 年 11 月
 
 

スイッチの電圧情報の表示 (Oracle ILOM CLI)

スイッチには多くのサブシステムがあり、それぞれ PS から異なる電圧を使用します。スイッチに供給される電源のさまざまなレベルのほか、その電源のイベントしきい値を表示できます。

  1. スイッチの 1 ボルト電源状態を表示します。
    -> show /SYS/MB/V_+1V0
    /SYS/MB/V_+1V0
    	Properties:
    		type = Voltage	
    		ipmi_name = MB/V_+1V0
    		class = Threshold Sensor
    		value = 0.983 Volts
    		upper_nonrecov_threshold = 1.068 Volts
    		upper_critical_threshold = 1.058 Volts
    		upper_noncritical_threshold = 1.049 Volts
    		lower_noncritical_threshold = 0.941 Volts
    		lower_critical_threshold = 0.931 Volts
    		lower_nonrecov_threshold = 0.921 Volts
    		alarm_status = cleared
    
    ->
    
  2. スイッチの 1.2 ボルト電源状態を表示します。
    -> show /SYS/MB/V_+1V2
    /SYS/MB/V_+1V2
    	Properties:
    		type = Voltage
    		ipmi_name = MB/V_+1V2
    		class = Threshold Sensor
    		value = 1.179 Volts
    		upper_nonrecov_threshold = 1.284 Volts
    		upper_critical_threshold = 1.274 Volts
    		upper_noncritical_threshold = 1.264 Volts
    		lower_noncritical_threshold = 1.137 Volts
    		lower_critical_threshold = 1.127 Volts
    		lower_nonrecov_threshold = 1.117 Volts
    		alarm_status = cleared
    
    ->
    
  3. スイッチの 1.5 ボルト電源状態を表示します。
    -> show -d properties /SYS/MB/V_+1V5
    /SYS/MB/V_+1V5
    	Properties:
    		type = Voltage
    		ipmi_name = MB/V_+1V5
    		class = Threshold Sensor
    		value = 1.474 Volts
    		upper_nonrecov_threshold = 1.676 Volts
    		upper_critical_threshold = 1.646 Volts
    		upper_noncritical_threshold = 1.578 Volts
    		lower_noncritical_threshold = 1.421 Volts
    		lower_critical_threshold = 1.352 Volts
    		lower_nonrecov_threshold = 1.323 Volts
    		alarm_status = cleared
    
    ->
    
  4. スイッチの 1.8 ボルト電源状態を表示します。
    -> show -d properties /SYS/MB/V_+1V8
    /SYS/MB/V_+1V8
    	Properties:
    		type = Voltage
    		ipmi_name = MB/V_+1V8
    		class = Threshold Sensor
    		value = 1.823 Volts
    		upper_nonrecov_threshold = 1.921 Volts
    		upper_critical_threshold = 1.911 Volts
    		upper_noncritical_threshold = 1.891 Volts
    		lower_noncritical_threshold = 1.705 Volts
    		lower_critical_threshold = 1.686 Volts
    		lower_nonrecov_threshold = 1.676 Volts
    		alarm_status = cleared
    
    ->
    
  5. スイッチの 2.5 ボルト電源状態を表示します。
    -> show -d properties /SYS/MB/V_+2V5
    /SYS/MB/V_+2V5
    	Properties:
    		type = Voltage
    		ipmi_name = MB/V_+2V5
    		class = Threshold Sensor
    		value = 3.660 Volts
    		upper_nonrecov_threshold = 2.671 Volts
    		upper_critical_threshold = 2.652 Volts
    		upper_noncritical_threshold = 2.632 Volts
    		lower_noncritical_threshold = 2.379 Volts
    		lower_critical_threshold = 2.359 Volts
    		lower_nonrecov_threshold = 2.340 Volts
    		alarm_status = critical
    
    ->
    
  6. スイッチの 3.3 ボルト電源状態を表示します。
    -> show -d properties /SYS/MB/V_+3V3
    /SYS/MB/V_+3V3
    	Properties:
    		type = Voltage
    		ipmi_name = MB/V_+3V3
    		class = Threshold Sensor
    		value = 3.256 Volts
    		upper_nonrecov_threshold = 3.510 Volts
    		upper_critical_threshold = 3.490 Volts
    		upper_noncritical_threshold = 3.471 Volts
    		lower_noncritical_threshold = 3.139 Volts
    		lower_critical_threshold = 3.120 Volts
    		lower_nonrecov_threshold = 3.101 Volts
    		alarm_status = cleared
    
    ->
    
  7. スイッチの 3.3 ボルトスタンバイ電源状態を表示します。
    -> show -d properties  /SYS/MB/V_+3V3_STDBY
    /SYS/MB/V_+3V3_STDBY
    	Properties:
    		type = Voltage
    		ipmi_name = MB/V_+3V3_STDBY
    		class = Threshold Sensor
    		value = 3.246 Volts
    		upper_nonrecov_threshold = 3.510 Volts
    		upper_critical_threshold = 3.490 Volts
    		upper_noncritical_threshold = 3.471 Volts
    		lower_noncritical_threshold = 3.139 Volts
    		lower_critical_threshold = 3.120 Volts
    		lower_nonrecov_threshold = 3.101 Volts
    		alarm_status = cleared
    
    ->
    

関連情報