Operating System - HP-UX
1833415 Members
3523 Online
110052 Solutions
New Discussion

Re: make_net_recovery error

 
chad_c
Super Advisor

make_net_recovery error

Hi. When attempting to run the make_net_recovery from one of our HPUX11.11 boxes, we get the following error:

nfs mount: mount_nfs: mount: /var/opt/ignite/recovery/client_mnt: Device busy
ERROR: Could not NFS mount directory /var/opt/ignite/clients on riovo. The
exports file on riovo should contain the entry
"/var/opt/ignite/clients -anon=2". Ensure that /var/opt/ignite/clients
has been exported using the "exportfs -av" command.
ERROR: Failed mounting directory
/var/opt/ignite/recovery/client_mnt:/Connection refused (errno = 239)
ERROR: Failed to create NFS mount directories for configuration files.
' * Creating NFS mount directories for configuration files.

======= 12/15/06 16:40:12 EST make_net_recovery completed unsuccessfully
':

Can anyone shed some light on this?

Regards,
Chad
2 REPLIES 2
Mark Nieuwboer
Esteemed Contributor

Re: make_net_recovery error

Hi chad,

On your ignnite server in the file /etc/export you must have setup the client.
after setting the client directory in this file run exportfs -av.
this should do the trick

grtz. Mark
chad_c
Super Advisor

Re: make_net_recovery error

.