EMC Qlogic QLA22xx Instalační příručka Strana 57

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 76
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 56
57
Symmetrix Fibre Channel with Qlogic HBAs on Linux Hosts
Fabric Configurations
Insert the following lines between the qlogicfc and seagate
sections:
#ifdef CONFIG_SCSI_QLOGIC_QLA2100
#include "qla2100.h"
#endif
The result should look like the following:
#ifdef CONFIG_SCSI_QLOGIC_FC
#include "qlogicfc.h"
#endif
#ifdef CONFIG_SCSI_QLOGIC_QLA2100
#include "qla2100.h"
#endif
#ifdef CONFIG_SCSI_SEAGATE
#include "seagate.h"
#endif
3. Around line 515 (if using RedHat v6.2) or 542 (if using RedHat
v7.0), search for the following code block:
#ifdef CONFIG_SCSI_QLOGIC_FC
QLOGICFC,
#endif
#ifdef CONFIG_SCSI_PAS16
MV_PAS16,
#endif
Insert the following lines in between the endif and ifdef:
#ifdef CONFIG_SCSI_QLOGIC_QLA2100
QLA2100_LINUX_TEMPLATE,
#endif
The result should look like the following:
#ifdef CONFIG_SCSI_QLOGIC_FC
QLOGICFC,
#endif
#ifdef CONFIG_SCSI_QLOGIC_QLA2100
QLA2100_LINUX_TEMPLATE,
#endif
#ifdef CONFIG_SCSI_PAS16
MV_PAS16,
#endif
Zobrazit stránku 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 75 76

Komentáře k této Příručce

Žádné komentáře