Shutdown the controllers - AFF A900
This procedure is for systems with two node configurations. For more information about graceful shutdown when servicing a cluster, see Gracefully shutdown and power up your storage system Resolution Guide - NetApp Knowledge Base.
-
Make sure you have the necessary permissions and credentials:
-
Local administrator credentials for ONTAP.
-
BMC accessibility for each controller.
-
-
Make sure you have the necessary tools and equipment for the replacement.
-
Log into the cluster through SSH or log in from any node in the cluster using a local console cable and a laptop/console.
-
Stop all clients/host from accessing data on the NetApp system.
-
Suspend external backup jobs.
-
If AutoSupport is enabled, suppress case creation and indicate how long you expect the system to be offline:
system node autosupport invoke -node * -type all -message "MAINT=2h Replace chassis" -
Identify the SP/BMC address of all cluster nodes:
system service-processor show -node * -fields address -
Exit the cluster shell:
exit -
Log in to the SP/BMC of each controller using the IP address identified in the previous step:
-
If you log in from the BMC over SSH, connect using the SP/BMC address (for example,
ssh admin@<SP/BMC_address>), then enter the commandsystem consoleand authenticate. -
If you are using a local console or laptop connected directly to the controller, log in using the same cluster administrator credentials.
-
-
Halt the two nodes located in the impaired chassis:
system node halt -node <node1>,<node2> -skip-lif-migration-before-shutdown true -ignore-quorum-warnings true -inhibit-takeover trueFor clusters using SnapMirror synchronous operating in StrictSync mode: system node halt -node <node1>,<node2> -skip-lif-migration-before-shutdown true -ignore-quorum-warnings true -inhibit-takeover true -ignore-strict-sync-warnings true -
Enter y for each controller in the cluster when you see:
Warning: Are you sure you want to halt node <node_name>? {y|n}: -
Wait for each controller to halt and display the LOADER prompt.