1753782 Members
7238 Online
108799 Solutions
New Discussion юеВ

ignite error

 
cdslmum
Advisor

ignite error

Hi,
while taking ignite backup i m getting error pls tell me the solution error is as following.
(root)(ram2):/>make_tape_recovery -Iva /dev/rmt/4mn -x inc_entire=vg00 -t "ignite backup of ram2 setII on 29/03/2010"
* Creating local directories for configuration files and archive.

======= 03/29/10 14:22:01 IST Started make_tape_recovery. (Mon Mar 29 14:22:01 IST 2010)
@(#)Ignite-UX Revision C.7.7.93
@(#)ignite/net_recovery (opt) Revision: /branches/IUX_RA0809/ignite/src@74753 Last Modified: 2008-07-11 12:27:58
-0600 (Fri, 11 Jul 2008)

* Testing for necessary pax patch.
* Recovery Archive Description = Recovery Archive

* Recovery Archive Location = /dev/rmt/4mn

* Number of Archives to Save = 2

* Pax type = tar

ERROR: Cannot stat device file: /dev/vghist/lvol1: No such file or directory (errno = 2). Check /etc/fstab for a bad
entry.

** 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: The list_expander command failed. This could be due to a problem with the -x options specified - Check the
existence of the included device(s)


rgds

shiv
4 REPLIES 4
smatador
Honored Contributor

Re: ignite error

Hi,
You have to look at others thread like this
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=11618
HTH
Michael Steele_2
Honored Contributor

Re: ignite error

Hi

"...ERROR: Cannot stat device file: /dev/vghist/lvol1: No such file or directory (errno = 2). Check /etc/fstab for a bad
entry...."

What happens when you :

# ls -la /dev/vghist/lvol1 ?
# lvdisplay /dev/vghist/lvol1 ?
# vgdisplay /dev/vghist ?

When you 'bdf' what is /dev/vghist/lvol1 mounted to?

It looks like you have an old /etc/fstab referring to a lvol that doesn't exist, /dev/vghist/lvol1.

The way to correct the problem is to update /etc/fstab.
Support Fatherhood - Stop Family Law
Kapil Jha
Honored Contributor

Re: ignite error

just check if vghist is available and fine.
List expander failed because it can not match /etc/fstab
man list_expander

put entry in fstab move /etc/mnttab and run bdf again.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
cdslmum
Advisor

Re: ignite error

Hi All,
thnx a lot I found the solution, it is problem was due to unnecessory entry in /etc/fstab

rgds

Shiv