- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_recovery with option -b fails
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
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
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
тАО12-02-2003 02:20 AM
тАО12-02-2003 02:20 AM
I have run the following command on a HP-UX 11.00 system:
/opt/ignite/bin/make_recovery -v -A -b /tmp/LIF -d /dev/rmt/0m.
It fails with this error:
make_recover(472): /usr/bin/dd failed, res = 512, errno=0 or errno=2
In makrec.log1 the following is contained:
Started - Mon Dec 1 14:47:45 2003
********
/opt/ignite/bin/make_recovery -v -A -b /tmp/LIF -d /dev/rmt/0m
********
Ended Unsuccessfully - Mon Dec 1 14:47:46 2003
I've checked space on /tmp and 900MB are available.
If I use make_recovery without the option -b everything goes fine.
On other apparently similar hp-ux systems the command with option -b has properly worked.
Any hints?
Thanks a lot
Miguel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2003 02:22 AM
тАО12-02-2003 02:22 AM
Re: make_recovery with option -b fails
Did you try an other tape ?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2003 02:24 AM
тАО12-02-2003 02:24 AM
Re: make_recovery with option -b fails
Try runnning a command that isn't obsolete. make_recovery may not be supported by HP any more.
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00
A current version of Ignite(we're on 4.4) might be useful as well.
make_recovery has been out of date since before I registered for itrc.
You might find make_tape_recovery handles space issues better.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2003 02:25 AM
тАО12-02-2003 02:25 AM
Re: make_recovery with option -b fails
Yes, I've tried with another, brand-new tape and didn't work.
I've also cleaned the tape driver.
Miguel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2003 02:27 AM
тАО12-02-2003 02:27 AM
Re: make_recovery with option -b fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2003 02:29 AM
тАО12-02-2003 02:29 AM
SolutionDon't known if it's a tipo, but you specified "-d /dev/rmt/0m" while a norewind device is required. 0mn would be the default, so simply delete your -d option. I think that the dd error concerns the tape, not the source LIF.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2003 02:32 AM
тАО12-02-2003 02:32 AM
Re: make_recovery with option -b fails
what version do you have?
PLEASE: If possible upgrade to something > 3.3 and run
make_tape_recovery
With make_tape_recovery the equivalent to make_recovery -b /tmp/bootlif would be make_tape_recovery -B /tmp/bootlif
Also, you would never have been able to recover using the tapes you created using
make_recovery ... -d /dev/rmt/0m
You need to specify a *no-rewind* device!!!
make_recovery does *not* complain about the rewind device file (but your tape will be pretty much useless, unbootable anyway).
make_tape_recovery does complain if you specify a rewind tape device.
Regards
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2003 02:33 AM
тАО12-02-2003 02:33 AM
Re: make_recovery with option -b fails
But if it was a tape problem,
I think I hadn't been be able to successfully run make_recovery without -b option!!
Do you agree with me??
Miguel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2003 02:39 AM
тАО12-02-2003 02:39 AM
Re: make_recovery with option -b fails
try re-running it with the same tape on the same drive with and without -b and if it consitently fails with -b and works without,
I would guess it is a bug.
To rule out any chances, you could
mkdir /tmp/mylifs ; chmod 777 /tmp/mylifs
make_recovery ... -b /tmp/mylifs/bootlif ...
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2003 02:43 AM
тАО12-02-2003 02:43 AM
Re: make_recovery with option -b fails
Perhaps you missed some posts ... a *NOREWIND* device is required, so if you don't specify any option, it will take /dev/rmt/0mn by default, which is correct. There is no link with -b option.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 09:33 PM
тАО12-10-2003 09:33 PM
Re: make_recovery with option -b fails
Problem was *NOREWIND* option used. Without -d option make_recovery takes default /dev/rmt/0mn as you said.
Thanks for your helps!
Miguel