1ISCSISTART(8) Linux Administrator's Manual ISCSISTART(8)
2
3
4
6 iscsistart - iSCSI boot tool
7
9 iscsistart [OPTION]
10
12 iscsistart will start a session using the settings passed in, or using
13 the iBFT or Open Firmware [OF] boot information. This program should
14 not be run to manage sessions. Its primary use is to start sessions
15 used for iSCSI root boot.
16
18 [-i|--initiatorname=]name
19 Set InitiatorName to name (Required if not using iBFT or OF)
20
21 [-t|--targetname=]name
22 Set TargetName to name (Required if not using iBFT or OF)
23
24 [-g|--tgpt=]N
25 Set target portal group tag to N (Required if not using iBFT or
26 OF)
27
28 [-a|--address=]A.B.C.D
29 Set IP address to A.B.C.D (Required if not using iBFT or OF)
30
31 [-p|--port=]N
32 Set port to N (Optional. Default 3260)
33
34 [-u|--username=]N
35 Set username to N (Optional)
36
37 [-w|--password=]N
38 Set password to N (Optional)
39
40 [-U|-username_in=]N
41 Set incoming username to N (Optional)
42
43 [-W|--password_in=]N
44 Set incoming password to N (Optional)
45
46 [-d|--debug=]debug_level
47 Print debugging information
48
49 [-b|--fwparam_connect]
50 Create a session to the target using the iBFT or OF info
51
52 [-N|--fwparam_network]
53 Bring up the network as specified by iBFT or OF
54
55 [-f|--fwparam_print]
56 Print the iBFT or OF info to STDOUT
57
58 [-P|--param=]NAME=VALUE
59 Set the parameter with the name NAME to VALUE. NAME is one of
60 the settings in the node record or iscsid.conf. Multiple params
61 can be passed in.
62
63 [-h|--help]
64 Display this help and exit
65
66 [-v|--version]
67 Display version and exit
68
69
70
72 iscsiadm(8)
73
74
76 Open-iSCSI project <http://www.open-iscsi.com/>
77 Mike Christie <mchristi@redhat.com>
78
79
80
81 Jan 2010 ISCSISTART(8)