- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Make_recovery failed
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
10-08-2007 09:45 PM
10-08-2007 09:45 PM
Make_recovery failed
Writing boot LIF to tape /dev/rmt/0mn
make_recovery(472): /usr/bin/dd failed,res=512,errno=0
Cleanup
my script which is calling make_recovery is
--------------------------------------------
#!/usr/bin/sh
# Script to perform a make_recovery backup.
#
# 1) make_recovery (for disaster recovery).
#
save_config
print_manifest > /work/dba/log/fsback/make_recovery.log
/opt/ignite/bin/make_recovery -Av >> /work/dba/log/fsback/make_recovery.log 2>&1
MAKE_REC_RC=$?
echo "make_recovery ended with exit code: $MAKE_REC_RC."
mt -f /dev/rmt/0mnb rew
exit $MAKE_REC_RC
------------------------
could some one help why backup failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 09:50 PM
10-08-2007 09:50 PM
Re: Make_recovery failed
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 11:04 PM
10-08-2007 11:04 PM
Re: Make_recovery failed
i am afraid if this due to LIF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 12:09 AM
10-09-2007 12:09 AM
Re: Make_recovery failed
A newer version of Ignite will give you a better error message.
make_recovery is not recommended for this and other reasons.
Continuing to use this tool endangers your ability to recover your system.
lvlnboot -V
Why do you suspect a LIF problem?
What does the log say?
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
10-09-2007 12:19 AM
10-09-2007 12:19 AM
Re: Make_recovery failed
------------------------------------------
/usr/bin/dd if="/var/tmp/uxinstlf.recovery" of="/dev/rmt/0mn" bs=2k >> /var/opt/ignite/logs/makrec.log1 2>&1
1249+0 records in
1248+1 records out
I/O error
********
Ended Unsuccessfully - Mon Oct 8 10:17:14 2007
********