Upgrade the NIC firmware on a ByteBlower 3x00
Introduction | This article is intended for the owners of a ByteBlower 3100 or 3200 model. These systems use an off-the-shelf Intel NIC with traffic generation being handled in software. It has come to our attention that the default firmware on this NIC is not without issues. This guide explains how to upgrade. The NIC, in particular, has issues handling when the other side of the fiber connection does not shut down in a controlled way. For example, when the switch restarts due to a configuration change, or due to intermittent loss of power. In response to such events, NIC will continuously cycle bringing the link up and losing connection again. This can be seen as:
|
Login to the server | You need to have access to the command line of the server. This can either by accessing the server through a screen and keyboard or using SSH. The default credentials for the server are:
|
Download and extract the update | Temporarily put the OS back into control of the NIC: /etc/init.d/dpdk stop Download and unpack the new firmware in a temporary directory: cd /tmp |
Perform the update | Execute the update by running: cd 700Series/Linux_x64/ This last line brings up a screen, quite similar to the one below. Only the x710-2 requires an update. Your ByteBlower server has two such NICs inside both require an update. |
Reboot | On the next boot, the traffic generation services will be (re)started and normal traffic generation mode is resumed. $ reboot |