- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Replacing a node in 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
04-14-2010 02:23 AM
04-14-2010 02:23 AM
OS version 11.11
Service Guard A.11.16.00
Rgds
Vinayan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 02:52 AM
04-14-2010 02:52 AM
SolutionSee the "Managing Serviceguard" manual: chapter 7, sub-chapter "Reconfiguring a running cluster".
Here's a direct link to the appropriate version of the manual:
http://docs.hp.com/en/B3936-90079/ch07s04.html#ciibdgcg
It includes the steps to add & remove nodes while the cluster is running. You can use either the Serviceguard Manager GUI, or the Serviceguard cm* commands.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 03:38 AM
04-14-2010 03:38 AM
Re: Replacing a node in Cluster
I read the document ...Thanks for that !!!
I have one package running on rp5470 . Do I have to do something apart from executing cmapplyconf -C asciifile . I mean , does my package will run on the new server after copying all the package directory from old to new. Or do I have to run cmapplyconf -P package_ascii file
Rgds
Vinayan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 04:20 AM
04-14-2010 04:20 AM
Re: Replacing a node in Cluster
If the new node will use a different hostname, then you will need to edit the package configuration file, replacing the old hostname in the NODE_NAME parameter with the new node name, and cmapplyconf -P the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 04:28 AM
04-14-2010 04:28 AM
Re: Replacing a node in Cluster
1.clone the rp5470 ignite image to the rp4440
2.map sandisks and import all vgs
3.shutdown and remove from the cluster the rp5470 node
4. boot the rp4440, add it to the cluster and you are ready to go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 04:51 AM
04-14-2010 04:51 AM
Re: Replacing a node in Cluster
As you said I am going to use the same Hostname and IP address of the departing server for the new server.
bat-bc1:/root>cmviewcl
CLUSTER STATUS
bc up
NODE STATUS STATE
bat-bc1 up running
PACKAGE STATUS STATE AUTO_RUN NODE
pkg1 up running enabled bat-bc1
NODE STATUS STATE
bat-bc2 up running
PACKAGE STATUS STATE AUTO_RUN NODE
pkg2 up running enabled bat-bc2
bat-bc1:/root>
bat-bc2 is going to be get replaced.We have enough downtime so doing it in offline
So the Steps will be ,
1. Make the new server identical as the existing (OS / Software)
2. map the VMAX luns to the new server.
3. Export / Import the volume groups from bat-bc1
4. Edit cmgetconf -c bc cmclconfnew.ascii to change the lan configuration.
5. Halt the cluster.
6. Remove old bat-bc2 from network.
7. Assign the bat-bc2 hostname to new server
8. cmcheckconf -C cmclconfnew.ascii
9. cmapplyconf -C cmclconfnew.ascii
10. Bring up the cluster and packages.
Stephen please correct me if I am wrong somewhere
Rgds
Vinayan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 06:22 AM
04-14-2010 06:22 AM
Re: Replacing a node in Cluster
a) Make sure the Cluster patch level and Versions are identical on both nodes.
b) Confirm the device files of qurom disk/data disks are identical on both nodes
c) Copy cmnodelist file to new node
d) Confirm hacl entries on /etc/inetd.conf and /etc/services on new node as similar to the another node.
e) Package Configuration files/scripts has to be copied to the new server.
f) update /etc/lvmrc of the new node (Auto VG activation Entry)
cmapplyconf -C clusterA.config could be sufficient since you are not changing any attributes/parameters of the packages.
Regards,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 09:17 PM
04-14-2010 09:17 PM