Blame doc/iscsi_discovery.8

Packit eace71
.de Vb \" Begin verbatim text
Packit eace71
.ft CW
Packit eace71
.nf
Packit eace71
.ne \\$1
Packit eace71
..
Packit eace71
Packit eace71
.TH "iscsi_discovery" 8
Packit eace71
.SH NAME
Packit eace71
iscsi_discovery \- discover iSCSI targets
Packit eace71
.SH SYNOPSIS
Packit eace71
.B iscsi_discovery
Packit eace71
.I <IP>
Packit eace71
.RB [ -p
Packit eace71
.IR <port> ]
Packit eace71
.RB [ -d ]
Packit eace71
.RB [\  -t
Packit eace71
.IR <tcp|iser>
Packit eace71
.RB [ -f ]
Packit eace71
]
Packit eace71
.RB [ -m ]
Packit eace71
.RB [ -l ]
Packit eace71
Packit eace71
.SH DESCRIPTION
Packit eace71
Perform send-targets discovery to the specified IP. If a discovery record
Packit eace71
is generated, try to login to the portal using the preferred transport
Packit eace71
(\-t flag specifies the requested transport type, TCP is the default).
Packit eace71
If login using a certain transport succeeds, mark the portal for automatic
Packit eace71
login (unless \-m flag is used), and disconnect (unless \-l flag is used).
Packit eace71
Packit eace71
For iSCSI discovery to work, open-iscsi services must be running. i.e. iscsid
Packit eace71
should be up, and the iSCSI modules loaded. This is best accomplished by the
Packit eace71
init.d startup script.
Packit eace71
Packit eace71
.\" .SH OPTIONS
Packit eace71
.TP
Packit eace71
.BI [-p=]\fIport\-number\fP
Packit eace71
set the port number (default is 3260).
Packit eace71
.TP
Packit eace71
.BI [-d]
Packit eace71
print debugging information.
Packit eace71
.TP
Packit eace71
.BI [-t=]\fItransport\-type\fP
Packit eace71
set transport (default is tcp).
Packit eace71
.TP
Packit eace71
.BI [-f]
Packit eace71
force specific transport -
Packit eace71
disable the fallback to tcp (default is fallback enabled).
Packit eace71
force the transport specified by the argument of the \-t flag.
Packit eace71
Packit eace71
.TP
Packit eace71
.BI [-m]
Packit eace71
manual startup - will set manual startup (default is automatic startup).
Packit eace71
.TP
Packit eace71
.BI [-l]
Packit eace71
login - login to the new discovered nodes (default is false).
Packit eace71
Packit eace71
.SH AUTHOR
Packit eace71
Written by Dan Bar Dov
Packit eace71
.SH "REPORTING BUGS"
Packit eace71
Report bugs to <erezzi.list@gmail.com>.
Packit eace71
.SH COPYRIGHT
Packit eace71
Copyright \(co Voltaire Ltd. 2006.