Go to main content
Oracle EDR InfiniBand Switch および仮想 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 スイッチチップの 3 つのすべてのエンティティーは、同じタイプの情報を表示します。

  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 スイッチチップの 3 つのすべてのエンティティーは、同じタイプの情報を表示します。

関連情報