- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Removing node from the 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
09-22-2009 05:22 AM
09-22-2009 05:22 AM
HP-UX 11iv2
SG A.11.17
I have a two node SG cluster node1 and node2. For one of the deployment to be carried out, we need to bring out the node2(adoptive) out of the cluster (Say for 2 months period). For that we need to remove all the references of node2 in the cluster conf files. Can that be done without halting the cluster and package(running on node1)?
Thanks,
Srini
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 06:17 AM
09-22-2009 06:17 AM
Re: Removing node from the cluster
then edit the cluster configuration files.
Dont edit the conf files when cluter is working !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 06:25 AM
09-22-2009 06:25 AM
Re: Removing node from the cluster
cmviewcl -v
To see what is running where.
You can do this:
cmhaltnode
# On node 2
Or you can move all the packages from node2 to node1 and then cmhaltnode.
What you need to be certain of is that all your packages will run on node1.
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
09-22-2009 07:03 AM
09-22-2009 07:03 AM
Solution2) Edit the package configuration files that reference node2. Comment out:
#NODE_NAME
repeat for each package.
3) cmapplyconf -f -P
4) edit the cluster configuration file. Comment out the node2 lines
5) update the cluster: cmapplyconf -f -C
When you are ready to bring node2 back into the cluster, reverse these steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 06:57 PM
09-22-2009 06:57 PM
Re: Removing node from the cluster
I believe removing the references in the package and cluster conf and applying the conf, doesn't required to be halt the package and the cluster. Please confirm.
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 06:36 AM
09-23-2009 06:36 AM
Re: Removing node from the cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 05:23 AM
09-24-2009 05:23 AM