From b03ee846082c38afe0d1f231666259d71f5d2df7 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Wed, 8 Jan 2025 03:57:59 -0500 Subject: [PATCH] 8095q, S4810 MAC issue, de-halloween merry crimmasssss --- docs/S4810.md | 4 +++- docs/brocade-overview.md | 10 +++++----- docs/icx7150.md | 2 +- docs/icx7250.md | 2 +- mkdocs.yml | 4 ++-- overrides/main.html | 2 +- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/S4810.md b/docs/S4810.md index a0333f1..b613a17 100644 --- a/docs/S4810.md +++ b/docs/S4810.md @@ -215,7 +215,9 @@ upgrade system tftp://192.168.1.8/FTOS-SE-9.14.1.14.bin b upgrade fpga-image stack-unit 0 booted #confirm yes even if versions match ``` -The switch will now reboot, and will automatically boot fully into FTOS, and you are done - you now have a regular S4810P. +**NOTE:** If no matter what you try, you receive `TFTP_TIMEOUT: Transfer Timed Out` when trying the upgrade command above, you need to follow [this](store/S4810-mac-issue.pdf) to fix the burned in MAC addresses. + +If the above commands all went through successfully the switch will now reboot, and will automatically boot fully into FTOS, and you are done - you now have a regular S4810P. ## Thanks - Thanks to is39 from ServeTheHome for providing access to multiple S4810-ON units to fine tune this guide with. diff --git a/docs/brocade-overview.md b/docs/brocade-overview.md index 9195d4d..cc890f0 100644 --- a/docs/brocade-overview.md +++ b/docs/brocade-overview.md @@ -3,11 +3,11 @@ ## Master ZIP (Firmware, Manuals, Licenses) Download the ZIP below which contains all the firmware, licenses, and documentation you'll need for the guides on this site. -[```Brocade Master ZIP```](store/brocade-08-03-2024.zip) +[```Brocade Master ZIP```](store/brocade-01-08-2025.zip) ```ICX6xxx SW version: 08030u``` -```ICX7xxx SW version: 08095p``` -```ZIP Updated: 08-03-2024``` -```MD5: 2a112d78a42177ec542e5f7039058987``` +```ICX7xxx SW version: 08095q``` +```ZIP Updated: 01-08-2025``` +```MD5: f0afabe70c6e3ca009163ecbcaf47ab7``` Inside this archive you'll see a folder titled `brocade-(date)` - extract this entire folder somewhere on your PC. Then, you need to get a TFTP server up and running temporarily, serving files out of the `TFTP-Content` subfolder. If you're already familiar with how to do this, point your TFTP server at `TFTP-Content` so it's the root folder, then navigate to your switch model under the **Brocade Setup** menu on the left. If you need some pointers getting TFTP running, continue below. @@ -31,7 +31,7 @@ Now you need to edit the config located at `/etc/default/tftpd-hpa` to match the # /etc/default/tftpd-hpa TFTP_USERNAME="nobody" -TFTP_DIRECTORY="/home/jon/brocade-08-03-2024/TFTP-Content" +TFTP_DIRECTORY="/home/jon/brocade-01-08-2025/TFTP-Content" TFTP_ADDRESS="0.0.0.0:69" TFTP_OPTIONS="--secure -vvvv" ``` diff --git a/docs/icx7150.md b/docs/icx7150.md index d8f6125..f58f310 100644 --- a/docs/icx7150.md +++ b/docs/icx7150.md @@ -85,7 +85,7 @@ exit Now that the switch has an IP address & is booted into `v08090` (which is capable of flashing the new UFI format images), we can flash the latest stable FastIron version. **First, move your ethernet cable** from the dedicated management port to any of the **regular switch ports**. Then run the following to flash the new UFI image. Like previous commands, replace the IP with the IP of your own TFTP server: ``` -copy tftp flash 192.168.1.8 ICX7xxx/SPR08095pufi.bin primary +copy tftp flash 192.168.1.8 ICX7xxx/SPR08095qufi.bin primary erase flash secondary reload ``` diff --git a/docs/icx7250.md b/docs/icx7250.md index f3bb70c..46d594b 100644 --- a/docs/icx7250.md +++ b/docs/icx7250.md @@ -81,7 +81,7 @@ exit Now that the switch has an IP address & is booted into `v08090` (which is capable of flashing the new UFI format images), we can flash the latest stable FastIron version. **First, move your ethernet cable** from the dedicated management port to any of the **regular switch ports**. Then run the following to flash the new UFI image. Like previous commands, replace the IP with the IP of your own TFTP server: ``` -copy tftp flash 192.168.1.8 ICX7xxx/SPR08095pufi.bin primary +copy tftp flash 192.168.1.8 ICX7xxx/SPR08095qufi.bin primary erase flash secondary reload ``` diff --git a/mkdocs.yml b/mkdocs.yml index 1a0cc67..93b634d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,8 +8,8 @@ theme: name: 'material' custom_dir: overrides palette: - primary: 'deep orange' - accent: 'green' + primary: 'green' + accent: 'orange' dev_addr: 192.168.1.27:8000 nav: diff --git a/overrides/main.html b/overrides/main.html index 031171f..6761b46 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -2,7 +2,7 @@ {% block announce %}
-Docu Version: v6.1 (08-03-2024) +Docu Version: v6.2 (01-08-2025) - Sources, Suggest, Contribute -