11-10-2019 03:46 AM
i have two 9300 switches "ver 16.6.6" in stack and im planning to upgrade to 16.9.5 , can anyone tell me if i can follow the process mentioned in the below site to upgrade?
https://www.rogerperkin.co.uk/cisco/switching/3850/upgrade-software-cisco-3850-switch/
11-10-2019 03:58 AM
The link is not reachable.
However, I have upgraded stacked 9300 earlier. You need to
1. download the IOS first from the Cisco.
2. Copy into a flash usb (FAT32 formatted)
3. Plug it into 9300 switch front usb port
4. Copy the image from USB to Flash-1 & Flash-2 (if stack of 2)
5. Boot from flash with newly uploaded image
Let me know for any difficulties.
11-10-2019 04:06 AM
11-10-2019 04:58 AM
software install file flash:cat3k_caa-universalk9.SPA.03.03.01.SE.150-1.EX3.bin switch 1-2 <-- do not use this one this is for old firmware.
if you like to upgrade from Everest to Fuji
follow below guide :
int the section clear instructions : ( make sure you take a backup of the config, and read the release notes before the upgrade)
do this in a maintenance window, since stack required a reboot.
Supported starting from Cisco IOS XE Everest 16.6.2 and later releases
11-10-2019 05:00 AM
11-30-2020 07:18 AM
HI,
I am trying to do the same with a three switch stack, can you let me know what the commands are to upgrade three switches.
Thanks
11-30-2020 01:57 PM - edited 11-11-2023 04:34 PM
1. Before you start, make sure to clean up the flash with the following command:
request platform software package clean switch all
2. Use the following command to unpack the firmware with the following command:
request platform software package install switch all file flash:IOS_filename.bin on-reboot new auto-copy verbose
3. After the firmware has unpacked the files, use the following command to verify the package.conf contains the correct files:
more flash-X:packages.conf | begin rp_boot
NOTE: Make sure to run this command on every member of the stack.
4. Make sure the boot variable string is pointing to the packages.conf:
sh boot
5. Schedule a reboot:
reboot at <hour>:<minutes> <day> <month>
6. After the switch has successfully rebooted, do not forget to clean the flash:
request platform software package clean switch all
Good luck and hope this helps.
11-10-2019 12:27 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide