ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system controller ioxm show

    Displays IOXM Device Health Status

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

    Description

    The system controller ioxm show command displays the details of the IO expansion modules (IOXMs) that are connected to the nodes in a cluster. These commands are available for 80xx, 25xx and later systems. Earlier models are not supported. By default, the command displays the following information about the IOXMs:

    • Node name

    • Display name

    • Is IOXM present?

    • Power status

    • Health monitor status

    To display more details, use the -instance parameter.

    Parameters

    { [-fields <fieldname>,…​]

    Selects the fields that you specify.

    | [-instance ] }

    Displays detailed information for all the IOXMs.

    [-node {<nodename>|local}] - Node

    Selects the IOXM that is connected to the specified node.

    [-chassis-config {c-i|c-c|c-b}] - Controller-IOXM or Controller-Controller or Controller-Blank

    Selects the IOXMs with the specified chassis configuration.

    [-is-present {present|not-present}] - IOXM Presence

    Selects the IOXMs that are connected and detected (present ) or connected but not detected (not-present ).

    [-power {good|bad}] - Power to IOXM

    Selects the IOXMs with the specified power state.

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

    Selects the IOXMs with the specified display name.

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

    Selects the IOXM with the specified unique name.

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

    Selects the IOXMs with the specified health monitor.

    [-status {ok|ok-with-suppressed|degraded|unreachable|unknown}] - IOXM Health

    Selects the IOXMs with the specified health monitor status.

    Examples

    The example below displays the information of all the IOXMs that are connected to the nodes in a cluster.

    cluster1::> system controller ioxm show
    
    Node          Display Name Is-Present? Power     Status
    ------------- ------------ ----------- --------- ------
    node1         IOXM         present     good      ok
    node2         IOXM         present     good      ok

    The example below displays detailed information of an IOXM that is connected to a node.

    cluster1::> system controller ioxm show -instance -node node1
    Node: node1
    Controller-IOXM or Controller-Controller or Controller-Blank: c-i
          IOXM Presence: present
          Power to IOXM: good
           Display Name: node1/IOXM
            Unique Name: 8006459930
    Health Monitor Name: controller
            IOXM Health: ok
    Top of Page