1833672 Members
3746 Online
110062 Solutions
New Discussion

make_net_recovery failed

 
kholikt
Super Advisor

make_net_recovery failed

my ignite ux stop at the make_arch_config step, the error was useless.
* /opt/ignite/bin/make_arch_config -c /var/opt/ignite/recovery/client_mn
t/0x001083B9D103/recovery/2001-03-08,13:50/archive_cfg -l
esc_ux:/var/opt/ignite/recovery/archives/escdns02 -n 2001-03-08,13:50
-r 32 -d Recovery\ Archive -L /var/opt/ignite/recovery/arch_mnt -i 1

Program Terminated. SIGHUP received. Exiting.

I have tried a couple of times already but always failed at the build archives config step.
abc
2 REPLIES 2
Bill McNAMARA_1
Honored Contributor

Re: make_net_recovery failed

hopefully you got the latest ignite sw
software.hp.com/products/IUX/

secondly,

on esc_ux
ensure /etc/exports has an entry for escdns2
exportfs -av

make sure the directory
/var/opt/ignite/clients/escdns02
was made with the mkdir -p option
and you did a chown bin:bin on it.

verify you have enough space in /var/opt/ignite/recovery/archives/

and validate the make_net_recovery command.
make_net_recovery -s esc_ux -x inc_entire=vg00

It could be a good idea to get the latest PAX patch (search the ITRC for your server version)

make sure too that the version of ignite on the client is a compatible version as the server. Ignite should complain if not and give you an swinstall command to execute if not...at least with the latest ignite release that is.

hope that helps,
Later,
Bill
It works for me (tm)