How to check the java version in DX NetOps Performance Management
search cancel

How to check the java version in DX NetOps Performance Management

book

Article ID: 213614

calendar_today

Updated On:

Products

CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

How do I check the version of Java in DX NetOps Performance Management (PM)?

How do I check the version of java in the DX NetOps Performance Management (PM) Performance Center (PC) Portal User Interface (UI)?

How do I check the version of java in the DX NetOps Performance Management (PM) Data Aggregator (DA)?

How do I check the version of java in DX NetOps Performance Management (PM) Data Collector (DC)?

How do I check the version of java in DX NetOps Performance Management (PM) Data Repository (DR)?

Environment

All supported DX NetOps Performance Management releases

Resolution

Here is a map of Performance Management to Java versions:

    • PM 2.6.x - 1.7.0_67

    • PM 2.7.x - 1.8.0_60

    • PM 2.8.x - 1.8.0_72

    • PM 3.0.x  - 1.8.0_101

    • PM 3.1.x   - 1.8.0_101

    • PM 3.2.x   - 1.8.0_101

    • PM 3.5.x   - 1.8.0_144

    • PM 3.6.0 - 3.6.2  - 1.8.0_161

    • PM 3.6.3 - 3.6.8  - 1.8.0_192

    • PM 3.7.0 - 3.7.2  - 1.8.0_192

    • PM 3.6.9+ - 1.8.0_212 (adoptopenjdk)

    • PM 3.7.3 - 3.7.5 - 1.8.0_212 (adoptopenjdk)

    • PM 3.7.6+ - 1.8.0_222 (adoptopenjdk)

    • PM 20.2.1 - 20.2.7 - 1.8.0_222 (adoptopenjdk)

    • PM 20.2.8 - 1.8.0_275 (adoptopenjdk)

    • PM 20.2.9 + - 1.8.0_282 (adoptopenjdk)

    • PM 21.2.1+ - 1.8.0_282 (adoptopenjdk) (PC only)

    • PM 21.2.2-21.2.7 - 11.0.11_9 (adoptopenjdk) (DA/DC only)

    • PM 21.2.8 - 11.0.11_9 (adoptopenjdk) (PC/DA/DC)

    • PM 21.2.9+ - 11.0.14_1 (adoptopenjdk) (PC/DA/DC)

    • PM 22.2.1 - 11.0.14_1 (adoptopenjdk) (PC/DA/DC)
    • PM 22.2.2-22.2.4 - 11.0.16_1 (adoptopenjdk) (PC/DA/DC)

    • PM 22.2.5 - 11.0.17_8 (adoptopenjdk) (PC/DA/DC)

    • PM 22.2.10+ - 11.0.19_7 (adoptopenjdk) (PC/DA/DC)

Java is installed into (default paths shown):

  • PC: /opt/CA/jre/bin
  • DA: /opt/IMDataAggregator/jre/bin
  • DC: /opt/IMDataCollector/jre/bin
  • DR: As of 21.2.2 there is a difference.
    • Prior to 21.2.2 the DR installer installed the Java JRE to /opt/CA/IMDataRepository_vertica<version>/jre/bin
    • As of 21.2.2 the DR installer no longer installs a persistent Java JRE.

To check the version cd into each of the above directories and run this command.

./java -version

NOTES:

  • The ./java command run from within the specified directory is important.
    • If run from another directory with ./ it will fail with a "No such file or directory" message.
    • If run from the correct directory, or any other directory, but without the ./ preceding the java command, it will return the OS systems installed Java version.
      • It does this using the systems PATH variable to find the java command called.
      • Normally this is an older Oracle Java version installed with the OS by default.
  • The system Java is not used by any Performance Management component