HP-UX AAA Server A.07.01 Administrator's Guide
4 Enabling the HP-UX AAA Server for GUI-based
Administration
This chapter explains how to enable your HP-UX AAA server software to begin
administration.
Accessing the Server Manager
To start the HP-UX AAA Server and the Server Manager graphic user interface, complete
the following steps:
1. Enter the following command:
# export JAVA_HOME=/opt/java1.4
2. Start the Remote Method Invocation (RMI) objects to allow the AAA server software
to communicate with Server Manager. Use the following command:
# /opt/aaa/remotecontrol/rmistart.sh
3. Start the HP-UX Tomcat-based Servlet Engine. Use the following command:
# /opt/hpws/tomcat/bin/startup.sh
4. Enable the Java Runtime Environment (JRE) and Javascript for the browser, so
that the browser can run the Server Manager applets and execute Javascripts.
5. Point your web browser to the following URL to manage the HP-UX AAA Server
with the Server Manager interface:
http://<IP-Address or FQDN>:8081/aaa
6. To access the Server Manager, enter your user name and password.
NOTE: The default Server Manager username is tomcat. The default Server
Manager password is tomcat.
Starting and Stopping the RMI Objects
To start and stop the RMI objects, use the following commands:
• To start: /opt/aaa/remotecontrol/rmistart.sh
• To stop: /opt/aaa/remotecontrol/rmistop.sh
• Status: netstat -a | grep 7790
Starting and Stopping Tomcat
To start and stop Tomcat, use the following commands:
• To start: /opt/hpws/tomcat/bin/startup.sh
• To stop: /opt/hpws/tomcat/bin/shutdown.sh
• Status: netstat -a | grep 8081
62 Enabling the HP-UX AAA Server for GUI-based Administration