HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 51
Item Description
ISCSIBootParamDHCP
(optional)
Enables the iSCSI option ROM to retrieve the iSCSI boot parameters from DHCP
or through static configuration. Valid values are "Enabled' and "Disabled". The
default value is "Disabled", which enables static configuration.
NetworkParamDHCP
(optional)
Enabl
es the iSCSI option ROM to retrieve the TCP/IP parameters from DHCP or
through static configuration. Valid values are "Enabled" and "Disabled'. The
default value is "Disabled", which disables DHCP and enables static
configuration.
DHCPVendorID (required
if ISCSIBootParamDHCP
is "Enabled")
The string used to match the value in the Vendor Class ID field in the DHCP offer
packet when retrieving iSCSI boot parameters.
Examples
->set iscsi-boot-param MyProfile1:1 BootOrder=Primary
Lun=100
InitiatorName="iqn.2009-09.com.someorg.iSCSI-Initiator"
InitiatorIp=192.128.3.1 Mask=255.255.0.0
TargetName="iqn.2009-09.com.someorg.iSCSI-Target"
TargetIp=192.128.3.2 TargetPort=40000 Authentication=CHAP
Username=SomeUserName Secret=SomePassword123
Configures basic boot attributes on an iSCSI connection of profile MyProfile1
->set iscsi-boot-param MyProfile1:1 BootOrder=Primary
ISCSIBootParamDHCP=Enabled NetworkParamDHCP=Enabled
DHCPVendorID=SomeVendorIDValue
Configures iSCSI Boot attributes to be retrieved from DHCP
->set iscsi-boot-param MyProfile1:1 -maskSecret
-maskMutualSecret Authentication=CHAPM
Username=SomeUserName MutualUsername=SomeMutualUsername
ISCSIBootParamDHCP=Enabled NetworkParamDHCP=Enabled
DHCPVendorID=SomeVendorIDValue
Configures CHAP secret and CHAPM secret values as a masked string
Item Description
show iscsi-boot-param
Display the basic iSCSI boot parameters configured on the specified iSCSI
connection.
Syntax
show iscsi-boot-param [<ConnectionID>]
Parameter
ConnectionID
(optional)
The ID of an existing iSCSI connection. The ID format is <ProfileName:Port>.
Use show profile <ProfileName> or show iscsi-connection
<profileName:*>
to display the port number of the iSCSI connection.
Examples
->show iscsi-boot-param MyProfile1:1
Displays boot parameters configured on connection 1 of MyProfile1
->show iscsi-boot-param MyProfile1:*
Displays boot parameters configured on all connections of MyProfile1
->show iscsi-boot-param *
Displays boot parameters configured on all profiles in the domain