Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX AAA Server A.06.00 Getting Started Guide: HP-UX 11.0, 11i v1 > Chapter 2 Installation

Running Server Manager

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

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

  1. Login and cd to the remote control directory (/opt/aaa/remotecontrol/).

  2. Enter /opt/aaa/remotecontrol/rmistart.sh to start the RMI objects or /opt/aaa/remotecontrol/rmistop.sh to stop the RMI objects.

  3. Verify the RMI objects are running by checking port 7790 with:
    $ netstat -a |grep 7790

Starting and Stopping Server Manager

  1. cd to /opt/hpws/tomcat/

  2. Execute $ export JAVA_HOME=/opt/java1.4

  3. Enter ./bin/startup.sh to start the Server Manager or ./bin/shutdown.sh to stop it.

  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.

Changing Server Manager User Name and Password

You can change the user name or password used to access the Server Manager graphic interface.

  1. Go to /opt/hpws/tomcat/conf/tomcat-users.xml

  2. Change the following values to configure different user names and passwords:

    <user name="New-UserName" password="New-Password" roles="tomcat" />

  3. Save tomcat-users.xml

  4. Restart the Tomcat. Refer to “Starting and Stopping Server Manager” for more information.

    NOTE: You will be disconnected from the Server Manager interface if you restart the Tomcat while logged-on to Server Manager. You will need to log on to Server Manager again after restarting the Tomcat component.
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2003 Hewlett-Packard Development Company, L.P.