Operating System - HP-UX
1754362 Members
4520 Online
108813 Solutions
New Discussion юеВ

make-net-recovery "Ignite Server"

 
Reynaldo Torres
Advisor

make-net-recovery "Ignite Server"

I am getting the following error running on HP-UX 11.23 "make_net_recovery" I have checked all the settings and permissions, but I am still getting the errors and is as follow:

Permission denied
ERROR: Unable to mount or write
hwd-ms01:/var/opt/ignite/recovery/depots/hwd-db02
On hwd-ms01 you may need to:
mkdir -p /var/opt/ignite/recovery/depots/hwd-db02
chown bin:bin /var/opt/ignite/recovery/depots/hwd-db02

If the OS on hwd-ms01 is 11.31 or later, vi /etc/dfs/dfstab. The
/etc/dfs/dfstab file on "hwd-ms01" should contain the entry: "share -F
nfs -o sec=sys,anon=2,rw=
/var/opt/ignite/recovery/depots/hwd-db02". 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 "hwd-ms01" should
contain the entry: "/var/opt/ignite/recovery/depots/hwd-db02
-anon=2,access=hwd-db02".
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.


======= 11/05/08 12:11:01 PST make_net_recovery completed unsuccessfully


If you could help on this issue whether is a patch or any other configuration that I could missing, I would really appreciated.

Thank you so much for your responds in advance.

RT
Reynaldo Torres
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: make-net-recovery "Ignite Server"

Have you read the thesis in the error message and done everything here?
Can you mount hwd-ms01:/var/opt/ignite/recovery/depots/hwd-db02 RW on your machine?
Sandy Chen
Honored Contributor

Re: make-net-recovery "Ignite Server"

Hi,

can you try to nfs mount manually the directory exported directory? after that try to create a file there

regards,
sandy
I never think of the future. It comes soon enough.
Ganesan R
Honored Contributor

Re: make-net-recovery "Ignite Server"

Hi,

Check these things..

1. The following directory should be there on hwd-ms01. If not create it.

/var/opt/ignite/recovery/depots/hwd-db02

2. This directory should have bin:bin ownership.

3.This directory should have exported to hwd-db02 with read/write permission. Edit /etc/exports and run exportfs -a command
to reexport it.

Check with showmount -e command on hwd-ms01 if it is exported properly.

Alternatively you can manually try to mount this directory as well.
Best wishes,

Ganesh.