C3850 IOS upgrade procedure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 06:13 AM
Hello Cisco Community!
I need your expert advise!
I'm doing C3850 stack faulty switch (member) replacement
Could you please confirm if the steps below are correct:
1. Download the new image to flash:
2. Check the md5 hash summ
3. Use the command “software install” to install the newly downloaded image in INSTALL Mode (3.x -> 16.x)
switch#software install fileflash:<name>bin new force
Note : new and force keywords are mandatory when upgrade from 3.x to 16.x code.
•If omitted,
[1]: % Candidate package compatibility checks failed because the following package dependencies were not satisfied. Operation aborted.
[1]: % An internal error was encountered. Operation aborted.
Upgrade in INSTALL Mode (16.x -> 16.x)
switch#request paltform software packege install switch all file flash:<name>.bin
My question:
Should I delete the boot record in configuration before install a new IOS:
Could you please confirm if the steps below are correct:
1. Download the new image to flash:
2. Check the md5 hash summ
3. Use the command “software install” to install the newly downloaded image in INSTALL Mode (3.x -> 16.x)
switch#software install file flash:<name>.bin new force
Note : new and force keywords are mandatory when upgrade from 3.x to 16.x code.
•If omitted,
[1]: % Candidate package compatibility checks failed because the following package dependencies were not satisfied. Operation aborted.
[1]: % An internal error was encountered. Operation aborted.
INSTALL Mode (16.x -> 16.x)
switch#request platform software package install swittch all file flash:<name>.bin
My question:
Should I delete the boot option before upgrade the IOS?
switch#(config)# no boot system switch all
or
switch#(config)# no boot system packages.conf
Thank you!
Andrey P.
- Labels:
-
Catalyst 3000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 06:17 AM
I do apologies!
Some copy and past issue
Hello Cisco Community!
I need your expert advise!
I'm doing C3850 stack faulty switch (member) replacement
Could you please confirm if the steps to upgrade the new switch that will be added to stack below are correct:
1. Download the new image to flash:
2. Check the md5 hash summ
3. Use the command “software install” to install the newly downloaded image in INSTALL Mode (3.x -> 16.x)
switch#software install fileflash:<name>bin new force
Note : new and force keywords are mandatory when upgrade from 3.x to 16.x code.
•If omitted,
[1]: % Candidate package compatibility checks failed because the following package dependencies were not satisfied. Operation aborted.
[1]: % An internal error was encountered. Operation aborted.
Upgrade in INSTALL Mode (16.x -> 16.x)
switch#request paltform software packege install switch all file flash:<name>.bin
My question:
Should I delete the boot option before upgrade the IOS?
switch#(config)# no boot system switch all
or
switch#(config)# no boot system packages.conf
Thank you!
Andrey P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 05:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 06:17 AM
Thank you Leo!
