All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] resource-agents: Handle TREX and Webdispatcher in SAPInstance [RHEL5]
@ 2011-10-27 23:45 Lon Hohberger
  2011-10-28  4:45 ` Fabio M. Di Nitto
  0 siblings, 1 reply; 2+ messages in thread
From: Lon Hohberger @ 2011-10-27 23:45 UTC (permalink / raw)
  To: cluster-devel.redhat.com

From: Harald Klein <hklein@redhat.com>

Note: This patch is not suitable for mainline
resource-agents/heartbeat/SAPInstance, alterations
must be made separately.

Resolves: rhbz#746992

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 rgmanager/src/resources/SAPInstance |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/resources/SAPInstance b/rgmanager/src/resources/SAPInstance
index fc0cb9e..802d3c0 100644
--- a/rgmanager/src/resources/SAPInstance
+++ b/rgmanager/src/resources/SAPInstance
@@ -394,7 +394,7 @@ sapinstance_monitor() {
       esac 
 
       case $SERVICE in
-        disp+work|msg_server|enserver|enrepserver|jcontrol|jstart)
+	disp+work|msg_server|enserver|enrepserver|jcontrol|jstart|TREXDaemon.x|sapwebdisp)
                       if [ $STATE -eq $OCF_NOT_RUNNING ]
                       then
                         if [ "$MONLOG" != "NOLOG" ]
-- 
1.7.3.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-28  4:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27 23:45 [Cluster-devel] [PATCH] resource-agents: Handle TREX and Webdispatcher in SAPInstance [RHEL5] Lon Hohberger
2011-10-28  4:45 ` Fabio M. Di Nitto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.