Previous Topic: Write .iso Image Files to DVDs

Next Topic: Stop the Services

Extract the .jar File

Once you access the .iso image file, extract the .jar file to a temporary directory location on the CA Clarity application server to complete 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.

Follow these steps:

  1. Open a command prompt, and issue the following command:
    jar -xvf <filename>
    

    The command extracts 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.