- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Halting a serviceguard package
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
06-24-2008 09:28 PM
06-24-2008 09:28 PM
Halting a serviceguard package
We are getting firmware upgarded on one of our servers which is a two node cluster. We have to halt the package on the primary node and do not wish to run it on a failback node. I will do it on primary node using command
cmhaltpkg -v
This will halt the package and than i can proceed to halt the server with shutdown command. I am a little confused whether i should be using cmhaltcl -fv & to halt the cluster or ust halting the package using cmhaltpkg is enough.
Kindly provide your valuable suggestions.
Thanks.
Regards,
Ashish A. Lahori
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 09:45 PM
06-24-2008 09:45 PM
Re: Halting a serviceguard package
use the command
#cmhaltpkg -v -n
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 09:46 PM
06-24-2008 09:46 PM
Re: Halting a serviceguard package
I forgot to add, that AUTO_RUN is enabled. Should i disable it using :
cmmodpkg -d
and than halt the package so that the package does not failover to secondary node.
Kindly assist.
Regards,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 10:09 PM
06-24-2008 10:09 PM
Re: Halting a serviceguard package
OR
#cmmodpkg -d -n noneX pkg1
then #cmhaltpkg -v
then #cmhaltnode nodeY
OR
#cmhaltnode -f -v nodeY
To halt a node with a running package, use the -f option. If a package
was running that can be switched to an adoptive node, the switch takes
place and the package starts on the adoptive node.
The following link can help you: http://docs.hp.com/en/B3936-90122/B3936-90122.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 10:19 PM
06-24-2008 10:19 PM
Re: Halting a serviceguard package
You are confusing me... Let me make it simple for you and you make it simple for me by replying, what is required and not what all that can be done. Be specific.
We are upgrading firmware on one of our servers and need to shutdown the server. It happens to be the primary node of a two node cluster. I do not want to start the package on secondary node after halting the package on failover node. At present, AUTO_RUN is enabled.
My question is:
1. Should i use cmmodpkg -d
Please don't confuse.
Regards,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 10:33 PM
06-24-2008 10:33 PM
Re: Halting a serviceguard package
#man cmmodpkg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 10:51 PM
06-24-2008 10:51 PM
Re: Halting a serviceguard package
1) disable package switching
2) stop all the packages on that node which will be shutdown
3) halt the cluster on this node (not the whole cluster)
Commands that should be executed:
1) #cmmodpkg -d -v package_name
The man page shows:
"cmmodpkg {-e|-d} [-n node_name]... [-v] package_name..."
You have written the command wrong.
2) #cmhaltpkg -v package_name
if it is the only package which runs on that node then do step 3)
If it is not the only package that is started on this node, then stop all the packages
3) #cmhaltnode node_name
Then you can shutdown the system
For more information see the man pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 12:27 AM
06-25-2008 12:27 AM