Go to main content
Oracle EDR InfiniBand 交换机和虚拟化 I/O 系统管理指南

退出打印视图

更新时间: 2016 年 11 月
 
 

显示电源的输出功率状况 (Oracle ILOM CLI)

交换机具有冗余电源单元 (PS),编号为 0 和 1,您可以对其进行监视以获得输出功率状况。使用此任务可以监视有关单个 PS 的信息。

  1. 显示 PS 的总输出瓦特数。
    -> show -d properties /SYS/PS0/OUTPUT_POWER
     /SYS/PS0/OUTPUT_POWER
     	Properties:
     		type = Power Unit
     		ipmi_name = PS0/OUTPUT_POWER
     		class = Threshold Sensor
     		value = Disabled
            	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 = indeterminate
    ->
    
  2. 显示 PS 的电流输出安培数。
    -> show -d properties /SYS/PS0/I_OUT
     /SYS/PS0/I_OUT
     	Properties:
     		type = Current
     		ipmi_name = PS0/I_OUT
     		class = Threshold Sensor
     		value = 14. 750 Amps
     		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
    ->
    
  3. 显示 PS 的输出电压。
    -> show -d properties /SYS/PS0/V_OUT
     /SYS/PS0/V_OUT
     	Properties:
     		type = Voltage
     		ipmi_name = PS0/V_OUT
     		class = Threshold Sensor
     		value = 12.00 Volts
     		upper_nonrecov_threshold = 20.000 Volts
     		upper_critical_threshold = 14.000 Volts
     		upper_noncritical_threshold = 50.000 Amps
            	lower_noncritical_threshold = N/A
            	lower_critical_threshold = N/A
            	lower_nonrecov_threshold = N/A
    		 lower_critical_threshold = 10.000 Volts
     		alarm_status = cleared
    ->
    

相关信息