Currently, there are three types of SDI cards: SDI storage cards, SDI 2.2 (network cards), and SDI 3.0 (integrated storage and network cards). If the BMS uses SDI storage cards (neither SDI 2.2 nor SDI 3.0), the SDI driver needs to be installed on the VM so that EVS disks can be attached to the BMS. In other cases, skip this section. Currently, ARM 64, XenServer, and ESXi VMs do not support SDI cards. You do not need to install the SDI driver on such VMs.
The scsi_ep_front version must be 1.0.13 or later.
The following steps are for reference only.
rpm -ivh kmod-scsi_ep_front-centos_7.6_1.0.18-3.10.0_957.el7.centos.x86_64.rpm
The Ubuntu and Debian SDI driver uses the .deb installation package. Run the dpkg -ixxx (xxx indicates the name of the SDI installation package) command to install the SDI driver.
[root@localhost ~] rpm -qa | grep scsi lsscsi-0.27-6.el7.x86_64 kmod-scsi_ep_front-centos_7.6_1.0.18-3.10.0_957.el7.centos.x86_64
For Ubuntu 18.04, Ubuntu 16.04, Ubuntu 14.04, and Debian, run the dkms status command. If installed is displayed, the installation is successful. Run the update-initramfs -u command to update the driver in the kernel.
... root@ubuntu:~/file# dkms status scsi_ep_front, 1.0.13, 4.4.0-21-generic, x86_64: installed scsi_ep_front, 1.0.13, 4.4.0-59-generic, x86_64: built scsi_ep_front, 1.0.13, 4.4.0-96-generic, x86_64: installed
[root@localhost r74]# uname -r 3.10.0-957.el7.x86_64
[root@localhost r74]# find / -name "*front*.ko" /usr/lib/modules/3.10.0-957.el7.x86_64/extra/scsi_ep_front/scsi_ep_front.ko