ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system ha interconnect ood status show

    Display the high-availability interconnect device out-of-order delivery (OOD) information

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

    Description

    The system ha interconnect ood status show command displays configuration information of the out-of-order delivery-capable high-availability interconnect devices. This command is supported only on FAS2500 series nodes in the cluster.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>,…​ parameter, the command displays only the fields that you specify.

    | [-instance ] }

    Use this parameter to display all the fields from all nodes in cluster.

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

    Use this parameter to display all the fields from the specified node in the cluster.

    [-is-ood-enabled {true|false}] - Is OOD Enabled

    Selects the nodes that match this parameter value.

    [-is-coalescing-enabled {true|false}] - Is Coalescing Enabled

    Selects the nodes that match this parameter value.

    Examples

    The following example displays the HA interconnect device out-of-order delivery configuration information on FAS2500 series nodes in the cluster.

    cluster1::*> system ha interconnect ood status show
    Node: ic-f2554-03
                  NIC Used: 0
            Is OOD Enabled: true
     Is Coalescing Enabled: true
    Node: ic-f2554-04
                  NIC Used: 0
            Is OOD Enabled: true
     Is Coalescing Enabled: true
    2 entries were displayed.
    Top of Page