Difference between revisions of "Loading IOS-XE on a C9300 Stack"
From NesevoWiki
Jump to navigationJump to search| Line 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
.binfile on the stack master's flash (e.g. from a USB drive):copy usbflash0-2:blablabla.bin flash: - Add the new
.binfile as an install candidate to all stack members:install add file flash:blablabla.bin - Install the new software:
install activatefollowed byyto save and proceed. Typeyagain to confirm the reload. - After reload has finished, type
install committo persist the software update across reboots. Reload the stack again.