Cluster node not starting as one node is down.
Hi Experts,
Need help in understanding cluster of 1+1 , my master node is down due an OS issue and now the slave node should ideal takeover but i see it is not starting.
Attached is the Engine.log where i can see some "ShutdownTimeout" , please let me know how to increase it.( I am not able to use hastatus it says veritas is not started, so i cannot execute hares to increate the shutdowntimeout).
1. In a 1+1 cluster if master node is down , i need slave to run as normal. what should i do for this ?
2. how to set ShutdownTimeout ?
3. Does we have any bugs in 5.1 SP1RP4 ?
Hi Saikishore,
It looks like your cluster service (HAD) is not running because the cluster is not seeded. To seed you need run the following command:
gabconfig -c -x
As for the ShutdownTimeout value:
haconf -makerw
hasys -modify <servername> ShutdownTimeout <value>
haconf -dump -makero
The hasys command needs to be run for each node in the cluster. The default value should be 300 or 600 depending on the version of the product.
Thank you,
Wally