You can start or stop Conferencing services for the entire cluster by using the control-cluster.sh script.
To stop Conferencing Services, enter:
./control-cluster.sh --cluster <your-cluster> [--single-host <your-host>] stop
To start Conferencing Services, enter:
./control-cluster.sh --cluster <your-cluster> [--single-host <your-host>] start
Use the --single-host argument with the script if there is only one host in your cluster.
To start or stop services on only one of the machines on the cluster, use the following script: /opt/iic/conf/control-services.sh.
To stop Conferencing Services with control-services.sh, enter:
/opt/iic/conf/control-services.sh stop
To start Conferencing Services with control-services.sh, enter:
/opt/iic/conf/control-services.sh start