cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3293
Views
20
Helpful
2
Replies

How to export the license files of CUCM

g.a.shrivastava
Level 1
Level 1

Hi,

Can someone please tell me how can I export the license files that I already have in my CUCM. I can see the upload option in CUCM but I dont know how can I export the license files.

Please help me out..                  

1 Accepted Solution

Accepted Solutions

1º Run a SFTPserver to receive the License. I use the FreeFTPD.

2º Acess the CUCM server via CLI (SSH)

3º enter the command to list the license files in this server

file list license *

4º enter the command to get the specified file.

file get license  XXXXXXXXXXXX.lic

5º insert the SFTP configurations : ip address, user and pass.

Check the licenses on the freeftpd folder

www.avvid.net

Leonardo Oliveira

View solution in original post

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

You need to do this from the CLI. You can use the command: file get license *

This will retrieve all LIC files to the SFTP server you choose.

Please remember to rate helpful responses and identify helpful or correct answers.

1º Run a SFTPserver to receive the License. I use the FreeFTPD.

2º Acess the CUCM server via CLI (SSH)

3º enter the command to list the license files in this server

file list license *

4º enter the command to get the specified file.

file get license  XXXXXXXXXXXX.lic

5º insert the SFTP configurations : ip address, user and pass.

Check the licenses on the freeftpd folder

www.avvid.net

Leonardo Oliveira