11–iSCSI Extensions for RDMA
Configuring iSER for RHEL
152
AH0054602-00 A
8.
You can use a Linux TCM-LIO target to test iSER. The setup is the same for
any iSCSI target, except that you issue the command
enable_iser Boolean=true
on the applicable portals. The portal
instances are identified as
iser
in
Figure 11-2. iSER Portal Instances
9.
Install Linux iSCSI Initiator Utilities using the
yum install iscsi-initiator-utils
commands.
a.
To discover the iSER target, issue the
iscsiadm
command. For
example:
iscsiadm -m discovery -t st -p 192.168.100.99:3260
b.
To change the transport mode to iSER, issue the
iscsiadm
command. For example:
iscsiadm -m node -T iqn.2015-06.test.target1 -o update -n
iface.transport_name -v iser
c.
To connect to or log in to the iSER target, issue the
iscsiadm
command. For example:
iscsiadm -m node -l -p 192.168.100.99:3260 -T
iqn.2015-06.test.target1