EMC Qlogic QLA22xx Przewodnik Instalacji Strona 15

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 76
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 14
15
Symmetrix Fibre Channel with Qlogic HBAs on Linux Hosts
Arbitrated Loop Configurations
Edit Config.in
Depending on the Linux distribution and the kernel version, the lines
indicated in this section may differ.
In order for the QLogic driver to be listed as an option in
config/menuconfig/xconfig, edit Config.in as follows:
1. cd /usr/src/linux/drivers/scsi
2. vi Config.in x
3. If the Linux distribution is Red Hat v6.2, proceed to step 3a. If the
distribution is v7.0, go to step 3b:
a. If the Linux distribution is Red Hat v6.2, search for the
following code block around line 126:
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_trisate ’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 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
Przeglądanie stron 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 75 76

Komentarze do niniejszej Instrukcji

Brak uwag