- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_tape_recovery error
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
07-26-2001 12:44 PM
07-26-2001 12:44 PM
pax: ready for volume 2
when ready type go:
I put in another tape and typed go, then it said /dev/rmt/0mn busy, then displayed warnings the pax command returned non-zero exit status
then said that the system archive was complete with warnings..
was it asking for another tape? I never had this error when using an older version of ignite, I am using 3.3.116.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 02:47 PM
07-26-2001 02:47 PM
Re: make_tape_recovery error
The reason for that error message is that pax (a tar type thing) reached the end of the first tape that you had in the drive and needed another. Did you wait for the new tape to finish loading in the drive (all the lights to stop flashing) before you typed in go? If not, that could be the reason for the errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 06:13 AM
07-27-2001 06:13 AM
Re: make_tape_recovery error
mt -t /dev/rmt/0mn fsf 1
to forward skip the tape past the LIF area?
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 06:15 AM
07-27-2001 06:15 AM
Re: make_tape_recovery error
What is the compression on pax, with the options I used, vg00 is around 3.5G, with /u00 it is over 4.5G, but using the same tapes, make_recovery -A worked before. I am not completely sure the lights were not flashing before I typed go, but I think so. Is it normal for make recovery to use multiple tapes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 06:35 AM
07-27-2001 06:35 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 07:10 AM
07-27-2001 07:10 AM
Re: make_tape_recovery error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 08:05 AM
07-27-2001 08:05 AM
Re: make_tape_recovery error
There are a couple of ways you can check this.
1) Have a look at the /var/opt/ignite/logs/makerec.log2 file and see if /u00 is referenced.
2) Do the following to see if it is on the tape itself:
mt -t /dev/rmt/?mn fsf 1
tar -tvf /dev/rmt/?mn
Let the tar run and see if you ever see /u00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 08:25 AM
07-27-2001 08:25 AM
Re: make_tape_recovery error
I also get prompted for second tape on my K580 box. This has dds2 drive and 8gb vg00. So most of time I need 2 tapes to finish make recovery.
Also it will depend on which tapes (60m, 90m or 120m) I use. 90m tapes will go to 8GB with compression but 60m will not, so will need more tapes.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 09:14 AM
07-27-2001 09:14 AM
Re: make_tape_recovery error
Thanks