ONTAP 9.12.1 commands

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

    Display all the chassis in the cluster

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

    Description

    The system chassis show command displays information about all the chassis in the cluster. By default, the command displays the following information about all the chassis in the cluster:

    • Chassis ID

    • Status

    • List of nodes in the chassis

    To display more details, use the -instance parameter.

    Parameters

    { [-fields <fieldname>,…​]

    Selects the fields that you specify.

    | [-instance ] }

    Displays detailed information about all the chassis in the cluster.

    [-chassis-id <text>] - Chassis ID

    Selects information about the specified chassis.

    [-member-nodes {<nodename>|local}] - List of Nodes in the Chassis

    Selects information about the chassis with the specified member node list.

    [-num-nodes <integer>] - Number of Nodes in the Chassis

    Selects information about the chassis with the specified number of nodes.

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

    Selects information about the chassis with the specified status.

    Examples

    The following example displays information about all the chassis in the cluster:

    cluster1::> system chassis show
    
    Chassis ID                 Status          List of Nodes
    -------------------------- --------------- ----------------------------------
    4591227214                 ok              node1,node2
    4591227000                 ok              node1,node2

    The following example displays detailed information about a specific chassis:

    cluster1::> system chassis show -chassis-id 4591227214 -instance
    
                        Chassis ID: 4591227214
      List of Nodes in the Chassis: node1,node2
    Number of Nodes in the Chassis: 2
                            Status: ok
    Top of Page