Gerard Hooton wrote: > Hello, > Copying large files from an NFS mount on a NexentaOS system if very slow > and I get lots of badcells & timeouts > > > > Client rpc: > Connection oriented: > calls badcalls badxids timeouts newcreds badverfs > 33457 2394 666 2384 0 0 > timers cantconn nomem interrupts > 0 7 0 3 > Connectionless: > calls badcalls retrans badxids timeouts newcreds > 11720 4 0 0 0 0 > badverfs timers nomem cantsend endpoints > 0 265 0 0 6 > > > ?SunOS uefilesrv 5.11 NexentaOS_20080312 i86pc i386 i86pc Solaris > > The Client side is > SunOS ueserver 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-V215 > > Any help is welcome. > I guess either your NFS server or your network is overwhelmed.
The "timeouts" indicate that the RPC calls which the client timedout waiting for the server. I think this is cause for to the "badcall" count. I am not sure of the "badxid"count -- are you having "soft" mounts? If that is true then this count is most probably the case where the server responds to the client a little too late -- the thread which made the call had already timed out before it could receive the reply. Mahesh