cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1030
Views
7
Helpful
7
Replies

cucm10.5 upgrade to cucm 14

gushuhua
Level 1
Level 1

When I upgrade CUCM which version is 10.5.2  to CUCM 14 by  Fresh Install with Data Import, it get an error.

I have checked  the destination server IP and the SFTP directory  and it's correct.  How should I troubleshoot ?

gushuhua_0-1676628618579.png

 

7 Replies 7

Can you share the screenshot or the path you mention on cucm installation and

the path on SFTP

I believe it’s just matter of SFTP path. There is specific requirement 

and if you can share the folder screenshot it will be helpful



Response Signature


I   installed the freeFTP  as the sftp server on windows 10.   The home directory of the user  is cisco. I  exported the cucm 10 data to the sftp server and it created an folder named cluster-192.168.31.241 automaticlly under the home directory.

gushuhua_0-1676635400556.png

gushuhua_1-1676636253148.png

gushuhua_2-1676636638616.png

 

 

 

We recently ran into this same error; were you able to find a solution/workaround? TIA

Just move the sftp server to linux .

It is probably an issue with the ciphers or key exchange algorithms. I use the OpenSSH server on FreeBSD and Linux, and this works for me.

in sshd_config:

KexAlgorithms +diffie-hellman-group1-sha1
KexAlgorithms +diffie-hellman-group-exchange-sha1

Ciphers +aes128-cbc
# 3DES isn't supported on newer version of DRS or in
# newer versions of OpenSSH
Ciphers +3des-cbc

Newer Ubuntu needs this:
PubkeyAcceptedAlgorithms +ssh-rsa
HostkeyAlgorithms +ssh-rsa

gushuhua
Level 1
Level 1

Yes,When I  changed the sftp server from window to linunx and it worked.

ahmedelrayess
Level 1
Level 1

@gushuhua could you please tell which Linux server you use and sftp