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


Starting the Merit AAA Server

We include a script for starting the RADIUS server. The filename of the script is rad; it is installed in the directory /opt/UMC/radius.

To start the Merit AAA server:

  1. Log in as root.
  2. Change the directory to /opt/UMC/radius, and start the program by typing:
  3. cd /opt/UMC/radius 
    
    ./rad start 
    
    
    

During startup, 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 process is automatically started whenever the Solaris host is started.

If you are using a Merit AAA server that is not supplied by Juniper Networks, you can start the Merit server by launching the RADIUS process.

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] [No Frames]