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

ISE Upgrade

shannong
Level 4
Level 4

Greetings. I'm doing an eval with the demo version of ISE. The demo image is 1.0 and I'm attempting to upgrade to 1.1.  I've got the appbundle file on the box but I can't find what "repository" I should reference to run the upgrade.  It's not directly referenced in any of the documentation I've looked at.

application upgrade ise-appbundle-1.1.1.268.i386.tar.gz ???

Thanks.

1 Accepted Solution

Accepted Solutions

jrabinow
Level 7
Level 7

If you put on localdisk on the box you can then create a repository on CLI as follows:

          host/admin# conf t  
          Enter configuration commands, one per line.  End with CNTL/Z.
          host/admin(config)# repository local
          host/admin(config-Repository)# url disk:
          host/admin(config-Repository)# exit
          host/admin(config)# exit

can then do

show repository local

and show see the file

then

application upgrade ise-appbundle-1.1.1.268.i386.tar.gz local

View solution in original post

2 Replies 2

jrabinow
Level 7
Level 7

If you put on localdisk on the box you can then create a repository on CLI as follows:

          host/admin# conf t  
          Enter configuration commands, one per line.  End with CNTL/Z.
          host/admin(config)# repository local
          host/admin(config-Repository)# url disk:
          host/admin(config-Repository)# exit
          host/admin(config)# exit

can then do

show repository local

and show see the file

then

application upgrade ise-appbundle-1.1.1.268.i386.tar.gz local

Aw. Now I see how "repository" is used.  Your suggestion worked.