- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How does make_tape_recovery when booting from the ...
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-03-2002 12:13 PM
12-03-2002 12:13 PM
I am guessing that ignite will basicly wipe vg00 and reload it with the contents of the make_tape_recovery. Will information about other volume groups and logical volumes be recovered from the tape and bring us back - as is?
Thanks,
Dewy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 12:17 PM
12-03-2002 12:17 PM
SolutionAssumning the tape was made with the -I option, the recovery will be interactive and will appear much the same as an initial install - you get to reallocate all your root logical volumes. If -I was not used, the recovery is not interactive and the restore puts vg00 back like it was.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 12:18 PM
12-03-2002 12:18 PM
Re: How does make_tape_recovery when booting from the tape?
Information about your other VGs (/dev/vg*, etc.) will be restored and your other VGs should be available after you are finished restoring your system from the make_tape_recovery tape.
Be aware that if your VG00 disks are mirrored, the mirroring will NOT be restored when using the tape. You will have to manually recreate your VG00 mirrors after you are done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 12:21 PM
12-03-2002 12:21 PM
Re: How does make_tape_recovery when booting from the tape?
If you do not press any key within that 10 second window, then VG00 will indeed be restored as-is.
I recommend to ALWAYS create your tapes with the '-I' option to make_tape_recovery.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 12:23 PM
12-03-2002 12:23 PM
Re: How does make_tape_recovery when booting from the tape?
When booting the tape it does give you a chance to interrupt it by waiting for a bit, something like stop me now or I'll continue in 15 seconds.
If you do interrupt it, it performs the restore just a bit differently in that it will not restore certain files like /etc/hosts and a few others. After the restore, you will need to ftp over a few files.
The other volume groups will be as they were before the restore unless you have messed with the drives that they were on during the reallocation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 12:24 PM
12-03-2002 12:24 PM
Re: How does make_tape_recovery when booting from the tape?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 12:35 PM
12-03-2002 12:35 PM
Re: How does make_tape_recovery when booting from the tape?
The Forum is a wonderful resource!
Dewy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 12:46 PM
12-03-2002 12:46 PM
Re: How does make_tape_recovery when booting from the tape?
If you want you can make a recovery tape which contains any volume groups you have on your system. You can specify it with option:
-x inc_entire=vg_name
so to make full recovery use:
make_tape_recovery -A -x inc_entire=vg0 -x inc_entire=vg01 ...
And by the way - even if you do not specify -I option you will have some 10 seconds during boot to enter into interactive mode.
And as a last resort - if all this options are to difficult to remember you can simply start make_tape_recovery with -i option which gives tou similar to SAM interface. But this style is not kosher of course :-)
Marek