I'm having an issue that I've tried to figure out for a week now and am having no luck.
I have a HP DL380 G6 server with ESXI 5.5 that crashed with two of the raid drives failing, so I reinstalled ESXI and now can not get the previously working external ESATA drives to be recognised again.
fdisk sees the external drive OK, but no eSata drives show in the vSphere client.
fdisk -l =
Disk /dev/disks/naa.600508b1001030384130444235300600: 2199.0 GB, 2199023255040 bytes
255 heads, 63 sectors/track, 267349 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/disks/naa.600508b1001030384130444235300600p1 1 121602 976759808 7 HPFS/NTFS
/dev/disks/naa.600508b1001030384130444235300600p2 121603 267349 1170711818+ fb VMFS
================================
I also followed the instructions at https://www.v-front.de/2013/11/how-to-make-your-unsupported-sata-ahci.html and the process seemed to complete OK, but the eSata drives still do not appear in my vSphere client. The ASM1062 Serial ATA Controller now shows up in the vShere client after implementing the following process, but no devices are shown under the related Storage Adaptors section.
~ # lspci -v | grep "Class 0106" -B 1
0000:0d:00.0 SATA controller Mass storage controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller
Class 0106: 1b21:0612
vmkload_mod ahci
esxcli software acceptance set --level=CommunitySupported
esxcli network firewall ruleset set -e true -r httpClient
esxcli software vib install -d http://vibsdepot.v-front.de -n sata-xahci
The above instructions worked fine with the ASM1062 Serial ATA Controller now seen in the vShere client.
=======================================
Note: The eSata drives worked fine before the system crash without any additional software drivers, etc.
I feel like I'm missing something very basic but would really appreciate any advice you may be able to provide.
Let me know if you need additional information.
Thanks in advance,
~ Neil