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

5 Configuring the Host for a Fibre Channel Connection
This chapter describes the procedures and considerations that are required to set up an ESX host
to communicate with an HP 3PAR StoreServ Storage over a Fibre Channel connection.
Installing the HBA and Drivers
Before setting up the ESX host, make sure the host adapters are installed and operating properly.
If necessary, consult the documentation provided by the HBA vendor for instructions.
Drivers for VMware supported HBAs are included as part of the ESX OS installation package
supplied by VMware. Updates and/or patches for the HBA drivers can be acquired through
VMware support.
For Brocade FC HBA, the default Path TOV (Time-out Value) parameter is set to 30 seconds. It is
recommended to change this value to 14 seconds with VMware Native Multipathing Plugin (NMP).
To change the value of this parameter, it is required to use Brocade BCU command line utility. See
the see VMware website for more information:
VMware
The BCU tool is available for download from the Brocade web site.
To display the list of adapter ports, run the following command
# esxcli brocade bcu --command="port --list"
---------------------------------------------------------------------------
Port# FN Type PWWN/MAC FC Addr/ Media State Spd
Eth dev
---------------------------------------------------------------------------
1/0 - fc 10:00:00:05:1e:dc:f3:2f 091e00 sw Linkup 8G
0 fc 10:00:00:05:1e:dc:f3:2f 091e00 sw Linkup 8G
1/1 - fc 10:00:00:05:1e:dc:f3:30 673000 sw Linkup 8G
1 fc 10:00:00:05:1e:dc:f3:30 673000 sw Linkup 8G
To query a port# from the above output, run the following command:
# esxcli brocade bcu --command="vhba --query 1/0"
PCI Function Index : 1/0/0
Firmware Ver : 3.0.0.0
Port type : FC
Bandwidth : 8 Gbps
IOC state : operational
PWWN : 10:00:00:05:1e:dc:f3:2f
NWWN : 20:00:00:05:1e:dc:f3:2f
Path TOV : 30 seconds
Portlog : Enabled
IO Profile : Off
Interrupt coalescing : on
Interrupt delay : 0 us
Interrupt latency : 0 us
To change Path TOV value (repeat for all ports) follow the example below. Also this command can
be included in ESX host startup such that it will be run automatically.
# esxcli brocade bcu --command="fcpim --pathtov 1/0 14"
path timeout is set to 14
To query a port# after a change was made, follow the example below:
# esxcli brocade bcu --command="vhba --query 1/0"
PCI Function Index : 1/0/0
Firmware Ver : 3.0.0.0
38 Configuring the Host for a Fibre Channel Connection