Re: NFS Server on AIX: Can't mount w/Linux
- From: "Hajo Ehlers" <service@xxxxxxxxxxxxx>
- Date: 14 Feb 2006 16:21:27 -0800
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.
.
- Follow-Ups:
- Re: NFS Server on AIX: Can't mount w/Linux
- From: Brian Wheeler
- Re: NFS Server on AIX: Can't mount w/Linux
- References:
- NFS Server on AIX: Can't mount w/Linux
- From: Brian Wheeler
- Re: NFS Server on AIX: Can't mount w/Linux
- From: Hajo Ehlers
- Re: NFS Server on AIX: Can't mount w/Linux
- From: Brian Wheeler
- Re: NFS Server on AIX: Can't mount w/Linux
- From: Hajo Ehlers
- Re: NFS Server on AIX: Can't mount w/Linux
- From: Brian Wheeler
- NFS Server on AIX: Can't mount w/Linux
- Prev by Date: Header should read Netscape 4.7.5.0
- Next by Date: Re: Looking for Aix Administrator's Position
- Previous by thread: Re: NFS Server on AIX: Can't mount w/Linux
- Next by thread: Re: NFS Server on AIX: Can't mount w/Linux
- Index(es):
Relevant Pages
|
|