xref: /openbsd/usr.sbin/iscsid/iscsid.8 (revision 898184e3)
1.\"	$OpenBSD: iscsid.8,v 1.7 2012/09/26 16:19:44 jmc Exp $
2.\"
3.\" Copyright (c) 2010 David Gwynne <dlg@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: September 26 2012 $
18.Dt ISCSID 8
19.Os
20.Sh NAME
21.Nm iscsid
22.Nd "iSCSI (Internet SCSI) daemon"
23.Sh SYNOPSIS
24.Nm
25.Op Fl dv
26.Op Fl n Ar device
27.Op Fl s Ar socket
28.Sh DESCRIPTION
29.Nm
30is an Internet SCSI
31.Pq iSCSI
32initiator implementation.
33.Pp
34.Nm
35is usually started at boot time.
36.Pp
37A running
38.Nm
39can be controlled with the
40.Xr iscsictl 8
41utility.
42.Pp
43The options are as follows:
44.Bl -tag -width Ds
45.It Fl d
46Do not daemonize.
47If this option is specified,
48.Nm
49will run in the foreground and log to
50.Em stderr .
51.It Fl n Ar device
52Use an alternate /dev entry for communicating with the kernel.
53.It Fl s Ar socket
54Use an alternate location for the default control socket.
55.It Fl v
56Produce more verbose output.
57.El
58.Sh FILES
59.Bl -tag -width "/var/run/iscsid.sockXX" -compact
60.It /etc/iscsi.conf
61Default
62.Nm
63configuration file.
64.It /dev/vscsi0
65Default device used to exchange SCSI messages with the kernel midlayer.
66.It /var/run/iscsid.sock
67.Ux Ns -domain
68socket used for communication with
69.Xr iscsictl 8 .
70.El
71.Sh SEE ALSO
72.Xr vscsi 4 ,
73.Xr iscsi.conf 5 ,
74.Xr iscsictl 8
75.Sh STANDARDS
76.Rs
77.%A J. Satran
78.%A K. Meth
79.%A C. Sapuntzakis
80.%A M. Chadalapaka
81.%A E. Zeidner
82.%D April 2004
83.%R RFC 3720
84.%T Internet Small Computer Systems Interface (iSCSI)
85.Re
86.Pp
87.Rs
88.%A M. Bakke
89.%A J. Hafner
90.%A J. Hufferd
91.%A K. Voruganti
92.%A M. Krueger
93.%D April 2004
94.%R RFC 3721
95.%T Internet Small Computer Systems Interface (iSCSI) Naming and Discovery
96.Re
97.Sh HISTORY
98The
99.Nm
100program first appeared in
101.Ox 4.9 .
102.Sh AUTHORS
103.An Claudio Jeker Aq claudio@openbsd.org .
104