Thread: Can't mount NFS
View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 05:44 AM
David
 
Posts: n/a
Default Re: Can't mount NFS

On Wed, 02 Feb 2005 01:28:37 GMT, Rod <rod@ellerys.org> wrote:

>Hi,
>
>I'm trying to mount an nfs volume residing on a Solaris 2.8 server from
>an AIX5.1 system.
>
>I keep getting a 'giving up, Authentication error' message.
>
>The mount works fine from an AIX4.1 system.
>
>Any idea what I'm doing wrong?


Is the NFS volume exported to specific servers or to the world? It
sounds like there is a hostname mismatch. Either...

1) the NFS export does not grant permission to the AIX51 server, or

1) the Solaris server has a hosts file entry for the AIX51 server that
doesn't match the name in the export list. Either the AIX51 server
will be in there with some sort of shortened or aliased name or
perhaps the IP address once belonged to an older server that had an
entry but has now been recycled into the new AIX51 server, or

2) the name in the export list doesn't match exactly what gets
returned from DNS, or

3) the DNS entries are messed up such that the forward and reverse
lookup of the name and IP address of the AIX51 server do not return
the same results.


Reply With Quote