- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MC/ServiceGuard
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
02-07-2002 02:28 AM
02-07-2002 02:28 AM
MC/ServiceGuard
Is there any option in Defining Package/Service for application dependency ?
Scenario is like this : i have 2 applications (ie. AP1 and AP2 ) and AP2 is dependend on AP1. Now in highavailable environment, i want these application to start/stop according to their dependency. ?,
Is there any option for this, while defining package ? or defining services withing package.
Thanks in advance.
tilok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:46 AM
02-07-2002 02:46 AM
Re: MC/ServiceGuard
You will also be able to controll the stopping sequence in the sto-script.
Regards;
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:53 AM
02-07-2002 02:53 AM
Re: MC/ServiceGuard
I remember, but not sure that there will be a file called 'packages' in data directory of MC/SG. You can go through that.
Hope it helps.
Cheers...
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 04:35 AM
02-07-2002 04:35 AM
Re: MC/ServiceGuard
For instance, a common scenario in a two node cluster is to have PKG1 (database server) and PKG2 (Apps server). These normally run on seperate servers to make efficient use of the processing power available but can co-exist on the same server in the event of failure. This flexibility is one of the big advantages of Serviceguard.
In this example, PKG2 is dependent on PKG1 so its startup script should check that PKG1 is available and (probably) wait until it is.
PKG1 isn't dependent on PKG2 but its startup script could check to see if PKG2 needs to be restarted. This depends on how resilient PKG2 is to PKG1 failure.
The PKG2 shutdown script doesn't need to check anything but PKG1 shutdown may have to do something with PKG2.
Writing and testing resilient control scripts is one of the key steps to configuring a Serviceguard cluster. The tasks shouldn't be underestimated.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 04:43 AM
02-07-2002 04:43 AM
Re: MC/ServiceGuard
There is no real built-in easy way of configuring this, although it has been requested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 05:54 AM
02-07-2002 05:54 AM
Re: MC/ServiceGuard
# The keywords RESOURCE_NAME,
RESOURCE_POLLING_INTERVAL,
# RESOURCE_START, and RESOURCE_UP_VALUE are used to specify Package
# Resource Dependencies. To define a package Resource Dependency, a
# RESOURCE_NAME line with a fully qualified resource path name, and
# one or more RESOURCE_UP_VALUE lines are required. The
# RESOURCE_POLLING_INTERVAL and the RESOURCE_START are optional.
What you want to do is create a RESOURCE dependency between APP1 and APP2. When APP1 is started APP2 would start and when APP1 is shutdown APP2 would go down. The flexibility is that you could move these to different nodes whereas with 1 package you can not.