03-05-2017 03:37 PM - edited 03-11-2019 12:31 AM
I have a virtal ISE v1.4 running in VMware with no issues.
However, I've been scratching my head all day about why I keep getting this "unable to unbundle the package. It should be in tar.gz file format" error after issuing the following:
ISE/admin(config)# repository upgrade
ISE/admin(config-Repository)# u
url user
ISE/admin(config-Repository)# url tftp://10.10.3.63/TFTP-Root/
ISE/admin# application upgrade prepare ise-upgradebundle-1.3.x-and-1.4.x-to-2.1.0.x.x86_64.tar.gz upgrade
Getting bundle to local machine...
Error code 1: Could not find a part of the path 'C:\TFTP-Root\TFTP-Root\ise-upgradebundle-1.3.x-and-1.4.x-to- 2.1.0.x.x86_64.tar.gz'.
md5: d41d8cd98f00b204e9800998ecf8427e
sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
% Please confirm above crypto hash matches what is posted on Cisco download site.
% Continue? Y/N [Y] ?
Unbundling Application Package...
% Unable to unbundle the package. It should be in tar.gz file format
Documentation states *tar.gz is the correct file format.
What I'm I missing here?
03-05-2017 05:15 PM
When you define your repository, don't include the 'TFTP-Root' bit. That will be chosen automatically by the tftp server software.
That's why you see error code 1 - the path is appending an extra, repeated directory.
03-07-2017 04:47 AM
I missed a step in mentioning that the following cmd is failing:
ISE/admin# copy tftp://10.10.3.63/ise-upgradebundle-1.3.x-and-1.4.x-to-2.1.0.x.x86_64.tar.gz disk:/
Error code 1: Could not find file 'C:\TFTP-Root\ise-upgradebundle-1.3.x-and-1.4.x-to-2.1.0.x.x86_64.tar.gz'.
AND
ISE/admin(config-Repository)# url ftp://10.10.3.63
ISE/admin# copy ftp://10.10.3.63/ise-upgradebundle-1.3.x-and-1.4.x-to-2.1.0.x.x86_64.tar.gz disk:/
Username: admin
Password:
% Error: Transfer failed
Is there a preferred ftp or tftp that works? I've tried Filezilla and TFTP server.
03-07-2017 02:14 PM
When performing an ISE upgrade, we use the syntax:
application upgrade prepare ise-upgradebundle-1.3.x-and-1.4.x-to-2.1.0.474.x86_64.tar.gz <repository name>
Where the repository name is the one you created earlier.
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