1836460 Members
2305 Online
110101 Solutions
New Discussion

Re: make_tape_recovery

 
SOLVED
Go to solution
Jeff Hagstrom
Regular Advisor

make_tape_recovery

ERROR: This is not a no rewind device file.
ERROR: Check tape device failed.
Command:
/opt/ignite/bin/make_tape_recovery -a /dev/tmt/0mn -I -v -x inc_entire=vg00
What dot those errors mean? and what do I do to fix it?
10 REPLIES 10
steven Burgess_2
Honored Contributor
Solution

Re: make_tape_recovery

Hi

You have specified that the tape will not rewind after creation

use /dev/rmt/0m - rewind option

/opt/ignite/bin/make_tape_recovery -a /dev/tmt/0m -Ivx inc_entire=vg00

HTH

Steve

take your time and think things through
harry d brown jr
Honored Contributor

Re: make_tape_recovery

/dev/tmt/0mn

should be

/dev/rmt/0mn


live free or die
harry
Live Free or Die
steven Burgess_2
Honored Contributor

Re: make_tape_recovery

Hi

And

/dev/tmt/0mn - use /dev/rmt/0mn

Steve
take your time and think things through
Jeff Hagstrom
Regular Advisor

Re: make_tape_recovery

You guys pick up everything, but it was a type-o on my part. I did enter rmt, not tmt and I retyped it and still get the rewind error.
Sajid_1
Honored Contributor

Re: make_tape_recovery

hello,

did you specify '0mn' or '0m'? The last 'n' specifies no-rewind. If this is right, then check and make sure that you have your tape drive on '0mn' and not '1mn':
# ioscan -fnC tape
learn unix ..
harry d brown jr
Honored Contributor

Re: make_tape_recovery


You do have a tape in the drive and it's writable?

live free or die
harry
Live Free or Die
Cheryl Griffin
Honored Contributor

Re: make_tape_recovery

In addition to checking the tape. Also verify the device file is correct. A no rewind device would look like this:
# lssf /dev/rmt/0mn
tape2 card instance 1 SCSI target 0 SCSI LUN 0 at&t no rewind best density avail
able at address 52.0.0 /dev/rmt/0mn

If perhaps the device had been recreated incorrectly, you would still get this error.

# ll /dev/rmt/0mn
crw-rw-rw- 2 bin bin 212 0x010040 Aug 5 14:57 /dev/rmt/0mn
# lsdev 212 (where 212 is the major number from the command above)
Character Block Driver class
212 -1 tape0 tape

Cheryl


"Downtime is a Crime."
harry d brown jr
Honored Contributor

Re: make_tape_recovery


Jeff,

You need to specify the NO-REWIND device, if you don't the backup will fail.

live free or die
harry
Live Free or Die
Cheryl Griffin
Honored Contributor

Re: make_tape_recovery

Hey Jeff,
Same error was reported here http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x23e8d211e18ad5118ff10090279cd0f9,00.html

It was caused by a bad tape.

Cheryl
"Downtime is a Crime."
James R. Ferguson
Acclaimed Contributor

Re: make_tape_recovery

Hi Jeff:

Ignite 'make_tape_recovery' needs a *no-rewind* tape device specified. That should be in the format "Xnm" where X is the instance number of the tape.

Failure to use a no-rewind device will yield a non-bootable Ignite recovery tape.

Regards!

...JRF...