- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- recovery tape query
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
01-18-2006 01:04 AM
01-18-2006 01:04 AM
recovery tape query
-Av switch only in make_tape_recovery command will not recreat non-root volume groups during installation and i need to use the (-x include) switch to acheive that,which means i need to remake recovery tapes accordingly.
please any light on this issue.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 01:14 AM
01-18-2006 01:14 AM
Re: recovery tape query
The -A option will essentially include ALL of VG00, which is exactly what you want. If you use the '-x inc_entire=vg??' option then it will BACK UP ALL of the data from that VG, which you don't really want.
When you recover from a make_tape_recovery tape, it will restore VG00 just like it was when the system was backed up. Now, if you have other VGs, and their disks are still attached and are all OK, then those VGs should activate automatically when the system comes up and your data should be available.
However, if for some reason the c? instance numbers change so your /dev/dsk/c?t?d? device files change then you may need to vgimport your other VGs.
The idea of make_tape_recovery is to give you something to fairly quickly recover VG00 in case of an emergency. Including other, usually unnecessary VGs, only adds to your recovery time when you can typically least affordd it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 01:16 AM
01-18-2006 01:16 AM
Re: recovery tape query
See
http://www.docs.hp.com/en/IUX/faq.html
4-6. Q: How do I include all volume/disk groups into a recovery tape?
A: To include all volume and disk groups on the system into a recovery tape (which can also be used with make_net_recovery) use the following command:
make_tape_recovery -A -x inc_cross=/
The make_tape_recovery manpage defines inc_cross as follows:
-x inc_cross=file|dir
Includes the file or directory in the recovery archive and
crosses mount points to access any directories that are
mounted or files contained in directories that are mounted.
So I would remake as shown
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 01:20 AM
01-18-2006 01:20 AM
Re: recovery tape query
From examining the Ignite documentation, I don't get the sense that this is true.
The manpages for 'make_tape_recovery' note that "If any file from a disk or volume group is included in the recovery archive, that disk (or all disks in the volume
group) will be reformatted during the recovery, and only the files included will be recovered."
http://www.docs.hp.com/en/5187-4555/5187-4555.pdf
Personally, I do not use the '-A' option but rather use '-x inc_entire=vg00'. I am fanatical about configuring vg00 for *only* the standard HP-UX filesystems and placing any "application" filesystems on other volume groups.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 01:33 AM
01-18-2006 01:33 AM
Re: recovery tape query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 01:36 AM
01-18-2006 01:36 AM
Re: recovery tape query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 01:50 AM
01-18-2006 01:50 AM
Re: recovery tape query
make_tape_recovey -Av
but i did not test it and Nowadays i am planning system room migration and i may test
(normally,i do not wish)
:-))