[BACK]Return to iscsid.8 CVS log [TXT][DIR] Up to [local] / src / usr.sbin / iscsid

File: [local] / src / usr.sbin / iscsid / iscsid.8 (download)

Revision 1.10, Mon Jul 27 17:28:39 2015 UTC (8 years, 10 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, HEAD
Changes since 1.9: +5 -5 lines

use file system path (.Pa) semantic markup macros where appropriate.

ok jmc@

.\"	$OpenBSD: iscsid.8,v 1.10 2015/07/27 17:28:39 sobrado Exp $
.\"
.\" Copyright (c) 2010 David Gwynne <dlg@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: July 27 2015 $
.Dt ISCSID 8
.Os
.Sh NAME
.Nm iscsid
.Nd iSCSI (Internet SCSI) daemon
.Sh SYNOPSIS
.Nm
.Op Fl dv
.Op Fl n Ar device
.Op Fl s Ar socket
.Sh DESCRIPTION
.Nm
is an Internet SCSI
.Pq iSCSI
initiator implementation.
.Pp
.Nm
is usually started at boot time.
.Pp
A running
.Nm
can be controlled with the
.Xr iscsictl 8
utility.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl d
Do not daemonize.
If this option is specified,
.Nm
will run in the foreground and log to
.Em stderr .
.It Fl n Ar device
Use an alternate /dev entry for communicating with the kernel.
.It Fl s Ar socket
Use an alternate location for the default control socket.
.It Fl v
Produce more verbose output.
.El
.Sh FILES
.Bl -tag -width "/var/run/iscsid.sockXX" -compact
.It Pa /etc/iscsi.conf
Default
.Nm
configuration file.
.It Pa /dev/vscsi0
Default device used to exchange SCSI messages with the kernel midlayer.
.It Pa /var/run/iscsid.sock
.Ux Ns -domain
socket used for communication with
.Xr iscsictl 8 .
.El
.Sh SEE ALSO
.Xr vscsi 4 ,
.Xr iscsi.conf 5 ,
.Xr iscsictl 8
.Sh STANDARDS
.Rs
.%A J. Satran
.%A K. Meth
.%A C. Sapuntzakis
.%A M. Chadalapaka
.%A E. Zeidner
.%D April 2004
.%R RFC 3720
.%T Internet Small Computer Systems Interface (iSCSI)
.Re
.Pp
.Rs
.%A M. Bakke
.%A J. Hafner
.%A J. Hufferd
.%A K. Voruganti
.%A M. Krueger
.%D April 2004
.%R RFC 3721
.%T Internet Small Computer Systems Interface (iSCSI) Naming and Discovery
.Re
.Sh HISTORY
The
.Nm
program first appeared in
.Ox 4.9 .
.Sh AUTHORS
.An Claudio Jeker Aq Mt claudio@openbsd.org .