ONTAP 9.12.1 commands

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

    Display the high-availability interconnect configuration information

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

    Description

    The system ha interconnect config show command displays the high-availability interconnect device basic configuration 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 cluster.

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

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

    [-transport <text>] - Interconnect Type

    Selects the nodes that match this HA interconnect transport type.

    [-local-sysid <integer>] - Local System ID

    Selects the nodes that match this local system unique identifier.

    [-partner-sysid <integer>] - Partner System ID

    Selects the nodes that match this partner system unique identifier.

    [-initiator {local|partner}] - Connection Initiator

    Selects the nodes that match this parameter value. The value is the initiator of the connection request.

    [-port-name <text>,…​] - Port

    Selects the nodes that match this port name.

    [-ipaddress <text>,…​] - IP Address

    Selects the nodes that match this IP address.

    [-interface {backplane|external}] - Interface

    Selects the nodes that match this parameter value. external means the HA interconnect links between partner nodes are connected externally. backplane means the HA interconnect links between partner nodes are connected over the backplane.

    Examples

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

    cluster1::*> system ha interconnect config show
    Node: ic-f8040-01
              Interconnect Type: Infiniband (Mellanox ConnectX)
                Local System ID: 536875713
              Partner System ID: 536875678
           Connection Initiator: local
                      Interface: backplane
    
    Port   IP Address         Flags
    ----  -----------------  -----------
    ib0a  192.0.3.236        0x0
    ib0b  192.0.3.237        0x0
    Node: ic-f8040-02
              Interconnect Type: Infiniband (Mellanox ConnectX)
                Local System ID: 536875678
              Partner System ID: 536875713
           Connection Initiator: partner
                      Interface: backplane
    
    Port   IP Address         Flags
    ----  -----------------  -----------
    ib0a  192.0.3.96         0x0
    ib0b  192.0.3.97         0x0
    
    2 entries were displayed.

    The following example displays the HA interconnect configuration information on FAS2500 series nodes in the cluster:

    cluster1::*> system ha interconnect config show
    Node: ic-f2554-03
              Interconnect Type: Infiniband (Mellanox Sinai)
                Local System ID: 1781036608
              Partner System ID: 1780360209
           Connection Initiator: local
                      Interface: backplane
    
    Port   IP Address         Flags
    ----  -----------------  -----------
    ib0a  ib0a               -
    Node: ic-f2554-04
              Interconnect Type: Infiniband (Mellanox Sinai)
                Local System ID: 1780360209
              Partner System ID: 1781036608
           Connection Initiator: partner
                      Interface: backplane
    
    Port   IP Address         Flags
    ----  -----------------  -----------
    ib0a  ib0a               -
    
    2 entries were displayed.
    Top of Page