cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
390
Views
0
Helpful
2
Replies

ISE Upgrade Verify File once copied into Local Repositry

stuart.pannell
Level 3
Level 3

Hi All, I am in the process of upgrading a standalone ISE deployment and have uploaded the upgrade package to a repository on the ISE server. Unfortunately the file was over 10GB and took an age to upload and as such I left it running over night. Now I want to verify the file yet cannot see a way of doing this?

ISE version is 2.7.0 Patch 10, upgrading to 3.0.X 

Is there a way to verify the file or would the verification that ISE does when preparing the package be available in a log file anywhere?

 

1 Accepted Solution

Accepted Solutions

Hi @stuart.pannell ,

 remember that the command has a Verifying step:

ise/admin# application install ise-urtbundle-<version>.SPA.x86_64.tar.gz <repository>
Save the current ADE-OS running configuration? (yes/no) [yes] ? yes
Generating configuration...
Saved the ADE-OS running configuration to startup successfully

Getting bundle to local machine...
Unbundling Application Package...
Verifying Application Signature...
Initiating Application Install...
...

 

Note: in case you are not aware of:

 

Hope this helps !!!

 

View solution in original post

2 Replies 2

k2no
Level 1
Level 1

Hi,

You can take a look at the md5 checksum:

md5sum filename

 and then compare it to the one provided by Cisco to check the integrity of your file.

Hi @stuart.pannell ,

 remember that the command has a Verifying step:

ise/admin# application install ise-urtbundle-<version>.SPA.x86_64.tar.gz <repository>
Save the current ADE-OS running configuration? (yes/no) [yes] ? yes
Generating configuration...
Saved the ADE-OS running configuration to startup successfully

Getting bundle to local machine...
Unbundling Application Package...
Verifying Application Signature...
Initiating Application Install...
...

 

Note: in case you are not aware of:

 

Hope this helps !!!