Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Display a Power Supply's Output Power Conditions (Oracle ILOM CLI)

The switch has redundant power supply units (PSs) numbered 0 and 1 that you can monitor for output power conditions. Use this task to monitor information about an individual PS.

  1. Display a PS's aggregate output wattage.
    -> 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. Display a PS's output amperage of electrical current.
    -> 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. Display a PS's output voltage.
    -> 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
    ->
    

Related Information