CA PIM all versions how to check PIM modules
search cancel

CA PIM all versions how to check PIM modules

book

Article ID: 100557

calendar_today

Updated On:

Products

CA Virtual Privilege Manager CA Privileged Identity Management Endpoint (PIM) CA Privileged Access Manager (PAM)

Issue/Introduction



Can we confirm the version for each PIM module?
Also, can we confirm if the content of a testfix is included in the PIM which we are using?

Environment

UNIX/Linux
CA PIM All versions

Resolution

Yes, it is possible.
Please use 'seversion' in $SEOSDIR/bin directory.
For exmaple:
#cd $SEOSDIR/bin
#seversion ./seload
You will see 'Version' information like this.
File name: ./seload
Version  : 12.81.0.1912
So the version of 'seload' is 12.81.0.1912.
Then, if you have a testfix which 'seload" is included in, please check the version of the 'seload" with 'seversion' 
and compare the version.
If the version of the 'seload' in the testfix is older than  one in PIM which you are using, the testfix is included in PIM which you are using.
If the version of the 'seload' in PIM which you are using is older than one in the testfix, the testfix is not included in PIM which you are using.
So you can apply the testfix.

*$SEOSDIR means PIM installation directory.