How to determine the Java version being used by OpsCenter

Article: 100037460
Last Published: 2020-02-26
Ratings: 0 0
Product(s): NetBackup & Alta Data Protection

Description

This supplementary documentation provides instructions to assist you in identifying the Java version that your OpsCenter Server is currently utilizing.

For Windows Users:

  1. Open the Command Prompt as an Administrator.

  2. Navigate to the directory where OpsCenter is installed: <install_path>\OpsCenter\Server\jre\bin

    • Replace <install_path> with the actual path of your OpsCenter installation.

    • For example, if OpsCenter is installed in C:\Program Files, the command would be: cd C:\Program Files\OpsCenter\Server\jre\bin

  3. Run the following command to display the Java version: java.exe -version

For Linux Users:

  1. Open a terminal.

  2. Run the following command to display the Java version: /opt/SYMCOpsCenterServer/jre/bin/java -version

Expected Output:

When you run the command, you should see output similar to the following:

java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)

This output indicates that the Java version being used by OpsCenter is 1.8.0_161.

Was this content helpful?