- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_recovery failure
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-13-2002 08:10 AM
04-13-2002 08:10 AM
I'm trying to rebuild ( clone ) a server from a make_recovery tape.
The make_recovery tape was made on a v11.11 D330 with the following
command:
make_recovery -ACv -d /dev/rmt/0mn
The make_recovery process indicated the tape had been created successfully.
When I try to boot from the tape on the new server, I get the following:
-----------------------------------------------------------------------
Booting...
Boot IO Dependent Code (IODC) revision 144
Failed I/O operation with
ENTRY_IO
Status = -3
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000008 00000000 00000000 454E4841 00000002 00000090 454E48D3
00000000 00000000 00000000 00000000 00000400 00000000 00000000 00000000
Error Reading IPL
-----------------------------------------------------------------------
And at this poing the "clean" light on the tape drive starts flashing.
I've ran cleaning tapes through all the tape drives, both on the server
creating the tape and on the server to be rebuilt. I've used two different
tape drives on the server to be rebuilt and I've used two different tapes.
All drives involved are HP DDS-3 tape drives and the tapes are HP DDS-3
tapes.
Do I have the make_recovery command wrong ( I used the no-rewind device )?
Or have just come across a bunch of bad tape drives? Or possibly two
bad tapes?
Both servers involved are D330's and I've made sure all expansion cards
in the new server are in the same slots as in the server being cloned.
The only differences are:
1. The server being cloned has 512 Mb RAM, the new server only has 416 MB.
2. The server being cloned has 2 FWD SCSI Cards, the new server only has 1.
Any help would be appreciated.
TIA,
Tom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2002 08:34 AM
04-13-2002 08:34 AM
SolutionI've seen other people suggest using the norewind device, but I have never had to use it, and I suspect that could be the issue here, by say 10%.
Also, toss in the "Interactive" option, which I think is "-i" but could be the upper case "-I" option.
Use another tape and recreate the make_recovery. Another better option is to upgrade your ignite on your running machine, and perform a make_tape_recovery - as make_recovery is being obsoleted.
Also, do both machines have the same firmware version??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2002 09:03 AM
04-13-2002 09:03 AM
Re: make_recovery failure
Thanks! Actually, I have make_tape_recovery available. I just haven't taken the time to figure out what the comparable parameters are to make_recovery's "ACv".
My understanding was that you had to use the "norewind" device because a boot image was first written to the tape, then a separate job writes the file system data.
I'll try it with the rewind device and "i".
Thanks,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2002 10:04 AM
04-13-2002 10:04 AM
Re: make_recovery failure
Use this command:
make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
This does:
Create a system recovery tape that includes files from all file systems in the vg00 volume group:
See also man make_tape_recovery.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2002 10:06 AM
04-13-2002 10:06 AM
Re: make_recovery failure
By the way download the latest version from:
http://www.software.hp.com/products/IUX/
C.