Important Update: Cohesity Products Knowledge Base Articles
All Cohesity Knowledge Base Articles are now managed via the Cohesity Support Portal: https://support.cohesity.com/. The Knowledge Base articles available here will not reflect the latest information or may no longer be accessible.
Description
This supplementary documentation provides instructions to assist you in identifying the Java version that your OpsCenter Server is currently utilizing.
For Windows Users:
Open the Command Prompt as an Administrator.
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
Run the following command to display the Java version: java.exe -version
For Linux Users:
Open a terminal.
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.