Add duplicate sessions with
target and session IDs in current software iSCSI or dependent hardware iSCSI
configuration.
esxcli <conn_options> iscsi session add --name=<iqn.xxxx> --isid=<session_id> --adapter=<iscsi_adapter>
iqn.xxxx is the target IQN, which you can
determine by listing all sessions.
session_id is the session's iSCSI ID. The following
example applies custom values.
esxcli --config /host-config-file iscsi session add -name=iqn.xxx --isid='00:02:3d:00:00:01' --adapter=vmhba36
|