Skip to content

Add-on Feature

Sovereign Execution is a paid add-on available for Business Hub Standard and Enterprise editions. It is automatically included on your quote or order form when selected. Contact your KNIME account manager if you have questions about licensing.

Updating Sovereign Executors

WARNING

Updating to Executor 5.12 or later is mandatory to use the Data Security Settings introduced in that release, in addition to updating the Executor Agent. Download the updated Executor release using the standard installation workflow.

Before updating the Executor and Executor Agent, navigate to the sovereign executor installation directory. Rename the knime folder (which contains the Executor) and the knime-agent binary to keep the previous installation available.

Update the Executor and Executor Agent by following the same steps as for Setting up Sovereign Executors. The commands download the latest available version by default.

Re-registration is not required: the updated Agent automatically detects and loads the existing configuration.

After confirming that the system is running as expected, the renamed knime folder and the knime-agent binary can be safely removed.

Installing Additional Extensions

Check LTS executor images to see which KNIME Extensions your executor image already includes before installing additional ones.

The easiest way to install additional extensions into the Executor is to start the Executor in GUI mode and install the extensions as usual. In case you don’t have graphical access to the server on which the Executor is running, you can also install additional extensions without a GUI. The standard knime executable can be started with a different application that allows changing the installation itself:

    ./knime -application org.eclipse.equinox.p2.director -nosplash -consolelog -r <list-of-update-sites> -i <list-of-features> -d <knime-installation-folder>

Adjust the following parameters to your needs:

      ./knime -application org.eclipse.equinox.p2.director -nosplash -consolelog -lir -d _<knime-installation-folder>_
  • <knime-installation-folder>: the folder into which KNIME Analytics Platform should be installed (or where it is already installed). Example:

    -d /opt/knime/knime_{version_exe}
    

Uninstalling Additional Extensions

It is also possible to uninstall extensions via command line.

You can do that by using -u in the command instead of -i.

    ./knime -application org.eclipse.equinox.p2.director -nosplash -consolelog -r _<list-of-update-sites>_ -u _<list-of-features>_ -d _<knime-installation-folder>_