- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 08:24 AM - edited 05-16-2023 08:24 AM
I'm completely stuck and have been at this for hours. I have a version mismatch, and need to get my 2nd switch upgraded to 15.x from 12.2. I have the bin file on both flashes. Flash and flash2. I've tried the
boot system switch all flash:/insert_fileName_Here
and it still wont upgrade it.
When I do a sh boot, I never see the second switch like in the documentation here>
Step 5 - Verify Before the Reload
Verify the boot variable:
Switch#show boot BOOT path-list : flash:/c3750-advipservicesk9-mz.122-25.SEE2.bin !--- Primary switch. Config file : flash:/config.text Private Config file : flash:/private-config.text Enable Break : no Manual Boot : no HELPER path-list : Auto upgrade : yes ------------------- Switch 1 !--- Member switch. ------------------- BOOT path-list : flash:/c3750-advipservicesk9-mz.122-25.SEE2.bin Config file : flash:/config.text Private Config file : flash:/private-config.text Enable Break : no Manual Boot : no HELPER path-list :
Any ideas on what I could be doing wrong?
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 05:54 AM
Hi
did you try to break up the stack, upgrade individually and join again?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 08:36 AM
Did you enable auto-upgrade ?
(config)#software auto-upgrade enable
write mem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 08:47 AM
That command doesnt appear to work on a 3750
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 08:50 AM
Here is some more info:
Switch#sh switch
Switch/Stack Mac Address : 6c20.56ab.7400
H/W Current
Switch# Role Mac Address Priority Version State
----------------------------------------------------------
*1 Master 6c20.56ab.7400 15 3 Ready
2 Member 2c54.2d4e.8980 1 6 Version Mismatch
Switch#sh boot
BOOT path-list : flash2:c3750e-universalk9-mz.152-4.E10.bin
Config file : flash:/config.text
Private Config file : flash:/private-config.text
Enable Break : yes
Manual Boot : no
Allow Dev Key : yes
HELPER path-list :
Auto upgrade : yes
Auto upgrade path :
NVRAM/Config file
buffer size: 524288
Timeout for Config
Download: 0 seconds
Config Download
via DHCP: disabled (next boot: disabled)
Switch#
Switch#
Switch#sh flash:
Directory of flash:/
2 -rwx 8216 Jan 2 2006 00:03:44 +00:00 multiple-fs
3 -rwx 1918 Jan 2 2006 00:03:44 +00:00 private-config.text
4 -rwx 25549824 Mar 2 2021 17:33:48 +00:00 c3750e-universalk9-mz.152-4.E10.bin
5 -rwx 20431872 Jan 1 1970 00:11:23 +00:00 c3750e-universalk9-mz.150-2.SE9.bin
6 -rwx 2850 Jan 2 2006 00:03:44 +00:00 config.text
57671680 bytes total (11302400 bytes free)
Switch#
Switch#sh flash2:
Directory of flash2:/
2 -rwx 10287 Mar 1 1993 00:01:22 +00:00 config.text
3 drwx 512 Mar 1 1993 00:25:02 +00:00 c3750e-universalk9-mz.122-58.SE2
458 -rwx 736 Mar 1 1993 00:03:15 +00:00 vlan.dat
459 -rwx 5471 Mar 1 1993 00:01:22 +00:00 private-config.text
460 -rwx 3096 Mar 1 1993 00:03:21 +00:00 multiple-fs
461 -rwx 25549824 Jan 2 2006 17:53:30 +00:00 c3750e-universalk9-mz.152-4.E10.bin
57671680 bytes total (10532352 bytes free)
Switch#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 08:56 AM
I know what is going on here. The 2nd unit have a different license level. Since the "upgrade" method used was to "copy the IOS from one switch to another", the option to change the license level does not work.
The only option, that I am aware of, is to use the recommended method, download the TAR file and use the command: archive download-sw /allow-feature-upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 09:02 AM
Well, I dont have the tar file or access to it. The switch when booted up tells me to run archive copy-sw /force-reload /overwrite /dest 1 2
However, when I do that it says not enough space. I think because its trying to package up a tar file and its huge. In that case, not sure if its safe to remove the bin file from flash to free up space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 05:47 AM
@JonB93 wrote:
However, when I do that it says not enough space.
I doubt it. The command "archive copy-sw" is not a valid command.
The key here is /allow-feature-update. WIthout this option, nothing matters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 09:02 AM
Have you tried this article as far as the manual update? It's about halfway down.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 11:52 AM
Yes, exactly as described and no luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 05:54 AM
Hi
did you try to break up the stack, upgrade individually and join again?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 07:43 AM
I did that yesterday actually and that worked. Thank you!
