RAD-Series 7.1 Getting Started Guide
Interlink Networks, Inc.
Page 9
Uninstalling RAD-Series Software
The RAD-Series software is delivered with an uninstall script,
raduninstall
, found in the
uninstall
subdirectory of the server directory (default
/opt/aaa/uninstall
).
1
Login and change directory to
/
server directory
/uninstall.
2
Run
raduninstall.
3
When prompted, press Enter.
4
Manually delete any files modified since installation.
Note:
Modified files include files utilized and changed by the server in the course of normal operation, and
their directories.
Starting Server Manager
Server Manager is the browser-based application for configuring and managing all your AAA
Servers. Once started, you can access Server Manager from any networked workstation that has a
browser and a Java Run-Time Environment installed.
Server Manager can be set up to make a Secure Socket Layer (https) connection to administrator
workstations. See “Configuring Server Manager for SSL” in the RAD-Series
Administrator’s
Guide
. The steps below show how to start Server Manager using a non-secure (http) connection.
We recommend doing this to complete the initial server set up.
On the machine where you’ve installed Server Manager:
1
Change directory to
/
Server Manager directory
/bin
(
/opt/tomcat/bin
by
default).
2
Run
startup.sh.
If the process fails to start:
3
Check the log file
catalina.out
(in
/opt/tomcat/logs
by default).
If you see the message “Root cause - Address already in use,” the default port 8080 is already
being used by another process.
4
At your shell prompt, enter
lsof -i :8080
to identify the process currently using port
8080.
5
Either change the Server Manager port, or kill the process using the port.