<div dir="ltr"><div>Hi,<br><br>So it seems that my setup was not working because SELinux was not disabled. Once I disabled it, my web server displays the correct index.html. In my master node&#39;s /var/www/html, I see the correct index.html, but in the slave&#39;s /var/www/html I still see the old index.html. Once I do a failover and the slave becomes the master, I see the correct index.html in the new master&#39;s /var/www/html, and the website works as expected with no downtime.<br><br>Is this the correct behavior? I was under the impression that both nodes will reflect the same contents, and whatever is changed on the master will be replicated in near real time in the slave.<br><br></div>Also, I wish now with to put a mySQL database in the DRBD block device. What would the procedure be to do so? I suppose it would be similar to the Apache example, except /var/www/html would be replaced by wherever the DB is installed?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 13, 2014 at 9:42 AM, Sihan Goi <span dir="ltr">&lt;<a href="mailto:goister@gmail.com" target="_blank">goister@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br><br></div>getenforce returns &quot;Enforcing&quot;<br></div>ls -dZ /var/www/html returns &quot;drwxr-xr-x. root root system_u:object_r:httpd_sys_content_t:s0 /var/www/html&quot; on both nodes.<br><br></div>Running restorecon doesn&#39;t change the ls-dZ output.<br></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Wed, Nov 12, 2014 at 2:24 PM, Vladislav Bogdanov <span dir="ltr">&lt;<a href="mailto:bubble@hoster-ok.com" target="_blank">bubble@hoster-ok.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>11.11.2014 07:27, Sihan Goi wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; DocumentRoot is still set to /var/www/html<br>
&gt; ls -al /var/www/html shows different things on the 2 nodes<br>
&gt; node01:<br>
&gt;<br>
&gt; total 28<br>
&gt; drwxr-xr-x. 3 root root  4096 Nov 11 12:25 .<br>
&gt; drwxr-xr-x. 6 root root  4096 Jul 23 22:18 ..<br>
&gt; -rw-r--r--. 1 root root    50 Oct 28 18:00 index.html<br>
&gt; drwx------. 2 root root 16384 Oct 28 17:59 lost+found<br>
&gt;<br>
&gt; node02 only has index.html, no lost+found, and it&#39;s a different version<br>
&gt; of the file.<br>
&gt;<br>
<br>
</span>It look like apache is unable to stat its document root.<br>
Could you please show output of two commands:<br>
<br>
getenforce<br>
ls -dZ /var/www/html<br>
<br>
on both nodes when fs is mounted on one of them?<br>
If you see &#39;Enforcing&#39;, and the last part of the selinux context of a<br>
mounted fs root is not httpd_sys_content_t, then run<br>
&#39;restorecon -R /var/www/html&#39; on that node.<br>
<span><br>
&gt; Status URL is enabled in both nodes.<br>
&gt;<br>
&gt;<br>
&gt; On Oct 30, 2014 11:14 AM, &quot;Andrew Beekhof&quot; &lt;<a href="mailto:andrew@beekhof.net" target="_blank">andrew@beekhof.net</a><br>
</span><span>&gt; &lt;mailto:<a href="mailto:andrew@beekhof.net" target="_blank">andrew@beekhof.net</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;     &gt; On 29 Oct 2014, at 1:01 pm, Sihan Goi &lt;<a href="mailto:goister@gmail.com" target="_blank">goister@gmail.com</a><br>
</span><div><div>&gt;     &lt;mailto:<a href="mailto:goister@gmail.com" target="_blank">goister@gmail.com</a>&gt;&gt; wrote:<br>
&gt;     &gt;<br>
&gt;     &gt; Hi,<br>
&gt;     &gt;<br>
&gt;     &gt; I&#39;ve never used crm_report before. I just read the man file and<br>
&gt;     generated a tarball from 1-2 hours before I reconfigured all the<br>
&gt;     DRBD related resources. I&#39;ve put the tarball here -<br>
&gt;     <a href="https://www.dropbox.com/s/suj9pttjp403msv/unexplained-apache-failure.tar.bz2?dl=0" target="_blank">https://www.dropbox.com/s/suj9pttjp403msv/unexplained-apache-failure.tar.bz2?dl=0</a><br>
&gt;     &gt;<br>
&gt;     &gt; Hope you can help figure out what I&#39;m doing wrong. Thanks for the<br>
&gt;     help!<br>
&gt;<br>
&gt;     Oct 28 18:13:38 node02 Filesystem(WebFS)[29940]: INFO: Running start<br>
&gt;     for /dev/drbd/by-res/wwwdata on /var/www/html<br>
&gt;     Oct 28 18:13:39 node02 kernel: EXT4-fs (drbd1): mounted filesystem<br>
&gt;     with ordered data mode. Opts:<br>
&gt;     Oct 28 18:13:39 node02 crmd[9870]:   notice: process_lrm_event: LRM<br>
&gt;     operation WebFS_start_0 (call=164, rc=0, cib-update=298,<br>
&gt;     confirmed=true) ok<br>
&gt;     Oct 28 18:13:39 node02 crmd[9870]:   notice: te_rsc_command:<br>
&gt;     Initiating action 7: start WebSite_start_0 on node02 (local)<br>
&gt;     Oct 28 18:13:39 node02 apache(WebSite)[30007]: ERROR: Syntax error<br>
&gt;     on line 292 of /etc/httpd/conf/httpd.conf: DocumentRoot must be a<br>
&gt;     directory<br>
&gt;<br>
&gt;     Is DocumentRoot still set to /var/www/html?<br>
&gt;     If so, what happens if you run &#39;ls -al /var/www/html&#39; in a shell?<br>
&gt;<br>
&gt;     Oct 28 18:13:39 node02 apache(WebSite)[30007]: INFO: apache not running<br>
&gt;     Oct 28 18:13:39 node02 apache(WebSite)[30007]: INFO: waiting for<br>
&gt;     apache /etc/httpd/conf/httpd.conf to come up<br>
&gt;<br>
&gt;     Did you enable the status url?<br>
&gt;     <a href="http://clusterlabs.org/doc/en-US/Pacemaker/1.1-plugin/html/Clusters_from_Scratch/_enable_the_apache_status_url.html" target="_blank">http://clusterlabs.org/doc/en-US/Pacemaker/1.1-plugin/html/Clusters_from_Scratch/_enable_the_apache_status_url.html</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org" target="_blank">Pacemaker@oss.clusterlabs.org</a><br>
</div></div>&gt;     &lt;mailto:<a href="mailto:Pacemaker@oss.clusterlabs.org" target="_blank">Pacemaker@oss.clusterlabs.org</a>&gt;<br>
<div><div>&gt;     <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
&gt;<br>
&gt;     Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
&gt;     Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
&gt;     Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org" target="_blank">Pacemaker@oss.clusterlabs.org</a><br>
&gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
&gt;<br>
&gt; Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
&gt; Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
&gt; Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org" target="_blank">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br></div></div><span class="">-- <br><div>- Goi Sihan<br><a href="mailto:goister@gmail.com" target="_blank">goister@gmail.com</a></div>
</span></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">- Goi Sihan<br><a href="mailto:goister@gmail.com">goister@gmail.com</a></div>
</div>