Skip to main content
NetApp Knowledge Base

What is the method to stop both nodes in a 2-node cluster configuration without performing LIF pre-migration and takeover

Views:
15
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

Applies to

ONTAP 9

Answer

To stop both nodes in a 2-node cluster configuration without performing LIF pre-migration and takeover, please follow the ONTAP Shutdown Process below:

  1. Log in to cluster via SSH. Otherwise, log in from any node in the cluster using a local console cable.
  2. Generate a case suppression AutoSupport message for the expected duration of the shutdown event along with any descriptive text:
cluster1::> system node autosupport invoke -node * -type all -message "MAINT=8h Power Maintenance"
  1. Identify the SP/BMC IP address of all nodes:
cluster1::> system service-processor show -node * -fields address
node           address
-------------- ------------
cluster1-01    10.10.10.10
cluster1-02    10.10.10.20
  1. Exit clustershell:
cluster1::> exit
  1. Connect to SP/BMC over SSH using the IP address of any node from Step 3. Otherwise, connect a local console cable to the node. Log in using the same cluster administrator credentials.
If accessing via the SP/BMC prompt, switch to system console and supply the cluster administrator credentials:

login as: admin
admin@10.10.10.10's password: <password>
SP cluster1-01> system console
Type Ctrl-D to exit.
SP-login: admin
Password: <password>
cluster1::>​​​​


Note: Open an SSH session window to every SP/BMC for monitoring as described in this step.
 
  1. Halt all nodes in the cluster:
  • For most cluster configurations:
cluster1::> system node halt -node * -skip-lif-migration-before-shutdown true -ignore-quorum-warnings true -inhibit-takeover true
cluster1::> system node halt -node * -skip-lif-migration-before-shutdown true -ignore-quorum-warnings true -inhibit-takeover true -ignore-strict-sync-warnings true
  1. Respond to the prompt for each node:
Warning: Are you sure you want to halt node "cluster1-01"?
{y|n}: y

Warning: Are you sure you want to halt node "cluster1-02"?
{y|n}: y

2 entries were acted on.
  1. Wait for each node to halt completely by reaching the LOADER prompt:
LOADER-A>
  1.     Connect to each node in the cluster via SP/BMC (if not already connected) or using a local console cable and confirm each node is at the LOADER prompt (as in Step 8).

Additional Information

additionalInformation_text

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.