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

Having problem in ISE Repository

bilal.atif
Level 1
Level 1

WhatsApp Image 2022-04-25 at 2.28.23 PM (1).jpeg

 i am trying check validation after make repository.. but unfortunatly getting this errors on FTP and SFTP..
FILE name ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar

1 Accepted Solution

Accepted Solutions

Mark Elsen
Hall of Fame
Hall of Fame

 

              - FYI : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvv43383

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

View solution in original post

2 Replies 2

Mark Elsen
Hall of Fame
Hall of Fame

 

              - FYI : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvv43383

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

Hi @bilal.atif ,

 please double check your configuration and access via CLI:

ise/admin# show run
...
repository <repository name>
url ftp://<repository_IP_Addr>/
user <username> password plain <password>
...

and then:

ise/admin# show repository <repository name>

check if you are able to check the Repository, if not, double check you access to this repository.

 

Note: since you are trying to execute the ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar, you have the option to

1. Copy the ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar to the ISE Disk

ise/admin# copy ftp://<IP Addr>/ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar disk:/

2. Create a Local Repository

repository LOCAL
url disk:/

3. Execute the file

ise/admin# application install ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar LOCAL

 

Hope this helps !!!