>Resource Group: webapps > virtual-ip (ocf::heartbeat:IPaddr2) Started > apache (ocf::heartbeat:apache) Stopped > W00 (ocf::heartbeat:SAPInstance) Stopped >
you are concerned about why cluster fails to start the resource W00 ? its because webserver resource 'apache' is stopped, so first start 'apache' only then cluster start the resource 'W00' Regards, Muhammad Sharfuddin Cell: +92-3332144823 | UAN: +92(21) 111-111-142 ext: 113 | NDS.COM.PK <http://www.nds.com.pk> On 02/25/2013 08:04 PM, [email protected] wrote: > Hello all > > I apologize if I'm writing to the wrong audience, but it has been difficult > to guess the right place for posting such a question : > > I'm trying to setup a 2 nodes cluster running on SLES 11 SP2 where I would > like to configure several sap webdispatchers in HA...so far I'm failing and > not bale to understand why...here the configuration of the resource > > Resource Group: webapps > virtual-ip (ocf::heartbeat:IPaddr2) Started > apache (ocf::heartbeat:apache) Stopped > W00 (ocf::heartbeat:SAPInstance) Stopped > > Last one is a SAP webdisp instance (installed via sapinst) primitive > configured this way > > crm(live)configure# show W00 > primitive W00 ocf:heartbeat:SAPInstance \ > params START_PROFILE="/sapmnt/W00/profile/START_W00_sapwd" > DIR_PROFILE="/sapmnt/W00/profile" InstanceName="W00_W00_sapwd" > MONITOR_SERVICES="sapwebdisp" START_WAITTIME="3600" > DIR_EXECUTABLE="/sapmnt/W00/exe" AUTOMATIC_RECOVER="true" \ > op stop interval="0" timeout="240" \ > op start interval="0" timeout="180" \ > op monitor interval="120" timeout="60" \ > meta target-role="Started" > > As far as I understood the heartbeat checks the output of sapcontrol > command which executed at os level is fine : > > sapcontrol -nr 00 -function GetProcessList > > 25.02.2013 16:03:09 > GetProcessList > OK > name, description, dispstatus, textstatus, starttime, elapsedtime, pid > sapwebdisp, Web Dispatcher, GRAY, Stopped, , , 23634 > > The logs do not contain anything special...but maybe I'm looking in the > wrong place...do you have any hints ? > > Thanks in advance and best regards > Michele > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
