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 [-n|--no-pid-file]\fP
39 do not write a process ID file.
41 .BI [-p|--pid=]\fIpid\-file\fP
42 write process ID to \fIpid\-file\fR rather than the default
43 \fI/var/run/iscsid.pid\fR
46 display this help and exit
49 display version and exit.
53 /etc/iscsi/iscsid.conf
54 The configuration file read by
60 /etc/iscsi/initiatorname.iscsi
61 The file containing the iSCSI initiatorname
62 and initiatoralias read by
69 Open-iSCSI persistent configuration database
75 Open-iSCSI project <http://www.open-iscsi.org/>
77 Alex Aizman <itn780@yahoo.com>
79 Dmitry Yusupov <dmitry_yus@yahoo.com>