If we need to know the version of CAPKI that has been installed with Harvest, how can we find this?
Release : 13.x and higher
Component : CA HARVEST SCM INFRASTRUCTURE (BROKER/AGENT/PEC/SECURITY
To find the CAPKI version on Linux:
[root@<example-server-name> etpki_linux]# cat `find / -name .installdb 2>/dev/null`
CurrentVersion 5.0.0
SCMSERVER 5.0.0
[root@<example-server-name> etpki_linux]#
On Windows, from a command prompt, this is the command that will tell:
C:\Program Files>reg query HKLM\SOFTWARE\ComputerAssociates\Shared\CAPKI5
HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\Shared\CAPKI5
InstallDir REG_SZ C:\Program Files\CA\SC\CAPKI
Version REG_SZ 5.0.0