- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
05-04-2006 06:30 AM
05-04-2006 06:30 AM
make_tape_recovery
I am able to see and extract from the first tape using the commands:
==> mt -t /dev/rmt/0mn rew
==> mt -t /dev/rmt/0mn fsf 1
==> tar xvf /dev/rmt/0mn
But when I use the same commands on the 2nd tape I get:
# tar tvf /dev/rmt/0mn
Tar: blocksize = 0; broken pipe?
This is the 2nd set of tapes I've tried, first tape works, 2nd I get the problems. I cleaned the heads, kicked the tires... what am I doing wrong?
Thanks,
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:38 AM
05-04-2006 06:38 AM
Re: make_tape_recovery
For the first (and normally only) tape you are skipping the bootable LIF (written by Ignite). The next file is the actual 'pax' ('tar') archive.
Thus, for the second tape, merely use 'tar -tvf /dev/rmt/0m'.
I sould urge you to confine you vg00 and your 'make_tape_recovery' to *only* the standard logical volumes for HP-UX. Having done this, I use:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
This easily fits a standard vg00 configuration on a single tape.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:39 AM
05-04-2006 06:39 AM
Re: make_tape_recovery
If one tape works and another does not, surely its not the commands you use.
If this is part of a multi tape make_tape_reocvery the first two mt -t commands may not be needed, as tape 2 may be done with a different head format.
This is one of the problems in using a tool meant to restore whole systems to do partial backups. Definitely posssible, I've done it, but its much easier to have two tapes, one for core OS and a second, written with fbackup or DP 5.
The best sysadmins I know are lazy, like me. They don't want to work hard at stuff like this.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:51 AM
05-04-2006 06:51 AM
Re: make_tape_recovery
# mt -t /dev/rmt/0mn rew
# tar -tvf /dev/rmt/0mn
#
When the set was made, it requested the extra tapes. I know better now then to use this to backup the whole VG00.
Will assign points, thanks everyone!
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:56 AM
05-04-2006 06:56 AM
Re: make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 07:17 AM
05-04-2006 07:17 AM
Re: make_tape_recovery
Then if it still fails, you may consider to reload the whole backup (tape 1 in the tape drive, reboot, sea ipl, some drinks).
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 08:04 AM
05-04-2006 08:04 AM
Re: make_tape_recovery
Insert the tape and boot from it. No interaction necessary. This will restore your boot disk (I assume you have no mirror).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 09:32 AM
05-04-2006 09:32 AM
Re: make_tape_recovery
Thanks everyone!
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 09:34 AM
05-04-2006 09:34 AM