Skip to content

DEM_Installation_Drivers

rajalaxmia edited this page Apr 9, 2019 · 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
	Example optional parameters for null-blk:
	bs=4096
	submit_queues=48