The following topics cover how you start and stop Conferencing clusters and individual machines.
Conferencing services for the entire cluster can be started and stopped by using the control-cluster.sh script described in the Conferencing Installation Guide.
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
NOTE:Use the --single-host argument 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 /opt/iic/conf/control-services.sh script.
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