How to find the version of CAPKI installed
search cancel

How to find the version of CAPKI installed

book

Article ID: 224076

calendar_today

Updated On:

Products

CA Harvest Software Change Manager

Issue/Introduction

If we need to know the version of CAPKI that has been installed with Harvest, how can we find this?

 

Environment

Release : 13.x and higher

Component : CA HARVEST SCM INFRASTRUCTURE (BROKER/AGENT/PEC/SECURITY

Resolution

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