Go to main content
Oracle EDR InfiniBand 交换机和虚拟化 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
    
    ->
    

相关信息