1827249 Members
2776 Online
109716 Solutions
New Discussion

NFS ACL Permission

 
Kim-Leong TYE
Occasional Contributor

NFS ACL Permission

I apply permission in HPUX11i server for certain files. I get permission denied while accessing those files through NFS using HPUX10.20 clients. Clients running HPUX11i has no problem. Anyone came across this ?
make_tape_recovery
5 REPLIES 5
Jon Finley
Honored Contributor

Re: NFS ACL Permission

Do you have an /etc/logingroup file?

If not, to resolve your problem, create a logingroup file:

# ln -s /etc/group /etc/logingroup


Jon
"Do or do not. There is no try!" - Yoda
Kim-Leong TYE
Occasional Contributor

Re: NFS ACL Permission

Tried # ln -s /etc/group /etc/logingroup

Still get access denied from hpux-10.20 clients.
make_tape_recovery
avsrini
Trusted Contributor

Re: NFS ACL Permission

Hi Kim,

Can you post the /etc/exports file detail of your 11i server?. Are you specifing any options for the exports dir's?.

Srini.
Be on top.
Kim-Leong TYE
Occasional Contributor

Re: NFS ACL Permission

I enter only directory name in /etc/exports, something look like:

/xxx/yyy

make_tape_recovery
avsrini
Trusted Contributor

Re: NFS ACL Permission

Hi Kim,

Can u post the output of
#showmount -d

from your NFS Server.

Exactly what changed did u made on the server?. Try reverting it back.

Srini.
Be on top.