HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change package start parameter
Operating System - HP-UX
1833777
Members
2163
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-25-2007 11:52 PM
01-25-2007 11:52 PM
Hi All,
One question about automatic package Start.
I have 1 node whith 2 packages (pkgA & pkgB). At system reboot, "pkgA" start before "pkgB".
I would like to start "pkgB" before "pkgA", do you have a methods to do it ?
Thanks for response.
One question about automatic package Start.
I have 1 node whith 2 packages (pkgA & pkgB). At system reboot, "pkgA" start before "pkgB".
I would like to start "pkgB" before "pkgA", do you have a methods to do it ?
Thanks for response.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 11:58 PM
01-25-2007 11:58 PM
Solution
Shalom Spock,
Create one package that starts what was pckg a and b. If there is a true dependency they should start in the same package control script. Otherwise there is no mechanism to control start order.
Live long and prosper?
SEP
Create one package that starts what was pckg a and b. If there is a true dependency they should start in the same package control script. Otherwise there is no mechanism to control start order.
Live long and prosper?
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2007 07:32 AM
01-26-2007 07:32 AM
Re: Change package start parameter
Except for CFS packages, Serviceguard does not currently have the ability to control package order startup.
To accommodate this need, you could set AUTO_RUN to NO in the pkgA package configuration file. This prevents pkgA from starting when the cluster comes up.
Then in the customer_defined_run_cmds of pkgB control script, run a script (exec nohup) that checks that pkgB startup has completed, then performs 'cmmodpkg -e pkgA'. It may be necessary to also enable the node to run the package in order to get pkgA to start automatically:
cmmodpkg -e -n pkgA
This will enable pkgA to start.
To accommodate this need, you could set AUTO_RUN to NO in the pkgA package configuration file. This prevents pkgA from starting when the cluster comes up.
Then in the customer_defined_run_cmds of pkgB control script, run a script (exec nohup) that checks that pkgB startup has completed, then performs 'cmmodpkg -e pkgA'. It may be necessary to also enable the node to run the package in order to get pkgA to start automatically:
cmmodpkg -e -n
This will enable pkgA to start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2007 01:38 AM
05-04-2007 01:38 AM
Re: Change package start parameter
Thanks for your help.
I start my second package with the second one.
I start my second package with the second one.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP