<div dir="ltr"><div><div><div><div><div>Thanks !<br></div><div>The "first" PKID in this case didn't match the publisher.  But I think I know why in this case.<br></div>This customer was forced to rebuild and restore a few of the CUCM nodes including the publisher. <br></div>I'm guessing this might change the order of the PKIDs we're searching for.<br></div><div>Your Query<br>admin:<span style="color:rgb(0,0,255)">run sql select first 1 pkid from processnode where systemnode='f' order by rowid</span><br>pkid                                 <br>==================================== <br>42a06662-6152-fe3f-634f-027fe4351e2a  <b><=  not the publisher, actually a 2nd CUCM subscriber</b><br></div><div><br></div><div>My hack at modifying it.....<br></div><div>admin:<span style="color:rgb(166,77,121)">run sql select pkid from processnode where systemnode='f' order by rowid</span><br>pkid                                 <br>==================================== <br>42a06662-6152-fe3f-634f-027fe4351e2a  - CUCM sub 2<br>6511274e-ef86-5d23-7816-ae2828ce760a - CUCM sub 1 <br>b632ddbe-ab5a-4df4-957c-c0a3e4d04a2f  <b><= this is my publisher, verified from the browser URL value</b><br>e017e6b7-8b60-2e9b-1a71-e10f88652204 - IMP 1<br>f5957263-d806-ea5f-83b9-c2ea670310a3 - IMP2<br>admin:<br><br></div>Is there another way to query to ask for the publisher node specifically? or another way of ensuring its the publisher that gets returned ?<br></div><br>I also tested this on a lab cluster that was never restored and your original query does match up with the publisher ID.<br><br></div><br><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 16, 2017 at 3:41 PM, Stephen Welsh <span dir="ltr"><<a href="mailto:stephen.welsh@unifiedfx.com" target="_blank">stephen.welsh@unifiedfx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
<div>Hi,</div>
<div><br>
</div>
<div>Try this out from the platform CLI:</div>
<div><br>
</div>
<div>run sql select first 1 pkid from processnode where systemnode='f' order by rowid</div>
<div><br>
</div>
<div>Kind Regards</div>
<div><br>
</div>
<div>Stephen Welsh</div>
<div>CTO</div>
<div>UnifiedFX</div>
<br>
<div>
<blockquote type="cite">
<div>On 16 Aug 2017, at 21:37, Brian V <<a href="mailto:bvanbens@gmail.com" target="_blank">bvanbens@gmail.com</a>> wrote:</div>
<br class="m_-5388520715529935989Apple-interchange-newline">
<div>
<div dir="ltr">
<div><br>
</div>
<div>See the below example from the web browser (You can find the Server ID in CUCM by logging into CM Administration in the Pub > System > Server > Select Pub. The server ID is the same as the Server ID listed at the end of the page URL:)<br>
</div>
<div><span id="m_-5388520715529935989cid:ii_15decc36408bea21"><image.png></span><br>
</div>
<span style="font-size:12pt;font-family:"Times New Roman",serif"></span></div>
______________________________<wbr>_________________<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" target="_blank">https://puck.nether.net/<wbr>mailman/listinfo/cisco-voip</a><br>
</div>
</blockquote>
</div>
<br>
</div>

</blockquote></div><br></div>