Installation de Debian sur HP ProLiant DL380 Gen9

Bonjour,
J’ai actuellement un problème, je ne sais pas si quelqu’un a déjà rencontré ce problème pour partager son retour d’expérience avec moi.
J’ai acquis de deux bécanes neuves de caractéristiques : HP ProLiant DL380 Gen9 High Performance - 2U - 2 voies - 2 x Xeon E5-2690v3 12c 2.6 GHz - RAM 32 Go - SAS - 2 x HP 300GB 6G SAS 10K 2.5- DVD RW - G200eH2 - GigE, 10 GigE –.

Mais j’ai quelques difficultés à installer Debian-8.5.0 dessus. Lors de l’installation de Debian, les cartes réseau et les disques ne sont pas détectés. J’ai pu régler le problème des cartes réseau, mais celui des disques demeurent toujours. Le lien du tuto que j’ai suivi est ci-dessous.


Grossomodo dans le tuto, il a été demandé de générer le module hpsa.ko à partir d’une source tar et de l’intégrer lors de l’installation. Ce que j’ai fait :

build the hpsa driver you need to edit thehpsa_kernel_compat.h file and remove the comment block corresponding to the OS you wish to build the driver for. There’s just one little problem; there’s no block for Debian GNU/Linux. Fear NOT! The kernel that ships with Debian 6 is a 2.6.32 kernel. This is the same basic kernel as shipped with SUSE Linux Enterprise Server 11 SP1. So just uncomment the following line:
#define SLES11sp1

If you’ve got gcc installed and the linux-headers package you can just save the hpsa_kernel_compat.h file and type make. This will build the hpsa.ko file that you so desperately need. Now copy that file onto some removable media and go attach it to your Gen8 server.

Perform the following incantation:

$ mkdir /mnt/usb
$ mount /dev/usbdevice /mnt/usb
$ cp /mnt/usb/hpsa.ko /lib/modules/$(uname -r)/kernel/drivers/scsi
$ depmod -a
$ modprobe hpsa

To confirm you see the disks, simply use the dmesg command.
Résultat du dmesg :

[ 4317.097025] Physical aborts supported: yes
[ 4317.097027] Logical aborts supported: no
[ 4317.097028] HP SSD Smart Path aborts supported: yes
[ 4317.109693] hpsa 0000:03:00.0: hpsa0: <0x3239> at IRQ 116 using DAC
[ 4317.125555] bft2_offset = 0x8f4
[ 4317.141711] scsi9 : hpsa
[ 4317.149047] hpsa 0000:03:00.0: added scsi 9:3:0:0: RAID HP P440ar controller SSDSmartPathCap- En- Exp=1 qd=1024
[ 4317.149053] hpsa 0000:03:00.0: added scsi 9:0:0:0: Direct-Access HP EG0300JFCKA PHYS DRV SSDSmartPathCap- En- Exp=0 qd=58
[ 4317.149058] hpsa 0000:03:00.0: added scsi 9:0:1:0: Direct-Access HP EG0300JFCKA PHYS DRV SSDSmartPathCap- En- Exp=0 qd=58
[ 4317.149669] scsi 9:0:0:0: RAID HP P440ar 3.56 PQ: 0 ANSI: 5
[ 4317.150005] scsi 9:0:0:0: Attached scsi generic sg1 type 12

Mais quand je poursuis l’installation en re-faisant la détection, des disques, je constate qu’ils ne sont toujours pas détectés.

Merci d’avance pour votre coup de main.

Salut,

as-tu regardé ceci déjà ?

HP ProLiant