Previous Topic: Download the .iso Image FileNext Topic: Stop the Services


Extract the .jar File

Once you can access the .iso image file, extract the .jar file to a temporary directory location on the CA Clarity application server where you will be completing the installation process.

The .jar file includes the following files:

install.sh

The UNIX installation script.

install.bat

The Windows installation script.

install.xml

The Ant installation script.

package

The directory of updated files.

tools

The directory of supporting files.

To extract the .jar file to a temporary directory location

  1. Open a command prompt, and issue the following command:

    For Windows:

    jar -xvf <filename>
    

    For Unix:

    jar -xvf <filename>
    

    These commands extract the contents of the .jar file to the same location where the .jar file resides.

  2. For a UNIX environment, issue the following command:
    chmod +x install.sh
    

    This grants execution privileges for the install script.