ONTAP 9.12.1 commands

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

    Display the high-availability interconnect device port information

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

    Description

    The system ha interconnect port show command displays the high-availability interconnect device port physical layer and link layer status information.

    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 the cluster.

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

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

    [-link-monitor {on|off}] - Link Monitor Detection

    Selects the nodes that match this parameter value.

    [-port <integer>,…​] - Port Number

    Selects the nodes that match this parameter value.

    [-phy-layer-state {invalid|sleep|polling|disabled|port-configuration-testing|linkup|link-error-recovery|phytest|reserved}] - Physical Layer State

    Selects the nodes that match this parameter value.

    [-link-layer-state {invalid|down|initialize|armed|active|reserved}] - Link Layer State

    Selects the nodes that match this parameter value.

    [-phy-link-up-count <integer>,…​] - Physical Link Up Count

    Selects the nodes that match this parameter value. The value is total number of times the link on a given port is transitioned up.

    [-phy-link-down-count <integer>,…​] - Physical Link Down Count

    Selects the nodes that match this parameter value. The value is total number of times the link on a given port is transitioned down.

    [-is-active-link {true|false}] - Is the Link Active

    Selects the nodes that match this parameter value. The value true means the interconnect data channels are established on this link.

    Examples

    The following example displays the HA interconnect device port information on FAS8000 series nodes in the cluster:

    cluster1::*> system ha interconnect port show
                                   Physical  Link
                    Link           Layer     Layer      Physical   Physical  Active
    Node            Monitor  Port  State     State       Link Up  Link Down  Link
    --------------  -------  ----  --------  ---------  --------  ---------  ------
    ic-f8040-01     on
                                0  linkup    active            1          0  true
                                1  linkup    active            1          0  false
    ic-f8040-02     on
                                0  linkup    active            1          0  true
                                1  linkup    active            1          0  false
    2 entries were displayed.
    Top of Page