- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Rebooting Cluster Server
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
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
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
12-17-2005 08:26 AM
12-17-2005 08:26 AM
Rebooting Cluster Server
1) cmviewcl -v (view the cluster)
2) cmhaltpkg -v "pkgname"
3) shutdown -r -y now
Then once the server comes up
1) cmviewcl -v (View the cluster)
2) cmrunpkg -n "pkgname"
3) cmviewcl -v
Then if I need to check that switching in enabled and enable it if need be.
cmmodpkg e "pkgname"
Thanks
Shawn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2005 09:10 AM
12-17-2005 09:10 AM
Re: Rebooting Cluster Server
The main thing to remembr is that you verify the package switching is enabled both globally and locally on the cluster.
do:
cmviewvl -v -p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2005 09:15 AM
12-17-2005 09:15 AM
Re: Rebooting Cluster Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2005 02:07 AM
12-18-2005 02:07 AM
Re: Rebooting Cluster Server
How many nodes do you've in your cluster environment?
If you have 2 nodes and no quorum server I think your cluster whole cluster will go down.
Before the shutdown you need to perform the following: cmhaltnode -n
When server comes up run the following first:
cmrunnode -n
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2005 12:51 PM
12-18-2005 12:51 PM
Re: Rebooting Cluster Server
Generally, if you use shutdown, it will do a cmhaltnode --
If you do a REBOOT instead of a shutdown, you will be in for some trouble because you will drop the node hard.
Shutdown should work fine in most cases unless you have commented out the cmhaltnode portion for serviceguard shutdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 01:09 AM
12-19-2005 01:09 AM
Re: Rebooting Cluster Server
Thanks for the confirmation. The shutdown and reboot worked fine the way we had discussed.
Many thanks to all that replied :)
Shawn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 01:10 AM
12-19-2005 01:10 AM