[OpenAFS] difference in fs checkservers

Jim Rees rees@umich.edu
Tue, 08 Mar 2005 15:54:43 -0500


  Okay. this explains the difference. I guess my next question should be
  is there a utility that actually does a quick check of the health of
  all file servers in your cell?

I'm sure someone will suggest a script.  Something like this:

foreach i (`vos listaddrs`)
  echo checking $i
  bos stat $i fs 
end