iscsi tools: fix iscsiadm return value on failed login
[open-iscsi.git] / doc / iscsid.8
blob92b7f81c402c53952128f04f19184a780014e297
1 .TH ISCSID 8 "July 2005" "" "Linux Administrator's Manual"
2 .SH NAME
3 iscsid \- Open-iSCSI daemon
4 .SH SYNOPSIS
5 .BI iscsid
6 [OPTION]
7 .SH "DESCRIPTION"
8 The
9 .B iscsid
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 
13 iSCSI database.
14 .SH OPTIONS
15 .TP
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.
19 .TP
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.
23 .TP
24 .BI [-f|--foreground]
25 run
26 .B iscsid
27 in the foreground.
28 .TP
29 .BI [-d|--debug=]\fIdebug_level\fP
30 print debugging information. Valid values for debug_level are 0 to 8.
31 .TP
32 .BI [-u|--uid=]\fIuid\fP
33 run under user ID \fIuid\fR (default is the current user ID)
34 .TP
35 .BI [-g|--gid=]\fIgid\fP
36 run under user group ID \fIgid\fR (default is the current user group ID).
37 .TP
38 .BI [-n|--no-pid-file]\fP
39 do not write a process ID file.
40 .TP
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
44 .TP
45 .BI [-h|--help]
46 display this help and exit
47 .TP
48 .BI [-v|--version]
49 display version and exit.
51 .SH FILES
52 .TP
53 /etc/iscsi/iscsid.conf
54 The configuration file read by
55 .B iscsid
56 and
57 .B iscsiadm
58 on startup.
59 .TP
60 /etc/iscsi/initiatorname.iscsi
61 The file containing the iSCSI initiatorname
62 and initiatoralias read by
63 .B iscsid
64 and
65 .B iscsiadm
66 on startup.
67 .TP
68 /etc/iscsi/nodes
69 Open-iSCSI persistent configuration database
71 .SH "SEE ALSO"
72 .BR iscsiadm (8)
74 .SH AUTHORS
75 Open-iSCSI project <http://www.open-iscsi.org/>
76 .br
77 Alex Aizman <itn780@yahoo.com>
78 .br
79 Dmitry Yusupov <dmitry_yus@yahoo.com>