Operating System - HP-UX
1753515 Members
5671 Online
108795 Solutions
New Discussion юеВ

Re: NFS problem: RPC: Authentication error

 
SOLVED
Go to solution
dictum9
Super Advisor

NFS problem: RPC: Authentication error

Trying to get an Ignite image of a client (11.31) from an Ignite server (Ignite 7.8, 11.23) and getting the following:



May 6 09:41:29 portltst vmunix: NFS lookup failed for server a2opv: RPC: Authentication error

On the server, I get this:

rcmd_af: connect: portltst: Connection timed out


what does it mean?

The remsh command works just fine.

6 REPLIES 6
smatador
Honored Contributor
Solution

Re: NFS problem: RPC: Authentication error

Hi,
Perhaps, you have a route issue, check client and server nfs
#netstat -rn
and check also the ping between them.
smatador
Honored Contributor

Re: NFS problem: RPC: Authentication error

Hi,
I just search on itrc, there is a thread about this
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1337879
Steven E. Protter
Exalted Contributor

Re: NFS problem: RPC: Authentication error

Shalom,

The /etc/exports file on the server may have authentication protcols preventing a connection. Its pretty easy to filter based on hostname or ip address.

showmount -e a2opv

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
Dave Olker
HPE Pro

Re: NFS problem: RPC: Authentication error

The server side stuff has nothing to do with this, at least not from an NFS perspective.

Setting Ignite aside, are you able to manually NFS mount filesystems between these two systems? If not, do you get the same error message?

Dave
I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Sajjad Sahir
Honored Contributor

Re: NFS problem: RPC: Authentication error

Dear etc

make sure and entry of all host ip and name in /etc/hosts files

check in /etc/exports files if any hostname is there add it

export the files by using exportfs -a

thanks and regards

Sajjad Sahir
dictum9
Super Advisor

Re: NFS problem: RPC: Authentication error

Turned out to be a firewall issue.