The RMI objects must be started from the command line before
the Mobile AAA server can be started, stopped, and configured through
the Server Manager interface.
Start the RMI
objects to allow Mobile AAA Servers to communicate with the Server
Manager
Start the Server Manager
to allow the browser to connect to it
Starting and Stopping the
RMI Objects |
 |
Login and
cd to the remote control directory (/opt/aaa/diameter/remotecontrol/).
Enter /opt/aaa/diameter/remotecontrol/rmistart.sh to start the RMI objects or /opt/aaa/diameter/remotecontrol/rmistop.sh to stop the RMI objects.
Verify the RMI objects are running
by checking port 2095 with: $ netstat -a |grep 2095
Starting
and Stopping the Server Manager |
 |
cd to the
$ TOMCAT_HOME directory (/opt/hpws/tomcat/)
Execute $ export JAVA_HOME/opt/java1.4
Enter ./bin/startup.sh to start the manager or ./bin/shutdown.sh to stop it.
Verify Tomcat is running by checking
port 8081 with: $ netstat -a |grep 8081
When Tomcat is running, an administrator can access the graphic
interface through an Internet browser by entering http://IP-Address:8081/aaa/diameter as the URL (IP-Address is the machine that hosts
the manager) or https://IP-Address:8443/aaa/diameter if you have installed and configured SSL (see
the HP-UX Mobile AAA Server Administrator’s
Guide for more information about SSL and https).
Changing Server Manager User
Name and Password |
 |
You can change the user name or password (“adminaaa” is
the default for both) used to access the Server Manager graphic
interface.
Go to /opt/hpws/tomcat/conf/users
Use a text editor to open
diameter-users.xml and edit:
<user name="New-UserName" password="New-Password" roles="tomcat" />
Save diameter-users.xml
Restart Server Manager