- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to read Recovery tape created by Ignite/UX?
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
08-20-2001 07:09 PM
08-20-2001 07:09 PM
How to read Recovery tape created by Ignite/UX?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 07:16 PM
08-20-2001 07:16 PM
Re: How to read Recovery tape created by Ignite/UX?
# mt -f /dev/rmt/?mn fsf 1
# tar -tvf /dev/rmt/?mn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 07:23 PM
08-20-2001 07:23 PM
Re: How to read Recovery tape created by Ignite/UX?
It is written in tar format.
So to have a look what is on it, I'd do:
mt -t /dev/rmt/0mn fsf 1
tar -vt /dev/rmt/0m
This should list what is on the tape.
Hope this helps,
Jo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 08:08 PM
08-20-2001 08:08 PM
Re: How to read Recovery tape created by Ignite/UX?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 08:28 PM
08-20-2001 08:28 PM
Re: How to read Recovery tape created by Ignite/UX?
#mt -t /dev/rmt/0mn fsf 1
#tar -xf /dev/rmt/0m /var/opt/ignite/recovery/makrec.last
A very unsupported way of doing.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 08:29 PM
08-20-2001 08:29 PM
Re: How to read Recovery tape created by Ignite/UX?
#mt -t /dev/rmt/0mn fsf 1
#tar -xf /dev/rmt/0m /var/opt/ignite/recovery/makrec.last
and check the timestamp of makerec.last file
A very unsupported way of doing.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 04:15 AM
08-21-2001 04:15 AM
Re: How to read Recovery tape created by Ignite/UX?
These files have the times & dates of when ignite images were taken. You could extrcat these files from the Ignite-UX tape
/var/opt/ignite/local/install.log
This file contains an install log & says when (& where) the image was taken to make the local server. You can use this to check from which tape the image was taken.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 06:13 AM
08-21-2001 06:13 AM
Re: How to read Recovery tape created by Ignite/UX?
If you ran the make_recovery command with -C option, the check_recovery command will tell you when make_recovery was run last.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 06:39 AM
08-21-2001 06:39 AM
Re: How to read Recovery tape created by Ignite/UX?
Actually, you have got excellent answers from above threads: mt first, then tar; or check log file; or use check_recovery.
One more thing is the point assignment. Don't forget to assign points to those posts, they use time to help you, and you can use this way to give your feedback and thanks.