1825775 Members
2103 Online
109687 Solutions
New Discussion

hpux nfs mount error

 
SOLVED
Go to solution
j773303
Super Advisor

hpux nfs mount error

Does anyone has the experience about hpux and tru64 nfs mount. I've export a directory from Tru64, and HP-ux as a nfs client. But why nfs client to mount it, it is got the below message. Please help me how to check it ? Thanks.

nfs mount: get_fh: gsxx/UF_SETS/SET1: server not responding : RPC: Authentication error; why = Server rejected
credentia
Hero
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: hpux nfs mount error

Sounds like the target server has access parameters in the /etc/exports file and your hostname isn't authorized.

Thats where I'd start.

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
T G Manikandan
Honored Contributor

Re: hpux nfs mount error

Please check whether the file system is exported on the server with access to the hpux host.
Shine_5
Frequent Advisor

Re: hpux nfs mount error

hello,

This generaly happens when a user belongs to more than 16 groups ( HP-UX 11.x) either in the NFS server and NFS client.

also check the export permissions.

try after including the following lines, in the /etc/exports file.

-access=

Regards
shine