- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster - make_recovery
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-26-2004 10:39 PM
02-26-2004 10:39 PM
I would know how I can recover my S.O. (HP-UX 11.i) in cluster with make_tape_recovery command.
I've two Vg per server (VG00 with S.O. and VG01 with NNM DB and configuration files).
Is it necessary to recover else VG01?
Can you give me some command or procedure to do this?
Thanks
best regards
Stefano
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:56 PM
02-26-2004 10:56 PM
Re: Cluster - make_recovery
Am I mistaken here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 12:00 AM
02-27-2004 12:00 AM
Re: Cluster - make_recovery
the file to edit is
/var/opt/ignite/recovery/latest/flist <--
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 02:45 AM
02-27-2004 02:45 AM
Re: Cluster - make_recovery
with -A only vgOO will be saved.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 02:55 AM
02-27-2004 02:55 AM
Re: Cluster - make_recovery
I suggest using make_tape_recovery to backup only vg00. vg01 will automatically be imported when you restore vg00 with ignite. More data you put on the tape, less dependable that tape would be.
Also generate map files regularly and save them on network somewhere.
vgexport -p -v -s -m /tmp/vg01.map vg01
vgexport -p -v -s -m /tmp/vg00.map vg00
cp /etc/fstab /tmp/fstab.
They will come handy during the disasters.
Regularly create make_tape_recovery tapes for vg00 and general backup (with fbackup or your backup software) for vg00 and vg01.
-Sri