- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Service Dependency
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
09-22-2006 03:59 AM
09-22-2006 03:59 AM
Service Dependency
1. Oracle Listener
2. Oracle Database
3. Application
If the Ora db goes down or some process not running. (Restart Count Set to 1) then the application and listener should be stopped before attempting to stop oracle and then restart them in a proper order (listener, oracle, app)
So, my question how does the cluster handle this situation, is there a way one can set dependencies for services?
-Kathir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 05:48 AM
09-22-2006 05:48 AM
Re: Service Dependency
Please review:
http://docs.hp.com/en/ha.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 05:56 AM
09-22-2006 05:56 AM
Re: Service Dependency
Thanks I checked the 'Managing Service Guard Manual' before asking the question, but I couldnt find much of an information on services and their dependencies..Is there any other doc which talks about this??
I understand the mon scripts should take care of the restarts but is there a way to build a dependency between the services configured in one package? If yes how to configure the cntl file for that??
-Kathir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 09:20 PM
09-25-2006 09:20 PM
Re: Service Dependency
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 05:26 AM
09-26-2006 05:26 AM
Re: Service Dependency
The services are usually only used to monitor specific processes and if possible to restart them in case they fail. THis said your service should not stop the application or the DB. THe exit of a service (after max restart is reached) should trigger the stop sequence in the package control script.
Perhaps you should check into the developer toolbox for SG (free download) to get templates for application packages. See
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SGDTOOLBOX
For Oracle, HP offers ready to use templates as part of the Enterprise Cluster Master toolkit. See http://h20293.www2.hp.com/portal/swdepot/displayProductsList.do?category=HA
To answer your question directly: No, you cannot define dependencies between package services. They are started/stopped in the order of the indeces that you defined in the package control script.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 08:01 AM
09-26-2006 08:01 AM
Re: Service Dependency
From the posts and the document, I understand that dependencies are possible only in the package and not in service...
-Kathir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 08:07 AM
09-26-2006 08:07 AM