Operating System - HP-UX
1753739 Members
3800 Online
108799 Solutions
New Discussion юеВ

Re: list_expander command failed while running make_net_recovery

 
Pyarelal
New Member

list_expander command failed while running make_net_recovery

Hello All,

I'm facing few issues while running the ignite backup. these have been running fine on other servers, seems to be strange with the error as it says there might be issue with the -x option. Below are the details. Please help me on this.



* Creating NFS mount directories for configuration files.

======= 09/22/10 09:34:54 EDT Started /opt/ignite/bin/make_net_recovery. (Wed
Sep 22 09:34:54 EDT 2010)
@(#)Ignite-UX Revision C.7.6.98
@(#)ignite/net_recovery (opt) Revision:
/branches/IUX_RA0806/ignite/src@73439 Last Modified: 2008-04-02
08:39:25 -0600 (Wed, 02 Apr 2008)

* Testing for necessary pax patch.
* Checking Versions of Recovery Tools
WARNING: The version of the tools used for system recovery on "colxd139" is
older than the version found on the server system "laxeu3". It is
recommended that you update Ignite-UX to the same version. You can do
this by using the command: /usr/sbin/swinstall -x
mount_all_filesystems=false -s
laxeu3:/var/opt/ignite/depots/recovery_cmds "*"
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).

======= 09/22/10 09:34:55 EDT make_net_recovery completed unsuccessfully
4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: list_expander command failed while running make_net_recovery

Read the warning and follow the advise.



What was the complete command you did start?


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!   
Michael Leu
Honored Contributor

Re: list_expander command failed while running make_net_recovery

Run make_net_recovery with '-v' to get the real error.

IMHO this error often happens when a filesystem cannot be mounted because of a stale entry in /etc/fstab.
Pyarelal
New Member

Re: list_expander command failed while running make_net_recovery

Yeah, looks like a stane mount, i got this error when trying to run the list_expander.

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


It is listed in the fstab also, checking what is mounted on it and goona comment it out if not used .

Will keep this post updated if there is a success ro a failure :-) Thanks for the replies.
Pyarelal
New Member

Re: list_expander command failed while running make_net_recovery

That worked.. Thanks a lot for your suggestions.