text
stringlengths
0
4.23k
Lists summary information about all HBA ports known to VDS. The currently selected HBA port is marked by an asterisk (*).
iadapters
Lists summary information about all iSCSI initiator adapters known to VDS. The currently selected initiator adapter is marked by an asterisk (*).
iportals
Lists summary information about all iSCSI initiator portals in the currently selected initiator adapter. The currently selected initiator portal is marked by an asterisk (*).
providers
Lists summary information about each provider known to VDS. The currently selected provider is marked by an asterisk (*).
subsystems
Lists summary information about each subsystem in the system. The currently selected subsystem is marked by an asterisk (*).
controllers
Lists summary information about each controller in the currently selected subsystem. The currently selected controller is marked by an asterisk (*).
ports
Lists summary information about each controller port in the currently selected controller. The currently selected port is marked by an asterisk (*).
drives
Lists summary information about each drive in the currently selected subsystem. The currently selected drive is marked by an asterisk (*).
luns
Lists summary information about each LUN in the currently selected subsystem. The currently selected LUN is marked by an asterisk (*).
tportals
Lists summary information about all iSCSI target portals in the currently selected subsystem. The currently selected target portal is marked by an asterisk (*).
targets
Lists summary information about all iSCSI targets in the currently selected subsystem. The currently selected target is marked by an asterisk (*).
tpgroups
Lists summary information about all iSCSI target portal groups in the currently selected target. The currently selected portal group is marked by an asterisk (*).
login
Logs the specified iSCSI initiator adapter into the currently selected iSCSI target.
Syntax
login target iadapter=<iadapter> [type={manual | persistent | boot}] [chap={none | oneway | mutual}] [iportal=<iportal>] [tportal=<tportal>] [<flag> [<flag> […]]]
Parameters
Parameter
Description
type
Specifies the type of login to perform: manual or persistent. If unspecified, a manual login will be performed.
manual
Login manually. There's also a boot option that is intended for future development and isn't currently used.
persistent
Automatically use the same login when the computer is restarted.
chap
Specifies the type of CHAP authentication to use: none, oneway CHAP, or mutual CHAP; if unspecified, no authentication will be used.
tportal
Specifies an optional target portal in the currently selected subsystem to use for the log in.
iportal
Specifies an optional initiator portal in the specified initiator adapter to use for the log in.
<flag>
Identified by three-letter acronyms:IPS - Require IPsecEMP - Enable multipathEHD - Enable header digestEDD - Enable data digest
<flag>
logout
Logs the specified iSCSI initiator adapter out of the currently selected iSCSI target.
Syntax
logout target iadapter= <iadapter>
Parameters
Parameter
Description