1 .TH ISCSID 8 "July 2005" "" "Linux Administrator's Manual"
3 iscsid \- Open-iSCSI daemon
10 implements the control path of iSCSI protocol, plus some management
11 facilities. For example, the daemon could be configured to automatically
12 re-start discovery at startup, based on the contents of persistent
16 .BI [-c|--config=]\fIconfig\-file\fP
17 Read configuration from \fIconfig\-file\fR rather than the default
18 \fI/etc/iscsi/iscsid.conf\fR file.
20 .BI [-i|--initiatorname=]\fIiname\-file\fP
21 Read initiator name from \fIiname\-file\fR rather than the default
22 \fI/etc/iscsi/initiatorname.iscsi\fR file.
29 .BI [-d|--debug=]\fIdebug_level\fP
30 print debugging information. Valid values for debug_level are 0 to 8.
32 .BI [-u|--uid=]\fIuid\fP
33 run under user ID \fIuid\fR (default is the current user ID)
35 .BI [-g|--gid=]\fIgid\fP
36 run under user group ID \fIgid\fR (default is the current user group ID).
38 .BI [-p|--pid=]\fIpid\-file\fP
39 write process ID to \fIpid\-file\fR rather than the default
40 \fI/var/run/iscsid.pid\fR
43 display this help and exit
46 display version and exit.
50 /etc/iscsi/iscsid.conf
51 The configuration file read by
57 /etc/iscsi/initiatorname.iscsi
58 The file containing the iSCSI initiatorname
59 and initiatoralias read by
66 Open-iSCSI persistent configuration database
72 Open-iSCSI project <http://www.open-iscsi.org/>
74 Alex Aizman <itn780@yahoo.com>
76 Dmitry Yusupov <dmitry_yus@yahoo.com>