03-23-2021 02:27 PM
Hi all,
Running a Ruckus ICX7150-C12-POE and I followed the upgrade process from https://docs.commscope.com/bundle/fastiron-08090-upgradeguide/page/GUID-5DD7EE86-6988-4CA7-81D2-22EA... to upgrade to 08.0.90j on my switch. After copying over the image to the secondary and rebooting my switch I received the error
==========================================================================
========== WARNING: Boot-monitor version mismatch!!! ==========
========== Please use "show boot-monitor" command for details ==========
=========================================================================='
Which is expected because after this boot my device used the 10.1.14 boot code in the Primary Boot code area.
When I run show boot-monitor I see:
Stack unit 1:
Current Version : 10.1.14
Recommended Version: 10.1.18 (Mismatch)
And when I run show flash, I see:
Stack unit 1:
NAND Type: Micron NAND 2GiB (x 1)
Compressed Pri Code size = 29360128, Version:08.0.90jT211 (SPS08090j.bin)
Compressed Sec Code size = 29360128, Version:08.0.90jT211 (SPS08090j.bin)
Compressed Pri Boot Code size = 786944, Version:10.1.14T225 (mnz10114)
Compressed Sec Boot Code size = 786944, Version:10.1.18T225 (mnz10118)
Code Flash Free Space = 1155084288
So my question is - How do I get Compressed Sec Boot Code to Compressed Pri Boot Code? The copy command doesn't work. 😞
Did I miss something?
Trent
03-23-2021 02:31 PM
You’ll have to set it in the bootrom.
03-23-2021 02:37 PM
You should just be able to re-copy the SPS08090jufi.bin and reboot. The UFI contains the bootmon image.
03-23-2021 02:52 PM
The copy commands work just fine from privlege exec. Your switch boots, so just boot the secondary image and recopy the UFI ...
03-23-2021 03:01 PM
Thanks all - The re-copy seems to have done it. Not sure if I used 'reload' instead of 'boot system flash primary' after the initial upload of 08090jufi.bin and if that had an impact. Current show flash after re-copy:
Stack unit 1:
NAND Type: Micron NAND 2GiB (x 1)
Compressed Pri Code size = 29360128, Version:08.0.90jT211 (SPS08090j.bin)
Compressed Sec Code size = 29360128, Version:08.0.90jT211 (SPS08090j.bin)
Compressed Pri Boot Code size = 786944, Version:10.1.18T225 (mnz10118)
Compressed Sec Boot Code size = 786944, Version:10.1.18T225 (mnz10118)
Code Flash Free Space = 1155063808
I believe it's all good. Thanks for the help.