Server control commands are executed on one host only (local or remote). Here are some exmaples:
$ TngUtility.py --restart Restart all Starter controlled servers. $ TngUtility.py --restart dgg sis tip Restart servers beginning with 'dgg', 'sis' and 'tip' $ TngUtility.py --restart dgg sis tip --force Like above but confirmation is not prompted $ TngUtility.py --restart dgg sis tip --dbhost haspp17 Restart servers on a remote host. $ TngUtility.py --kill dgg sis tip Kill servers beginning with 'dgg', 'sis' and 'tip' $ TngUtility.py --start dgg sis tip Kill servers beginning with 'dgg', 'sis' and 'tip'
TngUtility.py executes server control commands by sending DevStart or DevStop to all selected servers, then waiting for the action to be completed.