- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remove one node from 2 node 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
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
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
тАО01-22-2010 05:00 AM
тАО01-22-2010 05:00 AM
On one the servers I have 2 two clusters.
I want to remove one node from the cluster and let one node has it is.
As far a I know need to perform the below steps:
Removing the package:
1) Halt the package
2) remove the package from the cluster using cmdelete conf
3) delete the package subdirectory on each node in the cluster
4) free up any resources, remove mount points etc from the nodes that this package may have used.
Removing the node:
1) Halt the node using cmhaltnode
2) remove the node from any package configuration file that may have this node listed
3) reapply each package that you change in step 2
4) edit the cluster ascii file, deleting the referenced node
5) apply the change with cmapplyconf
Kindly confirm if there is anything else besides the above steps.
Also the single node remaining will it continue to function normaly without any issue.
Will there be any issues when the server is rebooted.
Thanking you inadvance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2010 05:33 AM
тАО01-22-2010 05:33 AM
SolutionHalt the node to be removed
cmhaltnode -n nodename
Delete all references to the soon to be removed node in all package config files
Obtain a current cluster configuration file
cmgetconf configuration file
Edit the configuraton file and comment out
all references to the node to be removed.
cmcheckconf -C configuration file}
cmapplyconf -C configuration file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2010 06:30 AM
тАО01-22-2010 06:30 AM
Re: Remove one node from 2 node cluster.
My question will this effect the single node running on the system after the removal.
I mean it will become a single node cluster so when the system is rebooted will it look for cluster formation
Also, what will happen when the system goes in hung status what will happen to existing node will it be able to failover to other server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2010 07:26 AM
тАО01-22-2010 07:26 AM
Re: Remove one node from 2 node cluster.
cmhaltnode -n nodename
cmgetconf configfile
comment all line referred to the node to be removed.
cmcheckconf -C configfile
cmapplyconf -C configfile
Single node can run with the same cluster without any problem even after reboot
and if one network card fail it can move to standby network card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-26-2010 04:27 AM
тАО01-26-2010 04:27 AM
Re: Remove one node from 2 node cluster.
1) halt all packages on the departing node
2) halt the cluster daemons on the departing node
3) edit the package configuration file(s), removing the NODE_NAME reference for the departing node
4) edit the cluster configuration file, removing the section referring to the departing node. Optionally, remove the cluster arbitration references (quorum server or cluster lock VG), since a 1-node cluster does not need them).
5) perform cmapplyconf on both the package and cluster configuration files simultaneously.
If you no longer need the package, use the following command to remove it from cluster references:
# cmdeleteconf -p
After doing so, remove the package directory from each node.
At this point, the remaining node should be able to form a one-node cluster at boot time.
You asked about the ramification of a system hang. Serviceguard employs a kernel-based timer that, when not reset by Serviceguard (due to a hang) eventually times out and forces a system core dump/reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-26-2010 05:39 AM
тАО01-26-2010 05:39 AM