[OpenAFS] Re: list all AFS clients
Joe Buehler
jbuehler@spirentcom.com
Tue, 08 Aug 2006 09:21:05 -0400
Edward Quick wrote:
> Is there an AFS command I can run to list all the boxes with clients? I
> doubt it, but thought I'd ask just in case!
Depending on how big a setup you have, you can scan the network for
clients. Roughly:
for machine in $all_client_machines; do
rxdebug $machine 7001 -version
done
I have a cron job that does this periodically and keeps a database with the
info. This has been very useful in keeping things up to date.
It obviously won't catch offline machines though.
--
Joe Buehler