cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrading ICX 7150's to 8090c non-UFI and need to upgrade it to latest firmware. Need some guidance

hailey_glenn
New Contributor III
So I have two ICX 7150 C12P's that were recently upgraded to 8090c (both primary and secondary) from 8070 and 8080 with the regular bin file, not the UFI. I've been advised to use the UFI file for this version and up. We needed them upgraded to work with Smartzone and I was unaware of needing the UFI file.

We've also been advised to go ahead and upgrade it to 08091 as well. Can I upgrade straight to this latest version safely? And, if so, do I also need to use the UFI file when upgrading? (Will this work using the command copy tftp flash 192.x.x.x SPS08091ufi.bin primary?)

FYI, I am new to networking and Ruckus, so I apologize for lack of knowledge in some areas.

Sorry for the bombardment of questions, hopefully this makes sense. If I'm missing any info needed, let me know.

Thanks!
7 REPLIES 7

BenBeck
Moderator
Moderator
Hey Hailey, 

You can upgrade directly from 8090c to 8091 with the UFI image. Your syntax is correct. Let me know if you have any additional questions. 
Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

hailey_glenn
New Contributor III
Thank you for your reply, I will let you know if I run into any troubles!

netwizz
Contributor III
Yes, that is a proper and supported command from 08.0.80 and higher and will properly install the UFI components.  Typically, I think Ruckus is recommending 08.0.90 builds currently 08.0.90d as their recommendation last I heard for this product family 7150, 7250, 7450, 7750...  I think the 08.0.91 builds is new for a couple specific switches which do not even have an 08.0.90 build offered.


That said, I am aware 08.0.91 has been released and that there is a build that would run on the above switches, but personally I am waiting until at least 08.0.91b except on a test bench or lab.

Today, I just cleared upgrading our switches (described above) from 08.0.80e to 08.0.90d, and we will be installing the UFI support as well using the command you listed.

*****

I would recommend doing a show boot-pref to verify if it boots the primary or secondary.  From there, I always do a copy flash flash secondary or a copy flash flash primary depending on which I want to copy and which I want to overwrite.  Using the ? question mark it will tell you exactly which one means what.

I ALWAYS store Layer-3 in secondary and boot from secondary on Layer-3 devices as a matter of convention going all the way back to the Foundry days.  Basically, in the global configuration I would do a "boot system flash secondary" to set that preference before I initially deploy a Layer-3 device.

For a Layer-2 device I just leave it as default.  No need to set "boot system flash primary"; since, default tries primary first anyway.

In your case SPS08091ufi.bin is layer-2 "switching" firmware.  The Layer-3 build would be SPR08091ufi.bin, which I doubt you want.

If I were upgrading from SPS08090c.bin being a layer-2 device I would have it booting from Primary.

I would do a copy flash flash secondary to copy the Primary -> Secondary as my backup.

Then I would do a "verif md5 primary" and a "verif md5 secondary"

Usually, I have the checksums saved to a textfile but ultimatey I am typically doing maybe 15 or 20 of these when I do them, so I do them in bulk really only checking the destination.

Only then do I execute my copy tftp flash xx.x.x SPS08091ufi.bin primary


Personally, I always then heck the primary out of habit though I would not be surprised if the switch already does a sanity or hash check as part of the built-in progress.

I also do a "show boot" to validate the bootrom is properly updated, too.


Lastly, I do a "write memory" just for good measure.  This is because I want the startup-config to be as up-to-date as possible before going to the next release family.  For example, if the startup-config is 08.0.70b for example and each boot it is loading 08.0.80c, then there are various pre-parse tasks that happen each time most likely stripping things like the depreciated dual-mode etc. and generating a new running-config.

It is just better to be as close as possible to the next build family before taking the leap; since, things are more completely tested by the developers whom undoubtedly have tested just about every command from 08.0.80x to 08.0.90x but much less so from say 08.0.60x to 08.0.90x

What you do not want is something that was depreciated a long long time ago to the point it does not convert and you end up with a configuration that is incomplete after an upgrade.  For example, over the years there has been three (3) ways I have done trunking.  Back on the old FastIron WS devices running 07.0.40x builds, was different than say 08.0.30x builds, and at some more recent build version they created a new virtual Lag interface.

You should have no issues going from 08.0.90c to 08.0.91, but please run a write mem first.  That said personally, I would probably go from 08.0.90c to 08.0.90d UFI if it were my judgement call.

hailey_glenn
New Contributor III
I have one switch running primary and one running secondary for testing purposes. I understand using SPS for primary and SPR for secondary.

So far, we don't know if we're going to need to use primary or secondary, or both, so it's safe to say we just need to upgrade both on each switch to the latest version.

I will heed your advice and write mem, upgrade to 8090d with ufi, then go from there to 8091.

I really appreciate the advice and will update you soon!