can't get kernel image! both primary and secondary image were erased
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2019 02:23 AM
Anybody can help me to fix it please???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2019 02:15 PM
Hi Thanh,
Please follow the software recovery process see link below:
http://docs.ruckuswireless.com/fastiron/08.0.70/fastiron-08070-upgradeguide/GUID-DA75FD7E-A8D4-4B12-...
From the guide:
Recovering Software This section explains how to recover devices from image installation failure or deleted or corrupted flash images. NOTE
Software recovery should be performed under the supervision of a Ruckus support engineer.
- Connect a console cable from the console port to the terminal server.
- Connect an Ethernet cable from the management port (the port located under the console port on the device) to the TFTP server.
-
On the TFTP server, assign an IP address to the connected Network Interface Card (NIC).
IP address 10.10.10.21 mask 255.255.255.0
NOTE
In practice, the TFTP server is also used as the terminal server to view the CLI output.
- Reboot the device.
-
When in boot mode, enter the
printenv command to display details of the images available on the device memory.
device> printenv baudrate=9600 uboot=brocade/ICX7450/bootcode/spz10106b002 Version:10.1.06T215 (May 15 2015 - 11:28:23)
The path is to the boot image on the TFTP server.
-
Provide the IP address of the TFTP server that hosts a valid software image using the
setenv serverip command.
device> setenv serverip 10.10.10.21
-
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.
device> setenv ipaddr 10.10.10.22 device> setenv gatewayip 10.10.10.1 device> setenv netmask 255.255.255.0 device> saveenv
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.
-
Enter the
printenv
command to verify the IP addresses that you configured for the device and the TFTP server.
device> 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)
-
Test the connectivity to the TFTP server from the device using the
ping command to ensure a working connection.
device> ping 10.10.10.21 ethPortNo = 0 Using egiga0 device host 10.10.10.21 is alive
-
Provide the file name of the image that you want to copy from the TFTP server using the
setenv image_name command.
device> setenv image_name images/ICX/SPR08040.bin
-
Update the primary flash using the
update_primary command.
device> 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.
-
Load the image from the primary flash using the
boot_primary command.
device> 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.
- Enter the show flash command and review the output to check whether the image copy process was successful.
- Copy the image from the primary to the secondary flash partition using the copy flash flash secondary command.
Hope this helps.
Thanks
Hashim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019 03:32 AM
I uploaded image successfully. But another problem as attached picture. Could you help me have a look it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019 06:34 AM
http://docs.ruckuswireless.com/fastiron/08.0.90/fastiron-08090-upgradeguide/GUID-5DD7EE86-6988-4CA7-...
Thanks,
Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019 06:50 PM
I could not upload SPR08090ufi.bin
!!!Error: Invalid FI Image file: Header Type 0x402
Error: The header crc a000000 and the calculated crc 4c05e3bd mismatch
I downloaded the image ICX7150 for uploading to switch.
Can you guide me the way to solve that problem.
Thank you very much. Please see below to know the issues
ICX7150-Boot>setenv image_name SPR08090ufi.bin
ICX7150-Boot>update_primary
Updating PRIMARY image over TFTP
Load addr=0x70000000
Change GMAC speed to 100MB
Using bcm_xgs_gmac-0 device
TFTP from server 192.168.1.33; our IP address is 192.168.1.167
Filename 'SPR08090ufi.bin'.
Load address: 0x70000000
Loading: #
!!!Error: Invalid FI Image file: Header Type 0x402
################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
######################################################
2.7 MiB/s
done
Bytes transferred = 47547438 (2d5842e hex)
Error: The header crc a000000 and the calculated crc 4c05e3bd mismatch

