hello. I am using various mellanox connect-x6 vpi cards.
If you reboot the device that has Ethernet mode set, some devices will change to InfiniBand mode.
any resources that can help with this issue?
Hello sspitare,
Thank you for posting your inquiry on the NVIDIA Networking Community.
For configuring the port types to Ethernet mode on a device, use the mlxconfig utility which is part of the MFT package, available at Mellanox Firmware Tools (MFT)
- Install the MFT package based on your OS.
- Run “mst start”
- To retrieve the device name, run “mst status -v”; this will display the devices in your system.
- Execute the following command with the appropriate device name:
mlxconfig -d set LINK_TYPE_P1=2 LINK_TYPE_P2=2
5.Reboot the system (or) execute mlxfwreset, -d reset
mlxfwreset (Mellanox firmware reset) tool enables the user to load updated firmware without having to reboot the machine. - To verify → mlxconfig -d query | grep -i link_type
Thank you and regards,
~NVIDIA Networking Technical Support
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.