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 [-c|--config=]config-file
19 Read configuration from config-file rather than the default
20 /etc/iscsi/iscsid.conf file.
21
22 [-i|--initiatorname=]name
23 Set InitiatorName to name (Required if not using iBFT or OF)
24
25 [-t|--targetname=]name
26 Set TargetName to name (Required if not using iBFT or OF)
27
28 [-g|--tgpt=]N
29 Set target portal group tag to N (Required if not using iBFT or
30 OF)
31
32 [-a|--address=]A.B.C.D
33 Set IP address to A.B.C.D (Required if not using iBFT or OF)
34
35 [-p|--port=]N
36 Set port to N (Optional. Default 3260)
37
38 [-u|--username=]N
39 Set username to N (Optional)
40
41 [-w|--password=]N
42 Set password to N (Optional)
43
44 [-U|-username_in=]N
45 Set incoming username to N (Optional)
46
47 [-W|--password_in=]N
48 Set incoming password to N (Optional)
49
50 [-d|--debug=]debug_level
51 Print debugging information
52
53 [-b|--fwparam_connect]
54 Create a session to the target using the iBFT or OF info
55
56 [-N|--fwparam_network]
57 Bring up the network as specified by iBFT or OF
58
59 [-f|--fwparam_print]
60 Print the iBFT or OF info to STDOUT
61
62 [-P|--param=]NAME=VALUE
63 Set the parameter with the name NAME to VALUE. NAME is one of
64 the settings in the node record or iscsid.conf. Multiple params
65 can be passed in.
66
67 [-h|--help]
68 Display this help and exit
69
70 [-v|--version]
71 Display version and exit
72
73
74
76 iscsiadm(8)
77
78
80 Open-iSCSI project <http://www.open-iscsi.com/>
81 Mike Christie <mchristi@redhat.com>
82
83
84
85 Jan 2010 ISCSISTART(8)