[Pacemaker] Pacemaker will not start up HTTP with ssl.conf in place

Leonard Smith lrsmith at gmail.com
Sun Jun 26 19:39:53 EDT 2011


Andrew,
Thank yeah I've checked the HTTP logs and I nothing has stood out so
far.  I also switched to the Apache OCF and I'm seeing the same
behavior.

Thanks


Len


On Sun, Jun 26, 2011 at 7:13 PM, Andrew Beekhof <andrew at beekhof.net> wrote:
> On Sat, Jun 25, 2011 at 1:47 AM, Leonard Smith <lrsmith at gmail.com> wrote:
>> I am working on getting a cluster up in place with DRBD and apache
>> HTTP Server. I have a configuration that works for the most part, but
>> if I put  a stock ssl.conf into place, and try and enable mod_ssl CRM
>> is not able to bring up the HTTP daemon. I can manually bring up httpd
>> with no errors and so far I haven't been able to track down the
>> problem.
>
> The answer would be in the apache logs.
> Perhaps the status url is not functioning correctly when ssl is enabled.
>
>>
>> Failed actions:
>>    svc_httpd_start_0 (node=server1, call=16, rc=1, status=complete):
>> unknown error
>>
>>
>> This is on Centos 5.6, heartbeat 3.3, pacemaker 1.0.11
>> My cib config is
>>
>> node $id="X" server1
>> node $id="XX" server2
>> primitive ToolsIP ocf:heartbeat:IPaddr2 \
>>        params ip="10.1.0.20" cidr_netmask="255.255.252.0" nic="bond0:0" \
>>        op monitor interval="10s"
>> primitive fs_drbd01 ocf:heartbeat:Filesystem \
>>        params device="/dev/drbd0" directory="/drbd01" fstype="xfs" \
>>        meta target-role="Started"
>> primitive res_drbd01 ocf:linbit:drbd \
>>        params drbd_resource="drbd01"
>> primitive svc_httpd lsb:httpd \
>>        op monitor interval="10s" timeout="15s" \
>>        meta target-role="Started"
>> primitive svc_ldap lsb:ldap \
>>        op monitor interval="10s" timeout="15s"
>> ms ms_drbd01 res_drbd01 \
>>        meta master-max="1" master-node-max="1" clone-max="2"
>> clone-node-max="1" notify="true"
>> location cli-prefer-fs_drbd01 fs_drbd01 \
>>        rule $id="cli-prefer-rule-fs_drbd01" inf: #uname eq server1
>> colocation fs_on_drbd inf: fs_drbd01 ms_drbd01:Master
>> colocation httpd_toolsip inf: svc_httpd ToolsIP
>> colocation ldap_toolsip inf: svc_ldap ToolsIP
>> colocation toolsip_on_fs_drbd01 inf: ToolsIP fs_drbd01
>> order fs_drbd01-after-ms_drbd01 inf: ms_drbd01:promote fs_drbd01:start
>> order httpd_after_toolsip inf: ToolsIP svc_httpd
>> order ldap_after_toolsip inf: ToolsIP svc_ldap
>> order toolsip-after-fs_drbd01 inf: fs_drbd01 ToolsIP
>> property $id="cib-bootstrap-options" \
>>        dc-version="1.0.11-1554a83db0d3c3e546cfd3aaff6af1184f79ee87" \
>>        cluster-infrastructure="Heartbeat" \
>>        stonith-enabled="false" \
>>        no-quorum-policy="ignore" \
>>        default-resource-stickiness="1000"
>>
>> _______________________________________________
>> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>
>> Project Home: http://www.clusterlabs.org
>> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>> Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>>
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>




More information about the Pacemaker mailing list