Operating System - HP-UX
1832672 Members
2949 Online
110043 Solutions
New Discussion

Can not delete a node from exiting cluster

 
SOLVED
Go to solution
Hoang Chi Cong_1
Honored Contributor

Can not delete a node from exiting cluster

Hi all

I have 4 nodes in a Cluster: ipcaspa, ipcasps, ipcasba, ipcasbs.
And there are two package configured in cluster and both of them are running on ipcasps server.
Now I want to delete node ipcasbs from the cluster.
Here are steps I have to do:
#backup current cluster configuration

#cmquerycl â v â C /tmp/cluster.ascii â c VBARD â n ipcasps â n ipcaspa â n ipcasba

#cmcheckconf â v â C /tmp/cluster.ascii

#cmapplyconf â v â C /tmp/cluster.ascii

But error happen.(Please see on the attachment)

Thanks.
Hoang Chi Cong
Looking for a special chance.......
3 REPLIES 3
Ninad_1
Honored Contributor
Solution

Re: Can not delete a node from exiting cluster

Hi,

It seems that the cluster config file does not have the node ipcasbs - as per your modified configuration, but the package confi files still have that node listed. Have you changed the package config files to remove the node ipcasbs ?

Regards,
Ninad
Rajeev  Shukla
Honored Contributor

Re: Can not delete a node from exiting cluster

Yes true, this is a common mistake we make when modifying the cluster.
You seem to have modified the cluster config file and excluded the node you want to remove from the cluster.
But your package configuration files still have the old node in there.
What you need to do is first mofify the package configurations and apply the config which will delete the node from the package and then follow the cluster stuff as you did.
Hoang Chi Cong_1
Honored Contributor

Re: Can not delete a node from exiting cluster

Thanks.
Oh....that's my fault....
I'll never forget it in the future.....

Best and regard,
Hoang Chi Cong
Looking for a special chance.......