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

Exit Print View

Updated: November 2016
 
 

Display Module Temperatures (Oracle ILOM CLI)

Each module has temperature sensors that register the ambient temperature of air moving across the module. Module temperature sensors raise an alarm if the temperature passes defined thresholds.

  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.

  2. Display critical temperature sensor information for a specific I/O module.
    -> show /SYS/MODULES/MODULEX/T_CRITICAL
      

    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 current temperature for module 3, type:

    -> show /SYS/MODULES/MODULE3/T_CRITICAL/
    
     /SYS/MODULES/MODULE3/T_CRITICAL
        Targets:
    
        Properties:
            type = Temperature
            class = Discrete Sensor
            value = State Deasserted
            alarm_status = cleared
    
    

    In this example, the sensor state is Deasserted, so the module temperature is in an acceptable range. For information about sensor states, see Oracle ILOM Module Targets Overview.

  3. Display the temperatures recorded for a specific I/O module.
    -> show /SYS/MODULES/MODULEX/T_MOD
      

    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 current temperature for module 3, type:

    -> show /SYS/MODULES/MODULE3/T_MOD/
    
     /SYS/MODULES/MODULE3/T_MOD
        Targets:
    
        Properties:
            type = Temperature
            class = Threshold Sensor
            value = 0.000 degree C
            upper_nonrecov_threshold = 105.000 degree C
            upper_critical_threshold = 100.000 degree C
            upper_noncritical_threshold = 95.000 degree C
            lower_noncritical_threshold = N/A
            lower_critical_threshold = -1.000 degree C
            lower_nonrecov_threshold = N/A
            alarm_status = cleared
    

Related Information