- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_recovery error!!
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
01-23-2006 04:19 AM
01-23-2006 04:19 AM
make_recovery error!!
On a HP server running 11.00 I am getting following error for make_recovery
make_recovery -A -v -d /dev/rmt/0m
NOTE: make_recovery(103): The make_recovery command will be replaced by
make_tape_recovery. Both commands are supported in this
release (Ignite-UX Revision 3.2). Please read the man page
make_tape_recovery(1M) for usage of the new command. In a
future release, make_recovery will be replaced by a script
that calls make_tape_recovery.
Option -A specified. Entire Core Volume Group/disk will be backed up.
ERROR: Cannot stat device file: /dev/vga_xlarge_01/usm01d_b01: No such file
or directory (errno = 2). Check /etc/fstab for a bad entry.
ERROR: Cannot stat device file: /dev/vga_xlarge_01/usm01d_b01: No such file
or directory (errno = 2). Check /etc/fstab for a bad entry.
ERROR: Cannot stat device file: /dev/vga_xlarge_01/usm01d_b01: No such file
or directory (errno = 2). Check /etc/fstab for a bad entry.
ERROR: Cannot stat device file: /dev/vga_xlarge_01/usm01d_b01: No such file
or directory (errno = 2). Check /etc/fstab for a bad entry.
ERROR: Cannot stat device file: /dev/vga_xlarge_01/usm01d_b01: No such file
or directory (errno = 2). Check /etc/fstab for a bad entry.
ERROR: Cannot stat device file: /dev/vga_xlarge_01/usm01d_b01: No such file
or directory (errno = 2). Check /etc/fstab for a bad entry.
ERROR: Cannot stat device file: /dev/vga_xlarge_01/usm01d_b01: No such file
or directory (errno = 2). Check /etc/fstab for a bad entry.
make_recovery(356): WARNING /data/USM01D/b01 found in /etc/fstab but not on the system. errno=2
ERROR: Cannot stat device file: /dev/vga_xlarge_01/usm01d_b01: No such file
or directory (errno = 2). Check /etc/fstab for a bad entry.
make_recovery(356): WARNING /data/USM01L/u03 found in /etc/fstab but not on the system. errno=2
make_recovery(356): WARNING /data/USM01L/u04 found in /etc/fstab but not on the system. errno=2
make_recovery(356): WARNING /data/USM01L/u05 found in /etc/fstab but not on the system. errno=2
make_recovery(356): WARNING /data/UIN01L/u01 found in /etc/fstab but not on the system. errno=2
make_recovery(356): WARNING /data/UIN01L/u02 found in /etc/fstab but not on the system. errno=2
make_recovery(356): WARNING /data/UIN01L/u03 found in /etc/fstab but not on the system. errno=2
make_recovery(356): WARNING /data/UIN01L/u04 found in /etc/fstab but not on the system. errno=2
make_recovery(356): WARNING /data/UIN01L/u05 found in /etc/fstab but not on the system. errno=2
make_recovery(356): WARNING /data/UIN01L/b01 found in /etc/fstab but not on the system. errno=2
make_recovery(356): WARNING /data/USM01L/b01 found in /etc/fstab but not on the system. errno=2
/dev/vga_xlarge_01/env07i: No such file or directory
make_recovery(358): Error while reading through the /etc/fstab file.
make_recovery(214): make_recovery(1M) encountered a fatal error.
make_recovery(216): Please fix errors and re-try.
Cleanup
Can anybody suggest please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 04:22 AM
01-23-2006 04:22 AM
Re: make_recovery error!!
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 04:24 AM
01-23-2006 04:24 AM
Re: make_recovery error!!
It would seem that you have entries in '/etc/fstab' that reference logical volumes that are not on your system. If this is correct, I would remove these.
Other than that, you are using a very, very old version of Ignite. I would download a current version; install it; and use 'make_tape_recovery' --- the command that replaces 'make_recovery'. You should be using much more current software.
Download Ignite from here:
http://www.docs.hp.com/en/IUX/download.html
To make a tape archive of vg00, you can use:
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 04:25 AM
01-23-2006 04:25 AM
Re: make_recovery error!!
Did you check the errors it is complaining about.
The ignite process is complaining that an entry exist in /etc/fstab, but it is unable to stat the device which means it cannot find that device, in other words the lv it is complainging about does not exist on this system. However a valid entry for that device / lv exist in the /etc/fstab.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 04:52 AM
01-23-2006 04:52 AM
Re: make_recovery error!!
Could you post the output of...
# ll /dev/vga_xlarge_01/*
...reason being that you might have to recreate that file.
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 08:07 PM
01-23-2006 08:07 PM
Re: make_recovery error!!
Creating boot LIF
make_recovery(466): Call to /opt/ignite/bin/make_medialif failed.
Check the /var/opt/ignite/logs/makrec.log1 file.
Cleanup
Can anybody help urgently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 08:09 PM
01-23-2006 08:09 PM
Re: make_recovery error!!
What is the error in the file
var/opt/ignite/logs/makrec.log1 ?
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 08:11 PM
01-23-2006 08:11 PM
Re: make_recovery error!!
make_medialif: error - gzip failure on scripts, probable insufficient disk space in /var/tmp.
there is 490 MB space available in /var/tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 08:24 PM
01-23-2006 08:24 PM
Re: make_recovery error!!
Firat of all it would be nice for you use
make_tape_recovery
so goto
http://www.docs.hp.com/en/IUX/download.html
try to install new version of ignite.
it is very easy then
try to empty /var/tmp dir because once upon
a time i faced an error which cause of full of /var because while running make_tape_recovery it fills up the /var so
this dir must have enough spcae;
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=816940
Good Luck,