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 [2024/04/02 11:17] – [Cisco UC Database Replication Issues] gerardorourkevendors:cisco:uc:cucm [2024/05/21 13:52] (current) – [CUCM / VOS install stuck in Installing State] gerardorourke
Line 519: 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.1712053044.txt.gz
  • Last modified: 2024/04/02 11:17
  • by gerardorourke