You DO need to get the matching firmware for your switch model.
The 6012.bin is for the sx6012 12 port version only.
You have to hex cut the 6018 or 6036 models yourself as documented.
i got two of the SX6012 with EMC firmware. I am not a pro but i will try the conversion to mlnx-os. Could somebody provide me the conversion guide and the neccessary files ?
Any of you tried using ip filtering on the switch?
I can't for the life of me seem to get it to do what I want, I've created a block rule to block access to a subnet from a vlan, but the rule is being ignored completely...
I've just discovered this thread, very interesting. I snagged two of the EMC SX6018s,
and want some pointers for migrating the firmware to Mellanox SX6018 firmware.
Any links to Mellanox firmware images and/or a guide for the upgrade? Many Thanks.
Hi, I bought an EMC SX6012 on eBay and I was having trouble running it when I came across this thread.
Can someone end my headache by sending me the conversion guide?
Thank you in advance !
I have an update to the guide. For step 6 you can do it from the switch instead of in-band. Also after doing an initial flash to convert the PSID to the mellanox one, you should be able to then use the mfa and skip the extraction step. The alternate way to perform the flint firmware commands for step 6 is as follows.
cd /mnt/root2/
mount -t proc /proc/ proc/
mount --rbind /sys sys/
mount --rbind /dev dev/
chroot /mnt/root2/ /bin/bash
Start mst
Code:
mst start
Get the device
Code:
mst status
Verify image
Code:
flint -i /<FIRMWARE_BIN_FILE> q
Flash image
Code:
flint --allow_psid_change --override_cache_replacement -d <SW_DEV> -i /<FIRMWARE_BIN_FILE> b
# cd /bin/
# ln -s busybox chroot
# cd /mnt/tmp/
# tftp -b 8192 -gr MSX6012.bin 10.47.0.47
MSX6012.bin 100% |*******************************| 1545k 0:00:00 ETA
# mv /tmp/MSX6012.bin /mnt/root2/
# cd /mnt/root2/
# mount -t proc /proc/ proc/
# mount --rbind /sys sys/
# mount --rbind /dev dev/
# chroot /mnt/root2/ /bin/bash
bash-4.1# mst status
MST modules:
------------
MST PCI module is not loaded
MST PCI configuration module is not loaded
MST devices:
------------
No MST devices were found or MST modules are not loaded.
You may need to run 'mst start' to load MST modules.
bash-4.1# mst start
Starting MST (Mellanox Software Tools) driver set
Loading MST PCI module - Success
Loading MST PCI configuration module - Success
Create devices
bash-4.1# mst status
MST modules:
------------
MST PCI module loaded
MST PCI configuration module loaded
-W- Firmware flash cache access is enabled. Running in this mode may cause the firmware to hang.
Current FW version on flash: 9.9.1260
New FW version: 9.3.8170
Note: The new FW version is older than the current FW version on flash.
Do you want to continue ? (y/n) [n] : y
You are about to replace current PSID on flash - "EMC1270110020" with a different PSID - "MT_1270110020".
Note: It is highly recommended not to change the PSID.
Do you want to continue ? (y/n) [n] : y
Burning FS2 FW image without signatures - OK
Restoring signature - OK
Used 3.6.1002 for my conversion, going to try with 3.6.8008 tonight. Main concern is chad and hwd. I'd love to use the stock ones, don't know what was done to the modified ones.
Used 3.6.1002 for my conversion, going to try with 3.6.8008 tonight. Main concern is chad and hwd. I'd love to use the stock ones, don't know what was done to the modified ones.
I tried to upgrade the switch from 1002 to 8008 via standard cli procedure and the write image script fails to find the correct partitions. At the step where fstab needs to be modified you can see there the standard ones and a modded switch doesn't have the same layout of the nand flash now.
I was also thinking to follow the guide but use the 8008 image but the 3 files will not be modded and I am not sure about impact. Good to know that it will not work without modification so I will not lose time trying.
Anyone have a line on working optics for 56GbE? I'm using connectx-3 cards that work fine at 40Gb, but can't get them to link up at 56Gb. Pretty sure it's my transceivers.
Anyone have a line on working optics for 56GbE? I'm using connectx-3 cards that work fine at 40Gb, but can't get them to link up at 56Gb. Pretty sure it's my transceivers.
Try to force 56Gbe speed on the card and the switch and see if it is working.
With some DACs and optical transceivers auto-negotiation doesn't work at 56Gbe.
Looks like on the card there is no possibility to force the speed but in Advanced tab you can try to disable the Flow Control. Also on the switch it should be disabled.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.