HP 3PAR Solaris Implementation Guide
The HP 3PAR StoreServ Storage supports all of the above discovery methods. For details on iSCSI
initiator configuration, see the System Administration Guide: Devices and File Systems and refer
to the chapter “Solaris iSCSI Initiators (Tasks),” available on the following website:
Oracle
CAUTION: Configuring both static and dynamic device discovery for a given target is not
recommended since it can cause problems communicating with the iSCSI target device.
Using the Static Device Discovery Method
The following example shows how to configure the Solaris host for the HP 3PAR StoreServ Storage
target using the Static Device Discovery method.
1. Verify that the target is pingable.
# ping 11.1.0.110
2. Define the static target address. Use showport -iscsiname to get the HP 3PAR StoreServ
Storage target iSCSi name.
# iscsiadm add static-config
iqn.2000-05.com.3pardata:21310002ac00003e,11.1.0.110:3260
(Repeat for the other port.)
3. Enable the static device discovery method.
# iscsiadm modify discovery --static enable
4. Verify that the static discovery is enabled.
# iscsiadm list discovery
Discovery:
Static: enabled
Send Targets: disabled
iSNS: disabled
Using the SendTargets Discovery Method
The following example shows how to configure the Solaris host for an HP 3PAR StoreServ Storage
target port using the SendTargets discovery method.
1. Verify that the target is pingable.
# ping 11.1.0.110
2. Add the target discovery address.
# iscsiadm add discovery-address 11.1.0.110:3260
(Repeat for the other address port.)
Setting Up the iSCSI Initiator for Target Discovery 45