- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Two applications under one volume group??
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-26-2002 07:22 AM
09-26-2002 07:22 AM
Two applications under one volume group??
- OmniBack II
- Control-M (job scheduling)
Both apps are installed on the same shared disk in /dev/vg01.
I would like to configure them into two packages.
Is this possible?
I understand that if one package has to switch the other will have to switch too, but I don't mind.
I don't know whether MC/ServiceGuard will let me configure VG[0]="/dev/vg01" in two package control scripts.
I can't separate these applications onto different disks.
Any ideas?
Bret.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 07:27 AM
09-26-2002 07:27 AM
Re: Two applications under one volume group??
you must to separate aplicattions in two different VGs or package both in only one packet
personally i suggest you first option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 07:43 AM
09-26-2002 07:43 AM
Re: Two applications under one volume group??
If both have to switch because they are on the same vg, then why not put them in one package?
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 07:50 AM
09-26-2002 07:50 AM
Re: Two applications under one volume group??
Each package on the SG has its own VG. So if your two application are installed as part of the same VG, you cannot seperate them as two different packages.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 07:56 AM
09-26-2002 07:56 AM
Re: Two applications under one volume group??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 10:30 AM
09-26-2002 10:30 AM
Re: Two applications under one volume group??
If you do not mind both applications switching at a time, create a single package.
With single VG anyway you are stuck with that option.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 10:57 AM
09-26-2002 10:57 AM
Re: Two applications under one volume group??
If you decide to do it in two packages, you will have to add a lot of error checking that the volumne group is active and the appropriate file systems are mounted.
You will also have to have code to coordinate the two packages, so they are not trying to the same thing at once, like mounting file systems. We've found it easier to have the volume group and file system mounting in their own packages and have the packages run sequentially (for example, package sql01 waits for package sql01_mountfs to finish before running and sql01_mountfs waits for activate_vg01 to finish).
HTH
Marty