- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Adding new node with old node's name
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
08-18-2006 05:16 AM
08-18-2006 05:16 AM
I figured I probably have at least a couple of options. Try to pass off the new guy as the old and just install VMS and add him to the cluster. Another option could be removing the old node from the cluster and then adding this as a totatlly new member.
I have started down the path of passing this guy off as the old node. VMS 7.3-2 has been installed and it is ready for addition to the cluster.
Any concerns? The other 2 nodes are in production. I think the chance of crashing the cluster is remote but still, there is a chance.
Should I scrap this and go the other way or would a 3rd or 4th option be better? Any thoughts??
All nodes run 7.3-2, clustered over the network, individual system disks in each with shared drive location for cluster common files.
This node is just for quorum, cluster is 3 node cluster, currently only 2 until this one is added.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 05:26 AM
08-18-2006 05:26 AM
SolutionYou can easily do this. You'll want to make sure the prior node name matches the prior DECnet address, at least in phase IV. If you try to use the same name with a different address the new node won't be allowed to join the cluster.
I've migrated a cluster from VAX-4000 to 7000s to Alpha 4100s, ES-40, GS-80s and GS-1280 all with same node names and DECnet ids.
Make sure to set the cluster id and password, or copy CLUSTER_AUTHORIZE.DAT from the present cluster.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 05:34 AM
08-18-2006 05:34 AM
Re: Adding new node with old node's name
Andy, thanks for the response. I set the scsnode id the same. We don't run any decnet so that one was easy. I am trying my best to dress this guy up like the old node so that the cluster really doesn't notice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 06:01 AM
08-18-2006 06:01 AM
Re: Adding new node with old node's name
you want some more "flesh on the bones". Ok.
I totally concur with Andy. Nodename and SCSSYSTEMID should BOTH be exactly as the previous member, OR, BOTH different.
Copying CLUSTER_AUTHORIZE.DAT is also a good suggestion, much better than trying to (remember and) typing error-free.
And yes, I have also done such exercises a few times. Pretty smooth going; after all, this IS VMS!
Success!
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 06:30 AM
08-18-2006 06:30 AM
Re: Adding new node with old node's name
I concur.
All the cluster should be aware of is the SCSSYSTEMID and the Cluster Group number and passord.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 09:30 AM
08-18-2006 09:30 AM
Re: Adding new node with old node's name
every boots with ONE either SCSNODE or
SYSSTEMID correct and one wrong, you will
never be able to bring this node into the
cluster, even if corrected, until you reboot
the entire cluster.
It protects you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 06:30 PM
08-18-2006 06:30 PM
Re: Adding new node with old node's name
All the cluster should be aware of is the SCSSYSTEMID and the Cluster Group number and passord.
Both SCSSYSTEMID AND SCSNODE need to match the old node (if the old node is still 'known' by the nodes in the cluster - SHOW CLUSTER will tell) or you must use different values for both parameters. If the cluster group number or password do not match the existing cluster, your node will not be able to join the existing cluster. If the group number is wrong, the existing cluster doesn't even notice your new node. If just the password is wrong, you'll get lots of errors on PEA0 (and in ERRLOG.SYS).
Make sure you set the correct values for VOTES and - especially - EXPECTED_VOTES.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2006 09:21 AM
08-21-2006 09:21 AM
Re: Adding new node with old node's name
Thanks for all the responses.