Difference between revisions of "Loading IOS-XE on a C9300 Stack"

From NesevoWiki
Jump to navigationJump to search
(Created page with "* Copy the <code>.bin</code> file on the stack master's flash (e.g. from a USB drive): <code>copy usbflash0-2:blablabla.bin flash:</code> * Add the new <code>.bin</code> file...")
 
Line 1: Line 1:
 
* Copy the <code>.bin</code> file on the stack master's flash (e.g. from a USB drive): <code>copy usbflash0-2:blablabla.bin flash:</code>
 
* Copy the <code>.bin</code> file on the stack master's flash (e.g. from a USB drive): <code>copy usbflash0-2:blablabla.bin flash:</code>
 
* 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
+
* 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.

Revision as of 15:59, 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 by y to save and proceed. Type y again to confirm the reload.