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.02 Administrator's Guide: HP-UX 11i v1 and 11i v2 > Chapter 2 Installing and Securing the HP-UX AAA Server

Installing and Uninstalling the HP-UX AAA Server

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

The following components are installed when you install the HP-UX AAA Server:

  • AAA Server binaries, libraries, and utilities

  • RMI objects that facilitate communication from the AAA server to Server Manager

  • AAA server AATV module for authentication

To Install the HP-UX AAA Server

Complete the following steps to install the HP-UX AAA Server:

  1. Log in to your system as root.

  2. Verify that the product dependencies are installed:

    # export PATH=$PATH=/usr/sbin
    # swlist |egrep “hpuxwsTomcat|hpuxwsApache|T1456AA”
    IMPORTANT: Be sure you have the correct versions of the product dependencies installed -- refer to the HP-UX AAA Server Release Notes.
  3. Verify that the patch dependencies are installed. Skip this step if you are installing the HP-UX AAA Server on a 11i v2 operating system.

    # swlist -l product | grep aC

    Review the patch requirements in the product Release Notes if the following value is not returned:

    HP aC++ -AA runtime libraries (aCC A.03.37)
    NOTE: Check the Release Notes for the HP-UX AAA Server version you are installing to verify patch requirements.
  4. Download the AAA Server depot file from http://www.software.hp.com and move it to /tmp

  5. Verify that you have downloaded the file correctly:

    # swlist -d -s /tmp/<AAA Server>.depot
  6. Stop any active Tomcat processes:

    /opt/hpws/tomcat/bin/shutdown.sh
  7. Install the AAA Server:

    # swinstall -s /tmp/<AAA Server>.depot T1428AA
    NOTE: If the installation is not successful, an error message is displayed. The cause of the failure will appear at the end of /var/adm/sw/swagent.log file.
  8. After installing the product, add the following entries to the /etc/services file:

    # RADIUS protocol
    radius 1812/udp
    radacct 1813/udp
    NOTE: These RADIUS values are the server’s defaults and are specified in the RADIUS RFC 2865.

To Uninstall the HP-UX AAA Server Software

Complete the following steps to uninstall the HP-UX AAA Server:

  1. From the navigation tree, click Administration.

  2. Verify the AAA server you want to stop is selected in the Server Status Frame.

  3. Click Stop to stop the server.

  4. From the command line, stop the RMI objects and Tomcat. See “Starting and Stopping the RMI Objects” and “Starting and Stopping Tomcat” for more information.

    NOTE: Enter the following command if you have not done it already:
    # export JAVA_HOME=/opt/java1.4
  5. Check if db_srv is running:

    $ ps -ef |grep db_srv
  6. If db_srv is running, stop it with the /opt/aaa/bin/stop_db_srv.sh script.

  7. Remove all files residing in the /var/opt/aaa/ and /opt/hpws/tomcat/webapps/aaa/aaalog/ subdirectories.

  8. Logout anyone using HP-UX AAA Server administrator login “aaa”.

  9. As root user, enter swremove T1428AA or swremove at the command prompt to invoke the standard HP-UX GUI to select T1428AA bundle for removal. Refer the swremove manpage for more information on this command.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2001-2005 Hewlett-Packard Development Company, L.P.