Skip to main content
Tungsten Clustering

Removing JGroups Encryption

Removing from an INI Installation

To remove the JGroups encryption from a running cluster:

  1. Put the cluster into MAINTENANCE mode.

  2. Update the INI file

    jgroups-ssl=false
  3. Run tpm update and restart the manager

    shell> tpm update
    shell> manager restart
  4. Check the cluster through cctrl

  5. Put the cluster back into AUTOMATIC mode.

Removing from a Staging Installation

Using the tpm update command, the jgroups encryption can be easily removed.

shell> tpm configure SERVICE --jgroups-ssl=false

Then perform an update and replace the entire release directory:

shell> tpm update --replace-release