1833827 Members
2170 Online
110063 Solutions
New Discussion

Re: NFS ISSUE

 
matthew mills
Frequent Advisor

NFS ISSUE

I used an ignite tape from one L2000 (ngbva) to build another L2000 (copva). Works great! Now I want to establish NFS mount between server. ngbva can mount copva with root priv. but all I get is permission denied when copva mounts ngbva files. I can make it everyone read only and it work but when I try to add access rights I get this “sh: ngbva: Permission denied.” The /etc/export and /etc/auto_master are the same on both systems:
Auto_master: /net -hosts -nosuid,soft
Exports: /archive -anon=2 access=copva:ngbva,root=copva:ngbva

Your help is appreciated.
2 REPLIES 2
Martin Brachtl
Advisor

Re: NFS ISSUE

Check the hostname resolution. Gives "nslookup copva" and "nslookup ngbva" same results on both sides?
matthew mills
Frequent Advisor

Re: NFS ISSUE

dumb mistake.