Re: NFS Server on AIX: Can't mount w/Linux



AFAIK means ENOENT: No such file or directory

Since you are also saying that you can mount on your RH Linux Client a
NFS export from a AIX 5.2 server the problem should be really related
to the AIX 5.1 box.

The open call with the ENOENT is related to 0xF0058E74 which i assume
is a file handle but i can not find it in your truss extract. You
should search the output from truss for this handle to get the
filename.

Also the statx is related to /score_datal and your inital post says
somthing about /score

So for trouble-shooting
1) Create new NFS export on the AIX 5.1 box
$ mkdir /nfstest
$ chmod 0775 /nfstest
$ exportfs -i /nfstest
Now try to mount this nfs export from another AIX box and your RH linux
box using only the command line.
BTW: Check/verify also the permission of the '/' filesystem.

In case you get still the mount error even for this new export

2)
Do a truss on the AIX 5.2 box , and on the RH Liinux box try to mount a
nfs share from that box and compare the output with the one from the
AIX 5.1 box.

If that not help
3) do a trace on the rpc.mountd and check the output

hth
Hajo
Who hopes that Step 1 will be successfull.

.



Relevant Pages

  • Re: NFS problem
    ... It may or may not be the case, but when the source host is not AIX (esp ... I have received the message below when I have tried mount a NFS filesystem ... The authorized recipient of this information is prohibited from disclosing this ...
    (AIX-L)
  • Re: NFS Server on AIX: Cant mount w/Linux
    ... Since you are also saying that you can mount on your RH Linux Client a ... NFS export from a AIX 5.2 server the problem should be really related ... Now try to mount this nfs export from another AIX box and your RH linux ...
    (comp.unix.aix)
  • Re: AIX & samba
    ... > I it possible to mount directory from my Windows2000 machine on AIX? ... 5.2 should be able to mount Windows shares. ... If neither of those is viable, you could run NFS on the Windows side, ...
    (comp.unix.aix)
  • Re: NFS Server on AIX: Cant mount w/Linux
    ... Can you mount on the RH box the NFS share by using the NFSServers IP ... AND fqdn) in the /etc/hosts of your nfsserver and client ... Watching the packets go by in ethereal, I can see the mount request make it to the aix box and aix respond with the permission denied...so it something that's happening inside the nfs mount daemon on aix that it doesn't like.... ...
    (comp.unix.aix)
  • OSX NFS server, Linux client cant read mount
    ... NFS server running on a Mac Powerbook, Linux client box on the LAN. ... fstab has ... Any advice as to why the mount can't be ...
    (comp.os.linux.networking)