Hi Tatyaso, [Resend as I just remembered that the OpenSolaris mail forums don't handle signed email]
You wrote: >> # rpcinfo -u localhost nfs >> program 100003 version 2 ready and waiting >> program 100003 version 3 ready and waiting Tom replied: > I think that you have found a bug with the 'rpcinfo -u'. You should > file a bug report. I'm not sure it's a bug, NFSv4 doesn't support UDP. The rpcinfo(1M) man page states: -u Make an RPC call to procedure 0 of prog- num on the specified host using UDP, and report whether a response was received. This option is made obsolete by the -T option as shown in the third synopsis. The nfs(4) man page states: NFSD_PROTOCOL=ALL Start nfsd over the specified protocol only. Equivalent to the -p option in nfsd. ALL is equivalent to -a on the nfsd command line. Mutually exlusive of NFSD_DEVICE. One or the other of NFSD_DEVICE and NFSD_PROTOCOL must be commented out. For the UDP protocol, only version 2 and version 3 service is established. NFS Version 4 is not supported for the UDP protocol. -- Peter