- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to test ignite media without restore?
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-23-2009 01:58 AM
09-23-2009 01:58 AM
How to test ignite media without restore?
I've backup HP-UX system with schedule backup.
But need to test ignite media with out restore.
Can I have any command or step to test it?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 02:07 AM
09-23-2009 02:07 AM
Re: How to test ignite media without restore?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 02:08 AM
09-23-2009 02:08 AM
Re: How to test ignite media without restore?
check_net_recovery
check_tape_recovery
this commands only compare running system and ignite image.
the best way is to try to restore it to some development or test server.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 02:16 AM
09-23-2009 02:16 AM
Re: How to test ignite media without restore?
So it's hard to test restore every ignite media on every server and my customer will not accept to have downtime for only test restore..that why I need to verify ignite media without restore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 02:21 AM
09-23-2009 02:21 AM
Re: How to test ignite media without restore?
i know about what type of problem you are talking, to check the status of the image, you culd check it in the recovery log, if was done successfully / with warning / failed.
but if you like to bye 100% sure, you need to restore it on a server.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 07:53 AM
09-23-2009 07:53 AM
Re: How to test ignite media without restore?
You should use pax rather than tar to verify your media. Ignite actually uses pax to write the files but there is an option to use tar or pax format. pax can read either one. For a tape:
mt -f /dev/rmt/0mnb rewind
mt -f /dev/rmt/0mnb fsf 1
pax -vf /dev/rmt/0mnb
This will read the files stored following the bootable area. You can redirect this into a logfile for record keeping.
Bill Hassell, sysadmin