The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Online or offline MetroCluster IP interface ports
-
PDF of this doc site
-
Install a fabric-attached MetroCluster
-
Cable a fabric-attached MetroCluster configuration
-
Plan and install a MetroCluster configuration with array LUNs
-
-
Install a MetroCluster IP configuration
-
Install a stretch MetroCluster configuration
-
Maintain the MetroCluster components
-
Transition from MetroCluster FC to MetroCluster IP
-
Upgrade, refresh, or expand the MetroCluster configuration
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
When you perform maintenance tasks, you might need to bring a MetroCluster IP interface port offline or online.
About this task
Enable console logging before performing this task.
Steps
You can use the following steps to bring a MetroCluster IP interface port online or take it offline.
-
Set the privilege level to advanced.
set -privilege advanced
CliExample output
Cluster A_1::> set -privilege advanced Warning: These advanced commands are potentially dangerous; use them only when directed to do so by NetApp personnel. Do you want to continue? {y|n}: y
-
Take the MetroCluster IP interface port offline.
system ha interconnect link off -node <node_name> -link <link_num, 0 or 1>
CliExample output
Cluster_A1::*> system ha interconnect link off -node node-a1 -link 0
-
Verify the MetroCluster IP interface is offline.
Cluster_A1::*> system ha interconnect port show
CliExample output
Cluster_A1::*> system ha interconnect port show Physical Link Link Layer Layer Physical Physical Active Node Monitor Port State State Link Up Link Down Link -------------- ------- ---- -------- --------- -------- --------- ------ node-a1 off 0 disabled down 4 3 false 1 linkup active 4 2 true node-a2 off 0 linkup active 4 2 true 1 linkup active 4 2 true 2 entries were displayed.
-
-
Bring the MetroCluster IP interface port online.
system ha interconnect link on -node <node_name> -link <link_num, 0 or 1>
CliExample output
Cluster_A1::*> system ha interconnect link on -node node-a1 -link 0
-
Verify the MetroCluster IP interface port is online.
Cluster_A1::*> system ha interconnect port show
CliExample output
Cluster_A1::*> system ha interconnect port show Physical Link Link Layer Layer Physical Physical Active Node Monitor Port State State Link Up Link Down Link -------------- ------- ---- -------- --------- -------- --------- ------ node-a1 off 0 linkup active 5 3 true 1 linkup active 4 2 true node-a2 off 0 linkup active 4 2 true 1 linkup active 4 2 true 2 entries were displayed.
-