- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Prevent package start at cluster start
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
05-15-2002 09:56 AM
05-15-2002 09:56 AM
I have a huge cluster of 8 nodes with 30 packages and I want to know how can I prevent the start of all my 30 package when I start the cluster with the cmruncl command... And I want to keep the ability to the package to switch to the fail node when a failure occur.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 10:09 AM
05-15-2002 10:09 AM
Re: Prevent package start at cluster start
cmruncl without any options will attempt to start the cluster on all the nodes, due to which it will try bringing up the packages of all nodes, as it is configured in the system.
If you do not want this, then run
cmruncl -n
This will start the cluster on only one node (nodename) and start only the packages which are used by that node, instead of all the 30 packages.
Once you are sure of starting the packages, you can run
cmrunnode -n
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 10:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 10:19 AM
05-15-2002 10:19 AM
Re: Prevent package start at cluster start
This document will be helpful (TKB #UXSGKBRC00004102):
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=83951a35158e143bce/screen=ckiDisplayDocument?docId=200000058849803
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 10:20 AM
05-15-2002 10:20 AM
Re: Prevent package start at cluster start
Have you tried setting the AUTO_RUN Value to NO in the package configuration file and see if the package still starts at cluster startup. Setting the value of this variable to NO will allow you to start the cluster without starting the packages.
The thing you should now worry about is the failover. So you can try that by doing this, start this package manually once the cluster has started. then shutdown the primary node on which package runs without shutting down the cluster on that node. This will allow you to check the failover.
Do remember, if you make any changes to the package conf file you have to apply those changes to create new cluster binaries.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 02:22 PM
05-17-2002 02:22 PM
Re: Prevent package start at cluster start
I have done this in cases where I want to ensure one package is started and stable before another attempts to start, and it seems to work just fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 02:25 PM
05-17-2002 02:25 PM
Re: Prevent package start at cluster start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 05:55 AM
05-22-2002 05:55 AM
Re: Prevent package start at cluster start
AUTO_RUN available in the conf-Files ?
my Version is A.11.09, and by default there is no AUTO_RUN variable in the conf-scripts.
Christian