Installing the Steel-Belted Radius/SPE Software
You need the Steel-Belted Radius/SPE software CD and a valid license string. Use the procedure that is appropriate for your installation.
NOTE: For the remainder of the document, we assume that Steel-Belted Radius/SPE is installed in the directory /opt/UMC/SPE.
Installing the Steel-Belted Radius Software for the First Time
To install the software for the first time:
- Log in as
root
.- Copy files from /cdrom/cdrom0/Unix to the Sun platforms (for example, to /tmp/funk), and set your working directory to the directory to which the files were copied.
- Run the install.sh script with the -all option. Type:
sh install.sh -allThe installation script prompts for the server directory.
The installation script prompts for the license string.
The installation script prompts for the type of installation from the following list.
1. Steel-Belted Radius Enterprise Edition2. Steel-Belted Radius Service Provider Edition3. Steel-Belted Radius Global Enterprise Edition4. Steel-Belted Radius HotSpot EditionThe installation script prompts for the directory in which the administration user interface should be installed.
Installing the Steel-Belted Radius Software over Previous Installations
To install the software over a previous installation:
- Complete the procedure in the previous section. The install.sh script may detect the following items on the machine:
- RADIUS process already running
- Steel-Belted Radius/SPE configuration files
- Steel-Belted Radius/SPE database files
The install.sh script prompts for the following message if the script discovers a running server:
Server is running with pid <x>Stop radius server and unconfig/uninstall beforeInstalling new version
- Change to the installation directory of the Steel-Belted Radius/SPE package. You can find the server directory by typing the following command:
ps -aef | grep radius- Stop the server by typing:
./S90radius stop- Change to your working directory. Unconfigure the previous installation, which removes the startup script and some entries in the /etc/services and /etc/inetd.conf files, which are used by the previously installed Steel-Belted Radius/SPE server. Type:
sh install.sh -unconfig- When prompted, enter the path of the existing server directory.
- Run the install.sh script with the -all option again. Type:
sh install.sh -allThe script checks for existing Steel-Belted Radius/SPE configuration files. The following prompt appears if files are detected:
Previous configuration files existConfiguration files exist in <server_directory>Do you want to discard them? [n]
- If you answer
n
, the previous configuration files are copied into the subdirectory OLDCONFIG. Otherwise, the previous files are overwritten.The script checks for existing Steel-Belted Radius/SPE database files. The following prompt appears if files are detected:
Previous database files existDatabase files exist in <server_directory>Do you want to discard them? [n]
- If you answer
n
, the previous configuration files are not overwritten, and the new Steel-Belted Radius/SPE version uses the entire administrative database. Otherwise, the database files are overwritten.The script prompts you for the license string.
The installation script prompts you for the directory in which the administration user interface should be installed.