...
Cell Member Federation
In order to federate and configure the cell member run the following script on in the cell manager once per cell member.
Code Block |
---|
/app/scripts/configure_federated_cluster_manager.sh -a <internal IP address of the cell member> -g <external IP address of the cell member>
For example: /app/scripts/configure_federated_cluster_manager.sh -a 172.18.100.34 -g 172.17.100.33 |
...
In order to configure the local node and remote collector(s), run the following script in the local node once per remote collector .
...