HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
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 71)
“Testing the Installation ” (page 72)
“Starting HP-UX AAA Servers Using Server Manager” (page 74)
“Starting HP-UX AAA Servers From the Command Line” (page 77)
“Stopping or Restarting HP-UX AAA Servers” (page 81)
Adding an HP-UX AAA Server to Your Network” (page 82)
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.
Accessing the Server Manager 71