Hosts with Linux operating systems support
multisession connections between the host and target.
Discover the target, and then complete the following steps
to configure a session between the host and the target:
- To create a session between the host and the target, run
one of the following commands:
- iscsiadm –m node –T iSCSI target name -l
This
command establishes a session on all of the portals reported by the
iSCSI target at the time of discovery.
- iscsiadm –m node –T iSCSI target name -l
This
command establishes a single session between the host and the target
at the specified target portal.
- To remove a session between the host and the target, run
one of the following commands:
- iscsiadm –m node –T iSCSI target name -u
This
command removes sessions on all of the portals reported by the iSCSI
target at the time of discovery.
- iscsiadm –m node –T iSCSI target name -u
This
command removes a single session between the host and the target at
the specified target portal.