- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Manual Fail-over
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
07-25-2002 01:56 PM
07-25-2002 01:56 PM
Manual Fail-over
I have two L2000 systems. Each system has two internal disks which are in the vg00 volume group and are complete boot-disk mirrors. In addition, each system has a third disk which is in a FC-Array attached via a FC-Hub. This third disk is also part of vg00 and contains some logical volumes/filesystems with application related data (NOTE: These data LV/FSs are also mirrored onto the internal disks).
In the case of a system failure, I would like to "import" that third disk onto the other system, mount the data related logical volumes/filesystems onto this working system, bind a IP address from the failed system to the working system, and restart that application from the failed system.
This environment would give me a poor-mans, manual fail-over. Some of the questions I have are:
(1) Both systems use vg00 as the root VG, and the data LVs are in the vg00 VG. Can I add this disk to the currect vg00 VG and only mount the necessary LVs?
(2) Do I need to run a crontab entry which periodically runs a vgexport and copies it to the other system?
Thanks in advance for any comments you can offer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 02:04 PM
07-25-2002 02:04 PM
Re: Manual Fail-over
Since it is part of VG00, I know of no easy way to move that disk from one machine to the other.
As it is, I think you are going to have a hard time.
I would recommend backing up all of your data, removing that disk from VG00, create VG01, create your LVOL's and restore your data.
Then you could run a 'vgexport -m mapfilename.map -p -v -s vg01', copy that mapfile to your second machine, and then import that vg when needed via 'vgimport -m mapfilename.map -s -v vg01'. Naturally you would need to create the /dev/vg01 directory and /dev/vg01/group file as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 02:04 PM
07-25-2002 02:04 PM
Re: Manual Fail-over
You really don't need a crontab. The only thing you need is an up to date mapfile of the VG's that is kept on both boxes. You might do a cron to do a vgexport -p -m mapfile and rcp the mapfile to the other box unless your lvols are simply lvol1, lvol2, ... .
What you really need to do is look at MC/ServiceGuard and do all this crazy stuff automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 02:11 PM
07-25-2002 02:11 PM
Re: Manual Fail-over
I wouldn't want to try to make this work. The fact that you have non-operating system (application) data on logical volumes belonging to vg00 is poor in and of itself.
You are attempting to mimic an MC/ServiceGuard environment. If you need to avail yourself of those features (and guarantee that it will work), I'd purchase MCSG.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 08:44 AM
07-26-2002 08:44 AM
Re: Manual Fail-over
Hope this helps,
George