[Contents] [Prev] [Next] [Index] [Report an Error]


Starting and Stopping the RADIUS Server

Juniper Networks includes a script for starting and stopping the RADIUS server. The filename of the script is rad, and it is installed in the directory /opt/UMC/radius.

To start the Merit AAA server, change the directory to /opt/UMC/radius and start the program by typing:

./rad start

During start-up, the RADIUS server binds to the LDAP server. This process requires that the LDAP server be running before the RADIUS server is started.

The RADIUS daemon is automatically started whenever the Solaris host is started.

Stop the RADIUS server by typing:

./rad stop

The following command checks the status of the Merit AAA server:

./rad status

When a Merit AAA server is already used by the customer and the one supplied by Juniper Networks is not being used, the Merit server can be started by launching the RADIUS daemon.

The syntax is as follows:

radiusd -d <conf directory> -da <aaatv directory> -dl <log directory> -A <acct directory -n -p <auth port> -q <acct port> -f <fsm file> -pp <auth relay port> -qq <acct relay port> -g {'syslog' | 'logfile' | 'stderr'} -l <log format> -t <timeout> -v -z -h

where:


[Contents] [Prev] [Next] [Index] [Report an Error]