- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Set Package order for shutdown
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
04-14-2008 02:45 AM
04-14-2008 02:45 AM
I would like to use cmhaltcl -f but this shuts down packages in the wrong order leaving some with hung nfs mounts.
Although starting up doesn't cause so much of an issue, it would also be preferable for the packages to start in a specified order.
I am using SG 11.17 with LVM VGs. on HP 11.23 ia64.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 03:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 04:35 AM
04-14-2008 04:35 AM
Re: Set Package order for shutdown
Any failover of the main package would not warrant a shutdown of the dependent packages as they will pick up NFS again when it restarts.
Perhaps I will just put in an alias for cmhaltcl -f that shuts the packages down in the required order and then runs /usr/sbin/cmhaltcl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 09:56 PM
04-14-2008 09:56 PM
Re: Set Package order for shutdown
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 11:34 PM
04-14-2008 11:34 PM
Re: Set Package order for shutdown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2008 02:36 AM
04-15-2008 02:36 AM
Re: Set Package order for shutdown
U have to shutdown the packages one by one
this is more polite way, please don't shutdown the cluster forcefully it is not good
cmhaltpkg -v -n nodename packagename
then if any volume group is part of the cluster deactivate it then shutdown the cluster.
only u have to deactivate the volume group which is the part of u cluster
understand service guard has the control up to u logical volume.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2008 12:24 PM
04-20-2008 12:24 PM
Re: Set Package order for shutdown
Rather than complicating the start / stop script functions with waits and conditionals, I will simply add a root alias for cmhaltcl -f so that the packages are shutdown in the correct order.