[OpenAFS] cgi and afs?

Christopher D. Clausen cclausen@acm.org
Thu, 7 Jun 2007 16:24:43 -0500


Zach <netrek@gmail.com> wrote:
> Is there a canonical way
> for a user to tell which version of AFS is running?

I always tell people to use rxdebug to figure out what AFS version they 
are running.

C:\>rxdebug localhost 7001 -version
Trying 127.0.0.1 (port 7001):
AFS version: OpenAFS1.5.2000

You can also use this against remote maachines:
C:\>rxdebug 128.174.193.200 7001 -version
Trying 128.174.193.200 (port 7001):
AFS version:  OpenAFS 1.4.2 built  2006-10-28

<<CDC