Dr. Mack posted a nice script to find all of your AFS clients.  In it he had

> Servers="<list all your servers here>"

Here is an automated way to find all of your servers:

Servers=`/usr/afsws/etc/vos listvldb | grep '^       server ' \
        | sed -e 's/^       server //'  -e 's/ partition .*/ /' | sort | uniq`

Note that this will find only those servers that have at least one non-empty
partition.

        ---Bob.
--
Bob Hoffman, N3CVL      University of Pittsburgh           Tel: +1 412 624 8490
[EMAIL PROTECTED]     Department of Computer Science     Fax: +1 412 624 8854

Reply via email to