<div dir="ltr"><div>Hi everybody,<br><br>Anybody could tell me where is the problem?<br><br>I have configured two nodes using DRBD+Pacemaker+Corosync+MySQL: Node1 with ip address 192.168.1.38, Node2 with ip address 192.168.1.39. Virtual IP is 192.168.1.37.<br>

<br>First problem: When I type ifconfig on Node1 only appears one IP address. If I type arp 192.168.1.37 points to Node1 (By MAC address). Where is the virtual interface?<br>Second problem: When I type crm_mon appears this problem &quot;Failed actions: mysqld_start_0 (node=drbd-nodo1, call=22, rc=6, status=complete): not configured<br>

&quot;. What is it?<br><br></div>My configuration:<br><div>=============<br>node drbd-nodo1 \<br>        attributes standby=&quot;off&quot;<br>node drbd-nodo2<br>primitive drbd_mysql ocf:linbit:drbd \<br>        params drbd_resource=&quot;srv&quot; \<br>

        op monitor interval=&quot;20&quot; role=&quot;Master&quot; timeout=&quot;300&quot; \<br>        op monitor interval=&quot;30&quot; role=&quot;Slave&quot; timeout=&quot;300&quot;<br>primitive mysql_fs ocf:heartbeat:Filesystem \<br>

        params device=&quot;/dev/drbd0&quot; directory=&quot;/var/lib/mysql&quot; fstype=&quot;ext4&quot; \<br>        op start interval=&quot;1s&quot; timeout=&quot;60&quot; \<br>        op stop interval=&quot;1s&quot; timeout=&quot;120&quot; \<br>

        meta target-role=&quot;Started&quot;<br>primitive mysql_ip ocf:heartbeat:IPaddr2 \<br>        params ip=&quot;192.168.1.37&quot; cidr_netmask=&quot;24&quot; \<br>        op monitor interval=&quot;15s&quot;<br>primitive mysqld ocf:heartbeat:mysql \<br>

        params binary=&quot;/usr/bin/mysqld_safe&quot; config=&quot;/etc/my.cnf&quot; user=&quot;mysql&quot; group=&quot;mysql&quot; log=&quot;/var/log/mysql.log&quot; pid=&quot;/var/run/mysqld/mysqld.pid&quot; datadir=&quot;/var/lib/mysql/data&quot; socket=&quot;/var/run/mysqld/mysqld.sock&quot; \<br>

        op monitor interval=&quot;30s&quot; timeout=&quot;30s&quot; \<br>        op start interval=&quot;1s&quot; timeout=&quot;120&quot; \<br>        op stop interval=&quot;1s&quot; timeout=&quot;230&quot; \<br>        meta target-role=&quot;Started&quot;<br>

group mysql mysql_fs mysql_ip mysqld \<br>        meta target-role=&quot;Started&quot;<br>ms mysql_ms drbd_mysql \<br>        meta master-max=&quot;1&quot; master-node-max=&quot;1&quot; clone-max=&quot;2&quot; clone-node-max=&quot;1&quot; notify=&quot;true&quot;<br>

colocation fs_on_drbd inf: mysql mysql_ms:Master<br>property $id=&quot;cib-bootstrap-options&quot; \<br>        dc-version=&quot;1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b&quot; \<br>        cluster-infrastructure=&quot;openais&quot; \<br>

        expected-quorum-votes=&quot;2&quot; \<br>        stonith-enabled=&quot;false&quot; \<br>        no-quorum-policy=&quot;ignore&quot; \<br>        last-lrm-refresh=&quot;1366714966&quot;<br>rsc_defaults $id=&quot;rsc-options&quot; \<br>

        resource-stickiness=&quot;100&quot; \<br>        migration-threshold=&quot;3&quot;<br><br><div>===============================================<br><br></div><div>I hope your answer.<br><br></div><div>Regards,<br><br>

</div><div>Antonio.</div><br></div></div>