- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Temporarily removing a cluster member
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 01:55 AM
09-15-2005 01:55 AM
Is there a limitation (SYSGEN setting?) as to how long a cluster member can be removed from a cluster if the shutdown option REMOVE_NODE is used?
As a workaround if there is an issue, I thought I might be able to come up minimum off the backup disk (assuming it can still boot) to rejoin the cluster and do the image of the system disk to the "new" SW disk.
Cheers,
Art
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:17 AM
09-15-2005 02:17 AM
Re: Temporarily removing a cluster member
Is there a limitation (SYSGEN setting?) as to how long a cluster member can be removed from a cluster if the shutdown option REMOVE_NODE is used?
For all practical uses, NO
One minor issue:
IF during your member-down period you do reboot another member, then EXPEXTED_VOTES is reset, effectively undoing the REMOVE_NODE.
This might, or might not, lead to a situation where a system crash may leed to a hang, depending on your total quorum scheme.
Success.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:19 AM
09-15-2005 02:19 AM
Re: Temporarily removing a cluster member
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:21 AM
09-15-2005 02:21 AM
Re: Temporarily removing a cluster member
there is no such limit. You can shutdown this node with or without using the REMOVE_NODE option. REMOVE_NODE is used to reduce quorum (if the local node has VOTES > 0) and using DISMOUNT/CLUSTER when dismounting locally connected served disks.
If there are locally-connected disks on that node being MSCP-served cluster-wide and you don't dismount them from the other nodes, you'll risk the disks going into mount-verification (after MVTIMEOUT seconds) on the other nodes.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:31 AM
09-15-2005 02:31 AM
Re: Temporarily removing a cluster member
I might misunderstand your words, but if a new system with VOTES joins the cluster, then the QUORUM is increased. EXPEcTED_VOTES is used during boot to calculate the required QUORUM [*]. A value too high cannot cause a running cluster's quorum loss by increasing the quorum value.
I know it, because I accidently tried to boot a system into a running cluster with EXPECTED_VOTEs being to high. The cluster software did not let the system join the cluster. There was no helpful error message, so it took me some time to find it out.
[*] The system manager was originally required to calculate the QUORUM value on his/her own, but VMS engineering made it easier by introducting the EXPECTED_VOTES parameter and asking tothe system manager to sum up the VOTES.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:31 AM
09-15-2005 02:31 AM
Re: Temporarily removing a cluster member
Thanks again...
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 03:03 AM
09-15-2005 03:03 AM
Re: Temporarily removing a cluster member
(In the past I have forgotton to do this).
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 08:15 PM
09-15-2005 08:15 PM
Re: Temporarily removing a cluster member
have done this several times on my 2-node Alpha cluster for hardware maintenance (and even VMS upgrade), as the whole cluster cannot be stopped for more than 30'. However, during shutdown of 1 node, I always have short hangs of about 1 to 2 minutes on the whole cluster, probably during quorum re-adjustment. It's still somewhere on my 'to do' list, to check if something can be done about this (maybe reduce the hang period). Should normally not be a big issue, unless you have some real-time stuff running on the surviving node. Have also learned to disconnect the shared HSZ SCSI bus, as INIT-ing the node in maintenance, resets the SCSI bus which briefly 'interrupts' normal activity on the active node; also producing some benign device errors on the HSZ-disks.
Check also if you don't have 'connections' which don't failover automatically; I still have a modem connectected on the serial port of one node; needs to be re-plugged by hand. Finally, this might be the occasion that you'll discover some small config differences (had once a terminal server connection which failed if a specific node was the only active one; small typo error in the LAT-config).
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 09:03 PM
09-15-2005 09:03 PM
Re: Temporarily removing a cluster member
However, during shutdown of 1 node, I always have short hangs of about 1 to 2 minutes on the whole cluster, probably during quorum re-adjustment. It's still somewhere on my 'to do' list, to check if something can be done about this (maybe reduce the hang period).
Reduce your SYSGEN param RECNXINTERVAL.
(it is DYNAMIC).
Please set it to the same values on all nodes!
Success
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 09:11 PM
09-15-2005 09:11 PM
Re: Temporarily removing a cluster member
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 09:39 PM
09-15-2005 09:39 PM
Re: Temporarily removing a cluster member
Are you sure you specified REMOVE_NODE ?
I just tested it on a 4000 (6.2) and there was no delay (I did a dir every 5 seconds).
RECNX is used only for a crash case or a shutdown without remove_node.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:25 PM
09-15-2005 10:25 PM
Re: Temporarily removing a cluster member
You are right.
Dirk, ignore my previous posting.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:25 PM
09-15-2005 10:25 PM
Re: Temporarily removing a cluster member
The primary purpose is:
-----------------------
Shutdown options (enter as a comma-separated list):
REMOVE_NODE ___ Remaining nodes in the cluster should adjust quorum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:54 PM
09-15-2005 10:54 PM
Re: Temporarily removing a cluster member
I was wrong too. Uwe is right.
It's only used when crashing. I always use remove_node but I now tested it without it.
Dirk : if it takes minutes I would say that something is wrong. Check the operator log file and verify that it really took that long.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 07:29 AM
09-18-2005 07:29 AM
Re: Temporarily removing a cluster member
Whatever you do, don't boot the node with VAXcluster=0 and mount any shared disks or you will corrupt them.
Assuming the rest of your cluster has enough votes, it can survive with the remove node, until it rejoins the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 07:59 AM
09-18-2005 07:59 AM
Re: Temporarily removing a cluster member
Even if the cluster have the same number of votes like the quorum value - all it takes is V6.2+ and using the REMOVE_NODE option on shutdown - it will properly adjust the quorum, so that the cluster keeps working without that node.
If the cluster doesn't have 'enough votes' - it is hanging and you can't properly shutdown ANY system anyway! You first need to tell the cluster SW to recalculate the quorum value, e.g. via IPC>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 03:49 AM
09-19-2005 03:49 AM
Re: Temporarily removing a cluster member
Thanks All,
Art