ISCSI.CONF(5) - File Formats Manual # ISCSI.CONF(5) - File Formats Manual
NAME # iscsi.conf - ISCSI daemon configuration file
DESCRIPTION # The iscsid(8) daemon implements the Internet Small Computer Systems Interface as described in RFC 3720.
The iscsi.conf configuration file is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Global Configuration
Global settings for iscsid(8).
Target Configuration
Target-specific parameters.
...
ISCSICTL(8) - System Manager’s Manual # ISCSICTL(8) - System Manager’s Manual
NAME # iscsictl - control the Internet SCSI (iSCSI) daemon
SYNOPSIS # iscsictl [-s socket] command [argument …]
DESCRIPTION # The iscsictl program controls the iscsid(8) daemon. Commands may be abbreviated to the minimum unambiguous prefix.
The following options are available:
-s socket
Use socket instead of the default /var/run/iscsid.sock to communicate with iscsid(8).
The following commands are available:
...
ISCSID(8) - System Manager’s Manual # ISCSID(8) - System Manager’s Manual
NAME # iscsid - iSCSI (Internet SCSI) daemon
SYNOPSIS # iscsid [-dv] [-n device] [-s socket]
DESCRIPTION # iscsid is an Internet SCSI (iSCSI) initiator implementation.
iscsid is usually started at boot time.
A running iscsid can be controlled with the iscsictl(8) utility.
The options are as follows:
-d
Do not daemonize. If this option is specified, iscsid will run in the foreground and log to stderr.
...