Operating System - HP-UX
1829734 Members
1704 Online
109992 Solutions
New Discussion

error while taking backup with ignite

 
madhudeepan
Frequent Advisor

error while taking backup with ignite

i get following error message while taking ignite backup

i have tried with the exports also .....

nfs mount: server:/var/opt/ignite/recovery/archives/client: Permission denied

ERROR: Unable to mount or write

server:/var/opt/ignite/recovery/archives/client

On server you may need to:

mkdir -p /var/opt/ignite/recovery/archives/ client

chown bin:bin /var/opt/ignite/recovery/archives/ client



If the OS on server is 11.31 or later, vi /etc/dfs/dfstab. The

/etc/dfs/dfstab file on " server " should contain the entry: "share -F

nfs -o sec=sys,anon=2,rw=

/var/opt/ignite/recovery/archives/ client ". Where 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 " server " should

contain the entry: "/var/opt/ignite/recovery/archives/ client

-anon=2,access= client ".

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.


======= 07/08/09 15:26:03 IST make_net_recovery completed unsuccessfully
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: error while taking backup with ignite

Shalom,

showmount -e hostname

where hostname is the intended NFS host.

That will at least show you if the NFS share you are trying to write to is present.

I's also like to see the full command line you are using for make_net_recovery

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
Ganesan R
Honored Contributor

Re: error while taking backup with ignite

Hi,

The error clearly says that either you don't have the client image directory or exported with proper permission on ignite server.

check with "showmount -e" command on ignite server. It should show /var/opt/ignite/recovery/archives/clientname exported for this client.
Best wishes,

Ganesh.
Sharma Sanjeev
Respected Contributor

Re: error while taking backup with ignite

Hi

You are not fulfilling the requirements as
ERROR: Unable to mount or write.

server:/var/opt/ignite/recovery/archives/client


You need to put this entry in /etc/exports of IGNITE Server

vi /etc/exports
/var/opt/ignite/recovery/archives/client

On server you may need to:

mkdir -p /var/opt/ignite/recovery/archives/ client

chown bin:bin /var/opt/ignite/recovery/archives/ client

What is your OS version pls ?

Regards
Sanjeev



Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
madhudeepan
Frequent Advisor

Re: error while taking backup with ignite

ver ::: hp-ux 11iv3
Roberto Arias
Valued Contributor

Re: error while taking backup with ignite

hi
check permissions of /var/opt/ignite/recovery/archives/ client
¿777?
The man is your friend
Sharma Sanjeev
Respected Contributor

Re: error while taking backup with ignite

Hi Madhu

IF you have 11.31 running procedure is little bit diffrent

If the OS on server is 11.31 or later, vi /etc/dfs/dfstab. The

/etc/dfs/dfstab file on " server " should contain the entry: "share -F

nfs -o sec=sys,anon=2,rw=

/var/opt/ignite/recovery/archives/ client ". Where 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.


Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
madhudeepan
Frequent Advisor

Re: error while taking backup with ignite

If you need to change the owner of the directory,

you will also need to re-export the directory.


how to re-export the directory.?????????

Sharma Sanjeev
Respected Contributor

Re: error while taking backup with ignite

Hi Again

exportfs -av

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE