1827075 Members
1420 Online
109713 Solutions
New Discussion

Ignite problem issue

 
mehul_3
Regular Advisor

Ignite problem issue

I am getting following error while taking ignite backup
# make_tape_recovery -A
* Creating local directories for configuration files and archive.

======= 10/10/08 16:22:07 IST Started make_tape_recovery. (Fri Oct 10
16:22:07 IST 2008)
@(#)Ignite-UX Revision C.6.9.141
@(#)ignite/net_recovery (opt) $Revision: 10.834 $ $Date: 2006/06/14
13:47:40 $

* Testing for necessary pax patch.
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
ERROR: Failed to open tape device /dev/rmt/0mn:No such device or address
(errno = 6).
ERROR: Check tape device failed.

======= 10/10/08 16:22:11 IST make_tape_recovery completed unsuccessfully

Following is the ioscan fnC tape output
# ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 1 0/5/1/0.3.0 stape CLAIMED DEVICE HP Ultrium 3-SCSI
/dev/rmt/1m /dev/rmt/c3t3d0BEST
/dev/rmt/1mb /dev/rmt/c3t3d0BESTb
/dev/rmt/1mn /dev/rmt/c3t3d0BESTn
/dev/rmt/1mnb /dev/rmt/c3t3d0BESTnb
5 REPLIES 5
sen_ux
Valued Contributor

Re: Ignite problem issue

Johnson Punniyalingam
Honored Contributor

Re: Ignite problem issue

Hi Mehul,

ioscan -fnC tape shows your "tape" at

/dev/rmt/1mn

make_tape_recovery -a /dev/rmt/1mn -x inc_entire=vg00 -A -v -I

suspecting your command is not correct or could be selecting invalid path for the tape

hope this helps,

Thanks,
Johnson
Problems are common to all, but attitude makes the difference
Ganesan R
Honored Contributor

Re: Ignite problem issue

Hi,

It is very clear that you don't have the tape drive at device path /dev/rmt/0mn.

In this situation you will have to specity the available device which is /dev/rmt/1mn.

#make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/1mn

Best wishes,

Ganesh.
Ganesan R
Honored Contributor

Re: Ignite problem issue

Hi,

Forget to mention, when you give just make_tape_recovery -A command alone it will try to use the default device /dev/rmt/0mn. That is why you are getting the error.

Best wishes,

Ganesh.
mehul_3
Regular Advisor

Re: Ignite problem issue

Problem has been resovled by giving make_tape_recovery -a /dev/rmt/1mn