cancel
Showing results for 
Search instead for 
Did you mean: 

How to Upgrade a Switch ICX-7150-C12P via TFTP

Yarenis
Moderator
Moderator

 

How to Upgrade a Switch ICX-7150-C12P via  TFTP

 

In the following example, we are going to upgrade a switch from a non-UFI version to 8095h UFI version.

You can use the next guide as reference

Software Mandatory Upgrade Steps from a Pre-08.0.90 Non-UFI Version to a 08.0.95 UFI Version

https://docs.commscope.com/bundle/fastiron-08095-upgradeguide/page/GUID-5DD7EE86-6988-4CA7-81D2-22EA...

 

- Go to Ruckus support page to download the images

 Link: https://support.ruckuswireless.com/software

-Look for the scroll bar, (Choose Product) and select ICX7150

 

Yarenis_0-1667947246133.png

 

-Then click downloads.

Yarenis_1-1667947246142.png

 

 

-we need to download two codes, the intermedia version 08080f and the final code 08095g UFI.

Yarenis_2-1667947246147.png

 

-Click on downloads

Important note:  Read terms and conditions once this is done, proceed to download

Yarenis_3-1667947246152.png

 

Yarenis_4-1667947246155.png

 

 

- Now we are going to download two applications to gain access to the Switch, Putty and TFTP(Part 2)

Putty: https://putty.org/

Yarenis_5-1667947246158.png

 

TFTP 64: https://bitbucket.org/phjounin/tftpd64/downloads/

Yarenis_6-1667947246165.png

Second Link for TFTP 64: https://github.com/peacepenguin/tftpd64/releases

TFTP .png

- Gaining Access to the Switch via Telnet or SSH, let's first find out the IP address of the switch.

  1. A) Type “CMD” from start button and open:

Yarenis_7-1667947246170.png

B) Run the Following command: "arp -a", now you can see the IP or internet address of the switch, and the physical address, however you need to know the physical address  can be located on a sticker in the Switch, so you can do the match with the information displayed in the CMD.

Yarenis_8-1667947246176.png

 

Also, you can use the next guide to find the IP address with an application:

How to find my Ruckus “Devices IP address” using free applications

https://community.ruckuswireless.com/t5/RUCKUS-Support-for-Lennar-Homes/How-to-find-my-Ruckus-Device...

 

C)Now you know the IP or internet address, let's gain access via putty:

SSH:  

Yarenis_9-1667947246181.png

 

Telnet:

Yarenis_10-1667947246185.png

 

D)Access: whichever option you are using, if it asks for a password, enter the following, then “enable” command which will allows you to execute the upgrade.

User:  “super”

Password: “sp-admin”

“enable”

Yarenis_11-1667947246186.png

 

- Set the TFTP To star the upgrade

A: Open the Application TFTD64 that we recently downloaded, by typing “tftpd64” from start button and open:

Yarenis_12-1667947246200.png

 

B: we are going to create a folder (I have named Upgrade) with the two codes we require, in our case will be for 08080f (boot and image file), and for the 08090g(just the Image)

Note: we need to unzip both codes first.

Yarenis_13-1667947246204.png

 

Yarenis_14-1667947246209.png

 

*Now we have unzipped the files, let’s copy and paste the files we require for the upgrade.

08080f files:

A: Open the folder unzipped folder named 08080f>ICX7150>boot>copied the file named mnz10114.bin and

paste it in the folder we created named Upgrade

B: Open the folder 08080f>ICX7150>image>copied the file named SPS08080f.bin and

paste it in the folder we created named Upgrade

08095h file:

A: Open the folder 08095h>ICX7150>image>copied the file named SPS08095hufi.bin and

paste it in the folder we created named Upgrade

Note: This time we require only the UFI image.

Files.png

 

 

Note: As you can see my folder named Upgrade that I have located in the downloads, I have 3 files for the 08080f code I have the boot named mnz10114.bin with the image named SPS08080f.bin and for the code 08095h and I have only the UFI image named SPS08095hufi.bin (the UFI letter at the end means unified image, so we do not require the boot file.)

*Now come back to your TFTP Application and browse for the folder named Upgrade, so the TFTP will be ready with the path for the upgrade and hit ok.

Yarenis_16-1667947246216.png

 

* check your computer’s IP address from CMD application (we opened before) run the next command: ‘”ipconfig”)

Now you can see you current IP address, the adapter can change, if you are connected to the internet via wireless or wired, and this IP address is the one you will use in the TFTP application as server interfaces, because your computer will act as Server.

Yarenis_17-1667947246221.png

 

Come back to your Putty APP and start the upgrade by running the next command to upgrade the boot:

“copy tftp flash 10.45.19.152 spz10114.bin bootrom”

Yarenis_18-1667947246222.png

 

Note: as you see the IP address, I am using matches with my computer ‘IP, due that my computer is my server, finally press enter, also you can configure out the file name of the boot by opening the file which will display the name and is the name we are going to use in the command.

 

*Continue with the upgrade, this time with the image:

“copy tftp flash 10.176.220.51 SPS08080f.bin primary”   (upgrade the image)

“Show flash”                                                                               (check the primary flash has the new code)

“Write memory”                                                                       (save the changes)

“boot system flash primary”                                                   (boot the Switch with the new code)   

Yarenis_19-1667947246224.png

 

Note: as you see, the name of the file now belongs to the image, and we are choosing to upgrade the primary partition.

* We need to continue the upgrade but now from code 08080f to 08095h, this part is easier due that the code 08095g we are just going to upgrade only the UFI image named SPS08095hufi.bin, this file contains all and will require one step.

*Run the next commands:

“copy tftp flash 10.176.220.51 SPS08095hufi.bin primary”  (upgrade the image)

“Show flash”                                                                                    (check the primary flash has the new code)

“Write memory”                                                                               (save the changes)

“boot system flash primary”                                                            (boot the Switch with the new code)

Yarenis_20-1667947246226.png

 

Note: as you see, the name of the file now belongs to the image of 08095h, and we are inserting the file in the primary partition.

*After the Switch comes back, run the next final command to copy what its in the primary partition to the secondary because we need that both partitions match.

“copy flash flash secondary   will copy what is in the primary”

 

Yarenis_21-1667947246227.png

0 REPLIES 0