1834637 Members
3000 Online
110069 Solutions
New Discussion

Re: make_net_recovery

 
SOLVED
Go to solution
Chrisl_2
Frequent Advisor

make_net_recovery

Hi all.

I am trying to use make_net_recovery, version c.6.8.152, the ignite server is 11.11, and the the client server 11.23.
After I run make_net_recovery -s clientservername -x incl_entire=vg00 it fails with:

The list_expander command failed. Could be a problem with the -x options specified - check the existence of the included devices.

Can someone put me on track?

TIA
6 REPLIES 6
IT_2007
Honored Contributor

Re: make_net_recovery

try to run this command

/opt/ignite/lbin/list_expander

and what do you get?
Dave Hutton
Honored Contributor
Solution

Re: make_net_recovery

drop the 'l' from incl

try make_net_recovery -s clientservername -x inc_entire=vg00

Chrisl_2
Frequent Advisor

Re: make_net_recovery

/opt/ignite/lbin/list_expander returns tons of files and directories...no errors
IT_2007
Honored Contributor

Re: make_net_recovery

as dave said .. you need to correct your syntax as

inc_entire=vg00
Steven E. Protter
Exalted Contributor

Re: make_net_recovery

Shalom,

You need some space on /var for temporary ignite files.

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
Chrisl_2
Frequent Advisor

Re: make_net_recovery

Drop the l from incl ....you da man!

Thanks!