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

Exit Print View

Updated: November 2016
 
 

Display Module Power Information (Oracle ILOM CLI)

Modules installed in the virtualization switch should be operational while the switch is powered on and running. Modules can be in a different state than the overall switch power state. Use this task to display the power information for individual modules in the virtualization switch.

  1. Display the installed modules.
    -> show /SYS/MODULES/
    
     /SYS/MODULES
        Targets:
            MODULE0
            MODULE1
            MODULE3
            MODULE5
            MODULE6
            MODULE10
    

    I/O modules in the virtualization switch are numbered 0 to 11 with Module 0 occupying the first (left most) physical slot in the virtualization switch.

  2. Display power state for a specific I/O module.
    -> show /SYS/MODULES/MODULEX power_state
      

    where X is a number between 0 or 11 that corresponds to the module slot for which you want to display information.

    For example, to display the power state for module 3, type:

    -> show /SYS/MODULES/MODULE3 power_state
    
      /SYS/MODULES/MODULE3
        Properties:
            power_state = On
    
  3. Display the 0V85 power information for the module.
    -> show /SYS/MODULES/MODULE3/0V85_OK/
    
     /SYS/MODULES/MODULE3/0V85_OK
        Targets:
    
        Properties:
            type = Voltage
            ipmi_name = MODULE3/0V85_OK
            class = Discrete Sensor
            value = State Asserted
            alarm_status = cleared
    
  4. Display 1-volt power information from module sensors.
    1. Display the 1V0 power sensor information.
      -> show /SYS/MODULES/MODULE3/1V0_OK/
      
       /SYS/MODULES/MODULE3/1V0_OK
          Targets:
      
          Properties:
              type = Voltage
              ipmi_name = MODULE3/1V0_OK
              class = Discrete Sensor
              value = State Asserted
              alarm_status = cleared
      
    2. Display the 1V2 power sensor information.
      -> show /SYS/MODULES/MODULE3/1V2_OK
      
       /SYS/MODULES/MODULE3/1V2_OK
          Targets:
      
          Properties:
              type = Voltage
              ipmi_name = MODULE3/1V2_OK
              class = Discrete Sensor
              value = State Asserted
              alarm_status = cleared
      
    3. Display the 1V8 power sensor information.
      -> show /SYS/MODULES/MODULE3/1V8_OK/
      
       /SYS/MODULES/MODULE3/1V8_OK
          Targets:
      
          Properties:
              type = Voltage
              ipmi_name = MODULE3/1V8_OK
              class = Discrete Sensor
              value = State Asserted
              alarm_status = cleared
      
  5. Display the 2V5 power information for the module.
    -> show /SYS/MODULES/MODULE3/2V5_OK/
    
     /SYS/MODULES/MODULE3/2V5_OK
        Targets:
    
        Properties:
            type = Voltage
            ipmi_name = MODULE3/2V5_OK
            class = Discrete Sensor
            value = State Asserted
            alarm_status = cleared
    
  6. Display the 3V3 power information for the module.
    -> show /SYS/MODULES/MODULE3/3V3_OK/
    
     /SYS/MODULES/MODULE3/3V3_OK
        Targets:
    
        Properties:
            type = Voltage
            ipmi_name = MODULE3/3V3_OK
            class = Discrete Sensor
            value = State Asserted
            alarm_status = cleared
    

Related Information