cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
34603
Views
31
Helpful
15
Replies

ISE Upgrade File Copy Error

David Pease
Level 1
Level 1

According to the Upgrade Guidelines for 1.2:

Copy the upgrade bundle to the local disk using the copy command from the Cisco ISE CLI: copyftp-filepath ise-upgradebundle-1.1.x-to-1.2.0.899.i386.tar.gz disk:/   Again, after you copy the upgrade bundle to the local disk, check to  ensure that the size of the upgrade bundle in your local disk is the  same as it is in the repository. Use the dir command to verify the size of the upgrade bundle in the local disk.

When I attempt to run this command, I keep getting the error:

"% long command detected at '^' marker"

using the following command:

" copy repository FTPDPZ ise-patchbundle-1.2.0.899-1-82500.x86_64.tar.gz"

I have also tried to replace the repository + name with an IP address, with just the repository name, and with 100 other things.

I tried to look up what a "long command" is, but I come up with nothing.

What is the proper verbage to utilize this command?

15 Replies 15

Zaaf Aba
Level 1
Level 1

Hi

Unfortunately in our situation there was no ftp server. The the only option was to use a Linux box running ssh (sftp)

After lot of troubleshooting the following worked. Remember to provide full file path.

radius-b/admin#   copy sftp://10.10.10.9/home/user2/ise-urtbundle-3.2.0.542a-1.0.0.SPA.x86_64.tar.gz disk:/

it will ask for a username and password on Linux box