1753481 Members
4610 Online
108794 Solutions
New Discussion

4 node cluster

 
prashanth
Advisor

4 node cluster

Hi ,

 

We have 4 node cluster . We are planning to bring down the 2 node.  As per my understanding the cluster will reform and it will run . Could you please let us know the ur thougts and which are the complication will occures .

 

Thank you!!!

 

3 REPLIES 3
Henry Fauni
Valued Contributor

Re: 4 node cluster

1. Why and how long are you taking down the 2 nodes for?

2. Do you want the packages to remain up and running while the 2 nodes are down? If so, make sure package are enabled to run on the remaining nodes. (cmmodpkg -e)

3. Have you tested the package failover before, and do the other nodes have sufficient system capacity for the additional packages to run there? of course it also depends on when (busy time) and how long they will remain up and running there.

4. The cluster will actually not "reform" because the other 2 nodes will remain up and running and still be part of the cluster. You will simply halt the 2 nodes you're taking down, and when you're done, you will bring them up and have them re-join the cluster.

prashanth
Advisor

Re: 4 node cluster

Hi Henry,

 

We are taking for memory upgrade.

1. Why and how long are you taking down the 2 nodes for?

Will take it out for 1 day.

2. Do you want the packages to remain up and running while the 2 nodes are down? If so, make sure package are enabled to run on the remaining nodes. (cmmodpkg -e)

Yes that is there

4. The cluster will actually not "reform" because the other 2 nodes will remain up and running and still be part of the cluster. You will simply halt the 2 nodes you're taking down, and when you're done, you will bring them up and have them re-join the cluster.

 

What I understood .we can halt two node during that time my cluster will run with two active node. After replacing the memory  we can join the cluster. 

 

Thanks!!!!

P Arumugavel
Respected Contributor

Re: 4 node cluster

Yes,

 

An automatic cluster startup occurs any time a node reboots and joins the cluster. This can follow the reboot of an individual node, or it may be when all nodes in a cluster have failed, as when there has been an extended power failure and all SPUs went down. Automatic cluster startup will take place if the flag AUTOSTART_CMCLD is set to 1 in /etc/rc.config.d/cmcluster. When any node reboots with this parameter set to 1, it will rejoin an existing cluster.

 

Rgds...