ISCSID(8) | MidnightBSD System Manager's Manual | ISCSID(8) |
iscsid
— iSCSI
initiator daemon
iscsid |
[-P pidfile]
[-d ] [-l
loglevel] [-m
maxproc] [-t
seconds] |
The iscsid
daemon is the userspace
component of the iSCSI initiator, responsible for performing the Login Phase
of iSCSI connections and the SendTargets discovery.
Upon startup, the iscsid
daemon opens the
iSCSI initiator device file and waits for requests from the kernel
component, iscsi(4).
iscsid
does not use any configuration files. All
needed information is supplied by the kernel.
When the iscsid
daemon is not running,
already established iSCSI connections continue to work. However,
establishing new connections, or recovering existing ones in case of
connection error, is not possible.
The following options are available:
-P
pidfile-d
-l
loglevel-m
maxproc-t
secondsiscsid
PID file.The iscsid
utility exits 0 on success, and
>0 if an error occurs.
The iscsid
command appeared in
FreeBSD 10.0.
The iscsid
utility was developed by
Edward Tomasz Napierala
<trasz@FreeBSD.org>
under sponsorship from the FreeBSD Foundation.
May 28, 2017 | midnightbsd-3.1 |