Operating System - HP-UX
1756735 Members
2516 Online
108852 Solutions
New Discussion юеВ

Re: Ignite backup failed.

 
soelam
Occasional Contributor

Re: Ignite backup failed.

# /opt/ignite/bin/make_tape_recovery -AvI -x inc_entire=vg00 -a /dev/rmt/1m
* Creating local directories for configuration files and archive.

======= 02/08/16 13:28:33 EGT Started /opt/ignite/bin/make_tape_recovery.
(Mon Feb 08 13:28:33 EGT 2016)
@(#) Ignite-UX Revision C.6.1.44
@(#) net_recovery (opt) $Revision: 10.672 $

* Testing for necessary pax patch.
/opt/ignite/data/scripts/make_sys_image[179]: : Cannot access parent directorie.
* Passed pax tests.
* Recovery Archive Description = Recovery Archive

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

* Number of Archives to Save = 2

* Pax type = tar


In? dsk/vg name minor# Associated disks/mountps
0 v /dev/nfmdg 0x01 /dev/dsk/c2t0d0 /dev/ds
/dev/nfmdg/NfmBaseVol /SA 0
/dev/nfmdg/DataVol /SA/dat0
/dev/nfmdg/OrbixVol /opt/io0
/dev/nfmdg/OracleVol /usr/or0
/dev/nfmdg/DbmsVol /SA/dat0
/dev/nfmdg/MeasVol /SA/dat0
/dev/nfmdg/TabVol /SA/dat0
/dev/nfmdg/IdxVol /SA/dat0
/dev/nfmdg/PUVol /var/ad0
/dev/nfmdg/Log1Vol /SA/dat0
/dev/nfmdg/Log2Vol /SA/dat0
/dev/nfmdg/Log3Vol /SA/dat0
/dev/nfmdg/Log4Vol /SA/dat0
/dev/nfmdg/Log5Vol /SA/dat0
/dev/nfmdg/Log6Vol /SA/dat0
/dev/nfmdg/LogCtlVol /SA/dat0
/dev/nfmdg/DataVol_snap
/dev/nfmdg/DbmsVol_snap
/dev/nfmdg/IdxVol_snap
/dev/nfmdg/LogCtlVol_snap
/dev/nfmdg/MeasVol_snap
/dev/nfmdg/NfmBaseVol_snap
/dev/nfmdg/OracleVol_snap
/dev/nfmdg/OrbixVol_snap
/dev/nfmdg/PUVol_snap
/dev/nfmdg/TabVol_snap
2 v /dev/vg00 0x00 /dev/dsk/c2t12d0 /dev/d
/dev/vg00/lvol1 /stand 2
/dev/vg00/lvol2
/dev/vg00/lvol3 / 2
/dev/vg00/lvol4 /home 2
/dev/vg00/lvol5 /opt 2
/dev/vg00/lvol6 /tmp 2
/dev/vg00/lvol7 /usr 2
/dev/vg00/lvol8 /var 2

** 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.

======= 02/08/16 13:28:42 EGT make_tape_recovery completed unsuccessfully

# ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/2/1/0.1.0 stape CLAIMED DEVICE HP Ultrium 1-SCSI
/dev/rmt/0m /dev/rmt/c4t1d0BEST
/dev/rmt/0mb /dev/rmt/c4t1d0BESTb
/dev/rmt/0mn /dev/rmt/c4t1d0BESTn
/dev/rmt/0mnb /dev/rmt/c4t1d0BESTnb
tape 1 0/2/1/0.2.0 stape CLAIMED DEVICE HP C1537A
/dev/rmt/1m /dev/rmt/c4t2d0BESTn
/dev/rmt/1mb /dev/rmt/c4t2d0BESTnb
/dev/rmt/1mn /dev/rmt/c4t2d0DDS
/dev/rmt/1mnb /dev/rmt/c4t2d0DDSb
/dev/rmt/c4t2d0BEST /dev/rmt/c4t2d0DDSn
/dev/rmt/c4t2d0BESTb /dev/rmt/c4t2d0DDSnb
#

2 REPLIES 2
Torsten.
Acclaimed Contributor

Re: Ignite backup failed.

Better open your own thread next time!

 

 

Your line

 

# /opt/ignite/bin/make_tape_recovery -AvI -x inc_entire=vg00 -a /dev/rmt/1m

 

must be

 

# /opt/ignite/bin/make_tape_recovery -AvI -x inc_entire=vg00 -a /dev/rmt/1mn

 

 

>> ERROR: This is not a no rewind device file.

 

Maybe the 12GB DDS tape is too small...


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!   
soelam
Occasional Contributor

Re: Ignite backup failed.

Thanks  Torsten