- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with 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
08-24-2001 11:49 AM
08-24-2001 11:49 AM
Problem with make_recovery tape
I'm running HP 10.20 on D370 class. I had been trying to make a make_recovery tape and ran into this problem, the system hang at this screen for over 2hours and then the system asked for the new tape. The DLT tape I had can contain over 40gigs of data - but the system keep asking for 2nd and then 3rd volume. I had clean the tape drive use new tapes (DLT and DDS), I even download a new software "ignite_10.20.tar" from the site and installed as per instruction - still, I'm into my 2nd hour of the make_recovery. Can someone shed some light into this for me.
By the way, I had no problem creating make_recovery tapes for my 3 other systems with bigger (2x) file system than this one.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 11:59 AM
08-24-2001 11:59 AM
Re: Problem with make_recovery tape
I wonder if you kept everything under your root volume group. Try this command
make_recovery -v -A -C -d /dev/rmt/your_tape
If your /usr is part of another volume group, then everything under that volume group will be backed up otherwise it will backup only the root volume group.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 12:04 PM
08-24-2001 12:04 PM
Re: Problem with make_recovery tape
/opt/ignite/bin/make_recovery -A -v -b /tmp/uxinstlf.recovery -d /dev/rmt/1m
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 12:08 PM
08-24-2001 12:08 PM
Re: Problem with make_recovery tape
that means no rewind
the 1st file put onto tape is the LIF area
then make_recovery does the archive into the second fileset
you can test to see if a tape is good mt -mt /dev/rmt/1mn fsf 1
tar -xvf /dev/rmt/1m directory_path
or
tar -tvf /dev/rmt/1m to list contents of the tape
I had problems when I did not used 0m as a tape device on one system. It did work on other systems though.
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 12:15 PM
08-24-2001 12:15 PM
Re: Problem with make_recovery tape
When I tried to do the command:
# tar -tvf /dev/rmt/1m
Tar: blocksize = 4
directory checksum error
I'm now trying to do to /dev/rmt/1mn instead /dev/rmt/1m and see how it works.
Thi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 12:16 PM
08-24-2001 12:16 PM
Re: Problem with make_recovery tape
mt /dev/rmt/1mn fsf 1
will forward skip the tape past the LIF area
then you can list the contents or restore something from the tape.
I did have a problem when I used 0m on one of our systems. The make_recovery tape was no good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 12:48 PM
08-24-2001 12:48 PM
Re: Problem with make_recovery tape
Darrell