2010/9/28 Giuseppe DeVivo <span dir="ltr">&lt;<a href="mailto:Giuseppe.DeVivo@gruppomega.it">Giuseppe.DeVivo@gruppomega.it</a>&gt;</span>


<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div style="margin: 4px 4px 1px; font: 10pt Segoe UI;"><div>I must create a opensips  HA cluster,</div>

<div>I use debian and heartbeat with pacemaker,(I use this guide : <a href="http://anders.com/cms/259" target="_blank">http://anders.com/cms/259</a> ) but there is a problem , Opensips_status not function with sipsak.</div>

<div>I have modify a Opensips_status with another type of check( i see this mail list),</div></div></blockquote><div><br>I have a similar setup (ha cluster active/passive with peacemaker), looking at your monitor script I don&#39;t think using netstat is a good/secure manner to check your opensips status.<br>
The better thing to do imho is just using sipsak to monitor your opensips process via sip requests, for example a simple check via sip OPTIONS (you need to handle this in your routing script)<br>sipsak -H 127.0.0.1 -s sip:your_cluster_ip_here<br>
or if you are using opensips to register clients you can use sipsak to try a registration:<br>sipsak -s sip:your_monitoring_user@your_sip_domain --password registration_password_here -U <br><br></div><div> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="margin: 4px 4px 1px; font: 10pt Segoe UI;">
<div>The switch from primary to secondary is ok and vice versa, but if the secondary lose connection, when the primary is up , the secondary cannot start opensips service,</div></div></blockquote><div><br>sorry but... I don&#39;t understand in which case this is not working... if the primary is up, why the secondary should start the service ?<br>
<br>ciao<br>marco<br></div></div>