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 [2022/11/07 15:27] 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 37: Line 46:
  
 ** CUCM Compatibility Tool **\\  ** CUCM Compatibility Tool **\\ 
-http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/uc_system/unified/communications/system/Compatibility/CSR-Compatibility-Matrix.html+https://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/uc_system/unified/communications/system/Compatibility/CSR-Compatibility-Matrix-InteractiveHTML.html
  
 **Pre-Version 10.0** http://tools.cisco.com/ITDIT/vtgsca/VTGServlet\\ **Pre-Version 10.0** http://tools.cisco.com/ITDIT/vtgsca/VTGServlet\\
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.1667834840.txt.gz
  • Last modified: 2022/11/07 15:27
  • by gerardorourke