Difference between revisions of "Loading IOS-XE on a C9300 Stack"
From NesevoWiki
Jump to navigationJump to searchLine 2: | Line 2: | ||
* Add the new <code>.bin</code> file as an install candidate to all stack members: <code>install add file flash:blablabla.bin</code> | * Add the new <code>.bin</code> file as an install candidate to all stack members: <code>install add file flash:blablabla.bin</code> | ||
* Install the new software: <code>install activate</code> followed by <code>y</code> to save and proceed. Type <code>y</code> again to confirm the reload. | * Install the new software: <code>install activate</code> followed by <code>y</code> to save and proceed. Type <code>y</code> again to confirm the reload. | ||
+ | * After reload has finished, type <code>install commit</code> to persist the software update across reboots. Reload the stack again. |
Latest revision as of 16:12, 23 October 2019
- Copy the
.bin
file on the stack master's flash (e.g. from a USB drive):copy usbflash0-2:blablabla.bin flash:
- Add the new
.bin
file as an install candidate to all stack members:install add file flash:blablabla.bin
- Install the new software:
install activate
followed byy
to save and proceed. Typey
again to confirm the reload. - After reload has finished, type
install commit
to persist the software update across reboots. Reload the stack again.