- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding another node in a 2node Cluster?
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
12-06-2005 05:02 AM
12-06-2005 05:02 AM
What is the correct procedure to add another node in a 2node cluster.
(MC/SG version: ServiceGuard A.11.14 Service Guard )
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 05:08 AM
12-06-2005 05:08 AM
Re: Adding another node in a 2node Cluster?
See section "Using MC/ServiceGuard Commands to Add Nodes to the Configuration While the Cluster is Running" in:
http://docs.hp.com/en/B3936-90053/ch07s04.html#d0e15408
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 05:34 AM
12-06-2005 05:34 AM
Re: Adding another node in a 2node Cluster?
You have to bring the cluster down.
Create a new config file, without cluster lock disk.
The cmapply this file and restart the cluster.
Or see the manual for detailed info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 05:38 AM
12-06-2005 05:38 AM
Re: Adding another node in a 2node Cluster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 05:43 AM
12-06-2005 05:43 AM
Solution1. Make a copy of the existing configuration
#cmgetconf -C yourfile.ascii
2.Create a new config file with all three nodes
#cmquerycl -C newconfig.ascii -c clustername -n node1 -n node2 -n node3
3. Edit this file to make changes for the nodes
4. Check for errors/typos
#cmcheckconf -C newconfig.ascii
You will have to do some additional work for the packages to be able to fail over to the preferred node and the package config file( created with cmmakepkg) will have to be edited and copied over from the running nodes to this new node.
Also before all this, make sure if you have filesystems coming over to this node in case of a failure, that the LUNs are visible and the vgimport works fine after bringing in the map file.
thanks
DP
5. Apply the changes with the following command
#cmapplyconf -C newconfig.ascii
6. Now you can start the node with the command
#cmrunnode node3
Don't forget to make changes to the /etc/rc.config.d/cmcluster file for auto cluster startup by making AUTOSTART_CMCLD=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:16 AM
12-06-2005 06:16 AM