Issue
During the UUJMA 11.2 installation on Linux, I am getting error message:
Dependency Violation: Dependent product ca-cs-has is not installed on the system with an appropriate version(>=11.0.0.0) .
Environment:
UUJMA 11.2 SP2 on Linux.
Cause:
ca-cs-has is a package which is part of the CA Common Services to deal with installations in a cluster environment.
UUJMA is not cluster aware ( It works in active/passive mode only), therefore this package is not required.
Resolution
Here are the steps to get rid of that:
a. cd <install image root directory>/ENU/Linux
b. ./setup
c. The setup/install dialog window shows up. Before doing anything in the dialog window, find file isCluster under the temporary directory created by the installer under /tmp with below command:
find /tmp/EXTRA* -name isCluster -print
Then rename isCluster under /tmp/EXTRA*/ca-cs-utils-cmp.d/$CASHCOMP to isCluster.org
d. Continue the installation following instructions in the dialog window.