EMC Qlogic QLA22xx Guía de instalación Pagina 16

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 76
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 15
16
Symmetrix Fibre Channel with Qlogic HBAs on Linux Hosts
Arbitrated Loop Configurations
b. If the Linux distribution is Red Hat 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.
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 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 ’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
Vista de pagina 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 75 76

Comentarios a estos manuales

Sin comentarios