Q) I have an iASP RPM package for my Linux system. How do I install the RPM?

A) To install the iASP RPM follow these instructions:

NOTE: In the following instructions, x.x.x refers to the latest iASP version number.

  1. Copy iasp-x.x.x.i386.rpm to a RedHat 5.x (or later) system.

  2. Install the iASP RPM by typing the following at the command prompt:

    rpm -Uvh iasp-x.x.x.i386.rpm

    (NOTE: by default, iASP will be installed in /usr/iasp-x.x.x)

  3. You can install iASP in a different directory by entering the following command:

    rpm -Uvh --prefix /opt iasp-x.x.x.i386.rpm

  4. Run the connector.sh script located in the iASP root directory.

  5. JAVAHOME must be set to the JDK root directory within the following scripts in the iASP directory:

    connector.sh
    start-admin.sh
    start-server.sh
    stop-admin.sh
    stop-server.sh


  6. You can uninstall the iASP RPM by entering the following command:

    rpm -e iasp-x.x.x

Copyright © 1998-2002, Halcyon Software Inc. All rights reserved.