- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Make tape backup
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
03-06-2009 11:42 AM
03-06-2009 11:42 AM
Make tape backup
make_tape_recovery -x inc_entire=vg00 -I -v -z /dev/rmt/3mn
Everthing looked fine until the end, I got an error:
pax: write : I/O error
pax: A write error has occurred.
warning: the pax command returned a non-zero exit status (exit status 1 )
I included the report.
What are the pax write i/o errors?
Did i do the make tape correctly?
HPUX 11.11 on a RP7410.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 11:49 AM
03-06-2009 11:49 AM
Re: Make tape backup
What's "-z"?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 11:57 AM
03-06-2009 11:57 AM
Re: Make tape backup
make_tape_recovery -x inc_entire=vg00 -I
-v -a /dev/rmt/3mn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 11:59 AM
03-06-2009 11:59 AM
Re: Make tape backup
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 12:05 PM
03-06-2009 12:05 PM
Re: Make tape backup
What are the last two lines there in that file
post
$ tail /var/opt/recovery/latest/flist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 12:07 PM
03-06-2009 12:07 PM
Re: Make tape backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 12:13 PM
03-06-2009 12:13 PM
Re: Make tape backup
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 12:15 PM
03-06-2009 12:15 PM
Re: Make tape backup
Or is that a seperate issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 12:23 PM
03-06-2009 12:23 PM
Re: Make tape backup
>> No, this issue is with the tape
>> The missing file is a different issue for the last two warning you have received.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 09:43 PM
03-06-2009 09:43 PM
Re: Make tape backup
The command I used was "nohup make_tape_recovery -x inc_entire=vg00 -a /dev/rmt/0mn 1>/tmp/mtr.log 2>/tmp/mtrerror.log &".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2009 12:38 AM
03-07-2009 12:38 AM
Re: Make tape backup
Pls use new tape and use below command
#ioscan -funC tape
# make_tape_recovery -a /dev/rmt/3mn -I -v -x inc_entire=vg00
Example:
# make_tape_recovery -a /dev/rmt/?mn -I -v -x inc_entire=vg00
Rgds//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2009 06:58 PM
03-07-2009 06:58 PM
Re: Make tape backup
ioscan -fnC tape (will show are you tape drive attached)
assume you DDS4 - drive to make tape backup.? also from the above command can you check , whats you path for you DDS4 tape drive?
by default either 0mn (or) 1mn
# mt -f /dev/rmt/0mn status (will show tape inserted and ONLINE)
# make_tape_recovery -AvI -x inc_entire=vg00 -a /dev/rmt/0mn
(if still got some issues)
Please post below output
# ioscan -fnC tape
# tail -50 /var/opt/ignite/recovery/lastest/recovery.log
Thanks,
Johnson