~ubuntu-branches/ubuntu/oneiric/open-iscsi/oneiric

« back to all changes in this revision

Viewing changes to doc/iscsid.8

  • Committer: Bazaar Package Importer
  • Author(s): Martin Zobel-Helas
  • Date: 2006-12-03 16:54:21 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20061203165421-udgd6i05ugt1byrh
Tags: upstream-2.0.730
ImportĀ upstreamĀ versionĀ 2.0.730

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
18
 
.I config\-file
19
 
rather than the default
20
 
.I /etc/iscsid.conf
21
 
file.
22
 
.TP
23
 
.BI [-i|--initiatorname=]\fIiname\-file\fP
24
 
Read initiator name from
25
 
.I iname\-file
26
 
rather than the default
27
 
.I /etc/initiatorname.iscsi
28
 
file.
29
 
.TP
30
 
.BI [-f|--foreground]
31
 
run
32
 
.B iscsid
33
 
in the foreground.
34
 
.TP
35
 
.BI [-d|--debug]
36
 
print debugging information.
37
 
.TP
38
 
.BI [-u|--uid=]\fIuid\fP
39
 
run under user ID
40
 
.I uid
41
 
(default is the current user ID)
42
 
.TP
43
 
.BI [-g|--gid=]\fIgid\fP
44
 
run under user group ID
45
 
.I gid
46
 
(default is the current user group ID).
47
 
.TP
48
 
.BI [-p|--pid=]\fIpid\-file\fP
49
 
write process ID to
50
 
.I pid\-file
51
 
rather than the default
52
 
.I /var/run/iscsid.pid
53
 
.TP
54
 
.BI [-h|--help]
55
 
display this help and exit
56
 
.TP
57
 
.BI [-v|--version]
58
 
display version and exit.
59
 
 
60
 
.SH FILES
61
 
.TP
62
 
/etc/iscsid.conf
63
 
The configuration file read by
64
 
.B iscsid
65
 
and
66
 
.B iscsiadm
67
 
on startup.
68
 
.TP
69
 
/etc/initiatorname.iscsi
70
 
The file containing the iSCSI initiatorname
71
 
and initiatoralias read by
72
 
.B iscsid
73
 
and
74
 
.B iscsiadm
75
 
on startup.
76
 
.TP
77
 
/var/db/iscsi/*.db
78
 
Open-iSCSI persistent configuration database
79
 
 
80
 
.SH "SEE ALSO"
81
 
.BR iscsiadm (8)
82
 
.BR iscsid.conf (5)
83
 
 
84
 
.SH AUTHORS
85
 
Alex Aizman <itn780@yahoo.com>
86
 
Dmitry Yusupov <dmitry_yus@yahoo.com>
 
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]
 
30
print debugging information.
 
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.
 
47
 
 
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
 
67
 
 
68
.SH "SEE ALSO"
 
69
.BR iscsiadm (8)
 
70
 
 
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>