1833777 Members
2735 Online
110063 Solutions
New Discussion

Re: bootable backup tape

 
SOLVED
Go to solution
Edgard López Granados
Occasional Contributor

bootable backup tape

Hi, all.
why the error in make_tape_recovery? please
Thanks.
# ls -l /dev/rmt/0m
crw-rw-rw- 2 bin bin 205 0x051000 Jul 4 11:02 /dev/rmt/0m

# make_tape_recovery -a /dev/rmt/0m -I -v -x inc_entire=vg00
* Creating local directories for configuration files and archive.

======= 07/18/03 15:58:10 SAT Started make_tape_recovery. (Fri Jul 18
15:58:10 SAT 2003)
@(#) Ignite-UX Revision B.3.7.96
@(#) net_recovery (opt) $Revision: 10.575.1.1 $

* Testing pax for needed patch
* Passed pax tests.
* Recovery Archive Description = Recovery Archive

* Recovery Archive Location = /dev/rmt/0m

* Number of Archives to Save = 2


In? dsk/vg name minor# Associated disks/mountpo
ints
2 v /dev/vg00 0x00 /dev/dsk/c0t6d0 /dev/dsk
/c4t6d0
/dev/vg00/lvol1 /stand 2
/dev/vg00/lvol2
/dev/vg00/lvol3 / 2
/dev/vg00/lvol4 /tmp 2
/dev/vg00/lvol5 /home 2
/dev/vg00/lvol6 /opt 2
/dev/vg00/lvol7 /usr 2
/dev/vg00/lvol8 /var 2
0
** 0 - The Volume Group or Filesystem is Not included in the
System Recovery Archive
** 1 - The Volume Group or Filesystem is Partially included in the
System Recovery Archive
** 2 - The Volume Group or Filesystem is Fully included in the
System Recovery Archive

* Checking Versions of Ignite-UX filesets
ERROR: This is not a no rewind device file.
ERROR: Check tape device failed.

4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: bootable backup tape

Check the write protect tab on the tape.

Thats what it was last time I got this message.

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
James R. Ferguson
Acclaimed Contributor
Solution

Re: bootable backup tape

Hi:

You need to specify a no-rewind tape device (e.g. 0mn). Ignite write a bootable LIF file and then the actual 'pax' ('tar'-like) archive of files.

Regards!

...JRF...
Patrick Wallek
Honored Contributor

Re: bootable backup tape

The error is just what it says. The tape device you specified is not a no-rewind device. You must specify /dev/rmt/0mn (the n on the end of the device name indicates that it is a no-rewind device) in you make_tape_recovery command.

You must do this becuase make_tape_recovery creates a boot area at the beginning of the tape, the puts the pax archive of your data after the boot area. If you don't have a no-rewind device, and make_tape_recovery didn't error out, your tape would be useless. It would create the bootable area at the beginning of the tape, then rewind and create the pax archive and overwrite the boot area.
Caesar_3
Esteemed Contributor

Re: bootable backup tape

Hello!

You should specified a no-rewind tape device
that the make_tape_recovery will work
and create tapa that will work in the end.

Caesar