- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Package Star
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-01-2004 07:31 PM
04-01-2004 07:31 PM
Package Star
Best Regards
Stefano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:50 PM
04-01-2004 07:50 PM
Re: Package Star
To autostart the cluster adjust:
/etc/rc.config.d/cmcluster:
change
AUTOSTART_CMCLD: If set to 1, the node will attempt to
# join its CM cluster automatically when
# the system boots.
# If set to 0, the node will not attempt
# to join its CM cluster.
#
To make sure a package is startable:
edit package config file:
# Enter the value for AUTO_RUN. Possible values are YES and NO.
# The default for AUTO_RUN is YES. When the cluster is started the
# package will be automatically started. In the event of a failure the
# package will be started on an adoptive node. Adjust as necessary.
#
# AUTO_RUN replaces obsolete PKG_SWITCHING_ENABLED.
AUTO_RUN YES
I do not know how to alter the start order. I thought all packages are started at once.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:53 PM
04-01-2004 07:53 PM
Re: Package Star
You could alter a package control file.
Add a script to customer defined run command that check if the package it depents on is running before executing next start command.
PS. This will create unwanted dependenties.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 09:55 PM
04-01-2004 09:55 PM
Re: Package Star
A better way might be to disable the autostart for all packages and create an init script that starts (and stops) the packages in the right order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 12:23 PM
04-03-2004 12:23 PM
Re: Package Star
If you do not want to start cluster after booting of system.
#vi /etc/rc.config.d/cmcluster and change autostart value to 0 (Zero)
Now do following to join node to cluster
#cmrunnode -n hostname
(You can also do cmruncl but it will start everything at once)
If you want to mount all file systems by cluster but do not want to start any start stop script do the following.
#touch /etc/cmcluster/debug
#cmrunpkg -n nodename -v packagename
And you can manually start/stop all applications. Remove the debug file if you want cluster to mount as well as start applications.
If you start cluster with above commands you will also have to enable package switch otherwise failover will not occur.
#cmmodpkg -e packagename
#cmviewcl or cmviewcl -v to see all configuration.
Remove debug file once you are done with troubleshooting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 12:53 AM
04-05-2004 12:53 AM
Re: Package Star
See this document:
UMCSGKBRC00008166
TITLE: Dependent packages, can the order of package startup be controlled?
.SD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 01:17 AM
04-05-2004 01:17 AM
Re: Package Star
Thanks
Stefano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 04:08 AM
04-05-2004 04:08 AM
Re: Package Star
hopefully that link will work.
If not, click site map, serach technical knowledge database, and paste in the document ID, from above.