<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: One node always be fenced after startup when it was been reboot (shutdown -ry 0) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/one-node-always-be-fenced-after-startup-when-it-was-been-reboot/m-p/6771362#M54769</link>
    <description>&lt;P&gt;Finally, I find the root cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's the rc.local.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The network admin configured the bond0 and modify rc.local like this:&lt;/P&gt;&lt;P&gt;[root@xsl-rms-database1 ~]# cat /etc/rc.local&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# This script will be executed *after* all the other init scripts.&lt;BR /&gt;# You can put your own initialization stuff in here if you don't&lt;BR /&gt;# want to do the full Sys V style init stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;/etc/init.d/network restart&lt;/FONT&gt;&lt;BR /&gt;touch /var/lock/subsys/local&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the rc.local service is e&lt;SPAN&gt;xecuted after cman service and before rgmanager.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;# ll /etc/rc*d/S*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lrwxrwxrwx &amp;nbsp;1 root root 14 Aug &amp;nbsp;2 14:49 /etc/rc5.d/S21cman -&amp;gt; ../init.d/cman&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;lrwxrwxrwx. 1 root root 11 Mar 19 15:45 rc5.d/S99local -&amp;gt; ../rc.local&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lrwxrwxrwx. 1 root root 14 Jul 11 08:31 rc5.d/S99luci -&amp;gt; ../init.d/luci&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lrwxrwxrwx. 1 root root 19 Jul 11 10:06 rc5.d/S99rgmanager -&amp;gt; ../init.d/rgmanager&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the heartbeat is down when the rc.local is executed then the node is fenced.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;1. add&amp;nbsp;totem token option of cman parameter in cluster.conf file. Like this:&amp;nbsp;&amp;lt;totem token="60000"/&amp;gt;. The number is 60seconds, it should be longer than the period of the hearbeat network down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.Disable cluster service autostart: chkconfig cman off;chkconfig rgmanager off;chkconfig clvmd off ...&lt;/P&gt;&lt;P&gt;3.(need test) remove "&lt;SPAN&gt;/etc/init.d/network restart" in the rc.local file.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Aug 2015 08:06:53 GMT</pubDate>
    <dc:creator>louisji2008</dc:creator>
    <dc:date>2015-08-03T08:06:53Z</dc:date>
    <item>
      <title>One node always be fenced after startup when it was been reboot (shutdown -ry 0)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/one-node-always-be-fenced-after-startup-when-it-was-been-reboot/m-p/6771110#M54767</link>
      <description>&lt;P&gt;Dear expert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a two-nodes cluster without quorum disk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I configured cman and rgmanager service auto-start and the cluster is running well, I run "shutdown -ry 0" command on the node running the service.&lt;/P&gt;&lt;P&gt;Then the service can failover to the other node.&lt;/P&gt;&lt;P&gt;But when the first node startup, it is fenced. so it is reboot. when it startup, it is fenced again. So it got to a loop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@node1 ~]# cat /etc/cluster/cluster.conf
&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;cluster config_version="24" name="db"&amp;gt;
        &amp;lt;clusternodes&amp;gt;
                &amp;lt;clusternode name="node1" nodeid="1"&amp;gt;
                        &amp;lt;fence&amp;gt;
                                &amp;lt;method name="node1-fence"&amp;gt;
                                        &amp;lt;device name="node1-fence"/&amp;gt;
                                &amp;lt;/method&amp;gt;
                        &amp;lt;/fence&amp;gt;
                &amp;lt;/clusternode&amp;gt;
                &amp;lt;clusternode name="node2" nodeid="2"&amp;gt;
                        &amp;lt;fence&amp;gt;
                                &amp;lt;method name="node2-fence"&amp;gt;
                                        &amp;lt;device name="node2-fence"/&amp;gt;
                                &amp;lt;/method&amp;gt;
                        &amp;lt;/fence&amp;gt;
                &amp;lt;/clusternode&amp;gt;
        &amp;lt;/clusternodes&amp;gt;
        &amp;lt;cman expected_votes="1" two_node="1"/&amp;gt;
        &amp;lt;fencedevices&amp;gt;
                &amp;lt;fencedevice agent="fence_ipmilan" ipaddr="node1ilo" lanplus="on" login="Administrator" name="node1-fence" passwd="as1a1nf0"/&amp;gt;
                &amp;lt;fencedevice agent="fence_ipmilan" ipaddr="node2ilo" lanplus="on" login="Administrator" name="node2-fence" passwd="as1a1nf0"/&amp;gt;
        &amp;lt;/fencedevices&amp;gt;
        &amp;lt;rm&amp;gt;
                &amp;lt;failoverdomains&amp;gt;
                        &amp;lt;failoverdomain name="oracle"&amp;gt;
                                &amp;lt;failoverdomainnode name="node1" priority="1"/&amp;gt;
                                &amp;lt;failoverdomainnode name="node2" priority="2"/&amp;gt;
                        &amp;lt;/failoverdomain&amp;gt;
                &amp;lt;/failoverdomains&amp;gt;
                &amp;lt;resources&amp;gt;
                        &amp;lt;lvm lv_name="lvol1" name="vg_db" vg_name="vg_db"/&amp;gt;
                        &amp;lt;fs device="/dev/vg_db/lvol1" force_fsck="0" force_unmount="0" fsid="62307" mountpoint="/data" name="data" self_fence="0"/&amp;gt;
                        &amp;lt;ip address="192.168.10.20" monitor_link="1" sleeptime="10"/&amp;gt;
                        &amp;lt;script file="/etc/init.d/db.sh" name="script_db"/&amp;gt;
                &amp;lt;/resources&amp;gt;
                &amp;lt;service autostart="1" domain="oracle" name="oracle" recovery="relocate"&amp;gt;
                        &amp;lt;ip ref="192.168.10.20"&amp;gt;
                                &amp;lt;lvm ref="vg_db"&amp;gt;
                                        &amp;lt;fs ref="data"&amp;gt;
                                                &amp;lt;script ref="script_db"/&amp;gt;
                                        &amp;lt;/fs&amp;gt;
                                &amp;lt;/lvm&amp;gt;
                        &amp;lt;/ip&amp;gt;
                &amp;lt;/service&amp;gt;
        &amp;lt;/rm&amp;gt;
        &amp;lt;fence_daemon post_fail_delay="10" post_join_delay="300"/&amp;gt;
&amp;lt;/cluster&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2015 09:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/one-node-always-be-fenced-after-startup-when-it-was-been-reboot/m-p/6771110#M54767</guid>
      <dc:creator>louisji2008</dc:creator>
      <dc:date>2015-08-01T09:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: One node always be fenced after startup when it was been reboot (shutdown -ry 0)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/one-node-always-be-fenced-after-startup-when-it-was-been-reboot/m-p/6771111#M54768</link>
      <description>&lt;P&gt;I found the heartbeat communication between the two nodes &amp;nbsp;is very bad, is this the root cause?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I add &amp;nbsp;&lt;SPAN&gt;&amp;lt;totem token="60000"/&amp;gt; into the cluster.conf file, and the node has not been fenced.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@xsl-rms-database1 ~]# tcpdump -i eth2 host 239.192.145.113&lt;BR /&gt;tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;BR /&gt;listening on eth2, link-type EN10MB (Ethernet), capture size 65535 bytes&lt;BR /&gt;17:35:34.631409 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:35:46.059042 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:35:57.487167 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:36:08.915044 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:36:20.342966 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:36:31.770601 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt; 17:36:43.198173 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:36:54.626517 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:37:06.054125 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:37:17.481742 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:37:28.909577 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt; 17:37:40.337407 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:37:51.765033 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:02.840907 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:02.841297 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 409&lt;BR /&gt;17:38:02.841773 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:02.842385 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:02.842727 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:03.052251 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:14.486827 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:24.587642 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:24.588271 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 409&lt;BR /&gt;17:38:24.588677 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:24.588971 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:24.589276 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:24.611727 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:24.611963 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 305&lt;BR /&gt;17:38:24.612547 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:24.613513 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 318&lt;BR /&gt;17:38:24.614384 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 410&lt;BR /&gt;17:38:24.813329 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:24.813629 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 409&lt;BR /&gt;17:38:24.813974 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:24.814254 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:24.814385 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:25.015455 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:26.816852 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:26.817204 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 171&lt;BR /&gt;17:38:27.027382 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:38.461505 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt; 17:38:41.757652 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:41.758521 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 409&lt;BR /&gt;17:38:41.759030 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:41.759272 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 225&lt;BR /&gt;17:38:41.798073 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:41.798319 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 305&lt;BR /&gt;17:38:42.008687 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:49.957300 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:49.957776 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 318&lt;BR /&gt;17:38:49.958556 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 410&lt;BR /&gt;17:38:49.962342 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 171&lt;BR /&gt;17:38:50.172244 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:50.738525 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:50.739035 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 318&lt;BR /&gt;17:38:50.739407 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 486&lt;BR /&gt;17:38:50.741500 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 486&lt;BR /&gt;17:38:50.951407 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:51.795250 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:51.798245 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 493&lt;BR /&gt;17:38:52.016073 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:52.319380 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:52.322057 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 493&lt;BR /&gt;17:38:52.324214 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 765&lt;BR /&gt;17:38:52.533662 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:52.822723 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:52.824784 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 493&lt;BR /&gt;17:38:53.034707 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:38:53.358578 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:38:53.358859 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 173&lt;BR /&gt;17:38:53.362947 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 193&lt;BR /&gt;17:38:53.363007 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 237&lt;BR /&gt;17:38:53.576170 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:39:05.005301 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:39:16.433318 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:39:27.861204 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:39:39.288462 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt; 17:39:50.715988 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:40:02.144176 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:40:13.572024 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:40:24.999620 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:40:36.427201 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt; 17:40:47.855210 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:40:59.283356 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:41:10.710816 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:41:22.129658 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:41:33.559540 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt; 17:41:44.987399 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:41:56.414766 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:42:07.842229 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:42:19.269947 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:42:30.697412 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:42:42.125144 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt; 17:42:53.552967 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:43:04.980178 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:43:16.202314 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 149&lt;BR /&gt;17:43:16.202440 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 193&lt;BR /&gt;17:43:16.271570 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 193&lt;BR /&gt;17:43:16.271761 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 193&lt;BR /&gt;17:43:16.275447 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 352&lt;BR /&gt;17:43:16.276730 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 352&lt;BR /&gt;17:43:16.277089 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 542&lt;BR /&gt;17:43:16.277317 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 542&lt;BR /&gt;17:43:16.277487 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 201&lt;BR /&gt;17:43:16.277674 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 201&lt;BR /&gt;17:43:16.278265 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 201&lt;BR /&gt;17:43:16.278389 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 228&lt;BR /&gt;17:43:16.278590 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 202&lt;BR /&gt;17:43:16.278717 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 542&lt;BR /&gt;17:43:16.278931 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 542&lt;BR /&gt;17:43:16.279114 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279128 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279159 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 315&lt;BR /&gt;17:43:16.279502 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279515 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279557 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279561 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279598 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279603 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279639 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279643 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279679 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279686 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279724 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279728 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279765 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279769 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279807 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279810 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279846 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.279850 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.279884 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1133&lt;BR /&gt;17:43:16.280327 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 201&lt;BR /&gt;17:43:16.280515 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 201&lt;BR /&gt;17:43:16.280797 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 174&lt;BR /&gt;17:43:16.280912 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 174&lt;BR /&gt;17:43:16.281224 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 174&lt;BR /&gt;17:43:16.281400 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 174&lt;BR /&gt;17:43:16.281894 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 201&lt;BR /&gt;17:43:16.282035 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 201&lt;BR /&gt;17:43:16.282346 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.282359 IP node1 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.282398 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1285&lt;BR /&gt;17:43:16.282675 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 1473&lt;BR /&gt;17:43:16.282697 IP node2 &amp;gt; 239.192.145.113: udp&lt;BR /&gt;17:43:16.282720 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 390&lt;BR /&gt;17:43:16.282882 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 201&lt;BR /&gt;17:43:16.283206 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 201&lt;BR /&gt;17:43:16.283509 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 723&lt;BR /&gt;17:43:16.283740 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 723&lt;BR /&gt;17:43:16.494046 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:43:20.495765 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:43:20.496097 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 318&lt;BR /&gt;17:43:20.496441 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 390&lt;BR /&gt;17:43:20.496589 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 390&lt;BR /&gt;17:43:20.497044 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 390&lt;BR /&gt;17:43:20.707062 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:43:20.826634 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:43:20.826885 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 318&lt;BR /&gt;17:43:20.827256 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 406&lt;BR /&gt;17:43:20.827433 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 406&lt;BR /&gt;17:43:20.827870 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 406&lt;BR /&gt;17:43:21.038175 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;BR /&gt;17:43:21.980353 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:43:21.981444 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 318&lt;BR /&gt;17:43:21.982645 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 406&lt;BR /&gt;17:43:21.982818 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 406&lt;BR /&gt;17:43:21.983312 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 406&lt;BR /&gt;17:43:22.042346 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 75&lt;BR /&gt;17:43:22.042622 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 318&lt;BR /&gt;17:43:22.043116 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 486&lt;BR /&gt;17:43:22.043361 IP node2.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 486&lt;BR /&gt;17:43:22.043770 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 486&lt;BR /&gt;17:43:22.253335 IP node1.hpoms-dps-lstn &amp;gt; 239.192.145.113.netsupport: UDP, length 119&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2015 09:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/one-node-always-be-fenced-after-startup-when-it-was-been-reboot/m-p/6771111#M54768</guid>
      <dc:creator>louisji2008</dc:creator>
      <dc:date>2015-08-01T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: One node always be fenced after startup when it was been reboot (shutdown -ry 0)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/one-node-always-be-fenced-after-startup-when-it-was-been-reboot/m-p/6771362#M54769</link>
      <description>&lt;P&gt;Finally, I find the root cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's the rc.local.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The network admin configured the bond0 and modify rc.local like this:&lt;/P&gt;&lt;P&gt;[root@xsl-rms-database1 ~]# cat /etc/rc.local&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# This script will be executed *after* all the other init scripts.&lt;BR /&gt;# You can put your own initialization stuff in here if you don't&lt;BR /&gt;# want to do the full Sys V style init stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;/etc/init.d/network restart&lt;/FONT&gt;&lt;BR /&gt;touch /var/lock/subsys/local&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the rc.local service is e&lt;SPAN&gt;xecuted after cman service and before rgmanager.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;# ll /etc/rc*d/S*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lrwxrwxrwx &amp;nbsp;1 root root 14 Aug &amp;nbsp;2 14:49 /etc/rc5.d/S21cman -&amp;gt; ../init.d/cman&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;lrwxrwxrwx. 1 root root 11 Mar 19 15:45 rc5.d/S99local -&amp;gt; ../rc.local&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lrwxrwxrwx. 1 root root 14 Jul 11 08:31 rc5.d/S99luci -&amp;gt; ../init.d/luci&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lrwxrwxrwx. 1 root root 19 Jul 11 10:06 rc5.d/S99rgmanager -&amp;gt; ../init.d/rgmanager&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the heartbeat is down when the rc.local is executed then the node is fenced.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;1. add&amp;nbsp;totem token option of cman parameter in cluster.conf file. Like this:&amp;nbsp;&amp;lt;totem token="60000"/&amp;gt;. The number is 60seconds, it should be longer than the period of the hearbeat network down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.Disable cluster service autostart: chkconfig cman off;chkconfig rgmanager off;chkconfig clvmd off ...&lt;/P&gt;&lt;P&gt;3.(need test) remove "&lt;SPAN&gt;/etc/init.d/network restart" in the rc.local file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2015 08:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/one-node-always-be-fenced-after-startup-when-it-was-been-reboot/m-p/6771362#M54769</guid>
      <dc:creator>louisji2008</dc:creator>
      <dc:date>2015-08-03T08:06:53Z</dc:date>
    </item>
  </channel>
</rss>

