Operating System - HP-UX
1838518 Members
2803 Online
110126 Solutions
New Discussion

Delete one node from a cluster

 
SOLVED
Go to solution
accent
Frequent Advisor

Delete one node from a cluster

Hi.
I have one cluster with two nodes and I want to delete one of them. I need to know the step to make this.
6 REPLIES 6
Mauro Gatti
Valued Contributor

Re: Delete one node from a cluster

Try to check this link:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=637430

or look for "cluster delete node" in forum search tool.

RGDS


Mauro
Ubi maior, minor cessat!
melvyn burnard
Honored Contributor

Re: Delete one node from a cluster

This is discussed in Chapetr 7 of the Managing Serviceguard manuals available at:
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
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Geoff Wild
Honored Contributor

Re: Delete one node from a cluster

cmhaltnode -f yourhpservertoberemoved

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
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
HGN
Honored Contributor

Re: Delete one node from a cluster

Hi

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
accent
Frequent Advisor

Re: Delete one node from a cluster

Hi.
I used the SAM to delete the node.