- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_tape_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
12-12-2001 03:09 AM
12-12-2001 03:09 AM
Whenever I run make_tape_recovery -Av -a /dev/rmt/1mn, it shows 0 against a non-root volume /dev/vg01. "0" means it excludes the volume. Why is it so? Is there something wrong in "make_tape_recovery" syntax? Please comment if anyone knows ignite-ux recoveru utilities.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 03:13 AM
12-12-2001 03:13 AM
Re: make_tape_recovery
I have attached the screen output of "make_tape_recovery" with this mail as a word doc attachment. Please have a look at and suggest me if anything is wrong.
regards,
deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 03:18 AM
12-12-2001 03:18 AM
Re: make_tape_recovery
You need specifically include vg01 or elements of it. For instance, you can add the option:
'-x inc_entire=vg01'
See the man pages for 'make_tape_recovery' for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 03:28 AM
12-12-2001 03:28 AM
Re: make_tape_recovery
So what will be the final o/p if I have to bkp 2 volumes vg00, vg01
Is it :-
make_tape_recovery -Av -x inc_entire=vg00, vg01 -a /dev/rmt/1mn
Also what is best among make_recovery & make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 03:33 AM
12-12-2001 03:33 AM
SolutionIf you want an Ignite backup of *everything* in vg00 and vg01 you need to run the following:
make_tape_recovery -v -x inc_entire=vg00 -x inc_entire=vg01 -a /dev/rmt/1mn
Beware of adding more VGs into your recovery archive, remeber that:
a) It all has to fit on one (bootable) tape.
b) The tool used to backup the data (pax) does not support file size >2GB so anything in your vg01 bigger than this will cause an error.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 03:36 AM
12-12-2001 03:36 AM
Re: make_tape_recovery
# make_tape_recovery -i
then u get to select the vgs you want to include.
Good luck,
tarif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 04:28 AM
12-12-2001 04:28 AM
Re: make_tape_recovery
With regard to your question of 'make_recovery' vs. 'make_tape_recovery', you should use the newer 'make_tape_recovery' instead of 'make_recovery'. You will find that you have far more options. Eventually, 'make_recovery' will be eliminated.
Regards!
...JRF...