- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_tape_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
09-21-2005 09:01 AM
09-21-2005 09:01 AM
make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:07 AM
09-21-2005 09:07 AM
Re: make_tape_recovery
Its here:
# cat /var/opt/ignite/recovery/latest/recovery.log | grep -i successfull
If the make_tape_reovery is not successfull , it will give unsuccessfully completed.
Enjoy,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:08 AM
09-21-2005 09:08 AM
Re: make_tape_recovery
As a matter of fact, check_tape_recovery command basically checks the integrity of the files, does not guarantee you the absolute bootability of that tape.
The only surefire way of making sure a tape recovery is really good is to have a system on the side where you can boot from the newly created tape and rebuild this system. And I am afraid, this is costlier than the extra disk space requirement of check_tape_recovery command.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:11 AM
09-21-2005 09:11 AM
Re: make_tape_recovery
You can find this log file in this directory
/var/opt/ignite/recovery/date_n_time of recovery ran/recovery.log
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:12 AM
09-21-2005 09:12 AM
Re: make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:18 AM
09-21-2005 09:18 AM
Re: make_tape_recovery
Assuming the the 'make_tape_recovery' session completed successfully, I suppose that you could re-read the tape; something along the lines of:
# mt -t /dev/rmt/0mn fsf 1 && tar -tvf /dev/rmt/0m; [$? -eq 0] echo "OK!
*However*, just because you can read the tape today, doesn't mean that when you need to use it you will be able to read it.
I like to reduce my odds of having a bad tape by having multiple copies.
The 'check_tape_recovery' command has been deprecated for some time, if I recall correctly, too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:18 AM
09-21-2005 09:18 AM
Re: make_tape_recovery
# mt -f /dev/rmt/
# mt -t /dev/rmt/
# tar -tvf /dev/rmt/