Version 5.x
Configure these timeout values for servers running RHEL version 5.x. The settings vary based on the
manufacturer of the HBA card.
Add one of these settings to the end of the file
/etc/modprobe.conf
based on the manufacturer of the
HBA card.
Qlogic HBA Settings
Path
Configuration
Timeout Setting
Single Path
options qla2xxx qlport_down_retry=60
Multipath
options qla2xxx qlport_down_retry=5
Emulex HBA Settings
Path
Configuration
Timeout Setting
Single Path
options lpfc lpfc_devloss_tmo=60
Multipath
options lpfc lpfc_devloss_tmo=5
Version 6.x
Changing HBA settings in RHEL version 6.x requires the creation of a new configuration file that contains
the settings in the table below.
For Qlogic HBA cards, create a configuration file in
/etc/modprobe.d/
named
qla2xxx.conf
that contains
one of the following parameters.
Qlogic HBA Settings
Path
Configuration
Timeout Setting
Single Path
options qla2xxx qlport_down_retry=60
Multipath
options qla2xxx qlport_down_retry=5
For Emulex HBA cards, create a configuration file in
/etc/modprobe.d/
named
lpfc.conf
that contains
one of the following parameters.
Emulex HBA Settings
Path
Configuration
Timeout Setting
Single Path
options lpfc lpfc_devloss_tmo=60
Multipath
options lpfc lpfc_devloss_tmo=5
176
HBA Server Settings