- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need to reboot the node in two node cluster
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2009 12:06 PM
тАО01-19-2009 12:06 PM
Need to reboot the node in two node cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2009 12:29 PM
тАО01-19-2009 12:29 PM
Re: Need to reboot the node in two node cluster
what i am going to tell is true for a cluster that is a normal Service Guard Cluster.(Hope that this is not an Oracle RAC Cluster or with SGeRAC)
better if u can post the O/P of the command
#cmviewcl -v
and also mention the node that u wish to reboot.
get the application team informed and tell them if they wish to stop any services running on that node.
do u wiwsh to move the packages running on the node to failover to the other node when u shall reboot this node that is is this node running any packages on this one, then u can go ahead to stop the packages on that node first, then start those pacjakes on the other node, when packages that were on this node are started by u on the other node, then uc an simply give a cmhaltnode to this node and give a reboot that is
first look at
#cmviewcl
see that if the node u want to reboot is running any package on it.
if that node thatu want to reboot is running 2 packages fpr example pkg_name1 and pkg_name2 and u wish to shutdown those before reboot of this node then do:
#cmhaltpkg -v
#cmhaltpkg -v
after the packages running on this node halts, u can halt the node using
#cmhaltnode
Then u can give a reboot to this node using
#shutdown -ry 00
NOTE:
if u want that this node comes up after reboot and auto joins the cluster see that the /etc/rc.config.d/cmcluster has the entry AUTOSTART_CMCLD=1 else
if AUTOSTART_CMCLD=0
then after the node comes up u will need to run a #cmrunnode
yes this is better that u do a cmhaltnode before u go for a reboot of the node and also properly do a cmhaltpkg for the packages that are running on this node properly before u do a cmhaltnode.
Regards
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2009 12:51 PM
тАО01-19-2009 12:51 PM
Re: Need to reboot the node in two node cluster
u can post the #cmviewcl -v
O/p here, anyway if u have known that cmhaltnode is a good practice and u did that successfully please do acknowledge that the activity was successful.
Regards
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2009 01:00 PM
тАО01-19-2009 01:00 PM
Re: Need to reboot the node in two node cluster
Thanks for your prompt reply.
For security reason I can'quite post the o/p of cmviewcl.
But under PACKAGES column I have one entry which says
SG-CFS-pkg and then there are rest
with
SG-CFS-DG-X and SG-CFS-MP-X
where X=1,2,3,4 ...
Do I need to halt each and everyone of them ?
-Jayu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2009 01:30 PM
тАО01-19-2009 01:30 PM
Re: Need to reboot the node in two node cluster
If not, then run cmhaltnode to halt the node and then reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2009 01:31 PM
тАО01-19-2009 01:31 PM
Re: Need to reboot the node in two node cluster
can u just tell me that
But under PACKAGES column I have one entry which says
SG-CFS-pkg and then there are rest
with
SG-CFS-DG-X and SG-CFS-MP-X
where X=1,2,3,4 ...
Do I need to halt each and everyone of them ?
See the CFG DG package is the Dg activation Multinode package and that CFS MP is the Multinode Mount point package.
There might be dependencies among the packages.
U have to know the dependencies of the actual application packages on the MP Packages and that those Application packages and the MP as well as the DG Packages are running on which nodes?
Are u using CFS with CVM?
That also makes a difference.
Regards
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2009 05:45 AM
тАО01-20-2009 05:45 AM
Re: Need to reboot the node in two node cluster
We were able to successfully reboot the server.