- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Delete one node from a 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
10-04-2004 08:48 PM
10-04-2004 08:48 PM
I have one cluster with two nodes and I want to delete one of them. I need to know the step to make this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 08:58 PM
10-04-2004 08:58 PM
Re: Delete one node from a cluster
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=637430
or look for "cluster delete node" in forum search tool.
RGDS
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 09:49 PM
10-04-2004 09:49 PM
Re: Delete one node from a cluster
http://docs.hp.com/hpux/ha
Simply put, you need to halt all packages on the node to be deleted, remove all definitions of the node from all package configuration files, remove the node definitions in the ascii file, and then use cmapplyconf to reapply the binary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 12:44 AM
10-05-2004 12:44 AM
Re: Delete one node from a cluster
modify your cluster ascii file in /etc/cmcluster on the running node and delete yourhpservertoberemoved
then, cmcheckconf -C yourcluster.ascii
if okay, cmapplyconf -C yourcluster.ascii
This can also be done from SAM.
On yourhpservertoberemoved, set AUTOSTART_CMCLD=0 in /etc/rc.config.d/cmcluster if not already done.
Also, you may want to remove the MC/SG software from yourhpservertoberemoved with swremove.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 02:16 AM
10-05-2004 02:16 AM
Re: Delete one node from a cluster
Here are a few url which may be useful
http://docs.hp.com/hpux/pdf/B3936-90079.pdf
http://docs.hp.com/hpux/ha/#Quorum%20Server
Hope these links help
Rgds
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 03:33 AM
10-05-2004 03:33 AM
SolutionTry this link from hp docs site,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90079/B3936-90079_top.html&con=/hpux/onlinedocs/B3936-90079/00/00/50-con.html&toc=/hpux/onlinedocs/B3936-90079/00/00/50-toc.html&searchterms=node%7cdelete&queryid=20041005-093205
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 05:59 AM
10-19-2004 05:59 AM
Re: Delete one node from a cluster
I used the SAM to delete the node.