iscsiadm: fix discovery record management
[open-iscsi.git] / doc / iscsid.8
blob1dfa1e54cdf73f70bf7b2e37fc06f7bdf9c32821
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 [-p|--pid=]\fIpid\-file\fP
39 write process ID to \fIpid\-file\fR rather than the default
40 \fI/var/run/iscsid.pid\fR
41 .TP
42 .BI [-h|--help]
43 display this help and exit
44 .TP
45 .BI [-v|--version]
46 display version and exit.
48 .SH FILES
49 .TP
50 /etc/iscsi/iscsid.conf
51 The configuration file read by
52 .B iscsid
53 and
54 .B iscsiadm
55 on startup.
56 .TP
57 /etc/iscsi/initiatorname.iscsi
58 The file containing the iSCSI initiatorname
59 and initiatoralias read by
60 .B iscsid
61 and
62 .B iscsiadm
63 on startup.
64 .TP
65 /etc/iscsi/nodes
66 Open-iSCSI persistent configuration database
68 .SH "SEE ALSO"
69 .BR iscsiadm (8)
71 .SH AUTHORS
72 Open-iSCSI project <http://www.open-iscsi.org/>
73 .br
74 Alex Aizman <itn780@yahoo.com>
75 .br
76 Dmitry Yusupov <dmitry_yus@yahoo.com>