-
In VMware vCenter Server or VMware ESXi of the compute node (VMware ESXi) with a duplicated
initiator name (iSCSI name), open Storage,
Adapters, and then the Configure
iSCSI settings window.
Record the target information displayed in Static targets and Dynamic targets, and delete all of them.
-
By using an ESXCLI command, get the Software iSCSI Adapter information and
record the adapter name.
# esxcli iscsi adapter list
After the command is run, an adapter name is indicated as shown in the following example display.
-
By using an ESXCLI command, change the initiator name (iSCSI name) to a unique one. For
<AdapterName>, specify the adapter name
recorded in step 2.
#esxcli iscsi adapter set -n <unique-InitiatorName> -A <AdapterName>
-
In VMware vCenter Server or VMware ESXi, open Storage,
Adapters, and then the Configure
iSCSI settings window, and then register target information in
Static targets and Dynamic
targets. As the target information to be registered, re-specify the
information recorded in step 1.