ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system switch ethernet fan show

    Display fan information for Ethernet switches (cluster, management and storage).

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The system switch ethernet fan show command displays the status of fans on the monitored Ethernet switches.

    Parameters

    { [-fields <fieldname>,…​]

    Selects the specified fields.

    | [-instance ] }

    Displays detailed information for all fans on all switches.

    [-device <text>] - Switch Name

    Selects the fans that belong to the specified switch.

    [-fan-name <text>] - Fan or Fan Tray Name

    Selects the fans that match the specified fan name or fan tray name.

    [-index <integer>] - Sensor Index

    Selects the fans that match the specified sensor index.

    [-fan-type {single|tray}] - Single Fan or Fan Tray

    Selects the fans that match the specified fan type.

    [-fan-status {operational|failed|not-operational|not-present|unknown}] - Fan Status

    Selects the fans that match the specified operational status.

    [-display-name <text>] - Fan Display Name

    Selects the fans that match the specified display name.

    [-unique-name <text>] - Fan Unique Name

    Selects the fan that matches the specified unique name.

    [-container-name <text>] - Fan Container Name

    Selects the fans that match the specified container name.

    [-is-psu-fan {yes|no}] - Is Power Supply Unit Fan

    Selects the fans that are PSU fans (yes ) or are not PSU fans (no ).

    [-monitor {node-connect|system-connect|system|controller|chassis|cluster-switch|example|ethernet-switch}] - Health Monitor

    Selects the fans that the specified health monitor continuously monitors.

    [-error-description <text>] - Error Description

    Selects the fans that match the specified error description.

    [-status {ok|ok-with-suppressed|degraded|unreachable|unknown}] - Resource Status

    Selects the fans that match the specified status.

    Examples

    cluster1::> system switch ethernet fan show
    
    Switch: SwitchA
                                                              Is PSU
    Fan                Type   Fan Status       Container      Fan    Error
    ------------------ ------ ---------------- -------------- ------ ------------
    Fan Module-1       tray   operational      FanBay-1       no
    
    Fan Module-2       tray   operational      FanBay-2       no
    
    Switch: SwitchB
                                                              Is PSU
    Fan                Type   Fan Status       Container      Fan    Error
    ------------------ ------ ---------------- -------------- ------ ------------
    Fan Module-1       tray   operational      FanBay-1       no
    
    Fan Module-2       tray   operational      FanBay-2       no
    The above example displays the fans and their status on the switches names SwitchA and SwitchB.
    Top of Page