<div dir="ltr">+1 James<br><div><br></div><div>You get the browser alert message when you just try and move a third CTI server over.  You can do it to confirm for yourself, and nothing bad will happen, as it prevents you from even moving the third one over.</div><div><br></div><div>Interestingly, the code shows us that AXL does not have this limit, but CTI and RmCm do:</div><div><br></div><div><font face="monospace">if (index == 0) {<br>    formAttribute = "axlCMTotalList";             <br>    selectedAttribute = "axlCMSelectedList";<br>    document.CCMConfigForm.axlInfoChanged.value = "true";<br>     } else if (index == 1) {<br>    formAttribute = "jtapiCMTotalList";<br>    selectedAttribute = "jtapiCMSelectedList";<br>    document.CCMConfigForm.jtapiInfoChanged.value = "true";<br>    } else if (index == 2) {<br>    formAttribute = "rmcmCMTotalList";<br>    selectedAttribute = "rmcmCMSelectedList";<br>    document.CCMConfigForm.rmcmInfoChanged.value = "true";<br>       }</font></div><div><font face="monospace">if (index != 0 && eval("document.CCMConfigForm."+selectedAttribute+".length") == 2) {<br></font></div><font face="monospace">    alert("There can be only 2 entries in the selected list");<br>    return;<br>      }</font><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 30, 2019 at 10:47 AM James Buchanan <<a href="mailto:james.buchanan2@gmail.com">james.buchanan2@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Myron,</div><div><br></div><div>I believe you can only have two CTI managers in the list in CCX. When you try to add the third, you'll get an error telling you it can't be done. <br></div><div><br></div><div>Thanks,</div><div><br></div><div>James<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 30, 2019 at 4:06 PM Myron Young <<a href="mailto:mdavid_young@hotmail.com" target="_blank">mdavid_young@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello all,<br>
<br>
I have just inherited a UCM 9.1 and CCX 9.0 cluster and not sure why but looks as though only two CTI managers, one subscriber and the publisher, were selected on the CM configuration page in CCX web admin. <br>
<br>
I just verified call manager and CTI manager services are running on all subscriber nodes. So now I want to add the other subscriber nodes to the selected CTI managers list from CCX CM configuration page. <br>
<br>
Does anyone think this would be service impacting? I’m really hesitant to do any changes at all especially during the day since this system is EOL and TAC has already indicated they won’t really get involved with any issues until we upgrade; which is probably 6 months to a year away. <br>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
</blockquote></div>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
</blockquote></div>