tkaczma@gryf.net writes:
On Tue, 11 Jan 2000, Michael S. Keller wrote:
I verified all duplex settings long ago. All run full-duplex. All four clients run NFS v2 on UDP.
How did you do this on the Suns?
Checking full duplex status of hme on Suns? use "ndd -get /dev/hme link_mode". I think it returns `1' for full duplex. The Answerbook on hme explains all this.
Checking NFS is v2 on UDP? "nfsstat -m".
Mounting NFS v2/UDP; "mount -o vers=2,proto-udp ..."
Or did you mean something else?