# HG changeset patch # User Rob Hoes Included Forking Executioner daemon (fe) in xe-toolstack-restart Signed-off-by: Rob Hoes diff -r 52e41d0c24ee scripts/xe-toolstack-restart --- a/scripts/xe-toolstack-restart Tue Jan 12 17:21:57 2010 +0000 +++ b/scripts/xe-toolstack-restart Wed Jan 13 09:55:35 2010 +0000 @@ -1,6 +1,15 @@ #!/bin/bash +# Copyright (c) 2008,2009,2010 Citrix Systems, Inc. # -# Copyright (c) Citrix Systems 2008. All rights reserved. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; version 2.1 only. with the special +# exception on linking described in file LICENSE. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. # POOLCONF=`cat /etc/xensource/pool.conf` @@ -9,6 +18,7 @@ service v6d stop service squeezed stop service perfmon stop +service fe stop if [ $POOLCONF == "master" ]; then /etc/xensource/master.d/03-mpathalert-daemon stop; fi @@ -18,6 +28,7 @@ if [ $POOLCONF == "master" ]; then /etc/xensource/master.d/03-mpathalert-daemon start; fi +service fe start service perfmon start service squeezed start service v6d start