<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
------------------------------
<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Mon, 16 Mar 2009 13:03:24 +0100<br>
From: Marek Grac <<a href="mailto:mgrac@redhat.com">mgrac@redhat.com</a>><br>
Subject: Re: [Linux-cluster]<br>
To: linux clustering <<a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a>><br>
Message-ID: <<a href="mailto:49BE400C.7030703@redhat.com">49BE400C.7030703@redhat.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Hi,<br>
<br>
Henry Robertson wrote:<br>
> I'm having an issue starting a clustered Apache service in 5.3.<br>
><br>
> If I do a basic ip->httpd service, I get an error about a missing PID.<br>
><br>
> snippet from cluster.conf<br>
><br>
> <service autostart="1" domain="ecom.dev" exclusive="0" name="httpd1"<br>
> recovery="relocate"><br>
>             <ip address="192.168.51.88" monitor_link="1"><br>
>                 <apache config_file="conf/httpd.conf" httpd_options=""<br>
> name="httpd1" server_root="/etc/httpd/httpd1" shutdown_wait="0"/><br>
>             </ip><br>
> </service><br>
><br>
><br>
> Error:<br>
> Mar 15 07:43:25 ag01 clurgmgrd: [18329]: <err> Checking Existence Of<br>
> File /var/run/cluster/apache/apache:httpd1.pid [apache:httpd1] ><br>
> Failed - File Doesn't Exist<br>
> Mar 15 07:43:25 ag01 clurgmgrd: [18329]: <err> Stopping Service<br>
> apache:httpd1 > Failed<br>
><br>
> If I go into /etc/cluster/apache/apache:httpd/httpd.conf and uncomment<br>
> the ###Listen <a href="http://192.168.51.88:80" target="_blank">192.168.51.88:80</a> <<a href="http://192.168.51.88:80" target="_blank">http://192.168.51.88:80</a>> it works<br>
> fine. It also genereates the proper PID.<br>
><br>
> Ideas on what's going on here? I'm pretty sure it's supposed to<br>
> inherit the Listen address from the cluster.conf file, not have it<br>
> commented out.</blockquote><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Apache is looking for IP in cluster.conf but as a sibling, not a parent<br>
tag.<br>
<br>
<br>
marx<br>
<br>
<br>
<br>
------------------------------<br>
<br></blockquote></div>Turns out it was from bug <br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=489785">https://bugzilla.redhat.com/show_bug.cgi?id=489785</a><br clear="all"><br>After I patched apache.sh and removed all the old httpd.conf's everything worked fine.<br>

<br>
<br><br>Regards,<br>Henry Robertson<br><br>HJR Consulting LLC