ONTAP 9.12.1 commands

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

    Turn off the interconnect link

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

    Description

    The system ha interconnect link off command turns off the specified link on the high-availability interconnect device. For the nodes in the cluster with two external high-availability interconnect links, you must specify the link number (0-based) to turn off the specified link. For the nodes in the cluster with interconnect links over the backplane, you must specify the link number 1 to turn off the link.

    Parameters

    -node <nodename> - Node

    This mandatory parameter specifies the node on which the interconnect link is to be turned off. The value "local" specifies the current node.

    -link {0|1} - Link

    This mandatory parameter specifies the interconnect link number (0-based) to turn off.

    Examples

    The following example displays output of the command on the nodes with a single interconnect link or nodes with interconnect links over the backplane:

    cluster1::*> system ha interconnect link off -node ic-f3250-02 -link 0
    
    Error: command failed: Invalid link value 0. Specify 1.
    
    cluster1::*> system ha interconnect link off -node ic-f3250-02 -link 1

    The following example displays output of the command on the nodes with two interconnect links connected externally:

    cluster1::*> system ha interconnect link off -node ic-f3250-02 -link 0
    
    cluster1::*> system ha interconnect link off -node ic-f3250-02 -link 1
    Top of Page