what is exact meaning ,the badxids,
when I issue nfsstat -c in Solaris,
to check network status,
there is a column is "badxids",
what meaning ?
Hi ming,
I am not sure about the badxid's. Have you gone through the man pages.
badxid's are the number of times "a reply from the server is received by the client " but the reply(s) are irrelevent to the request made by the client.
Suppose you are requesting a "file handle" from the NFS server , and you are getting reply from the server which is unappropriate to your request. These cases are counted in badxid's.
The retrans field (under Client rpc) indicates the number of packets that this host had to retransmit as an RPC client: that is, the number of retransmissions it made while reading or writing an NFS file. If this field is greater than 5 percent of the total number of client NFS
calls, suspect trouble. Compare the number of retransmissions to the badxid field (number of times a reply from a server was received which did not correspond to any outstanding call). If badxid and retrans are roughly equal, one or more of the network's NFS servers is having trouble keeping up with the client's demands. This isn't a data corruption problem, but a performance
problem on the part of the server. If retrans is high but badxid is relatively small or zero, the problem is in the network itself - the network is either slow or suffering from data corruption.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.