Skip to main content
Active IQ Unified Manager 9.8
9.8
A newer release of this product is available.

Upgrading OpenJDK on Linux

Contributors

You can upgrade to a newer version of OpenJDK on the Linux server on which Unified Manager is installed to obtain fixes for security vulnerabilities.

Before you begin

You must have root privileges for the Linux system on which Unified Manager is installed.

About this task

You can update OpenJDK releases within release families. For example, you can upgrade from OpenJDK 11.0.6 to OpenJDK 11.0.7, but you cannot update directly from OpenJDK 11 to OpenJDK 12.

Steps

  1. Log in as a root user on the Unified Manager host machine.

  2. Download the appropriate version of OpenJDK (64-bit) to the target system.

  3. Stop the Unified Manager services: systemctl stop ocieau systemctl stop ocie

  4. Install the latest OpenJDK on the system.

  5. Start the Unified Manager services: systemctl start ocie systemctl start ocieau