Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apply the following steps to a Controller instance. If a Controller cluster is operated then steps are performed for any Controller instance.

The examples example makes use of a patch available from https://download.sos-berlin.com/patches/sos_ldap_for_patch-20220331-JS-1984-2.2.2_patch3.jar. Do not apply this patch that This patch does not impact a Controller installation and is used for explanation purposes only, for details see JS-1984.


Code Block
languagebash
titleExample how to apply a patch to a Controller for Unix
linenumberstrue
# navigate to the target directory for patches
cd /opt/sos-berlin.com/js7/controller/lib/patches

# download the patch archive
curl https://download.sos-berlin.com/patches/sos_ldap_for_patch-20220331-JS-1984-2.2.2_patch3.jar -O
Code Block
languagebash
titleExample how to apply a patch to a Controller for Windows
linenumberstrue
@rem navigate to the target directory for patches
cd %ProgramFiles%\sos-berlin.com\js7\controller\<controller-id>\lib\patches

@rem download from URL https://download.sos-berlin.com/patches/sos_ldap_for_patch-20220331-JS-1984-2.2.2_patch3.jar
@rem copy from download location (could be different from this example)
copy %USERPROFILE%\Downloads\sos_ldap_for_patch-20220331-JS-1984-2.2.2_patch3.jar .


Note: A restart of the Controller instance is required to apply patches.

...