Operating System - HP-UX
1753501 Members
3906 Online
108794 Solutions
New Discussion

Failed to Create NFS mount Archive directory

 
suvy12
Frequent Advisor

Failed to Create NFS mount Archive directory

While running the command in the client to take the backup i got a error

 

make_net_recovery -s (serverIP) -x inc_entire=vg00

 

and the error is

 

ERROR:   Unable to mount or write 172.22.7.181:/var/opt/ignite/recovery/archives/fisdb01
         On 172.22.7.181 you may need to:
         mkdir -p /var/opt/ignite/recovery/archives/fisdb01
         chown bin:bin /var/opt/ignite/recovery/archives/fisdb01

         If the OS on 172.22.7.181 is 11.31 or later, vi /etc/dfs/dfstab. The /etc/dfs/dfstab file on "172.22.7.181" should
         contain the entry: "share -F nfs -o sec=sys,anon=2,rw=<client> /var/opt/ignite/recovery/archives/fisdb01". Where
         <client> is replaced by a fully qualified client name.
         After editing the /etc/dfs/dfstab file, run "shareall -F nfs"
         If you need to change the owner of the directory,
         you will also need to re-share the directory.

         Otherwise, vi /etc/exports. The /etc/exports file on "172.22.7.181" should contain the entry:
         "/var/opt/ignite/recovery/archives/fisdb01 -anon=2,access=fisdb01".
         After editing the /etc/exports file, run exportfs -av
         If you need to change the owner of the directory,
         you will also need to re-export the directory.

         See make_net_recovery(1M) for more information.
ERROR:   Failed to Create NFS mount Archive directory.

 

I have already tried my best as mentioned in the error but still the problem is their.

2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: Failed to Create NFS mount Archive directory

Of the steps mentioned, which was the one that failed?

suvy12
Frequent Advisor

Re: Failed to Create NFS mount Archive directory

Thnx dennis but i just got the solution problem is with host file of the Ignite server. There was no host entry of client . I enterd the entry of server in the hostfile of the client but on the server side i just foget .

Thnx anyways