PowerEdge: Network Interface Card (NIC) Testing with Support Live Image (SLI)
Summary:This article shows how to do network card testing using the Support Live Image (SLI).
Please select a product to check article relevancy
This article applies to This article does not apply toThis article is not tied to any specific product.Not all product versions are identified in this article.
Dell SLI is a live boot OS built by Dell that includes several diagnostics tools. SLI can be used to troubleshoot Network Interface Card (NIC) hardware not seen in the OS. So long as the NIC is seen in the BIOS or iDRAC.
It can also be used to check down or dead NIC ports, dropped packets, connectivity issues, and network throughput issues.
Once Support Live is booted, open 'Terminal' from 'Applications' as shown in the below image.
Verify if the NIC status in SLI
On the server, connect the network cable to one or more ports that are having issues. Do not disconnect ports that are already connected.
Type ifconfig and then press Enter to display the network interface parameters, such as the IP address. Observe:
Does SLI see the NIC hardware?
Does SLI say that the port is UP?
UP Example: em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
To assign a default gateway, type route add default gw <ip_address> and press Enter.
Example: route add default gw 10.1.1.1
Type service NetworkManager start and then press Enter.
Type ping <ip_address> -b and then press Enter to verify if you can ping the default gateway.
Example: ping 10.1.1.1 -b
Network Performance Testing with iPerf3
If pings to the default gateway or other servers are not successful, then skip this step.
iPerf is a tool that is installed on two servers to test the available network bandwidth. iPerf is included with Dell SLI. Server A is the problem server booted to Dell SLI. Server B is a working secondary server.
Verify Server A and Server B can ping each other. 000139427
Verify iPerf is available on Server B.
Option 1: Boot to the SLI on the working server. iPerf is included with Dell SLI.
Option 2: Install iPerf on working server. See 000139427 for details.
Start iPerf Server on Server B.
For SLI, at the command prompt type iperf3 –s and then press Enter to start iPerf server.
On Server A, while booted to SLI, at the command prompt type iperf3 -h and then press Enter. The help options are displayed.
On Server A, at the command prompt type iperf3 -c <Server_B_ip_address> -t 30s -d and then press Enter to start the test.
Example: iperf3 -c 10.1.1.50 -t 30s -d
Depending on the issue, the iperf test perimeters can be changed to match the customer’s traffic patterns.