- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Errors about make_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
04-16-2001 12:01 AM
04-16-2001 12:01 AM
Errors about make_recovery
I made a bakeup with
# make_recovery -A
then boot from the backuped tape. After Creating logical volume ... & Extanding logical ..., got some errors as follows:
==============================================
Error: source_read, read failed: I/O error (errno=5)
Error: sourcefile_open: source read: I/O error (error=5)
Error: Tar: blocksize=0; broken pipe?
Error: File: /sbin/fs/hfs/mkfs not found
Error: File: /sbin/fs/hfs/newfs notfound
========================================
OS: HP_UX 11.0
H/W: R380
I use a external Tape connected to SE SCSI2 port, which has the same H/W path with root disk. Is this a problem?
Thks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 12:43 AM
04-16-2001 12:43 AM
Re: Errors about make_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:05 AM
04-16-2001 01:05 AM
Re: Errors about make_recovery
I don't understand how you did make the tape!!
It cannot be on the same path! Change the scsi ID, and make a new tape.
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:18 AM
04-16-2001 01:18 AM
Re: Errors about make_recovery
First, how to test the troublesome tape?
Second, no any errors displayed when "make_recovery -A" finished. So I doubt there is something wrong with the old tape.
Any idea else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:34 AM
04-16-2001 01:34 AM
Re: Errors about make_recovery
Looking forward to your further tips.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:43 AM
04-16-2001 01:43 AM
Re: Errors about make_recovery
Check your tape with "check_recovery".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 02:46 AM
04-16-2001 02:46 AM
Re: Errors about make_recovery
#mt -t /dev/rmt/omn fsr 1 (skip boot area)
#tar tv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 02:47 AM
04-16-2001 02:47 AM
Re: Errors about make_recovery
ioscan -fnkCtape
make_recovery -Av -d /dev/rmt/0m
check_recovery as mentioned to verify.
Also make sure that you recover to a similar system, same config/hardware.
Get the latest ignite software
www.software.hp.com/products/IUX/
Get the latest PAX patch for your OS version,
search here on the itrc.
Verify your /etc/fstab before creating the tape. mount -a, and watch out for networked filesystems when using the -A option, especially /home
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 06:52 AM
04-16-2001 06:52 AM
Re: Errors about make_recovery
Excerpt from check_recovery man page:
check_recovery - compare the current system to the System Recovery status file created by the last invocation of make_recovery.
check_recovery compares the current state of the system to the System Recovery status file (created by the last invocation of make_recovery) to determine if a new System Recovery Tape needs to be created. Only Core OS and User Core OS files are validated. Refer to make_recovery for an explanation of these terms.
To check your tape I would do what was recommended in a previous response:
mt -t /dev/rmt/?mn fsf 1 --- (10.20 syntax)
mt -f /dev/rmt/?mn fsf 1 --- (11.X syntax)
tar -tvf /dev/rmt/?mn --- let this run and see if it errors. If it does you have a bad tape.
If the tape is bad I would do 2 things: 1) Clean the tape drive thoroughly and 2) use a new tape and make another make_recovery, if possible.
When doing the make_recovery I always use the "no rewind" device file. The man page for make_recovery does say that this is required. I don't know if it will make a difference or not, but give it a try.
make_recovery -Avd /dev/rmt/?mn is what I would recommend.