Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vendors:cisco:uc:cucm [2023/04/28 17:21] – [Cisco UC Database Replication Issues] gerardorourkevendors:cisco:uc:cucm [2024/05/21 13:52] (current) – [CUCM / VOS install stuck in Installing State] gerardorourke
Line 21: Line 21:
 show network cluster show network cluster
 utils dbreplication reset all utils dbreplication reset all
 +</code>
 +
 +Note - you can use the **utils network connectivity** command to test a specific TCP port, just like using telnet.
 +<code>
 +admin:utils network connectivity purplepi.ie 443
 +Ncat: Version 7.50 ( https://nmap.org/ncat )
 +Ncat: Connected to :443.
 +Ncat: 0 bytes sent, 0 bytes received in 0.03 seconds.
 +Service accessible
 </code> </code>
  
Line 510: Line 519:
   * Reboot the node.   * Reboot the node.
   * Proceed with the upgrade.   * Proceed with the upgrade.
 +
 +===== SQL to retrieve Certs =====
 +<code>
 +run sql select c.serialnumber, c.servername, tcs.name, dist.moniker, c.ipv4address, c.certificate from certificate as c inner join certificateservicecertificatemap as cscm on c.pkid = cscm.fkcertificate inner join typecertificateservice as tcs on cscm.tkcertificateservice = tcs.enum inner join typecertificatedistribution as dist on c.tkcertificatedistribution = dist.enum
 +</code>
 +
 +
 +
  • vendors/cisco/uc/cucm.1682698862.txt.gz
  • Last modified: 2023/04/28 17:21
  • by gerardorourke