Operating System - HP-UX
1837048 Members
2983 Online
110111 Solutions
New Discussion

make_net_recovery fails connection

 
Mark S_3
Occasional Advisor

make_net_recovery fails connection

I am trying to make a recovery image from one HP-UX 11.11 server to another. The process runs to the check versions step and the I get a connection filed error. Here is the output.
# ./make_net_recovery -s omzppd01 -i
* Creating NFS mount directories for configuration files.

======= 03/07/07 13:49:47 CST Started ./make_net_recovery. (Wed Mar 07
13:49:47 CST 2007)
@(#) Ignite-UX Revision B.3.4.115
@(#) net_recovery (opt) $Revision: 10.547 $

vxvm:vxprint: ERROR: IPC failure: Configuration daemon is not accessible
NOTE: Detected entries in the defaults file at
/var/opt/ignite/recovery/client_mnt/0x001083FE0C6F/recovery/defaults.

* Checking Versions of Recovery Tools
ERROR: Connnection to the server:omzppd01 failed.

======= 03/07/07 13:50:45 CST make_net_recovery completed unsuccessfully
3 REPLIES 3
IT_2007
Honored Contributor

Re: make_net_recovery fails connection

I don't think you configured Ignite server omzppd01 properly to reflect client. Edit /etc/exports file on Ignite server and also look at permissions for Ignite image directory where archive would be storing on server.
Mark S_3
Occasional Advisor

Re: make_net_recovery fails connection

Here is output of exportfs
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives -anon=2
/u01/ignite/recovery/archives -anon=2

My client dir is bin:bin
# ls -l /u01/ignite/recovery/archives
total 0
drwxr-xr-x 2 bin bin 96 Mar 7 11:56 omzepic01

I manually mounted the exports on the client and that works.
Mark S_3
Occasional Advisor

Re: make_net_recovery fails connection

manually mounting the directory worked