Go to main content
Oracle EDR InfiniBand 交换机和虚拟化 I/O 系统管理指南

退出打印视图

更新时间: 2016 年 11 月
 
 

显示 MBOM 温度 (Oracle ILOM CLI)

交换机包含 MBOM 单元,支持通过 EDR 连接到支持 EDR 的主机。交换机支持最多 13 个 MBOM,编号从 0 至 12。交换机出厂时已编程设置了 MBOM 的有效工作温度,因此您可以读取温度和事件阈值,但不能进行设置。

  • 显示特定 MBOM 的温度。
    ->  show -d properties /SYS/MB/T_MBOMX
    
    

    其中 x 是从 012 的数字,对应于要显示其信息的 MBOM。

    例如,要确定 MBOM 1 的当前温度,可键入:

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

相关信息