# service cman start
Starting cluster:
Loading modules... done
Mounting configfs... done
Starting ccsd... done
Starting cman... done
Starting daemons... done
Starting fencing... failed
어느 부분을 봐야 할까요 ??
/var/log/message 에는 아래와 같은 메세지가 계속 찍히네요
Nov 28 00:26:40 test2 ccsd[14692]: Cluster is not quorate. Refusing connection.
Nov 28 00:26:40 test2 ccsd[14692]: Error while processing connect: Connection refused
Nov 28 00:26:41 test2 ccsd[14692]: Cluster is not quorate. Refusing connection.
Nov 28 00:26:41 test2 ccsd[14692]: Error while processing connect: Connection refused
Nov 28 00:26:41 test2 ccsd[14692]: Cluster is not quorate. Refusing connection.
Nov 28 00:26:41 test2 ccsd[14692]: Error while processing connect: Connection refused
Nov 28 00:26:42 test2 ccsd[14692]: Cluster is not quorate. Refusing connection.
Nov 28 00:26:42 test2 ccsd[14692]: Error while processing connect: Connection refused
Nov 28 00:26:42 test2 ccsd[14692]: Cluster is not quorate. Refusing connection.
Nov 28 00:26:42 test2 ccsd[14692]: Error while processing connect: Connection refused
/etc/cluster/cluster.conf 내용입니다.
<?xml version="1.0" ?>
<cluster alias="cluster112" config_version="21" name="cluster112">
<fence_daemon clean_start="0" post_fail_delay="0" post_join_delay="30"/>
<clusternodes>
<clusternode name="test1-priv" nodeid="1" votes="1">
<fence>
<method name="1">
<device name="mf1" nodename="test1-priv"/>
</method>
</fence>
</clusternode>
<clusternode name="test2-priv" nodeid="2" votes="1">
<fence>
<method name="1">
<device name="mf1" nodename="test2-priv"/>
</method>
</fence>
</clusternode>
</clusternodes>
<cman expected_votes="5"/>
<fencedevices>
<fencedevice agent="fence_manual" name="mf1"/>
</fencedevices>
<rm>
<failoverdomains>
<failoverdomain name="fd_domain" nofailback="1" ordered="0" restricted="0">
<failoverdomainnode name="test1-priv" priority="1"/>
<failoverdomainnode name="test2-priv" priority="1"/>
</failoverdomain>
</failoverdomains>
<resources/>
<service autostart="1" domain="fd_domain" exclusive="0" max_restarts="0" name="oracleHA" recovery="restart" restart_expire_time="0">
<ip __independent_subtree="1" address="192.168.0.21" monitor_link="1"/>
<fs device="/dev/vgFENCE/lvFENCE" force_fsck="0" force_unmount="0" fsid="15674" fstype="ext3" mountpoint="/oradata2" name="oradata" self_fence="0"/>
<oracledb home="/oracle/product/102/db" name="ha" type="base" user="oracle"/>
</service>
</rm>
<quorumd interval="3" label="qdisk" min_score="1" tko="23" votes="3"/>
</cluster>
첫댓글 쿼럼디스크를 빼니 잘되네요
쿼럼 디스크는 rawdevice 로만 되는건가요??? 아님 일반 디스크파티션(/dev/sdc1) 도 가능한가요?
쿼럼 디스크는 share 디스크면 가능 합니다.
답변감사합니다!