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

退出打印视图

更新时间: 2016 年 11 月
 
 

显示交换机温度 (Oracle ILOM CLI)

交换机包含由单个单个的风扇组成的风扇单元。交换机的冷却子系统支持查询整体机箱、风扇单元和单个风扇的特定温度和阈值。

使用此任务可以显示有关交换机的冷却和气流的系统级运行状况的信息。

  1. 显示交换机各个部分的环境温度。

    例如,要查看整体交换机的环境温度,可键入:

    -> show -d properties /SYS/MB/T_AMB
     /SYS/MB/T_AMB
     	Properties:
     		type = Temperature
            	ipmi_name = MB/T_AMB
            	class = Threshold Sensor
            	value = 33.000 degree C
            	upper_nonrecov_threshold = N/A
            	upper_critical_threshold = 43.000 degree C
            	upper_noncritical_threshold = 38.000 degree C
            	lower_noncritical_threshold = 8.000 degree C
            	lower_critical_threshold = 3.000 degree C
            	lower_nonrecov_threshold = N/A
            	alarm_status = cleared
    
    

    机箱、HCA 和 IB 交换机芯片这三个实体都将显示相同类型的信息。

  2. 显示从机箱排出的气流的温度。
    -> show -d properties /SYS/MB/T_OUT
     /SYS/MB/T_AMB
     	Properties:
     		type = Temperature
            	ipmi_name = MB/T_OUT
            	class = Threshold Sensor
            	value = 38.000 degree C
            	upper_nonrecov_threshold = N/A
            	upper_critical_threshold = 48.000 degree C
            	upper_noncritical_threshold = 43.000 degree C
            	lower_noncritical_threshold = 8.000 degree C
            	lower_critical_threshold = 3.000 degree C
            	lower_nonrecov_threshold = N/A
            	alarm_status = cleared
    
    ->
    

    机箱、HCA 和 IB 交换机芯片这三个实体都将显示相同类型的信息。

相关信息