HP-UX AAA Server A.08.02 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.
This chapter addresses the following topics:
• “Accessing the Server Manager” (page 48)
• “Testing the Installation ” (page 49)
• “Starting HP-UX AAA Servers Using Server Manager” (page 50)
• “Starting HP-UX AAA Servers From the Command Line” (page 52)
• “Stopping or Restarting HP-UX AAA Servers” (page 55)
• “Adding an HP-UX AAA Server to Your Network” (page 55)
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.5
NOTE: Before starting and stopping the Remote Method Invocation (RMI) server, the
JAVA_HOME environment variable must be set to appropriate path. For example, to use
Java6, export JAVA_HOME to the /opt/java6 path. If the JAVA_HOME environment variable
is not set or set incorrectly, the default value /opt/java1.5 is used to start and stop the RMI
Server.
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/hpws22/tomcat/bin/startup.sh
NOTE: To use IPv6 addresses, enter the following command before starting the HP-UX
Tomcat-based Servlet Engine:
# export JAVA_OPTS="$JAVA_OPTS \ -Djava.net.preferIPv4Stack=false"
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
Before starting and stopping the Remote Method Invocation (RMI) server, the JAVA_HOME
environment variable must be set to appropriate path. For example, to use Java6, export
48 Enabling the HP-UX AAA Server for GUI-based Administration