Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
short question. I have a customer and he has a power maintenance in his datacenter. He ask how he can gracefull shut down a two node metrocluster without switchover and switchback ( both mcc are in the same dc for migration )
Any idea?
Solved! See The Solution
1 ACCEPTED SOLUTION
TR-3838 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you are halting all nodes in the cluster on the site you want to shutdown:
halt -node *
Keep in mind on boot you need to manually restart your SVMs.
ak.
7 REPLIES 7
TR-3838 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you are halting all nodes in the cluster on the site you want to shutdown:
halt -node *
Keep in mind on boot you need to manually restart your SVMs.
ak.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
that would be:
cluster> node halt -node local -inhibit-takeover true
Issue the command on both clusters.
Which version of ONTAP are you running? This is important to understand how the SVMs would behave once you reboot the nodes.
regards, Niels
-----
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO or both.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Niels, thanks for response. The Ontap Version is 9.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In that case the SVMs should be in the running state after reboot.
If not please consult the KB article Andy provided earlier.
regards, Niels
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have a two-node bridge-attached stretch metrocluster, which is the right procedure to:
1) power off node (cluster_A)
2) power off atto bridge and disk shelves that are in the same rack of the node
3) power on all equipment
This can be useful to move shelves or shelves+bridge to another rack.
Is it possible to do it without service disruption, or is better to power down both nodes?
Can we trust in planned metrocluster switchover?
Thank you
Lorenzo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lorenzo,
yes - you can trust planned switchover. That's what it was designed for.
Please follow the link in order to get to the MetroCluster documentation that has more details on below steps.
https://library.netapp.com/ecm/ecm_download_file/ECMLP2495113
The whole procedure can be performed non-disruptively.
Here what I would suggest:
- perform switchover on the node you want to keep running - the other node will halt and can safely be powered off
- offline the plexes of all aggregates that reside on shelves you plan to power off
- power off bridges
- power off shelves
- relocate all components
- power on shelves - wait 2 min
- power on bridges - wait 2 min
- online the plexes - they will resync automatically
- wait for resync to complete
- perform "metrocluster heal aggregates"
- perform "metrocluster heal root"
- power on node
- perform switchback
Kind regards, Niels
-----
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO or both.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Niels, it's more clear now 🙂
