HP-UX AAA Server A.08.00.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.
This chapter addresses the following topics:
• “Accessing the Server Manager” (page 69)
• “Testing the Installation ” (page 70)
• “Starting HP-UX AAA Servers Using Server Manager” (page 72)
• “Starting HP-UX AAA Servers From the Command Line” (page 75)
• “Stopping or Restarting HP-UX AAA Servers” (page 78)
• “Adding an HP-UX AAA Server to Your Network” (page 79)
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
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
Accessing the Server Manager 69