How do I find which version of CAPKI is installed on a system?
search cancel

How do I find which version of CAPKI is installed on a system?

book

Article ID: 18230

calendar_today

Updated On:

Products

CA Directory CA IT Asset Manager CA Software Asset Manager (CA SAM) ASSET PORTFOLIO MGMT- SERVER CA Service Management - Service Desk Manager CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent DSERIES- SERVER CA Workload Automation DE - System Agent (dSeries) CA Process Automation Base CA Identity Suite CA Identity Manager

Issue/Introduction

How can I find which version of CAPKI is actually installed on Windows or Linux system?

Environment

Release: CAPKI 4.x and 5.x

Resolution

On Windows, this information is stored in the registry:

  1. CAPKI version 4 32-bit on 32-bit platform, or CAPKI version 4 64-bit on 64-bit platform:
    HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\Shared\CAPKI\Version

  2. CAPKI version 4 32-bit on 64-bit platform:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ComputerAssociates\Shared\CAPKI\Version

  3. CAPKI version 5 32-bit on 32-bit platform, or CAPKI version 5 64-bit on 64-bit platform:
    HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\Shared\CAPKI5\Version

  4. CAPKI version 5 32-bit on 64-bit platform:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ComputerAssociates\Shared\CAPKI5\Version

It is also possible to locate libcapki.dll file and check its properties:

On Unix/Linux platforms, CAPKI version information can be found in the '.installdb' file located in:

  1. Version 4:
    $CASHCOMP/CAPKI/<unix_version>/<unix_type>/<unix_platform>
  2. Version 5:
    $CASHCOMP/CAPKI/CAPKI5/<unix_version>/<unix_type>/<unix_platform>

Examples: 

cat $CASHCOMP/CAPKI/Linux/x86/32/.installdb 
CurrentVersion 4.3.0 
WAAE1136 4.3.0 
SecureSocketAdapter 4.1.6 
iGateway 4.3.0

cat $CASHCOMP/CAPKI/CAPKI5/Linux/amd64/64/.installdb
CurrentVersion 5.2.6
ETRDIR 5.2.6