Blame doc/iscsistart.8

Packit eace71
.TH ISCSISTART 8 "Jan 2010" "" "Linux Administrator's Manual"
Packit eace71
.SH NAME
Packit eace71
iscsistart \- iSCSI boot tool
Packit eace71
.SH SYNOPSIS
Packit eace71
.BI iscsistart
Packit eace71
[OPTION]
Packit eace71
.SH "DESCRIPTION"
Packit eace71
.B iscsistart
Packit eace71
will start a session using the settings passed in, or
Packit eace71
using the iBFT or Open Firmware [OF] boot information. This program should
Packit eace71
not be run to manage sessions. Its primary use is to start
Packit eace71
sessions used for iSCSI root boot.
Packit eace71
.SH OPTIONS
Packit eace71
.TP
Packit eace71
.BI [-i|--initiatorname=]\fIname\fP
Packit eace71
Set InitiatorName to name (Required if not using iBFT or OF)
Packit eace71
.TP
Packit eace71
.BI [-t|--targetname=]\fIname\fP
Packit eace71
Set TargetName to name (Required if not using iBFT or OF)
Packit eace71
.TP
Packit eace71
.BI [-g|--tgpt=]\fIN\fP
Packit eace71
Set target portal group tag to N (Required if not using iBFT or OF)
Packit eace71
.TP
Packit eace71
.BI [-a|--address=]\fIA.B.C.D\fP
Packit eace71
Set IP address to A.B.C.D (Required if not using iBFT or OF)
Packit eace71
.TP
Packit eace71
.BI [-p|--port=]\fIN\fP
Packit eace71
Set port to N (Optional. Default 3260)
Packit eace71
.TP
Packit eace71
.BI [-u|--username=]\fIN\fP
Packit eace71
Set username to N (Optional)
Packit eace71
.TP
Packit eace71
.BI [-w|--password=]\fIN\fP
Packit eace71
Set password to N (Optional)
Packit eace71
.TP
Packit eace71
.BI [-U|-username_in=]\fIN\fP
Packit eace71
Set incoming username to N (Optional)
Packit eace71
.TP
Packit eace71
.BI [-W|--password_in=]\fIN\fP
Packit eace71
Set incoming password to N (Optional)
Packit eace71
.TP
Packit eace71
.BI [-d|--debug=]\fIdebug_level\fP
Packit eace71
Print debugging information
Packit eace71
.TP
Packit eace71
.BI [-b|--fwparam_connect]
Packit eace71
Create a session to the target using the iBFT or OF info
Packit eace71
.TP
Packit eace71
.BI [-N|--fwparam_network]
Packit eace71
Bring up the network as specified by iBFT or OF
Packit eace71
.TP
Packit eace71
.BI [-f|--fwparam_print]
Packit eace71
Print the iBFT or OF info to STDOUT
Packit eace71
.TP
Packit eace71
.BI [-P|--param=]\fINAME=VALUE\fP
Packit eace71
Set the parameter with the name NAME to VALUE. NAME is one of the settings
Packit eace71
in the node record or iscsid.conf. Multiple params can be passed in.
Packit eace71
.TP
Packit eace71
.BI [-h|--help]
Packit eace71
Display this help and exit
Packit eace71
.TP
Packit eace71
.BI [-v|--version]
Packit eace71
Display version and exit
Packit eace71
Packit eace71
Packit eace71
.SH "SEE ALSO"
Packit eace71
.BR iscsiadm (8)
Packit eace71
Packit eace71
.SH AUTHORS
Packit eace71
Open-iSCSI project <http://www.open-iscsi.com/>
Packit eace71
.br
Packit eace71
Mike Christie <mchristi@redhat.com>