TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:10916] Solaris and Linux NFS hate each other!



Quoting Bob Tanner (tanner@real-time.com):
> Having a very fustrating time with Linux knfs and Solaris NFS. 
> 
> Now, I have run into this problem:
> 
> kernel: lockd: failed to monitor <Your favorite IP>
> 
> Any ideas?
> 

Adding to this, Solaris registers nfs v2 and v3 at 100227 AND at 100003
and Linux knfs registers nfs v2 at just 100003, so you get a ton of these
errors in syslog:

kernel: svc: unknown version (3) 

Solaris box:

% rpcinfo -p localhost
<snip>
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100227    2   udp   2049
    100227    3   udp   2049

Linux box:

% rpcinfo -p localhost
<snip>
    100003    2   udp   2049  nfs

groan!
-- 
Bob Tanner <tanner@real-time.com>       | Phone : (612)943-8700
http://www.real-time.com                | Fax   : (612)943-8500
Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9