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

Leonard Smith lrsmith at gmail.com
Fri Jun 24 11:47:12 EDT 2011


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.

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"




More information about the Pacemaker mailing list