Skip to main content

Start iSCSI DHCP refresh

The start controller iscsiHostPort dhcpRefresh command initiates a refresh of the DHCP parameters for the iSCSI interface.

Supported Arrays

This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.

Roles

To execute this command on an storage array, you must have the Storage Admin role.

Context

If the configuration method for the interface is not set to DHCP, the procedure returns an error.

Syntax

start controller [(<span className="ph">a</span>|<span className="ph">b</span>)] iscsiHostPort [<var id="GUID-BA857128-D154-4320-8D06-E5665410BC3E__V1837904" className="keyword varname">portLabel</var>] dhcpRefresh

Parameter

ParameterDescription
controller The identifier letter of the controller that has the iSCSI host ports. Valid controller identifier values are a or b where a is the controller in slot A , and b is the controller in slot B .
iscsiHostPort

The host port label or the number of the iSCSI host port for which you want to refresh the DHCP parameters.

See the following for more information:

Identifying an iSCSI host port label

Identifying an iSCSI host port label

You must specify a label for the host port. Follow these steps to specify the host port label:

  1. If you do not know the port label for the iSCSI host port, run the

    show controller command.
  2. In the Host interface section of the results, locate the host port you want to select.

    Note
    The port label is the complete value returned for the Port field.
  3. Enclose the entire value of the port label in both quotes and square brackets: ["

    portLabel "]. For example, if the port label is Ch 2 , specify the iSCSI host port as follows:

    iscsiHostPort[\"ch 2\"]

    Note
    If you are using a Windows command line and the label contains a pipe (|), the character should be escaped (using ^); otherwise, it will be interpreted as a command. For example, if the port label is e0b|0b , specify the iSCSI host port as follows:

    iscsiHostPort[\"e0b^|0b\"]

Notes

This operation ends the iSCSI connections for the portal and temporarily brings down the portal.