User Tools

Site Tools


ubuntu:iser_rdma

This is an old revision of the document!


ISER/RMDA with ZFS on Ubuntu Server 17.04

gg

RDMA Infiniband Modules

/etc/modules
rdma_cm
ib_uverbs
rdma_ucm
ib_ucm
ib_umad
ib_ipoib
 
mlx4_ib
mlx4_en
mlx5_ib
iw_cxgb3
iw_cxgb4
iw_nes
iw_c2
/etc/security/limits.conf
...
* soft memlock unlimited
* hard memlock unlimited
root soft memlock unlimited
root hard memlock unlimited
...

Other Commands

Check IO Delay/Sats

apt install sysstat
iostat -x 1

Check ZFS IO Stats

zpool iostat -v 1

Discover Targets from ISCSI Portal

iscsiadm -m discovery -p <IP>:<PORT>

Refresh LUNS of ISCSI Target

iscsiadm -m node -R

Logout of Target

iscsiadm -m node -u

Logout to Target

iscsiadm -m node -l
ubuntu/iser_rdma.1500562505.txt.gz · Last modified: 2017/07/20 09:55 by tschulz