show environment fan

Syntax

show environment fan [vsx-peer]

Description

Shows the status information for all fans and fan trays (if present) in the system.

Command context

Operator (>) or Manager (#)

Parameters

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed.

Authority

Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.

Usage

For fan trays, Status is one of the following values:

ready

The fan tray is operating normally.

fault

The fan tray is in a fault event. The status of the fan tray does not indicate the status of fans.

empty

The fan tray is not installed in the system.

For fans:

Speed

Indicates the relative speed of the fan based on the nominal speed range of the fan. Values are:

Slow

The fan is running at less than 25% of its maximum speed.

Normal

The fan is running at 25-49% of its maximum speed.

Medium

The fan is running at 50-74% of its maximum speed.

Fast

The fan is running at 75-99% of its maximum speed.

Max

The fan is running at 100% of its maximum speed.

N/A

The fan is not installed.

Direction

The direction of airflow through the fan. Values are:

front-to-back

Air flows from the front of the system to the back of the system.

N/A

The fan is not installed.

Status

Fan status. Values are:

uninitialized

The fan has not completed initialization.

ok

The fan is operating normally.

fault

The fan is in a fault state.

empty

The fan is not installed.

Examples

Showing output for systems with fan trays:

switch> show environment fan

Fan tray information
------------------------------------------------------------------------------
Mbr/Tray  Description                             Status  Serial Number  Fans
------------------------------------------------------------------------------
1/1       JL369A 8400 Fan tray                    ready   SGXXXXXXXXXX   6
1/2       JL369A 8400 Fan tray                    ready   SGXXXXXXXXXX   6
1/3       N/A                                     empty   N/A            0

Fan information
------------------------------------------------------------------------
Mbr/Tray/Fan  Serial Number  Speed   Direction      Status        RPM
------------------------------------------------------------------------
1/1/1         SGXXXXXXXXXX   slow    front-to-back  ok            6000
1/1/2         SGXXXXXXXXXX   normal  front-to-back  ok            8000
1/1/3         SGXXXXXXXXXX   medium  front-to-back  ok            11000
1/1/4         SGXXXXXXXXXX   fast    front-to-back  ok            14000
1/1/5         SGXXXXXXXXXX   max     front-to-back  fault         16500
1/1/6         N/A            N/A     N/A            empty         0
1/2/1         SGXXXXXXXXX    slow    front-to-back  ok            6000
...

Showing output for a system without a fan tray

switch> show environment fan

Fan information
---------------------------------------------------------------
Fan   Serial Number  Speed   Direction      Status        RPM
---------------------------------------------------------------
1     SGXXXXXXXXXX   slow    front-to-back  ok            6000
2     SGXXXXXXXXXX   normal  front-to-back  ok            8000
3     SGXXXXXXXXXX   medium  front-to-back  ok            11000
4     SGXXXXXXXXXX   fast    front-to-back  ok            14000
5     SGXXXXXXXXXX   max     front-to-back  fault         16500
6     N/A            N/A     N/A            empty     
...