Hello,<br>cluster rh el 5.3 with 2 nodes and a quorum disk with heuristics. The nodes are in different sites.<br>At this moment inside cluster.conf I have this:<br><br>        <quorumd device="/dev/mapper/mpath6" interval="5" label="oraquorum" log_facility="local4" log_level="7" tko="16" votes="1"><br>
                <heuristic interval="2" program="ping -c1 -w1 10.4.5.250" score="1" tko="20"/><br>        </quorumd><br><br>there is a planning for backbone network maintenance and I'm gong to have interruption on backbone switches in both sides, so that the gw will be not reachable in different time windows.....<br>
I would like to "downgrade" the cluster to a sort of standalone server, to prevent scenario of shutdown abort of oracle, due to ping-pong of service....<br>and without stopping service itself.<br>Only thing is that when the network link will be down, the service will be down too (accettable by users), but without impact to the backend db on the cluster.<br>
My idea is to temporarily extend tko inside heuristic, so that the count-down for loss of quorum will not arrive at a end during downtime.<br>So that if overall planned maintenance is 2h I will put  something like tko=1500 on the fly.<br>
<br>So my planned commands would be, where node1 is providing service and node2 is standby:<br><br>node2<br>- shutdown -h now (to simplify things...)<br><br>node1<br>- change to cluster.conf incrementing version number and putting tko=1500<br>
- ccs_tool update /etc/cluster/cluster.conf<br>- cman_tool version -r <new_version><br><br>the new tko will be dynamically in place?<br>If so, wait for maintenance completion and then<br><br>node1<br>- change to cluster.conf incrementing version number and putting tko=20 again<br>

- ccs_tool update /etc/cluster/cluster.conf<br>
- cman_tool version -r <new_new_version><br><br>node2<br>power on<br>it will keep the new configuration without downsides (correct?)<br><br>Any hints or comments?<br><br>Thanks in advance,<br>Gianluca<br><br><title>
</title>
        <meta name="GENERATOR" content="OpenOffice.org 3.1  (Unix)">
        <style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm } </style><br>