|
NAMEiscontrol —
login/negotiator/control for an iSCSI initiator session
SYNOPSIS
DESCRIPTIONThis command, along with its kernel counterpart
iscsi_initiator(4),
is obsolete and is not present in FreeBSD 14 and
above. Users are advised to use
iscsictl(8)
instead.
Internet SCSI (iSCSI) is a network protocol standard, that allows
the use of the SCSI protocol over TCP/IP networks, the
EXAMPLESiscontrol -dt
myiscsitarget will start a discovery session with the target and print to stdout the list of available targetnames/targetadresses. Note: this listing does not necessarily mean availability, since depending on the target configuration, a discovery session might not need login/access permission, but a full session certainly does. iscontrol -c /etc/iscsi.conf -n
myiscsi will read options from /etc/iscsi.conf, use the targetaddress found in the block nicknamed myiscsi, login and negotiate whatever options are specified, and start an iscsi-session. SEE ALSOda(4), iscsi_initiator(4), sa(4), iscsi.conf(5), camcontrol(8), iscsictl(8)STANDARDSRFC 3720HISTORYTheiscontrol utility appeared in
FreeBSD 7.0.
BUGSiscontrol should probably load the iscsi_initiator
module if needed.
Not all functions/specifications have been implemented yet, noticeably missing are the Task Management Functions. The error recovery, though not fully compliant does a brave effort to recover from network disconnects.
Visit the GSP FreeBSD Man Page Interface. |