ONTAP 9.12.1 commands

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

    Display temperature 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 temperature show command displays the temperature status of switches monitored by the Ethernet switch health monitor.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-device <text>] - Switch Name

    Selects the temperature sensors that belong to the specified switch.

    [-sensor-name <text>] - Sensor Name

    Selects the temperature sensors that match the specified temperature sensor name.

    [-index <integer>] - Sensor Index

    Selects the temperature sensors that match the specified sensor index.

    [-temperature <integer>] - Temperature in Celsius

    Selects the temperature sensors whose readings match the specified temperature value.

    [-threshold-severity {Unknown|Other|Information|Degraded|Minor|Major|Critical|Fatal}] - Threshold Severity

    Selects the temperature sensors that match the specified threshold severity.

    [-threshold-value <integer>,…​] - Threshold Value

    Selects the temperature sensors that match the specified threshold value.

    [-sensor-status {normal|warning|alert|critical|not-present|not-operational|unknown}] - Temperature Status

    Selects the temperature sensors that match the specified operational status.

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

    Selects the temperature sensors that match the specified sensor display name.

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

    Selects the temperature sensor that matches the specified unique name.

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

    Selects the temperature sensors that the specified health monitor continuously monitors.

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

    Selects the temperature sensors that match the specified fault error description.

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

    Selects the temperature sensors that match the specified status.

    Examples

    cluster1::> system switch ethernet temperature show
                                 Threshold  Threshold
    Switch  Sensor       Reading Severity   Value      Status   Error
    ------- ------------ ------- ---------- ---------- -------- --------------
    SwitchA "Module-1, Intake-1"
                         24      Minor, Major
                                            40, 50     normal
    SwitchA "Module-1, Intake-2"
                         23      Minor, Major
                                            40, 50     normal

    The example above displays temperature status for all Ethernet switches (cluster, management and storage).

    Top of Page