Previous Topic: Installation of Domain Manager Using Remote SQL Server MDB with Named InstanceNext Topic: Path Environment Variable for Solaris Intel


Installation on Solaris Intel

Before you begin the installation of CA ITCM on the Solaris (Intel) platform, be sure to install the following patches for the SUNWlibC package:

These patches ensure that standard C++ runtime libraries are present.

You can verify the presence of these patches using the following command:

showrev -p | grep SUNWlibC

This results in output like the following:

Patch: 108436-16 Obsoletes: Requires: 109148-07 Incompatibles: Packages: SUNWlibC

Note: Client Automation depends on CAPKI, and CAPKI has a dependency on libucb on Solaris Intel. On Solaris intel 11, if libucb is not installed by default, the installation fails.

Follow these steps to install libucb on Solaris intel 11:

  1. Run the following command to identify the package.

    pkg search -r /usr/ucblib/libucb.so.1

  2. Run the following command to install the package.

    pkg install <package name>