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

Table Of Contents
Set the RADIUSD variable in/etc/rc.config.d/radiusd.conf to 1. The default
setting is 0.
CAUTION: Modifying the content in the /sbin/init.d/radiusd.rc file other
than radiusd options can disallow booting of the system.
NOTE: You can also start the Server Manager interface after reboot. In the /etc/
rc.config.d/hpws22_tomcatconf file, set HPWS22_TOMCAT_START to 1,
and set JAVA_HOME to/opt/java1.5.
Stopping or Restarting HP-UX AAA Servers
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
1. From the navigation tree, click Administration.
2. Select the servers you want to stop in the Server Status frame.
NOTE: Server commands will only be executed on servers selected in the Server
Status frame.
3. Click Stop.
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
Stopping or Restarting HP-UX AAA Servers 81