Updating the Engineering Lifecycle Management instance Java properties configuration

You can update the Java™ properties configuration for the web-server and repotools once the JVM parameters for the servers are created.

Before you begin

For more information, see Configuring JVM parameters for Engineering Lifecycle Management instance

  • Verify whether the appConfigName in Engineering Lifecycle Management instance is defined. If appConfigName is not defined, create a configmap defining the application configuration.

Procedure

  1. Modify the JVM_ARGS and REPOTOOLS_JVM_ARGS according to the  requirement and create or update the configmap.
  2. Restart the application by using Engineering Lifecycle Management operations. See for more information Stopping and starting Engineering Lifecycle Management application pods by using ELM Operation instance. Alternatively, you can also delete the application pods.
  3. Verify the status of the Engineering Lifecycle Management application.
    1. Using Red Hat® OpenShift® Container Platform web console
      1. On the Red Hat OpenShift Container Platform web console, go to  Operators  > Installed Operators and select  Engineering Lifecycle Management operator.
      2. On the ELM tab, select Engineering Lifecycle Management instance
      3. On the Details tab, verify the Engineering Lifecycle Management application status in the Applications Events table. It shows the status as Completed with the message The JTS application is ready
    2. Using Red Hat OpenShift CLI
      View the applications status section by using the below command
      oc describe elm/<elm_instance_name> -n <namespace_name>
    3. Using Kubernetes CLI
      View the applications status section by using the below command
      kubectl describe elm/<elm_instance_name> -n <namespace_name>