1752577 Members
4585 Online
108788 Solutions
New Discussion юеВ

Ignite backup problem

 
SOLVED
Go to solution
rajesh73
Super Advisor

Ignite backup problem

Hi All

I have one server is hp-ux 11.31(hostname unix3)another server is 11.23 (hostname unix1)

iam running the below command from unix 3 server
make_net_recovery -x inc_entire=vg00 -s unix1 -a unix1:/ignite/opt/ignite/recovery/archives/unix3

iam getting below error

nfs mount: unix1:/ignite/opt/ignite/recovery/archives/unix3: Permission denied
ERROR: Unable to mount or write unix1:/ignite/opt/ignite/recovery/archives/unix3
On unix1 you may need to:
mkdir -p /ignite/opt/ignite/recovery/archives/unix3
chown bin:bin /ignite/opt/ignite/recovery/archives/unix3

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

pls some one give the solution

8 REPLIES 8
rajesh73
Super Advisor

Re: Ignite backup problem

Iam running this command

# shareall -F nfs
share: Running old NFS library, requires new NFS library

iam getting the above error

Regds
Rajesh
rajesh73
Super Advisor

Re: Ignite backup problem

pls anyone reply to me urgently
P Muralidhar Kini
Honored Contributor
Solution

Re: Ignite backup problem

Hi rajesh73,

Is this problem same as the one mentioned by you in the following thread -
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1435981

Regards,
Murali
Let There Be Rock - AC/DC
P Muralidhar Kini
Honored Contributor

Re: Ignite backup problem

Hi rajesh73,

Have you tried to use exportfs instead ?
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=935135

exportfs command is used to make a local directory/file available for NFS
clients for moungting over the network.
http://docs.hp.com/en/B2355-90691/exportfs.1M.html

Hope this helps.

Regards,
Murali
Let There Be Rock - AC/DC
rajesh73
Super Advisor

Re: Ignite backup problem

Hi Murali

I tried exportfs -av in unix1 server
the output is
#exportfs -av
re-exported /var/opt/ignite/clients
re-exported /ignite/opt/ignite/recovery/archives/unix3
re-re-exported /ignite/opt/ignite/recovery/archives/unix4
re-exported /ignite/opt/ignite/recovery/archives/unix2
and

Itried shareall

# shareall -F nfs
share: Running old NFS library, requires new NFS library


Regds
Rajesh
nightwich
Valued Contributor

Re: Ignite backup problem

Hi rajesh73


You need to use exportfs -i, or export -a instead the shareall comand

Best regards.
S. Ney
Trusted Contributor

Re: Ignite backup problem

11.23 check your /etc/exports file so its an older version of NFS.
Check to make sure it has something like:
/var/opt/ignite/clients -anon=2,access=unix3
/var/opt/ignite/recovery/archives/unix3 -anon=2,access=unix3

On unix1 under /var/opt/ignite/clients make sure you have a directory for MAC address of unix3 lan if not mkdir MACaddress
ln -s MAC address hostname
chown -R -h bin:bin MACaddress dir
/var/opt/ignite/recovery/archives/client name (should be owned by bin:bin)

unix3 should be in unix1 /etc/hosts file.

if everything looks correct run exportfs -av on unix1
rajesh73
Super Advisor

Re: Ignite backup problem

Hi thanku for all very much

As per Mr.ney instruction i have change the permission bin:bin now it is working fine

/var/opt/ignite/recovery/archives/clientname

Thanku Mr.Ney

Thanks & Regds
Rajesh