- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cmhaltpkg
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
07-24-2002 04:16 AM
07-24-2002 04:16 AM
If I'm using cmhaltpkg -n nodeA to halt the package on Node a in one of two nodes cluster, will the package failover to NodeB?
Points will be assigned.
Thanks,
Roger
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 04:20 AM
07-24-2002 04:20 AM
Re: cmhaltpkg
You should perform this sequence:
# cmhaltpkg package_name
# cmrunpkg -n nodeB package_name
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 04:22 AM
07-24-2002 04:22 AM
Re: cmhaltpkg
You answer depends on whether or not package switching is enabled or disabled.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 04:25 AM
07-24-2002 04:25 AM
Re: cmhaltpkg
cmhaltpkg does what it says; it halts a package.
To switch it you have to halt and start in on other node.
cmhaltpkh
cmrunpkg -n
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 04:26 AM
07-24-2002 04:26 AM
Re: cmhaltpkg
Can you please tell me in either one of cases? Let's say if the package is enbled what is going to happen, and if it is disabled, what is goint to happen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 04:29 AM
07-24-2002 04:29 AM
Re: cmhaltpkg
If you use cmhaltpkg it will always completly stop the package and it won't failover to the other node no matter what the switch are set to.
You will have to start it manually after with the cmrunpkg.
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 04:33 AM
07-24-2002 04:33 AM
Re: cmhaltpkg
It only applies to the case a node fails.
enabled packages switch over ; non enabled packages not.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 04:33 AM
07-24-2002 04:33 AM
Re: cmhaltpkg
My apologies. I read/thought 'cmhaltnode', not 'cmhaltpkg. Therefore, no, your package will not failover when using 'cmhaltpkg'.
Halting a node may cause its package(s) to swithc to the adoptive nodes (if switching is enabled for them). Halting a package, does not cause switching and the package must be restarted manually on another or the same node.
My apologies for the confusion!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 04:38 AM
07-24-2002 04:38 AM
SolutionWhen you issue the cmhaltpkg command from the command line, you are shutting down the package, not to be restarted until you run the cmrunpkg command.
In the case of failover, two things depend on the package's ability to failover. If you look at the cmviewcl -v output, where the package is displayed, there is a heading for AUTO_RUN. If this does not say enabled, then the PACKAGE does not have the ability to switch to the adoptive node. Going further down, you will see a heading for Node_Switching_Parameters:. If the SWITCHING column for any of the nodes indicates "disabled", then that node doesn't have the ability to accept the starting of a package on failover.
Hope this helps
Chris