HP 3PAR VMware ESX Implementation Guide
Table Of Contents
- HP 3PAR VMware ESX Implementation Guide
- Contents
- 1 Introduction
- 2 Configuring the HP 3PAR StoreServ Storage for Fibre Channel
- 3 Configuring the HP 3PAR StoreServ Storage for iSCSI
- 4 Configuring the HP 3PAR StoreServ Storage for FCoE
- 5 Configuring the Host for a Fibre Channel Connection
- Installing the HBA and Drivers
- Installing Virtual Machine Guest Operating System
- Multipath Failover Considerations and I/O Load Balancing
- Performance Considerations for Multiple Host Configurations
- ESX/ESXi 4.1, ESXi 5.x Additional Feature Considerations
- Storage I/O Control
- vStorage APIs for Array Integration (VAAI)
- HP 3PAR VAAI Plugin 1.1.1 for ESX 4.1
- HP 3PAR VAAI Plugin 2.2.0 for ESXi 5.x
- UNMAP (Space Reclaim) Storage Hardware Support for ESXi 5.x
- Out-of-Space Condition for ESX 4.1 and ESXi 5.x
- Additional New Primitives Support on ESXi 5.x
- VAAI and New Feature Support Table
- VAAI Plugin Verification
- 6 Configuring the Host as an FCoE Initiator Connecting to a FC target or an FCoE Target
- 7 Configuring the Host for an iSCSI Connection
- Setting Up the Switch, iSCSI Initiator, and iSCSI target ports
- Installing iSCSI on VMware ESX
- Installing Virtual Machine Guest Operating System
- Creating a VMkernel Port
- Configuring a Service Console Connection for the iSCSI Storage
- Configuring the VMware SW iSCSI Initiator
- iSCSI Failover Considerations and Multipath Load Balancing
- Performance Considerations for Multiple Host Configurations
- ESX/ESXi Additional Feature Considerations
- 8 Allocating Storage for Access by the ESX Host
- 9 Booting the VMware ESX Host from the HP 3PAR StoreServ Storage
- 10 Support and Other Resources
- 11 Documentation feedback
- A Appendix

3 Configuring the HP 3PAR StoreServ Storage for iSCSI
This chapter explains how to establish an iSCSI connection between the HP 3PAR StoreServ Storage
and the VMware ESX host. If you are running specific CNA cards, a software or hardware iSCSI
initiator can be used. For details about hardware iSCSI configuration, see “Hardware iSCSI
Support” (page 22).
Software iSCSI Support
Setting Up the Ports for an iSCSI Connection
To establish an iSCSI connection between the HP 3PAR StoreServ Storage and the ESX host, you
need to set up each HP 3PAR StoreServ Storage iSCSI target port that will be connected to an
iSCSI initiator as described in the following steps.
1. A 10 Gb iSCSI connection, which is supported in the HP 3PAR StoreServ 10000 Storage and
the HP 3PAR StoreServ 7000 Storage, requires a one-time configuration using the
controlport command.
Issue the showport and showport -i commands to check the current CNA configuration.
For example:
# showport
N:S:P Mode State -Node_WWN-- -Port_WWN/HW_Addr- Type Protocol Label Partner FailoverState
0:2:1 target offline - 2C27D754521E iscsi iSCSI - - -
0:2:2 target offline - 2C27D754521A iscsi iSCSI - - -
# showport -i
N:S:P Brand Model Rev Firmware Serial HWType
0:1:1 QLOGIC QLE8242 58 0.0.0.0 PCGLT0ARC1K3SK CNA
1:1:1 QLOGIC QLE8242 58 0.0.0.0 PCGLT0ARC1K3SK CNA
2. If State=config_wait or Firmware=0.0.0.0, use the controlport config iscsi
<n:s:p> command to configure, and then use the showport and showport -i commands
to verify the configuration setting.
For example:
# controlport config iscsi 0:1:1
# controlport config iscsi 1:1:1
# showport
N:S:P Mode State -Node_WWN-- -Port_WWN/HW_Addr- Type Protocol Label Partner FailoverState
0:2:1 target ready - 2C27D754521E iscsi iSCSI - - -
0:2:2 target ready - 2C27D754521A iscsi iSCSI - - -
# showport -i
...
N:S:P Brand Model Rev Firmware Serial HWType
...
0:1:1 QLOGIC QLE8242 58 4.8.76.48015 PCGLT0ARC1K3SK CNA
1:1:1 QLOGIC QLE8242 58 4.8.76.48015 PCGLT0ARC1K3SK CNA
3. Issue the HP 3PAR OS CLI showport -iscsi command to check the current settings of the
iSCSI ports:
# showport -iscsi
N:S:P State IPAddr Netmask Gateway TPGT MTU Rate DHCP iSNS_Prim iSNS_Sec iSNS_Port
0:1:1 offline 0.0.0.0 0.0.0.0 0.0.0.0 11 1500 n/a 0 0.0.0.0 0.0.0.0.0 3205
1:1:1 offline 0.0.0.0 0.0.0.0 0.0.0.0 12 1500 n/a 0 0.0.0.0 0.0.0.0.0 3205
0:1:1 offline 0.0.0.0 0.0.0.0 0.0.0.0 111 1500 n/a 0 0.0.0.0 0.0.0.0.0 3205
1:1:1 offline 0.0.0.0 0.0.0.0 0.0.0.0 112 1500 n/a 0 0.0.0.0 0.0.0.0.0 3205
Software iSCSI Support 15