- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restoring from a make_recovery tape
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
12-21-2001 08:05 AM
12-21-2001 08:05 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 08:08 AM
12-21-2001 08:08 AM
Re: Restoring from a make_recovery tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 08:12 AM
12-21-2001 08:12 AM
Re: Restoring from a make_recovery tape
Here's another good doc.
http://www.software.hp.com/products/IUX/docs/sysadm.html
Happy Holidays
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 08:14 AM
12-21-2001 08:14 AM
SolutionHere are a couple of example scenarios for your consideration.
*********************
Scenario 1 (typical make_tape_recovery recovery):
You have a machine with lots of data spread over lots of disks and VGs. For some reason you have to rebuild VG00 from your tape.
You boot from the tape and let it do its thing, restoring VG00.
In this situation, since you are restoring the OS to the same disk, on the same machine, all of your other data is still on the other disks and SHOULD be available once you are done restoring from tape.
All of your VG information (/dev/vg*) was backed up and since the disks are the same, everything is back once your machine reboot.
*****************
Scenario 2: (make_recovery in a DR environment)
Your machine, all disks and everything associated with it is gone. Not accessable or recognizable as a computer.
You go to your DR site and boot the DR machine from the make_recovery tape. The machine comes up with VG00 just like it was in your production environment.
BUT, you will have NONE of your volume groups because the disks are different, different types of disks, different paths, different device files, etc.
So at this point you have to create all of your other VGs and restore all the rest of your data from your backup tapes.
*************
Hopefully all this makes sense.
Feel free to post any other questions you may have.
Happy Holidays!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 08:15 AM
12-21-2001 08:15 AM
Re: Restoring from a make_recovery tape
See this guide for Ignite-UX administration:
http://docs.hp.com/hpux/onlinedocs/B2355-90704/B2355-90704.html
HTH,
SW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 08:17 AM
12-21-2001 08:17 AM
Re: Restoring from a make_recovery tape
If you create the tape with the -A option, it will indeed backup (and thus also restore) the entire vg00 volume group.
You can also use the -C option to add files specified in /var/opt/ignite/recovery/makrec.append. You can check the file /var/opt/ignite/recovery/makrec.last to see what was backed-up on the last tape.
HTH
--
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 08:20 AM
12-21-2001 08:20 AM
Re: Restoring from a make_recovery tape
To see whats on your archive, run:
# mt -t /dev/rmt/0mn fsf
(make sure you specify the no-rewind device)
# tar tvf /dev/rmt/0m
With respect to LVM, only vg00 will be rebuilt. The other volume groups will be automatically imported, because make_tape_recovery creates mapfiles in /etc/lvmconf before creating the tape. Then it will automatically run the vgimport command with these mapfiles post recovery.
Have a look at the files under /var/opt/ignite/recovery/latest for infomration about what is on your latest recovery tape. The system_cfg and control_cfg define how LVM will be restored.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 09:41 AM
12-21-2001 09:41 AM