HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
Changing the Accounting Log Rollover Interval
The log rollover interval (how often a new log file is created to store accounting records)
is determined by the timestamp portion of the filename. To change the interval follow
the steps in “Changing the Accounting Log Filename” (page 150). The logging interval
will change to the smallest unit of time in the timestamp portion of the filename. For
example,%Y-%m-%d-%H, will change the rollover interval to hourly.
Rolling Over the Log File and Accounting Stream and Setting the Log Level
You can roll over the server log file and accounting stream and set the log level using
the radsignal command as follows:
radsignal [-h] [-v] [[-di ipcdir] pid level ] [[-di ipcdir] pid
roll logfile ] [[-di ipcdir] pid roll stream [stream-name]] [[-di
ipcdir] log level msg_type msg_sub_type log_level ]
Where:
pid The process ID of radiusd. This can be determined with
the command
% ps -eaf | grep radiusd.
level
One of the following debug levels to set: 0 Debug logging
disabled. 1 Minimal information. 2 Level 1 information,
high-level FSM output and some function tracing. 3 Level
2 information and complete function tracing. 4 Level 3
information along with low-level FSM and configuration
file output.
roll
Immediately roll the log file or an accounting stream. This
should be used along with the keywords logfile or stream.
logfile
The AAA Server log file.
stream stream-name The AAA server accounting stream. If stream-name is
not specified then the default stream ( *default* ) will
be used. This should be used along with the keyword
roll.
radsignal has the following options:
-h
Displays a help message.
-v
Displays version information.
-di ipcdir
The directory where the radiusd shared memory
files are located. If omitted, the default is /var/
opt/aaa/ipc.
log level msg_type
msg_sub_type log_level
Sets the log level for the specified RADIUS
message type. msg_type specifies the RADIUS
Accounting Log Files 151