Skip to content

DEM_Installation_Drivers

rajalaxmia edited this page Sep 11, 2018 · 3 revisions

Starting NVMe-oF Drivers

Manually Start using nvmeof service

# systemctl start nvmeof

Configure the system to start DEM on boot

# chkconfig nvmeof on
# reboot 
     or 
# systemctl start nvmeof

If not running nvmeof service, load individual DEM drivers

# modprobe configfs
# modprobe nvme-rdma
# modprobe nvmet-rdma
# modprobe null-blk

Clone this wiki locally