1834008 Members
1688 Online
110063 Solutions
New Discussion

make_tape_recovery

 
SOLVED
Go to solution
Chrisl_2
Frequent Advisor

make_tape_recovery

HPUX v 11.11 PARISC

Ignite-UX Revision C.6.7.79
net_recovery (opt) $Revision: 10.778 $

Hi all,

Having some problems getting a good make_tape_recovery.

Here is the command line:

/opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -x inc_cross=/ > ${FILE}

Here is the error:

I/O error
ERROR: /usr/bin/dd if=/var/tmp/uxinstlf.recovery of=/dev/rmt/0mn bs=2k failed
to write LIF onto tape.
ERROR: Failed to generate LIF on tape .

Any ideas?

TIA
8 REPLIES 8
Steven E. Protter
Exalted Contributor
Solution

Re: make_tape_recovery

Shalom Chrisl,

Bad tape is likely. Could be dirty heads in the tape drive. Could be both.

Could also be the tape drive.

Suggestions:
1) Clean the tape drive using proper procedures.
2) try a different tape.
3) Do a full hardware check and see if the drive is troublesome.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Chrisl_2
Frequent Advisor

Re: make_tape_recovery

Steven,

It's an external C6364A drive. Do you have an suggestions on how to do hardware diags on it?


I've cleaned the heads and swapped out several tapes.

TIA
MarkSyder
Honored Contributor

Re: make_tape_recovery

Can you write to the tape with tar?

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Ludovic Derlyn
Esteemed Contributor

Re: make_tape_recovery

try with device /dev/rmt/0m
Pete Randall
Outstanding Contributor

Re: make_tape_recovery

NO!

The make_tape_recovery command requires the no-rewind device: /dev/rmt/0mn.


Pete

Pete
Pete Randall
Outstanding Contributor

Re: make_tape_recovery

Sorry about the multi-part answer.

To diagnose your drive, try using the cstm command (man cstm for details). I would guess that the most likely cause is a bad tape or a dirty drive, as Steve pointed out.


Pete

Pete
Torsten.
Acclaimed Contributor

Re: make_tape_recovery

"Here is the error:

I/O error"

This could be a bad tape drive (most likely).

Do you have error messages in syslog.log?

Can you write with other tools onto the tape (tar)?

You can use LTT assessment test to test your drive:

http://h18006.www1.hp.com/products/storageworks/ltt/index.html


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!   
Chrisl_2
Frequent Advisor

Re: make_tape_recovery

Thanks all. The device ate a tape, so I consider the device broken and replaced it. make_tape_recovery now works fine.