1752272 Members
4270 Online
108786 Solutions
New Discussion юеВ

Re: IGNITE ERROR

 
SOLVED
Go to solution
Eli Daniel
Super Advisor

IGNITE ERROR

hi,
i have next problem

* Creating NFS mount directories for configuration files.

======= 11/20/09 08:47:00 SAT Started /opt/ignite/bin/make_net_recovery. (Fri Nov 20 08:47:00 SAT
2009)
@(#)Ignite-UX Revision C.7.8.201
@(#)ignite/net_recovery (opt) Revision: /branches/IUX_RA0903/ignite/src@76987 Last Modified:
2009-02-05 15:45:55 -0700 (Thu, 05 Feb 2009)

NOTE: Detected entries in the defaults file at
/var/opt/ignite/recovery/client_mnt/0x001708D1A163/recovery/defaults.

* Checking Versions of Recovery Tools
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).

======= 11/20/09 08:47:01 SAT make_net_recovery completed unsuccessfully

real 1.8
user 0.1
sys 0.4
7 REPLIES 7
Michal Kapalka (mikap)
Honored Contributor

Re: IGNITE ERROR

hi,

send the command that you are using for igniting.

mikap
Eli Daniel
Super Advisor

Re: IGNITE ERROR

Note: THE SBACK900 IS IGNITE SERVER



SAPL917:/tmp/hp> more respaldo_ignite_equipo.sh
# --
# -- Respaldo Ignite del equipo
# --
# -- Version 1.0 - Leonardo Rothe - Abril 2008

echo "$(date) Comienzo del proceso"

time /opt/ignite/bin/make_net_recovery -s sback900 \
-d "Respaldo Ignite Servidor $(uname -n), $(date) - Hecho por $USER" \
-x inc_entire=vg00

echo "$(date) Fin del proceso"

exit 0
Steven E. Protter
Exalted Contributor

Re: IGNITE ERROR

Shalom,

On the ignite server, you may want to remove the 0x001708D1A163 folder and soft link. to it.

Try again.

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
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: IGNITE ERROR

Hi,

Run the following command on the client and post the error message.

# /opt/ignite/lbin/list_expander

Regards,
Robert-Jan
Eli Daniel
Super Advisor

Re: IGNITE ERROR


#/opt/ignite/lbin/list_expander

ERROR: Cannot stat device file: /dev/vgDBSr5/lvsap6: No such file or directory (errno = 2). Check /etc/fstab for
a bad entry.
Michal Kapalka (mikap)
Honored Contributor

Re: IGNITE ERROR

hi,

you have the answer :

check /dev/vgDBSr5/lvsap6 /etc/fstab for
a bad entry.


mikap
Eli Daniel
Super Advisor

Re: IGNITE ERROR

thanks,
remove /dev/vgDBSr5/lvsap6

solved problem