1 .de Vb \" Begin verbatim text
7 .TH "iscsi_discovery" 8
9 iscsi_discovery \- discover iSCSI targets
11 .B iscsi_discovery <IP> [-p <port>] [-d] [-t <tcp|iser> [-f]] [-m] [-l]
14 Perform send-targets discovery to the specified IP. If a discovery record
15 is generated, try to login to the portal using the preferred transport
16 (\-t flag specifies the requested transport type, TCP is the default).
17 If login using a certain transport succeeds, mark the portal for automatic
18 login (unless \-m flag is used), and disconnect (unless \-l flag is used).
20 For iSCSI discovery to work, open-iscsi services must be running. i.e. iscsid
21 should be up, and the iSCSI modules loaded. This is best accomplished by the
22 init.d startup script.
26 .BI [-p=]\fIport\-number\fP
27 set the port number (defualt is 3260).
30 print debugging information.
32 .BI [-t=]\fItransport\-type\fP
33 set transport (default is tcp).
36 force specific transport -
37 disable the fallback to tcp (default is fallback enabled).
38 force the transport specified by the argument of the \-t flag.
42 manual startup - will set manual startup (default is automatic startup).
45 login - login to the new discovered nodes (defualt is false).
48 Written by Dan Bar Dov
50 Report bugs to <erezzi.list@gmail.com>.
52 Copyright \(co Voltaire Ltd. 2006.