Hello all, <br><br>I have a doubt about using the same service ip with two diferent services in two diferent nodes of my two-nodes-cluster.<br><br><br>IŽll explain it a litle:<br><br>I have two services: BBDD and HTTPD<br>
<br>I have configured a shared IP: 192.168.1.100<br><br>two nodes: node1 and node2.<br><br>When I run the two services on node1 all runs ok. If I try to relocate one service, with<br><br>clusvcadm -r BBDD -m node2<br><br>
it fails with the error: <br> in.rdiscd[4805]: setsockopt (IP_ADD_MEMBERSHIP): Address already in use<br> in.rdiscd[4805]: Failed joining addresses<br><br>I suposse that is because one services is on node1 with the ip and the other trys to run in node2 with the same ip. <br>
<br>So my question is if it is possible to run the services this way or I need an ip per service?<br>(I have tested that with 2 diferent ips I can run BBDD on node1 an HTTPD on node2)<br><br>Thanks in advance<br><br>ESG<br>
<br>