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

_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to