<?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: Switch ICX 7150-C12P has stuck in Boot and not able to connect to internet in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/52428#M3804</link>
    <description>&lt;P&gt;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/17895"&gt;@Murali&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please follow the below software recovery process if the switch is stuck in boot&lt;/P&gt;&lt;P&gt;1. Connect a console cable from the console port to the terminal server.&lt;/P&gt;&lt;P&gt;2. Connect an Ethernet cable from the management port (the port located under the console port on the device) to the TFTP server.&lt;/P&gt;&lt;P&gt;3. On the TFTP server, assign an IP address to the connected NIC; for example, IP address 10.10.10.21 mask 255.255.255.0.&lt;/P&gt;&lt;P&gt;4. Reboot the device, and go to the boot monitor mode by pressing "b".&lt;/P&gt;&lt;P&gt;5. When in boot mode, enter the printenv command to display details of the images available on the device memory; for example:&lt;BR /&gt;ICX64XX-boot&amp;gt; printenv&lt;BR /&gt;baudrate=9600&lt;BR /&gt;uboot=/foundry/FGS/bootcode/kxz07400.bin&lt;BR /&gt;ver=07.4.00T310 (Mar 1 2012 - 11:28:23)&lt;/P&gt;&lt;P&gt;6. Provide the IP address of the TFTP server that hosts a valid software image using the setenv serverip command; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; setenv serverip 10.10.10.21&lt;/P&gt;&lt;P&gt;7. Set the IP address, gateway IP address, and netmask for the device management port, and save the configuration using the setenv ipaddr, setenv gatewayip, setenv netmask, and saveenv commands; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; setenv ipaddr 10.10.10.22&lt;BR /&gt;ICX64XX-boot&amp;gt; setenv gatewayip 10.10.10.1&lt;BR /&gt;ICX64XX-boot&amp;gt; setenv netmask 255.255.255.0&lt;BR /&gt;ICX64XX-boot&amp;gt; saveenv&lt;/P&gt;&lt;P&gt;----------&lt;BR /&gt;Note: 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;/P&gt;&lt;P&gt;8. Enter the printenv command to verify the IP addresses that you configured for the device and the TFTP server; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; printenv&lt;BR /&gt;baudrate=9600&lt;BR /&gt;ipaddr=10.10.10.22&lt;BR /&gt;gatewayip=10.10.10.1&lt;BR /&gt;netmask=255.255.255.0&lt;BR /&gt;serverip=10.10.10.1&lt;BR /&gt;uboot=/foundry/FGS/bootcode/kxz07400.bin&lt;BR /&gt;ver=07.4.00T310 (Mar 1 2012 - 11:28:23)&lt;/P&gt;&lt;P&gt;9. Test the connectivity to the TFTP server from the device using the ping command to ensure a working connection; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; ping 10.10.10.21&lt;BR /&gt;ethPortNo = 0&lt;BR /&gt;Using egiga0 device&lt;BR /&gt;host 10.10.10.21 is alive&lt;BR /&gt;?&lt;BR /&gt;10. Provide the file name of the image that you want to copy from the TFTP server using the setenv image_name command; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; setenv image_name images/ICX/ICX64R08000.bin&lt;/P&gt;&lt;P&gt;11. Update the primary flash using the update_primary command; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; update_primary&lt;BR /&gt;ethPortNo = 0&lt;BR /&gt;Using egiga0 device&lt;BR /&gt;TFTP from server 10.10.10.21; our IP address is 10.10.10.22&lt;BR /&gt;Download Filename 'ICX64S07400.bin'.&lt;BR /&gt;Load address: 0x3000000&lt;BR /&gt;Download to address: 0x3000000&lt;BR /&gt;Loading: %#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;########################################################&lt;BR /&gt;done&lt;/P&gt;&lt;P&gt;Bytes transferred = 10360844 (9e180c hex)&lt;BR /&gt;prot off f8100000 f907ffff&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;........&lt;BR /&gt;Un-Protected 248 sectors&lt;BR /&gt;erase f8100000 f907ffff&lt;BR /&gt;.................................................&lt;BR /&gt;.................................................................&lt;BR /&gt;.................................................................&lt;BR /&gt;.................................................................&lt;BR /&gt;....&lt;BR /&gt;Erased 248 sectors&lt;BR /&gt;copying image to flash, it will take sometime...&lt;BR /&gt;sflash write 3000000 100000 f80000&lt;BR /&gt;TFTP to Flash Done.&lt;BR /&gt;12. Load the image from the primary flash using the boot_primary command; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; boot_primary&lt;BR /&gt;Booting image from Primary&lt;BR /&gt;## Booting image at 00007fc0 ...&lt;BR /&gt;Created: 2012-03-02 20:38:52 UTC&lt;BR /&gt;Data Size: 10360268 Bytes = 9.9 MB&lt;BR /&gt;Load Address: 00008000&lt;BR /&gt;Entry Point: 00008000&lt;BR /&gt;Verifying Checksum ... OK&lt;BR /&gt;OK&lt;BR /&gt;Starting kernel in BE mode ...&lt;BR /&gt;Uncompressing Image.............................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;........................................... done, booting the kernel.&lt;BR /&gt;Config partition mounted.&lt;/P&gt;&lt;P&gt;13. Enter show flash and see the output to check whether the image copy process was successful.&lt;/P&gt;&lt;P&gt;14. Copy the image from the primary to the secondary flash partition using the copy flash flash secondary command.&lt;/P&gt;&lt;P&gt;Please find the link below for software recoveryprocess&lt;BR /&gt;&lt;A href="https://docs.commscope.com/bundle/fastiron-08095-upgradeguide/page/GUID-9B5D5A56-039D-44FB-8FD2-B9B55E71ADE8.html" target="_blank"&gt;https://docs.commscope.com/bundle/fastiron-08095-upgradeguide/page/GUID-9B5D5A56-039D-44FB-8FD2-B9B55E71ADE8.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Tutorial video: &lt;A href="https://www.youtube.com/watch?v=RHriOYYD_iI" target="_blank"&gt;https://www.youtube.com/watch?v=RHriOYYD_iI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If this issue is not resolved , please log a ticket with the below link so that we will help you with it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/contact-us" target="_blank"&gt;https://support.ruckuswireless.com/contact-us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Zairah Javeed&lt;BR /&gt;Sr Tech Support Engineer&lt;BR /&gt;support.ruckuswireless.com/contact-us&lt;/P&gt;&lt;P&gt;Note: Please feel free to mark the post as ACCEPTED SOLUTIONS&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jan 2023 03:53:17 GMT</pubDate>
    <dc:creator>Zairah</dc:creator>
    <dc:date>2023-01-21T03:53:17Z</dc:date>
    <item>
      <title>Switch ICX 7150-C12P has stuck in Boot and not able to connect to internet</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/52425#M3802</link>
      <description>&lt;P&gt;Issue: Switch ICX 7150-C12P has stuck in Boot and not able to connect to internet&lt;/P&gt;&lt;P&gt;Based on research in this forum, understood that the switch got stuck during boot.&lt;/P&gt;&lt;P&gt;Tried...&lt;/P&gt;&lt;P&gt;1. &amp;nbsp;Checked cable and it is good condition&lt;/P&gt;&lt;P&gt;2. Tried the hardware reset using the front reset button per instruction found in this forum. &amp;nbsp;Now that Amber lights blinking in all status (power status is green) and keeps blinking. &amp;nbsp;Not reset to factory default. &amp;nbsp;I am using Mac Sur to connect using the USB-C cable and not successful to connect to CLI. &amp;nbsp;Please advise next steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2023 03:20:13 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/52425#M3802</guid>
      <dc:creator>Murali</dc:creator>
      <dc:date>2023-01-21T03:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Switch ICX 7150-C12P has stuck in Boot and not able to connect to internet</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/52428#M3804</link>
      <description>&lt;P&gt;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/17895"&gt;@Murali&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please follow the below software recovery process if the switch is stuck in boot&lt;/P&gt;&lt;P&gt;1. Connect a console cable from the console port to the terminal server.&lt;/P&gt;&lt;P&gt;2. Connect an Ethernet cable from the management port (the port located under the console port on the device) to the TFTP server.&lt;/P&gt;&lt;P&gt;3. On the TFTP server, assign an IP address to the connected NIC; for example, IP address 10.10.10.21 mask 255.255.255.0.&lt;/P&gt;&lt;P&gt;4. Reboot the device, and go to the boot monitor mode by pressing "b".&lt;/P&gt;&lt;P&gt;5. When in boot mode, enter the printenv command to display details of the images available on the device memory; for example:&lt;BR /&gt;ICX64XX-boot&amp;gt; printenv&lt;BR /&gt;baudrate=9600&lt;BR /&gt;uboot=/foundry/FGS/bootcode/kxz07400.bin&lt;BR /&gt;ver=07.4.00T310 (Mar 1 2012 - 11:28:23)&lt;/P&gt;&lt;P&gt;6. Provide the IP address of the TFTP server that hosts a valid software image using the setenv serverip command; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; setenv serverip 10.10.10.21&lt;/P&gt;&lt;P&gt;7. Set the IP address, gateway IP address, and netmask for the device management port, and save the configuration using the setenv ipaddr, setenv gatewayip, setenv netmask, and saveenv commands; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; setenv ipaddr 10.10.10.22&lt;BR /&gt;ICX64XX-boot&amp;gt; setenv gatewayip 10.10.10.1&lt;BR /&gt;ICX64XX-boot&amp;gt; setenv netmask 255.255.255.0&lt;BR /&gt;ICX64XX-boot&amp;gt; saveenv&lt;/P&gt;&lt;P&gt;----------&lt;BR /&gt;Note: 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;/P&gt;&lt;P&gt;8. Enter the printenv command to verify the IP addresses that you configured for the device and the TFTP server; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; printenv&lt;BR /&gt;baudrate=9600&lt;BR /&gt;ipaddr=10.10.10.22&lt;BR /&gt;gatewayip=10.10.10.1&lt;BR /&gt;netmask=255.255.255.0&lt;BR /&gt;serverip=10.10.10.1&lt;BR /&gt;uboot=/foundry/FGS/bootcode/kxz07400.bin&lt;BR /&gt;ver=07.4.00T310 (Mar 1 2012 - 11:28:23)&lt;/P&gt;&lt;P&gt;9. Test the connectivity to the TFTP server from the device using the ping command to ensure a working connection; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; ping 10.10.10.21&lt;BR /&gt;ethPortNo = 0&lt;BR /&gt;Using egiga0 device&lt;BR /&gt;host 10.10.10.21 is alive&lt;BR /&gt;?&lt;BR /&gt;10. Provide the file name of the image that you want to copy from the TFTP server using the setenv image_name command; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; setenv image_name images/ICX/ICX64R08000.bin&lt;/P&gt;&lt;P&gt;11. Update the primary flash using the update_primary command; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; update_primary&lt;BR /&gt;ethPortNo = 0&lt;BR /&gt;Using egiga0 device&lt;BR /&gt;TFTP from server 10.10.10.21; our IP address is 10.10.10.22&lt;BR /&gt;Download Filename 'ICX64S07400.bin'.&lt;BR /&gt;Load address: 0x3000000&lt;BR /&gt;Download to address: 0x3000000&lt;BR /&gt;Loading: %#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;########################################################&lt;BR /&gt;done&lt;/P&gt;&lt;P&gt;Bytes transferred = 10360844 (9e180c hex)&lt;BR /&gt;prot off f8100000 f907ffff&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;........&lt;BR /&gt;Un-Protected 248 sectors&lt;BR /&gt;erase f8100000 f907ffff&lt;BR /&gt;.................................................&lt;BR /&gt;.................................................................&lt;BR /&gt;.................................................................&lt;BR /&gt;.................................................................&lt;BR /&gt;....&lt;BR /&gt;Erased 248 sectors&lt;BR /&gt;copying image to flash, it will take sometime...&lt;BR /&gt;sflash write 3000000 100000 f80000&lt;BR /&gt;TFTP to Flash Done.&lt;BR /&gt;12. Load the image from the primary flash using the boot_primary command; for example:&lt;/P&gt;&lt;P&gt;ICX64XX-boot&amp;gt; boot_primary&lt;BR /&gt;Booting image from Primary&lt;BR /&gt;## Booting image at 00007fc0 ...&lt;BR /&gt;Created: 2012-03-02 20:38:52 UTC&lt;BR /&gt;Data Size: 10360268 Bytes = 9.9 MB&lt;BR /&gt;Load Address: 00008000&lt;BR /&gt;Entry Point: 00008000&lt;BR /&gt;Verifying Checksum ... OK&lt;BR /&gt;OK&lt;BR /&gt;Starting kernel in BE mode ...&lt;BR /&gt;Uncompressing Image.............................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;................................................................................&lt;BR /&gt;........................................... done, booting the kernel.&lt;BR /&gt;Config partition mounted.&lt;/P&gt;&lt;P&gt;13. Enter show flash and see the output to check whether the image copy process was successful.&lt;/P&gt;&lt;P&gt;14. Copy the image from the primary to the secondary flash partition using the copy flash flash secondary command.&lt;/P&gt;&lt;P&gt;Please find the link below for software recoveryprocess&lt;BR /&gt;&lt;A href="https://docs.commscope.com/bundle/fastiron-08095-upgradeguide/page/GUID-9B5D5A56-039D-44FB-8FD2-B9B55E71ADE8.html" target="_blank"&gt;https://docs.commscope.com/bundle/fastiron-08095-upgradeguide/page/GUID-9B5D5A56-039D-44FB-8FD2-B9B55E71ADE8.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Tutorial video: &lt;A href="https://www.youtube.com/watch?v=RHriOYYD_iI" target="_blank"&gt;https://www.youtube.com/watch?v=RHriOYYD_iI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If this issue is not resolved , please log a ticket with the below link so that we will help you with it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/contact-us" target="_blank"&gt;https://support.ruckuswireless.com/contact-us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Zairah Javeed&lt;BR /&gt;Sr Tech Support Engineer&lt;BR /&gt;support.ruckuswireless.com/contact-us&lt;/P&gt;&lt;P&gt;Note: Please feel free to mark the post as ACCEPTED SOLUTIONS&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2023 03:53:17 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/52428#M3804</guid>
      <dc:creator>Zairah</dc:creator>
      <dc:date>2023-01-21T03:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Switch ICX 7150-C12P has stuck in Boot and not able to connect to internet</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/52436#M3805</link>
      <description>&lt;P&gt;Hi Zairah,&lt;/P&gt;&lt;P&gt;I want to thank you for your response. &amp;nbsp;But, I have connected this switch to my AT&amp;amp;T fiber router only at home. Also, not able to connect to my Mac. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could you or anyone please assist with the steps to fix for the above mentioned usage.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2023 03:33:52 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/52436#M3805</guid>
      <dc:creator>Murali</dc:creator>
      <dc:date>2023-01-22T03:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Switch ICX 7150-C12P has stuck in Boot and not able to connect to internet</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/52687#M3809</link>
      <description>&lt;P&gt;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/17895"&gt;@Murali&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please log a ticket with the below link so that we will help you with it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/contact-us" target="_blank" rel="noopener noreferrer"&gt;https://support.ruckuswireless.com/contact-us&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 06:06:13 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/52687#M3809</guid>
      <dc:creator>Zairah</dc:creator>
      <dc:date>2023-01-27T06:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Switch ICX 7150-C12P has stuck in Boot and not able to connect to internet</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/53122#M3830</link>
      <description>&lt;P&gt;The only support that I have is thru this community portal. &amp;nbsp; The case is denied. The solution that you had provided not suitable for my situation. &amp;nbsp;Can you or anyone please provide solutions for this issue? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 14:28:41 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/53122#M3830</guid>
      <dc:creator>Murali</dc:creator>
      <dc:date>2023-02-04T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Switch ICX 7150-C12P has stuck in Boot and not able to connect to internet</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/53995#M3868</link>
      <description>&lt;P&gt;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/17895"&gt;@Murali&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you able to go in the CLI of the switch ?&lt;/P&gt;&lt;P&gt;Do you see any amber light indication on the switch?&lt;/P&gt;&lt;P&gt;Were you able to follow software recovery process ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zairah&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 02:22:08 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Switch-ICX-7150-C12P-has-stuck-in-Boot-and-not-able-to-connect/m-p/53995#M3868</guid>
      <dc:creator>Zairah</dc:creator>
      <dc:date>2023-02-23T02:22:08Z</dc:date>
    </item>
  </channel>
</rss>

