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

Exit Print View

Updated: November 2016
 
 

Display a Power Supply's Health (Oracle ILOM CLI)

The switch has redundant power supply units (PSs) numbered 0 and 1 that you can monitor for overall health as well as detailed information.

  1. Discover the presence or absence of a specific PS.
    -> show -d properties /SYS/PSslot
    

    where slot is either 0 or 1, corresponding to the PS for which you want to display information.

  2. Display the state of the PS's Health LED.

    For example, to display the PS0 state, type:

    -> show -d properties /SYS/PS0/PWROK
     /SYS/PS0/PWROK
     	Properties:
     		type = Power Supply
     		ipmi_name = PS0/PWROK
     		class = Discrete Sensor
     		value = Asserted
     		alarm_status = cleared
    ->
    

Related Information