EMC Qlogic QLA22xx Guide d'installation Page 21

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 76
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 20
21
Symmetrix Fibre Channel with Qlogic HBAs on Linux Hosts
Arbitrated Loop 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 Red Hat v6.2) or 542 (if using Red Hat
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
Vue de la page 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 75 76

Commentaires sur ces manuels

Pas de commentaire