Removing JGroups Encryption
Removing from an INI Installation
To remove the JGroups encryption from a running cluster:
Put the cluster into MAINTENANCE mode.
Update the INI file
jgroups-ssl=falseRun
tpm updateand restart the managershell> tpm updateshell> manager restartCheck the cluster through cctrl
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