- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding one more node to a running MC service g...
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
07-16-2010 04:42 AM
07-16-2010 04:42 AM
Adding one more node to a running MC service guard cluster
I am new to MC service guard, I have a one scenario.
I have 2 node cluster running fine and i want to add one more node(third node) to this cluster.
I want to know the complete procedure to add this and what are precaution i should to take care before doing this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2010 04:53 AM
07-16-2010 04:53 AM
Re: Adding one more node to a running MC service guard cluster
1. Gather current cluster configuration as below:
cmgetconf â v â c
2. Gather information about the new node as below:
cmquerycl â n node1 â n node2 â n new_node â C
3. Compare between these two files and update the cluster configuration file.
4. Verify the new configuration:
cmcheckconf â C
5. Apply the new configuration:
cmapplyconf â C
6. Start the new node:
cmrunnode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2010 05:07 AM
07-16-2010 05:07 AM
Re: Adding one more node to a running MC service guard cluster
Please advice if any precautions i need to take care before implementing this.
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2010 05:11 AM
07-16-2010 05:11 AM
Re: Adding one more node to a running MC service guard cluster
Thanks,
VVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2010 05:28 AM
07-16-2010 05:28 AM
Re: Adding one more node to a running MC service guard cluster
Action here depends on your locking mechanism.
Last I checked, SG locking mechanism using a lock disk was only good for a two node cluster.
Therefore you might be advised to set up a quorum server to avoid contention and maintain stability.
I would have:
1) Ignite backups of both current nodes.
2) Back ups of all configuration files.
3) Warning tot he user community that work is being done and service interruption is not planned but possible.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2010 11:11 PM
08-06-2010 11:11 PM
Re: Adding one more node to a running MC service guard cluster
0. Do the following at third node
# mkdir /dev/vgXX
# mknod /dev/vgXX/group C 64 0N0000
# vgimport -v -p (-s) -m map_file
1. Gather current cluster configuration as below:
cmgetconf -v -c
2. Gather information about the new node as below:
cmquerycl -n node1 -n node2 -n new_node -C
3. Compare between these two files and update the cluster configuration file.
4. Verify the new configuration:
cmcheckconf -C
5. Apply the new configuration:
cmapplyconf -C
6. Start the new node:
cmrunnode