The NIC equipped on a disk-intensive or large-memory ECS does not work.
The NIC driver has not been correctly installed.
Disk-intensive and large-memory ECSs use passthrough network interfaces to improve network performance. You must install the passthrough network interface driver on the ECSs or the image that is used for creating the ECSs.
If you mount the CD/DVD-ROM driver over a VPN, ensure that the VPN bandwidth is greater than 8 Mbit/s.
Passthrough NIC driver versions vary depending on the OS. For details, see Table 1.
NIC Driver Version |
OS |
How to Obtain |
|---|---|---|
ixgbevf 2.16.4 |
CentOS 7.2 64-bit |
https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/2.16.4/ |
Red Hat Enterprise Linux 7.2 64-bit |
||
ixgbevf 2.16.1 |
SUSE Linux Enterprise Server 11 SP3 64-bit SUSE Linux Enterprise Server 11 SP4 64-bit |
https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/2.16.1/ |
For more details, see Login Overview (Linux).
In the preceding command, NIC_name specifies the name of the passthrough NIC.
DEVICE="NIC_name" BOOTPROTO="dhcp" ONBOOT="yes" STARTMODE="onboot"
In this example, the passthrough NIC driver is stored in the /home directory. Run the cd /home command to switch to the target directory.
cd ixgbevf-2.16.4/src
make install
rmmod ixgbevf
insmod ./ixgbevf.ko
ethtool -i NIC_name
In the preceding command, NIC_name specifies the passthrough NIC name, for example, ens5.
In this example, the driver is installed if driver is ixgbevf and version is 2.16.4.