A SERVICE OF

logo

Installation
Running Server Manager
Chapter 226
Running Server Manager
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
Step 1. Login and cd to the remote control directory
(/opt/aaa/remotecontrol/).
Step 2. Enter /opt/aaa/remotecontrol/rmistart.sh to start the RMI objects
or /opt/aaa/remotecontrol/rmistop.sh to stop the RMI objects.
Step 3. Verify the RMI objects are running by checking port 7790 with:
$ netstat -a |grep 7790
Starting and Stopping Server Manager
Step 1. cd to /opt/hpws/tomcat/
Step 2. Execute $ export JAVA_HOME=/opt/java1.4
Step 3. Enter ./bin/startup.sh to start the Server Manager or
./bin/shutdown.sh to stop it.
Step 4. 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.