Sunday, December 8, 2019

Important Cisco UCCX CLI commands that help developers to debug


Important UCCX CLI commands to debug

                   Commands to check custom files

1.  Command to check or list the custom files created in UCCX server
File uccx list custom_file *.log
Sample
File uccx list custom_file  TestApp.log

2.  Command to view the contents of custom file in the UCCX server
File uccx view custom_file <nameof TheLog>.log
Sample
File uccx view custom_file  TestApp.log

3.Command to download the custom logs from UCCX server
File uccx get custom_file *.log
Sample
File uccx get custom_file TestApp.log
Note:
SFTP server details like ip, port,username and password is required to run the above command to retrieve the files


                        Commands to check connectivity

1.  To check another host is accessible from UCCX server
Utils network ping dest
Sample
Utils network ping 192.168.44.1

2. To check specific port of the host is reachable from UCCX server or not
Utils network connectivity hostname/ip <port>
Sample
Utils network connectivity 192.168.10.1 8081

Command to check the FQDN of the UCCX server
show tech network hosts

Note: if any hostname issue in the Editor installed system, the above will help to resolve.
by adding the FQDN in hosts file of the PC.

Command to download active logs

To view the current MADM logs
show open files regexp MADM

this will display the active MADM log name

To down the specific log
file get activelog uccx/log/MADM/<logfilename.>




To Restart the tomcat to reflect the jars

Utils service restart Cisco Tomcat




No comments:

Post a Comment

Finesse gadget integration

 Finesee gadget samples https://github.com/CiscoDevNet/finesse-sample-code URL for js files http(s)://<FQDN>:<port>/desktop/asse...