Troubleshooting
Problem
How to determine what version of AFS is running on a unix system
Resolving The Problem
All AFS binaries have a version string embedded in them. Many times, support personnel will ask for the Base configuration. To access this version information, issue one of the following commands at your unix prompt:
strings [afs_binary] | grep Base
or
what [afs_binary] | grep Base
You can also use the rxdebug binary that the IBM Pittsburgh Lab provides to query the port number of a particular server process or client's kernel extensions to find the version currently running. Using the rxdebug binary, issue the following command:
rxdebug -servers < machine > -port < IP port > -version
Replace 'machine' with the name of the machine running the process you are interested in or the name of the client you are interested in. Replace 'IP port' with the IP port the process uses. The ports are listed below:
7000 fileserver
7001 kernel extensions of client
7002 ptserver
7003 vlserver (vldb)
7004 kaserver
7005 volserver
7007 bosserver
7008 upserver
Was this topic helpful?
Document Information
Modified date:
15 June 2018
UID
swg21104586