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

Exit Print View

Updated: November 2016
 
 

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

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

  1. Display a PS's aggregate input wattage.

    For example, to display the PS 0 input power information, type:

    -> 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. Display a PS's input amperage of electrical current.

    For example, to display the PS 0 input current information, type:

    -> 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. Display a PS's input voltage.

    For example, to display the PS 0 input voltage information, type:

    -> 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
    ->
    

Related Information