User Tools

Site Tools


ubuntu:iser_rdma

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
ubuntu:iser_rdma [2018/02/21 12:41]
tschulz [Disable ISCSI Authentication]
ubuntu:iser_rdma [2018/02/21 12:49]
tschulz [ISER/RMDA with ZFS on Ubuntu Server 17.04/17.10]
Line 1: Line 1:
-====== ISER/RMDA with ZFS on Ubuntu Server 17.04 ======+====== ISER/RMDA with ZFS on Ubuntu Server 17.04/​17.10 ​====== 
  
-gg 
 ===== RDMA Infiniband Modules ===== ===== RDMA Infiniband Modules =====
 <file bash /​etc/​modules>​ <file bash /​etc/​modules>​
Line 79: Line 79:
 </​file>​ </​file>​
  
-===== Other Commands ===== +===== ISCSI Admin Commands ===== 
-==== Check IO Delay/​Sats ​====+==== Discover Targets from ISCSI Portal (TCP) ====
 <​file>​ <​file>​
-apt install sysstat+iscsiadm -m discovery -p <​IP>:<​PORT>​
 </​file>​ </​file>​
-<​file>​ 
-iostat -x 1 
-</​file>​ 
- 
- 
  
- +==== Discover Targets from ISCSI Portal using iSER ====
-==== Check ZFS IO Stats ====+
 <​file>​ <​file>​
-zpool iostat -v 1 +iscsiadm -m discovery -p <​IP>:<​PORT> ​-I iser
-</​file>​ +
-==== Discover Targets from ISCSI Portal ==== +
-<​file>​ +
-iscsiadm -m discovery -p <​IP>:<​PORT>​+
 </​file>​ </​file>​
 ==== Refresh LUNS of ISCSI Target ==== ==== Refresh LUNS of ISCSI Target ====
Line 120: Line 110:
 iscsiadm -m node -T <​TARGETNAME>​ -l iscsiadm -m node -T <​TARGETNAME>​ -l
 </​file>​ </​file>​
 +
 +===== Other Commands =====
 +==== Check IO Delay/Sats ====
 +<​file>​
 +apt install sysstat
 +</​file>​
 +<​file>​
 +iostat -x 1
 +</​file>​
 +==== Check ZFS IO Stats ====
 +<​file>​
 +zpool iostat -v 1
 +</​file>​
 +
  
  
ubuntu/iser_rdma.txt · Last modified: 2018/02/23 15:12 by tschulz