You must stop or restart AAA servers to update configuration
changes. To avoid entering the configuration values every time an
instance must be started or stopped, the HP-UX AAA Server Admin Tool
is provided. The HP-UX AAA Server Admin Tool simplifies the start
and stop tasks. Therefore, it is recommended that you use the HP-UX
AAA Server Admin Tool to start or stop an instance using CLI.
 |
 |  |
 |
 | CAUTION: Do not stop a live server in production as it interrupts services
to users. |
 |
 |  |
 |
Using Server Manager |
 |
A message prompt enables you to confirm whether you wish to
stop the server. If the server cannot be stopped, the administrator
is notified of the problem in the message frame.
From the Command Line |
 |
To stop radiusd, enter the
following command at the HP-UX prompt:
# kill -9 `cat /var/opt/aaa/run/radiusd.pid|awk
'{print$1}'`
To restart radiusd, enter the
following command at the prompt:
# kill -9 `cat /var/opt/aaa/run/radiusd.pid|awk
'{print$1}'` \ ;/opt/aaa/bin/radiusd