02-05-2023 10:01 AM
Is it possible to upload files via SSH direct to CUCM 12.x for service via ssh?
In other words without using the Call Manager GUI TFTP file management because the is 389Mb, instead use a SFTP client/server to transfer files to proper directory on CUCM TFTP server.
Any clue?
Thanks
Alex
Solved! Go to Solution.
02-07-2023 03:03 AM
As @Nithin Eluvathingal wrote you’re doing this the wrong way. The COP file is meant to be installed on each server in your CM cluster, not uploaded into the TFTP server as such. This is clearly outlined in the readme file for the COP file.
02-07-2023 03:40 AM
02-05-2023 06:37 PM
What files are you uploading to CUCM ?
AFAIK there is no such option to copy files to CUCM using SSH command as you expect. There is no SFTP sever running on CUCM.
But you can download files from CUCM TFTP using file get tftp
This command sends a TFTP file to another system by using SFTP.
Below mentioned are the available file command.
02-06-2023 11:59 PM
Hi Thank you
The file is:
cmterm-dx650.10-2-3-26.cop.sgn and IP tftp is 172.31.1.69
I didn't find the parameter to define the TFTP server
I tried
1) file get tftp 172.31.1.69/tftpboot/cmterm-dx650.10-2-3-26.cop.sgn
2) file get tftp 172.31.1.69/cmterm-dx650.10-2-3-26.cop.sgn
no such file or directory can be found
But it is my tftpboot server I used it.
Any clue?
02-07-2023 12:10 AM
Those are firmware which must be installed on cucm using GUI OR CLI
From GUI using install/upgrade option and from cli using Utils system upgrade initiate command.
what you are searching wound be found and you are doing it wrong.
02-07-2023 01:14 AM
Nops
The issue is the file size is 389Mb and look it.
Via GUI we have limitation 250Mb to upload.
02-07-2023 01:21 AM
As I mentioned above cop files must be installed and not uploaded to tftp.
02-07-2023 03:03 AM
As @Nithin Eluvathingal wrote you’re doing this the wrong way. The COP file is meant to be installed on each server in your CM cluster, not uploaded into the TFTP server as such. This is clearly outlined in the readme file for the COP file.
02-07-2023 03:21 AM
Thank you all in that case I must use SFTP
02-07-2023 03:40 AM
Or FTP would work as well.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide