- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bringing down the 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
08-11-2006 03:18 AM
08-11-2006 03:18 AM
I just want to make sure I understand the process of bringing down the package:
cmhaltpkg
cmhaltnode
reboot
cmrunnode
cmrunpkg
cmviewcl -v
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 03:25 AM
08-11-2006 03:25 AM
SolutionNow, if you actually want to bring down the package and the node without moving the package to another node then your steps are correct BUT you should always supply the -n nodename argument to the cmrunpkg command because you haven't specified what is the preferred node for this package.
After stopping a package, you generally need to run "cmmodpkg -e -v mypkg" to enable package switching.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 03:39 AM
08-11-2006 03:39 AM
Re: Bringing down the package
I meant
cmrunpkg -n
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 03:49 AM
08-11-2006 03:49 AM
Re: Bringing down the package
You mean prevent it from switching to another node in case of a disaster?
> After stopping a package, you generally need to run "cmmodpkg -e -v mypkg" to enable package switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 03:59 AM
08-11-2006 03:59 AM
Re: Bringing down the package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 04:25 AM
08-11-2006 04:25 AM
Re: Bringing down the package
If the package is configured to failover to other node, you can halt package and failover to it. Sometimes, packages were designed to run on single node.
Here what you can do:
cmhaltpkg -v -n
cmrunpkg -v -n
cmhaltnode -v
node1:> shutdown -ry 0
Once Node is up then you can failback package from Node2 to 1 by running above commands like this.
cmhaltpkg -v -n
cmrunpkg -v -n