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

Exit Print View

Updated: November 2016
 
 

Display the MBOM Temperature (Oracle ILOM CLI)

The switch contains MBOM units that enable the EDR connections to EDR-capable hosts. The switch supports a maximum of 13 MBOMs numbered from zero to 12. Valid operating temperatures for the MBOMs are programmed at the factory, so you can read the temperatures and event thresholds, but not set them.

  • Display the temperature of a specific MBOM.
    ->  show -d properties /SYS/MB/T_MBOMX
    
    

    where x is a number from 0 to 12 that corresponds to the MBOM for which you want to display information.

    For example, to determine the current temperature for MBOM 1, type:

    -> show -d properties /SYS/MB/T_MBOM1
    /SYS/MB/T_MBOM1
    	Properties:
    		type = Temperature
    		ipmi_name = /MB/T_MBOM1
    		class = Threshold Sensor
    		value = 44.000 degree C
    		upper_nonrecov_threshold = 80.000 degree C
    		upper_critical_threshold = 70.000 degree C
    		upper_noncritical_threshold = 65.000 degree C
    		lower_noncritical_threshold = N/A
    		lower_critical_threshold = N/A
    		lower_nonrecov_threshold = N/A
    		alarm_status = cleared
    
    ->

Related Information