The RMI objects must be started from the command line before
HP-UX AAA Servers can be started, stopped, and configured through
the Server Manager interface. Start the RMI objects to allow 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/remotecontrol/).
Enter /opt/aaa/remotecontrol/rmistart.sh to start the RMI objects or /opt/aaa/remotecontrol/rmistop.sh to stop the RMI objects.
Verify the RMI objects are running
by checking port 7790 with:
$ netstat -a |grep 7790
Starting
and Stopping Server Manager |
 |
cd to
/opt/hpws/tomcat/
Execute $ export JAVA_HOME=/opt/java1.4
Enter ./bin/startup.sh to start the Server Manager or ./bin/shutdown.sh to stop it.
Verify Tomcat is running by checking
port 8081 (Tomcat's default port #):
$ 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 as the URL (IP-Address is the machine that hosts
the manager) or https://IP-Address:8443/aaa if you have configured https. See the HP-UX AAA Server Administration and Authentication
Guide, section "Securing Server Manager Communication
with HTTPS" for more information about https).
When prompted by your web browser, enter the user name and
password you configured in /opt/hpws/tomcat/conf/tomcat-users.xml.
Changing
Server Manager User Name and Password |
 |
You can change the user name or password used to access the
Server Manager graphic interface.