Purpose
Displays log or privileged actions performed by the Authentication Server
Synopsis
kdb [-dbmfile <dbmfile to use (default /usr/afs/logs/AuthLog)>] [-key <extract entries that match specified key>] [-help]
Description
The kdb command displays the contents of the AuthLog.dir and AuthLog.pag files associated with the AuthLog file that resides on the local disk, by default in the /usr/afs/logs directory. The files must exist in that directory, which normally implies that the Authentication Server is running on the machine. The files contain information on privileged actions performed by the Authentication Server.
Cautions
It is possible that on some operating systems that AFS otherwise supports, the Authentication Server cannot create the /usr/afs/logs/AuthLog.dir and /usr/afs/logs/AuthLog.pag files, making this command inoperative. See the IBM AFS Release Notes for details.
Options
Output
The first line of output indicates the location of the files from which the subsequent information is derived:
Printing all entries found in file_location
Each entry then includes the following two fields, separated by a colon:
The final line of output sums the number of entries.
Examples
The following example shows the output of the kdb command in the ABC Corporation cell (abc.com):
% kdb Printing all entries found in /usr/afs/logs/AuthLog admin,krbtgt.ABC.COM:auth admin,afs:gtck admin:cruser admin:delu 4 entries were found
Privilege Required
The issuer must be logged in as the local superuser root.
Related Information