Operating System - HP-UX
1844539 Members
3334 Online
110233 Solutions
New Discussion

Re: restarting active node on two nodes cluster

 
Yehia Farouk
Occasional Contributor

restarting active node on two nodes cluster

Hi admins,

can you tell me quick procedure to restart an active node on two nodes cluster,( manual fail back)

I think I have to
1- halt the pkg on the running node
2- check if it failed over on the node successfully, other wise start it manually on the other one
3- reboot the first node
4- halt the package on the second node ( to fail back)
5- run the package again on the first node
6- modify the package on the second node (cmmodpkg -e)

is it right ??
6 REPLIES 6
Avinash20
Honored Contributor

Re: restarting active node on two nodes cluster


1. Halt the package on node1
# cmhaltpkg -v
2. Check if the package is halted successfully on node1 (/etc/cmcluster//pkg.cntl.log
3. Start the package on node2
# cmrunpkg -n
4. Reboot the node1

5. Once the node is up, check if the node has joined the cluster.(syslog.log & cmviewcl)

6. Stop the package on node2
# cmhaltpkg -v
7. Start the package on node1
# cmrunpkg -v
8. cmmodpkg -e
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: restarting active node on two nodes cluster

You could also refer to
http://docs.hp.com/en/B9903-90005/ch07s05.html
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: restarting active node on two nodes cluster

Oops . Ignore my above docs.hp.com url posted. :)
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: restarting active node on two nodes cluster

Ah !! this gives me a good understanding
http://docs.hp.com/en/B3936-90122/ch03s04.html#d0e4050
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Yehia Farouk
Occasional Contributor

Re: restarting active node on two nodes cluster

Thanks Rao so much, that was helpful
Yehia Farouk
Occasional Contributor

Re: restarting active node on two nodes cluster

Rao answer was OK