- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Verifying an Ignite tape?
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
03-24-2004 07:05 AM
03-24-2004 07:05 AM
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 07:10 AM
03-24-2004 07:10 AM
Re: Verifying an Ignite tape?
Exit after it starts. Exit to shell and reboot your machine.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 07:16 AM
03-24-2004 07:16 AM
Re: Verifying an Ignite tape?
But.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=468268
SEP
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
03-24-2004 07:27 AM
03-24-2004 07:27 AM
SolutionAs RAC implies, the only *sure* way is to totally restore a system with it. Not a very practical method, huh?
What I do is create TWO tapes & then check them both by:
1) mt rew #rewind the tape - if it's not /dev/rmt/0mn, you'll need -f /dev/rmt/Xmn where X=instance number
2) mt fsf 1 #This skips one file space - the LIF volume
3) tar tv #This should start listing all the files on the tape. If it gets through all of them you can be "reasonably" sure the tape is OK.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:50 PM
03-24-2004 02:50 PM
Re: Verifying an Ignite tape?
Can list contents by using tar
make two tapes.
check logs under /var/opt/ignite/logs/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 11:57 PM
03-24-2004 11:57 PM
Re: Verifying an Ignite tape?
I thought there was a way to process to actually verify a tape, i.e., a command that would verify it, not actually booting from it. But the tar tv works just fine.
In any event. I got what I needed. Thanks again to all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 01:56 AM
03-25-2004 01:56 AM
Re: Verifying an Ignite tape?
Kevin,
You can verify the tape as below.
1. Check the tape contents by using below commands
mt â f /dev/rmt/0mn rew
mt â t /dev/rmt/0mn fsf 1
tar â tvf /dev/rmt/0m
This should list the contents in this tape.
2. Check whether the tape contains boot LIF contents. LIF contents must be present to boot the system through tape.
copy_boot_tape -u /dev/rmt/0mn -b -d /tmp/tape
It runs as below..
Rewinding tape /dev/rmt/0mn.
Extracting the boot area to /tmp/tape/bootimage.
14524+1 records in
14524+1 records out
Boot file contents.
volume ISL10 data size 281239 directory size 3 02/11/14 14:50:50
filename type start size implement created
===============================================================
ISL -12800 16 240 0 02/11/14 14:50:50
AUTO -12289 256 1 0 02/11/14 14:50:50
INDEX BIN 264 1 0 02/11/14 14:50:50
CONFIG BIN 272 34 0 02/11/14 14:50:50
HPUX -12928 312 880 0 02/11/14 14:50:50
INSTALL -12290 1192 26990 0 02/11/14 14:50:57
INSTALLFS -12290 28184 31744 0 02/11/14 14:51:03
Rewinding and ejecting /dev/r