- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: check_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-11-2007 09:31 PM
09-11-2007 09:31 PM
check_tape_recovery
I have HP-UX servers 9000 :
One is rp7420 and the other one is rp4440.
I have installed patchs HP-UX 11i V1
I can make ignite bande with the command make_tape_recovery.
But i haven't the command check-tape-recovery
So i can't garanty to the client that my bande ignit is really OK.
Is anybody knows which patch has this command or how can i vezrify and check my ignite bande ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 09:33 PM
09-11-2007 09:33 PM
Re: check_tape_recovery
# mt -f /dev/rmt/?mn rew
# mt -f /dev/rmt/?mn fsf 1
# tar -tvf /dev/rmt/?mn
So you can check the contents of the archive.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 09:41 PM
09-11-2007 09:41 PM
Re: check_tape_recovery
check also log in /var/opt/ignite/recovery/
Regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 09:43 PM
09-11-2007 09:43 PM
Re: check_tape_recovery
These are the steps to follow to verify whether your Ignite
make_recovery tape is good:
1. Check the log generated during the Ignite backup:
/var/opt/ignite/logs/makrec.logxx
2. Boot from the tape and interrupt the boot process before
non-interactive recovery commences, and then abort the install.
This will verify whether the first image on the tape is bootable.
Note: There is a command shipped with Ignite, copy_boot_tape(1m)
that could also be of use to pull the LIF and the archive
off of a make_recovery tape.
You can use lifls(1) or lifcp(1) to examine the boot LIF
contents and pax(1) or tar(1) to examine the archive.
3. The second image on the tape is the tar archive of the OS and
possibly other files (depending on the options to make_recovery).
a) Skip over the first image with mt command using the
appropriate tape device file;
mt -f /dev/rmt/0mn rew
mt -f /dev/rmt/0mn fsf 1
b) Verify the contents of the tar image with the tar
command using the appropriate device file;
tar tvf /dev/rmt/0m
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 11:41 PM
09-11-2007 11:41 PM
Re: check_tape_recovery
/var/opt/ignite/recovery/
If it was run from the Ignite-UX server, look up log files at
/var/opt/ignite/recovery/clients/0x{LLA}/recovery/
Check the recovery.log and flist for warnings and errors.
Checking boot volume on tape (LIF header)
# /opt/ignite/bin/copy_boot_tape -u /dev/rmt/0mn -b -d /tmp
# /usr/bin/lifls -l /tmp/bootimage
Checking the tar archive on the tape
# /usr/bin/mt -t /dev/rmt/0mn rew
# /usr/bin/mt -t /dev/rmt/0mn fsf 1
# /usr/bin/tar tvf /dev/rmt/0m
Note: 0m not 0mn
Extracting single files from the tar archive
# /usr/bin/mt -t /dev/rmt/0mn rew
# /usr/bin/mt -t /dev/rmt/0mn fsf 1
# /usr/bin/tar xvf /dev/rmt/0m filename1 filename2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 11:52 PM
09-11-2007 11:52 PM
Re: check_tape_recovery
I was nonetheless surprise that nobody talks about this command check_tape_recovery.
An expert HP consultant told me that this command existed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 11:52 PM
09-11-2007 11:52 PM
Re: check_tape_recovery
If your Ignite release isn't up-to-date, then perhaps this is the reason for the missing command. You can refresh your Ignite binaries from here:
http://www.docs.hp.com/en/IUX/download.html
I noticed that you posted "check-tape-recovery" with hyphen characters instead of the correct command with underscores: 'check_tape_recovery'. Is that your problem?
Regards!
...JRF...