<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to boot image to Ruckus ICX 7150 in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-boot-image-to-Ruckus-ICX-7150/m-p/14173#M336</link>
    <description>You will need to reload at least one image via the boot monitor and a&amp;nbsp;TFTP server. Full instructions are here&amp;nbsp;&lt;A href="http://docs.ruckuswireless.com/fastiron/08.0.70/fastiron-08070-upgradeguide/GUID-DA75FD7E-A8D4-4B12-AA56-09C61D326F5F.html" rel="nofollow" target="_blank" title="Link http//docsruckuswirelesscom/fastiron/08070/fastiron-08070-upgradeguide/GUID-DA75FD7E-A8D4-4B12-AA56-09C61D326F5Fhtml"&gt;http://docs.ruckuswireless.com/fastiron/08.0.70/fastiron-08070-upgradeguide/GUID-DA75FD7E-A8D4-4B12-...&lt;/A&gt;&amp;nbsp;</description>
    <pubDate>Fri, 06 Jul 2018 09:33:15 GMT</pubDate>
    <dc:creator>simon_pollard</dc:creator>
    <dc:date>2018-07-06T09:33:15Z</dc:date>
    <item>
      <title>Unable to boot image to Ruckus ICX 7150</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-boot-image-to-Ruckus-ICX-7150/m-p/14172#M335</link>
      <description>Hi Everyone, Please help me about booting image from USB or TFTP server to Ruckus ICX 7150. This issue arised when I deleted flash of both primary and secondary with reload&amp;nbsp; while trying to upgrade image on this new Ruckus switch.. I tried both methods but in vain.&amp;nbsp; Please advice. Advance Thanks.</description>
      <pubDate>Fri, 06 Jul 2018 09:10:58 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-boot-image-to-Ruckus-ICX-7150/m-p/14172#M335</guid>
      <dc:creator>ramrecha_yadav</dc:creator>
      <dc:date>2018-07-06T09:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to boot image to Ruckus ICX 7150</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-boot-image-to-Ruckus-ICX-7150/m-p/14173#M336</link>
      <description>You will need to reload at least one image via the boot monitor and a&amp;nbsp;TFTP server. Full instructions are here&amp;nbsp;&lt;A href="http://docs.ruckuswireless.com/fastiron/08.0.70/fastiron-08070-upgradeguide/GUID-DA75FD7E-A8D4-4B12-AA56-09C61D326F5F.html" rel="nofollow" target="_blank" title="Link http//docsruckuswirelesscom/fastiron/08070/fastiron-08070-upgradeguide/GUID-DA75FD7E-A8D4-4B12-AA56-09C61D326F5Fhtml"&gt;http://docs.ruckuswireless.com/fastiron/08.0.70/fastiron-08070-upgradeguide/GUID-DA75FD7E-A8D4-4B12-...&lt;/A&gt;&amp;nbsp;</description>
      <pubDate>Fri, 06 Jul 2018 09:33:15 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-boot-image-to-Ruckus-ICX-7150/m-p/14173#M336</guid>
      <dc:creator>simon_pollard</dc:creator>
      <dc:date>2018-07-06T09:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to boot image to Ruckus ICX 7150</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-boot-image-to-Ruckus-ICX-7150/m-p/14174#M337</link>
      <description>&lt;OL&gt;&lt;LI&gt;Connect a console cable from the console port to the terminal server.&lt;/LI&gt;&lt;LI&gt;Connect an Ethernet cable from the management port (the port located under the console port on the device) to the TFTP server.&lt;/LI&gt;&lt;LI&gt;On the TFTP server, assign an IP address to the connected NIC. For example enter:&lt;PRE&gt;IP address 10.10.10.21 mask 255.255.255.0
&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Reboot the device.&lt;/LI&gt;&lt;LI&gt;When in boot mode, enter the&amp;nbsp;printenv&amp;nbsp;command to display details of the images available on the device memory. For example:&lt;PRE&gt;ICX7450-boot&amp;gt; printenv
baudrate=9600
uboot=brocade/ICX7450/bootcode/spz10106b002
Version:10.1.06T215 (May  15 2015 - 11:28:23)
&lt;/PRE&gt;The path is to the boot image on the TFTP server.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Provide the IP address of the TFTP server that hosts a valid software image using the&amp;nbsp;setenv serverip&amp;nbsp;command. For example:&lt;PRE&gt;ICX7450-boot&amp;gt; setenv uboot 10.10.10.21
&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Set the IP address, gateway IP address, and netmask for the device management port, and save the configuration using the&amp;nbsp;setenv ipaddr,&amp;nbsp;setenv gatewayip,&amp;nbsp;setenv netmask, and&amp;nbsp;saveenv&amp;nbsp;commands. For example:&lt;PRE&gt;ICX7450-boot&amp;gt; setenv ipaddr 10.10.10.22
ICX7450-boot&amp;gt; setenv gatewayip 10.10.10.1
ICX7450-boot&amp;gt; setenv netmask 255.255.255.0
ICX7450-boot&amp;gt; saveenv
&lt;/PRE&gt;NOTE&lt;BR /&gt;The IP address and the gateway IP address set for the device management port should be for the same subnet as the TFTP server NIC.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Enter the&amp;nbsp;printenv&amp;nbsp;command to verify the IP addresses that you configured for the device and the TFTP server. For example:&lt;PRE&gt;ICX7450-boot&amp;gt; printenv
baudrate=9600
ipaddr=10.10.10.22
gatewayip=10.10.10.1
netmask=255.255.255.0
serverip=10.10.10.1
uboot=brocade/ICX7450/bootcode/spz10106b002
Version:10.1.06T215 (May  15 2015 - 11:28:23)
&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Test the connectivity to the TFTP server from the device using the&amp;nbsp;ping&amp;nbsp;command to ensure a working connection. For example:&lt;PRE&gt;ICX7450-boot&amp;gt; ping 10.10.10.21
ethPortNo = 0
Using egiga0 device
host 10.10.10.21 is alive
&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Provide the file name of the image that you want to copy from the TFTP server using the&amp;nbsp;setenv image_name&amp;nbsp;command. For example:&lt;PRE&gt;ICX7450-boot&amp;gt; setenv image_name images/ICX/SPR08040.bin
&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Update the primary flash using the&amp;nbsp;update_primary&amp;nbsp;command. For example:&lt;PRE&gt;ICX7450-boot&amp;gt; update_primary
ethPortNo = 0
Using egiga0 device
TFTP from server 10.10.10.21; our IP address is 10.10.10.22
Download Filename 'SPR08040.bin'.
Load address: 0x3000000
Download to address: 0x3000000
Loading: %#################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ########################################################
done
Bytes transferred = 10360844 (9e180c hex)
prot off f8100000 f907ffff
................................................................................
................................................................................
................................................................................
........
Un-Protected 248 sectors
erase f8100000 f907ffff
.................................................
.................................................................
.................................................................
.................................................................
....
Erased 248 sectors
copying image to flash, it will take sometime...
sflash write 3000000 100000 f80000
TFTP to Flash Done.
&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Load the image from the primary flash using the&amp;nbsp;boot_primary&amp;nbsp;command; for example:&lt;PRE&gt;ICX7450-boot&amp;gt; boot_primary
Booting image from Primary
## Booting image at 00007fc0 ...
   Created:      2015-05-02  20:38:52 UTC
   Data Size:    10360268 Bytes =  9.9 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
Starting kernel in BE mode ...
Uncompressing Image.............................................................
................................................................................
................................................................................
................................................................................
................................................................................
........................................... done, booting the kernel.
Config partition mounted.
&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Enter&amp;nbsp;show flash&amp;nbsp;and see the output to check whether the image copy process was successful.&lt;/LI&gt;&lt;LI&gt;Copy the image from the primary to the secondary flash partition using the&amp;nbsp;copy flash flash secondary&amp;nbsp;command.&lt;/LI&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;BR /&gt;If this does not work, then the boot may be corrupted and you will nee to call support...I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 06 Jul 2018 13:50:21 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-boot-image-to-Ruckus-ICX-7150/m-p/14174#M337</guid>
      <dc:creator>david_chavarri1</dc:creator>
      <dc:date>2018-07-06T13:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to boot image to Ruckus ICX 7150</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-boot-image-to-Ruckus-ICX-7150/m-p/14175#M338</link>
      <description>&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;&amp;nbsp;I deleted flash of both primary and secondary with reload&amp;nbsp; while trying to upgrade image on this brocade fcx . please give solution how can i install image through monitor path....&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:02:06 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-boot-image-to-Ruckus-ICX-7150/m-p/14175#M338</guid>
      <dc:creator>muhammad_asif</dc:creator>
      <dc:date>2021-03-17T16:02:06Z</dc:date>
    </item>
  </channel>
</rss>

