EMC Qlogic QLA22xx Guia de Instalação Página 17

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 76
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 16
17
Symmetrix Fibre Channel with Qlogic HBAs on Linux Hosts
Arbitrated Loop Configurations
Edit Makefile
Depending on the Linux distribution and the kernel version, the lines
indicated in this section may differ.
Edit the Makefile (located in /usr/src/linux/drivers/scsi) as described
below.
Note the occurrences of qla2x00.o. This applies to UP systems. For SMP
systems, these entries are
qla2x00smp.o.
1.
vi Makefile x
2. If the Linux distribution is Red Hat v6.2, proceed to step 2a. If the
distribution is v7.0, go to step 2b:
a. If the Linux distribution is Red Hat v6.2, search for the
following code block around line 325:
Insert the following lines between the
qlogicfc and aha152x
blocks:
ifeq ($(CONFIG_SCSI_QLOGIC_FC),y)
L_OBJS += qlogicfc.o
else
ifeq ($(CONFIG_SCSI_QLOGIC_FC),m)
M_OBJS += qlogicfc.o
endif
endif
ifeq ($(CONFIG_SCSI_AHA152X),y)
L_OBJS += aha152x.o
else
ifeq ($(CONFIG_SCSI_AHA152X),m)
M_OBJS += aha152x.o
endif
endif
ifeq ($(CONFIG_SCSI_QLOGIC_QLA2100),y)
L_OBJS += qla2x00.o
else
ifeq ($(CONFIG_SCSI_QLOGIC_QLA2100),m)
M_OBJS += qla2x00.o
endif
endif
Vista de página 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 75 76

Comentários a estes Manuais

Sem comentários