How do I obtain CCM clustering key?
![]()
I am running CCM 6.0.5 and I would like to configure clustering feature.
How to obtain an activation code that enables the clustering feature?
How do I use the key?
Is MQTT (IOT Messagesight) required for clustered configuration?
|
Accepted answer
![]() If you are using CCM 6.0.4 or 6.0.5, you can use the following clustering key:
0eb30d9f-b674-376b-995a-0fa191335692
To use the key, go to the server startup of the CCM nodes as indicated by the interactive installation guide for clustering, below is the sample line :
set JAVA_OPTS=%JAVA_OPTS% -Dactivation.code.ClusterSupport=0eb30d9f-b674-376b-995a-0fa191335692
Please note that in CCM 6.0.6, the setup would work without asking for the key.
MQTT is still required.
Andrew Clement selected this answer as the correct answer
|