1832864 Members
2874 Online
110048 Solutions
New Discussion

NFS errors

 
SOLVED
Go to solution
Kenn Kantola
Advisor

NFS errors

I am using HPUX 11.0 as an NFS client. I built a link to a level 3 NFS server. The file system mounts ok, I can do an ls on the directory once. After that any access to the file system comes back .unreadable. I am able to access these from another UNIX server running a non HP os. Any ideas?
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: NFS errors

Hi Kenn:

Patch PHNE_23833 addresses many NFS Version 3 problems. It also requires
s700: 11.00: PHCO_22314 PHKL_22589 PHCO_23117
PHNE_22566 PHKL_23002
s800: 11.00: PHCO_22314 PHKL_22589 PHCO_23117
PHNE_22566 PHKL_23002



If it ain't broke, I can fix that.
Kenn Kantola
Advisor

Re: NFS errors

I gave that a shot, installed all those patches and I get the same error. Actually now I get it immediately on the first ls.
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: NFS errors

Hi Kenn,

Is the automounter involved in this? I seem to remember automount problems with NFS Version 3.

I would also try mounting with the -o option vers=2 and vers=3 to see if that makes any difference.
If it ain't broke, I can fix that.
Kenn Kantola
Advisor

Re: NFS errors

That took care of it. Mounting it with -o works. There must be some issue between my ver3 and their vers 3. Thanks for the help.