
51
Symmetrix Fibre Channel with Qlogic HBAs on Linux Hosts
Fabric Configurations
Between the fi and the dep_tristate 'Seagate…' lines,
insert the following statement:
dep_tristate ’EMC-approved QLogic QLA2X00F Driver’ CONFIG_SCSI_QLOGIC_QLA2100
$CONFIG_SCSI
The above is one line. It appears here on two lines because of space
limitations.
The result should look like the following:
if [ "$CONFIG_PCI" = "y" ]; then
dep_tristate 'QLogic ISP SCSI support' CONFIG_SCSI_QLOGIC_ISP $CONFIG_SCSI
dep_tristate 'QLogic ISP FC SCSI support' CONFIG_SCSI_QLOGIC_FC $CONFIG_SCSI
fi
dep_tristate ’EMC-approved QLogic QLA2X00F Driver’ CONFIG_SCSI_QLOGIC_QLA2100
$CONFIG_SCSI
dep_tristate 'Seagate ST-02 and Future Domain TMC-8xx SCSI support'
CONFIG_SCSI_SEAGATE $CONFIG_SCSI
b. If the Linux distribution is RedHat v7.0, search for the
following code block around line 137:
if [ "$CONFIG_PCI" = "y" ]; then
dep_tristate 'Qlogic ISP SCSI support' CONFIG_SCSI_QLOGIC_ISP $CONFIG_SCSI
dep_tristate 'Qlogic QLA 1280/12160 SCSI support' CONFIG_SCSI_QLOGIC_1280
$CONFIG_SCSI
dep_tristate 'Qlogic ISP FC SCSI support' CONFIG_SCSI_QLOGIC_FC $CONFIG_SCSI
if [ "$CONFIG_SCSI_QLOGIC_FC" != "y" ]; then
dep_tristate 'Qlogic QLA 2x00 FC SCSI support' CONFIG_SCSI_QLOGIC_2x00
$CONFIG_SCSI
fi
fi
dep_tristate 'Seagate ST-02 and Future Domain TMC-8xx SCSI support'
CONFIG_SCSI_SEAGATE $CONFIG_SCSI
Between the fi and the dep_tristate 'Seagate…' lines,
insert the following statement:
dep_tristate ’EMC-approved QLogic QLA2X00F Driver’ CONFIG_SCSI_QLOGIC_QLA2100
$CONFIG_SCSI
The above is one line. It appears here on two lines because of space
limitations.
Komentarze do niniejszej Instrukcji