- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remove node from 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
07-17-2003 08:16 AM
07-17-2003 08:16 AM
Remove node from Cluster
My cluster have two node.......Can live the cluster with only one node?
I hope that you can help me.
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 08:53 AM
07-17-2003 08:53 AM
Re: Remove node from Cluster
This is fairly straightforward & easy.
Shouldn't even have to take a pkg down (if it's not running on the node to be removed) or the cluster itself.
You do the following;
1) Remove the node from ALL pkgs by editing the pkg conf file & apply the new configuration:
cmapplyconf -f -v -k -P /etc/cmcluster/pkg_name/pkg_name.conf
2) Halt cluster services on the node to be removed
cmhaltnode -n node_name
3) Remove the node from the cluster config by editing it out of the cluster conf file & apply the new configuration.
cmapplyconf -f -v -K -C /etc/cmcluster/cluster_name.conf
Then just check the cluster with a cmviewcl to verify that it's no longer in the cluster.
And yes - you can have a single node cluster, but you lose the ability to fail it over. All you can do now is monitor the app & restart it if it fails or failover a NIC on that box.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 09:04 AM
07-17-2003 09:04 AM
Re: Remove node from Cluster
cmhaltnode node_name
You can use -f to force the halt and you can use -v for verbose, but no -n.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 09:08 AM
07-17-2003 09:08 AM
Re: Remove node from Cluster
No need to halt cluster.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 09:22 AM
07-17-2003 09:22 AM
Re: Remove node from Cluster
That is not ture. A single node cluster is not only viable but can be beneficial. My packages are set up to automatically restart any application with the package if it goes down.
The restart limit is set to ten. So SG will do this up to ten times. This is quite helpful when an appliction goes down due to a network glitch or some other non-recurring problem. No manual intervention and a minimal amount of downtime.
You have to set up the package to not automatically restart apps if a maintenance flag is present. This maintnenace flag allows you to bring down the apps and keep them down while you do maintenance.
HTH
Marty