From: Di Qing Date: Mon, 3 Dec 2007 19:51:23 +0000 (+0000) Subject: Add a temporary workaround to force killing glite-lb-notif-interlogd X-Git-Tag: glite-yaim-lb_R_4_0_1_1~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=90a68bd339dd89695b94a30316f46b9c6f8666c5;p=jra1mw.git Add a temporary workaround to force killing glite-lb-notif-interlogd --- diff --git a/org.glite.yaim.lb/config/functions/config_glite_lb b/org.glite.yaim.lb/config/functions/config_glite_lb index e726710..943180e 100644 --- a/org.glite.yaim.lb/config/functions/config_glite_lb +++ b/org.glite.yaim.lb/config/functions/config_glite_lb @@ -129,7 +129,13 @@ EOF touch ${GLITE_LOCATION}/etc/LB-super-users . /opt/glite/etc/profile.d/grid-env.sh - ${GLITE_LOCATION}/etc/init.d/glite-lb-bkserverd restart + ${GLITE_LOCATION}/etc/init.d/glite-lb-bkserverd stop + #Temporary workaround to kill glite-lb-notif-interlogd + ps ax | grep -v grep | grep glite-lb-notif-interlogd > /dev/null + if [ $? = 0 ]; then + killall -9 /opt/glite/bin/glite-lb-notif-interlogd + fi + ${GLITE_LOCATION}/etc/init.d/glite-lb-bkserverd start if [ ! $? = 0 ] ; then yaimlog ABORT "Service glite-lb-bkserverd failed to start!"