- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- check_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
01-16-2003 12:47 PM
01-16-2003 12:47 PM
When I execute command check_recovery I get next error:
check_recovery
/var/opt/ignite/recovery/makrec.last: No such file or directory
check_recovery(601): The make_recovery status file does not exist because
the file was removed or the last invocation of make_recovery was without
the -C option.
How can I "tell" command to look on the tape instead of directory.
Thanky in advance.
Miro
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 12:49 PM
01-16-2003 12:49 PM
Re: check_recovery
In order for check_recovery to work, you must run make_recovery with the '-C' option.
Be aware though, that if / when you upgrade version of Ignite/UX and upgrade to the make_tape_recovery command, which you should, the check_recovery command will not be available as there is not mechanism in make_tape_recovery that is similar to the '-C' option of make_recovery.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 12:51 PM
01-16-2003 12:51 PM
Re: check_recovery
You can't. The concept of 'check_recovery' was that 'make_recovery' logged the files and their timestamps and when 'check_recovery' was run, the timestamps of files on the disk were compared in an effort to deduce what had changed.
'check_recovery' is deprecated. In fact, you should use 'make_tape_recovery' in lieu of 'make_recovery'. This is well documented on the Ignite site. I suggest you obtain a current copy of Ignite and being using 'make_tape_recovery':
http://www.software.hp.com/products/IUX/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 01:00 PM
01-16-2003 01:00 PM
Re: check_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 01:07 PM
01-16-2003 01:07 PM
Solutionattached....
I don't seem to have a check command handy. I know I've done it. I'll get back to you.
Steve
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
01-16-2003 06:10 PM
01-16-2003 06:10 PM
Re: check_recovery
As noted the check_recovery only works with make_recovery -C.
The easiest way to check the tape is as follows:
#mt rew #rewind the tape
#mt fsf 1 #move the tape one file space forward
#tar tvf /dev/rmt/0mn #List the contents of tape via tar
If all the system files start displaying the tape is readable.
NOTE: This does NOT guarantee that the tape is bootable. The only way I know to check this is to actually try to boot it on the system or at least a comparable test system.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 09:58 AM
01-20-2003 09:58 AM
Re: check_recovery
dd if=/dev/rmt/0mn of=/dev/null bs=2k (substitute your tape name if different than 0mn)
If no error, the boot part of the tape is readable.
Jeff's idea about booting it on another test system is good too. When the tape boots, however, it might automatically begin the restore process without waiting for input. To avoid this, make sure to use the '-i' (interactive) switch on the make_recovery command, to prevent the recovery process from trashing the boot disk on the test box.
Regards, --bmr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 01:54 PM
01-20-2003 01:54 PM
Re: check_recovery
We do use the -C option and thus allowing us to run check_recovery on the tape.
Use as you want, modify if you wish.
Gl
Frank G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 02:21 PM
01-20-2003 02:21 PM
Re: check_recovery
The check_recovery does NOT run against the tape you created, it runs on the server to see if it thinks you need to run another make_recovery tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 11:29 AM
01-21-2003 11:29 AM