10-18-2021 04:05 PM
Hello,
I'm trying to upgrade the software from 08.0.91 to a newer version, however I'm having trouble doing so. I tried the copy command, but no luck. It's almost as if copy tftp isn't working for some strange reason.
I figured the only option was TFTP, as this model doesn't have a USB port. But any ideas on how to proceed with this upgrade? Current output:
SSH@ICX7150-C08P Switch#show ver
Copyright (c) Ruckus Networks, Inc. All rights reserved.
UNIT 1: compiled on Jun 6 2019 at 20:57:00 labeled as SPS08091
(28774816 bytes) from Primary SPS08091.bin (Non-UFI)
SW: Version 08.0.91T211
Compressed Primary Boot Code size = 786944, Version:10.1.16T225 (mnz10116)
Compiled on Sat May 25 10:09:26 2019HW: ICX7150-C08-POE
==========================================================================
UNIT 1: SL 1: ICX7150-C08-2X1G POE 8-port Management Module
Serial #:FMF3845Q09R
Software Package: BASE_SOFT_PACKAGE
P-ASIC 0: type B160, rev 11 Chip BCM56160_B0
==========================================================================
UNIT 1: SL 2: ICX7150-2x1GF 2-port 2G Module
==========================================================================
1000 MHz ARM processor ARMv7 88 MHz bus
8192 KB boot flash memory
2048 MB code flash memory
1024 MB DRAM
STACKID 1 system uptime is 3 day(s) 35 minute(s) 51 second(s)
The system started at 00:16:17 GMT+00 Thu Jan 01 1970The system : started=factory reset reloaded=by "factory reset"
======================================================================================
=============== WARNING: FI image is not booted from UFI!!! ===============
====== Please download UFI image and reboot the system for full functionality ======
======================================================================================
copy tftp startup-config
doesn't seem to want to work either. are these commands available in the .92 version?
10-19-2021 07:50 AM
Your list attempt of "copy tftp startup-config" will not upgrade the switch. That will only attempt to copy a configuration file to the startup-config name. And that is not a complete command in of itself.
The command you will need is
copy tftp flash <ip.address> <new firmware name> [primary|secondary]
1) where <ip.address> is, of course your accessible tftp server
2) <new firmware name> is the file image that you are upgrading to
3) [primary|secondary] one or the other, depending upon your upgrade plans.
That is the basic. But there are other items to consider, so make sure to read the upgrade notes for the newer firmware.