Operating System - HP-UX
1752802 Members
5220 Online
108789 Solutions
New Discussion

3 Node cluster to be modified to two-node

 
chindi
Respected Contributor

3 Node cluster to be modified to two-node

Hi guys,

We are having a cluster as shown below :

 

 

root #/etc/cmcluster >cmviewcl

CLUSTER STATUS
DGE-APPS up

NODE STATUS STATE
vinayak down halted
ekdant up running

PACKAGE STATUS STATE AUTO_RUN NODE
sgb_app_pkg up running enabled ekdant

NODE STATUS STATE
lambodar up running

PACKAGE STATUS STATE AUTO_RUN NODE
ukgb_app_pkg up running enabled lambodar

 

We want to delete node vinayak from cluster & keep ekdant & lambodar in cluster only .

how do i do it , without taking downtime .

Need to remove all information reg vinayak from cluster setup .

 

Because when am trying to add new package am getting the folowing error;

 

root #/etc/cmcluster/mg_ba >cmapplyconf -f -P /etc/cmcluster/mg_ba/mg_ban.conf
Unable to open communications to configuration daemon: No such file or directory
Run script /etc/cmcluster/gb_app_pkg/gb_app_pkg.cntl for package gb_app_pkg
does not exist on node vinayak.

3 REPLIES 3
bingoarunprasat
Advisor

Re: 3 Node cluster to be modified to two-node

I think you made some mistake in removing node. Cluster configuration is not updated in all nodes.

Please follow this procedure and post the results.

 

Store a current copy of the existing cluster configuration in a temporary file:
# cmgetconf -C temp.ascii 

Specify the new set of nodes to be configured (omitting vinayak) and generate a template of the new configuration:
# cmquerycl -C clconfig.ascii -c cluster1 -n ekdant -n lambodar


Edit the file clconfig.ascii to check the information about the nodes that remain in the cluster.
Verify the new configuration:
# cmcheckconf -C clconfig.ascii 


Apply the changes to the configuration and send the new binary configuration file to all cluster nodes:
# cmapplyconf -C clconfig.ascii 

 

Hope this help you.

chindi
Respected Contributor

Re: 3 Node cluster to be modified to two-node

Hi Arun ,

 

HP from backend is working on it now.

They have asked me to run cmgetconf cluster.ascii & then

cmcheckconf cluster.ascii  ,

 

Its failing at network validation .

Have asked me to check network cable .

Lets see.

bingoarunprasat
Advisor

Re: 3 Node cluster to be modified to two-node

Hi chindi,

 

Can you please post the results of cmcheckconf ? So that you can get more accurate answers from this forum.