The TCCRadius Administration Log File keeps track of the transactions made by the TCCAdministrator tool..
The TCCRadius Administration service creates a new logfile
every month in the format of Admin.MM.YYYY.log.
MM = Current Month (01-12)
YYYY = Four Digit Year (1999, 2000, 2001, etc.)
Here is an example section of an Admin Log file.
[05/06/1999 21:14:26] TCCRADIUS STOP_ADMIN [05/06/1999 21:14:30] TCCRADIUS START_ADMIN [05/06/1999 21:14:32] 200.200.200.201 Configuration Requested [05/06/1999 21:14:34] 200.200.200.201 Configuration Requested [05/06/1999 21:14:34] 200.200.200.201 CLIENTS File Requested [05/06/1999 21:15:01] 200.200.200.201 TCCRADIUS_SHUTDOWN [05/06/1999 21:15:01] 200.200.200.201 SHUTDOWN_ADMIN [05/06/1999 21:15:01] TCCRADIUS STOP_ADMIN [05/06/1999 21:15:08] TCCRADIUS START_ADMIN [05/06/1999 21:15:19] 200.200.200.201 Configuration Requested [05/06/1999 21:15:33] 200.200.200.201 USER_SUMMARY Requested [05/06/1999 21:15:33] 200.200.200.201 SEND USER_SUMMARY: test;May;1999
The layout of the file is as follows below:
| Date/ Time | Client IP Address | Administration Message |
|---|
START_ADMIN
Administration Server started
STOP_ADMIN
Administration Server Shutdown
SHUTDOWN_ADMIN
Shutdown Inititated from Client
Configuration Requested
TCCAdmin Tool requested TCCRadius.cfg information
TCCRadius Configuration Modified
Changes made to the TCCRadius.cfg file were saved
USER_SUMMARY Requested
Accounting Summary for a user was requested
SEND USER_SUMMARY: username;month;year
User Summary transmitted for the username, month, and year listed
CLIENTS File Requested
TCCAdmin Tool requested Clients.cfg information
ADD_USER: username
New user was added or the information for this user was updated
EDIT_USER: username
User information for specified user was requested and sent
REMOVE_USER: username
User record was deleted
AUTH_STOP OR AUTH_RESTART
Authentication Daemon stop or restart was requested
ACCT_STOP OR ACCT_RESTART
Accounting Daemon stop or restart was requested
BIND_ERROR
Unable to bind to port specified in the TCCRadius.cfg
Example: AdminPort=7000