06-12-2015 11:49 AM - edited 03-08-2019 12:31 AM
I have 2-3750 switches, 1) 3750E & 1) 3750G. The switches are stacked and I am attempting to update the IOS on both.
I have downloaded the appropriate IOS for each and have uploaded them into the appropriate flash: (flash1: for switch 1, and flash2: for switch 2).
After doing a reload the master switch will not update but the second (slave) switch will.
I get an error message that reads: Loading "flash1:c3750-ipbasek9-mz.122-55.SE10.bin"....flash1:c3750-ipbasek9-mz.122-55.SE10.bin: no such device
This is happening on 2 different stacks and it is happening on the master switch on both. The master switch is the 3750E on one and the 3750G on the other.
I need help.
06-12-2015 12:02 PM
I am quite not clear how you are upgrading these switches. Are you upgrading them individually?
When you say dowloaded the appropriate images for both, what does it mean ..are both switches not running same?
06-12-2015 12:58 PM
Each switch has it's own IOS.
Once I do my "boot system" commands, pointing each switch to the appropriate IOS location, I implement a "reload" command (both switches in the stack are rebooted).
When the switches come up, only one of the 2 has loaded the new IOS, the other switch shows the error message, in my original message, and reverts back to the old IOS.
And just to be clear I have not completely changed the IOS on each switch, I have just downloaded the updated versions of each IOS (i.e., I went from SE9 to SE10).
For the 3750E-24PD, I am using c3750e-ipbasek9-mz.122-55.SE10.bin
For the 3750G-48PS, I am using c3750-ipbasek9-mz.122-55.SE10.bin
06-12-2015 09:11 PM
Hi,
http://www.cisco.com/c/en/us/support/docs/switches/catalyst-3750-series-switches/64898-upgrade-3750-stack.html#find
1-Verify the integrity of the new image
switch#verify flash:/<new_image>
2- Change the boot variable for the entire stack
switch(config)#boot system switch all flash:<new_image>
Note: If the above is not supported we may need to do it manually for each member
switch(config)#boot system flash1:<new_image>
switch(config)#boot system flash2:<new_image>
3- For both cases we need to save the changes
switch#wr
4-Need to check that we have the correct boot statement on each switch
switch#show bootvar
In good theory we should see the new boot variable for each switch
5-We can reload the entire stack, after deleted old image, uploaded new one, verified the integrity of the IOS, corrected boot statement.
switch#wr
Switch#reboot/reload
Hth
Regards
Inayath
06-19-2015 03:53 PM
Appreciate all the suggestions. We have solved the problem.
The thing to remember with "stacked switches" is... they are separate switches until they completely reload and complete the election. So when doing the boot statements, there is no flash1: or flash2, there is just flash:
06-12-2015 09:36 PM
I get an error message that reads: Loading "flash1:c3750-ipbasek9-mz.122-55.SE10.bin"....flash1:c3750-ipbasek9-mz.122-55.SE10.bin: no such device
Go back. GO ALL THE WAY BACK.
How did you upgrade the IOS? Judging from the error message above the IOS was upgraded by doing the "dangerous" method of copying the BIN file to the switch. Can you confirm this is correct? What filename was used for the 3750G and what filename was used for the 3750E?
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