HP-UX AAA Server A.08.00.01 Administrator's Guide

Table 12-4 Reasons Why The Record Was Generated (continued)
DescriptionBilled/InfoIntegerReason
Session authorized: This record is intended for
statistics only.
Info10AC_AUTHORIZED
The session is released due to NAS reboot.Info11AC_NASREBOOT
The session is for a remote server, failed to forward.Info12AC_REMOTE
Duplicate accounting record received: This record is
intended for statistics only.
Info13AC_DUPLICATE
The session is released due to a NAS and port
collision.
Billed14AC_COLLISION
Session: Session identifier, an arbitrary string with a maximum length of eight.
The algorithm used to generate a session identifier. The first four
characters are the least significant four hexadecimal digits from the time
when the session first arrived at the access server. the last four characters
represent an internal counter, displayed in hexadecimal notation, in the
access server.
NOTE: The session identifier is stored in the RADIUS Class attribute and used
internally by the AAA server.
Writing Livingston CDR Accounting Records
It is not possible to make these changes through the Server Manager graphic interface,
you must modify configuration files with a text editor.
1. Open the log.config configuration file (found in/etc/opt/aaa by default).
2. Locate the following lines, which should be found at the beginning of the file:
# Default logging configuration if there is no log.config file.
#
stream *default* {
aatv log_v2_0
buffer 1
close on
filename session.%Y-%m-%d.log
update 900
wrap 3
}
end
3. Change aatv log_v2_0 to aatv log_acct.
4. Save and close the file.
5. Restart the server if it is currently running.
Accounting Log Files 145