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:
The UNIX installation script.
The Windows installation script.
The Ant installation script.
The directory of updated files.
The directory of supporting files.
To extract the .jar file to a temporary directory location
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.
chmod +x install.sh
This grants execution privileges for the install script.
Copyright © 2014 CA.
All rights reserved.
|
|