1846835 Members
7459 Online
110256 Solutions
New Discussion

Re: ignite error

 
khilari
Regular Advisor

ignite error

I used the below command to try make atape recovery but i am getting the following errors. Thanks.

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

======= 06/06/06 21:01:12 EDT Started /opt/ignite/bin/make_tape_recovery.
(Tue Jun 06 21:01:12 EDT 2006)
@(#) Ignite-UX Revision B.3.2.45
@(#) net_recovery (opt) $Revision: 10.521 $

* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
ERROR: Cannot stat device file: /dev/vgsan/san1: No such file or directory
(errno = 2). Check /etc/fstab for a bad entry.
ERROR: The list_expander command failed. This could be due to a problem with
the -x options specified - see messages above.

======= 06/06/06 21:01:27 EDT make_tape_recovery completed unsuccessfully
4 REPLIES 4
Victor Fridyev
Honored Contributor

Re: ignite error

Hi,

It seems to me, a file system, which uses logical volume /dev/vgsan/san1 from volume group /dev/vgsan is defined in your /etc/fstab and either it does not exist or is not mounted now.
You can either exclude the file system from backup or mount it.
If you don't succeed to do this, please provide with full make_tape_ignite command and /etc/fstab output.

HTH
Entities are not to be multiplied beyond necessity - RTFM
Mustafa Gulercan
Respected Contributor

Re: ignite error

hi;
it is so clear.
check /etc/fstab for bad entry
and
check /dev/vgsan/san1 is mounted or not.
if not;
#mount -a
if it gives an error,pls post it.

good luck
mustafa
Cem Tugrul
Esteemed Contributor

Re: ignite error

Hello,
Can you try make_tape_recovery again as below?

#make_tape_recovery -Av


Good Luck,
Our greatest duty in this life is to help others. And please, if you can't
so_2
Regular Advisor

Re: ignite error

.