Adaptec RAID 6805/6805Q Driver



Adaptec RAID 6405 » Adaptec RAID 6405E » Adaptec RAID 6405T » Adaptec RAID 6445 » Adaptec RAID 6805 » Adaptec RAID 6805E » Adaptec RAID 6805Q » Adaptec RAID 6805T » Adaptec RAID 6805TQ » Unified Serial SAS/SATA 3 Gb: Adaptec RAID 2045 » Adaptec RAID 2405 » Adaptec RAID 2405Q » Adaptec RAID 2805 » Adaptec RAID 3085 » Adaptec RAID. Adaptec raid 6805 can't detect the array after restart - duration, 6, 30. Common questions for adaptec raid 6805/6805q driver q, where can i. Also for, raid 5085, raid 5405, raid 5445, raid 5805, raid 5405z, raid 5805z, raid 5445z, raid 5805q, raid 5805zq, raid 51245, raid 51645. Adaptec raid 6805/6805q drivers were collected from official websites of manufacturers and other trusted sources. Select the driver needed and press download. We updated both motherboard bios and raid controller firmware. These are not included or available driver.

Some time ago, we changed the hardware of our VM server. We replaced the RAID controller with an Adaptec 6805 because the old controller had some problems. The server run with ESXi 5.1.

Adaptec raid 6805/6805q driver installer

The problem with our Adaptec controller was that ESXi didn't support it out-of-the-box. It was supported in general but the driver was not included. We thought that the new ESXi 6 could contain the driver, but it didn't. So we had to create our own ESXi image with the Adaptec driver.

We thought it shouldn't be a problem because there was much documentation about custom images:

https://blogs.vmware.com/vsphere/2012/04/using-the-vsphere-esxi-image-builder-cli.html
http://www.virten.net/2015/03/esxi-6-0-image-for-intel-nuc/
(DE) https://www.thomas- krenn.com/de/wiki/Individuelles_ESXi_5....

Some problems:

  • We tried to create an image for version 6
  • We used the free version of ESXi with all its limitations
Adaptec RAID 6805/6805Q Driver

A problem was that the documentation references an 'offline software depot'. You can download the offline depot for the paid version but it's not available for the free version - not as simple download. No offline deplot means no custom image - right? Not right, because it's also possible to use an online depot.

The problem was that the documentation didn't contain a full description. We found some hints in different blogs but no complete description.

Adaptec Raid 6805/6805q Driver Download

Here are the steps how we created our custom ESXi 6 image with Adaptec 6805 driver:

Downloads

Adaptec Raid 6805/6805q Driver Windows 7

  • ESXi
  • PowerCLI 6
  • Adaptec driver

Useful PowerCLI Documentation:
https://pubs.vmware.com/vsphere-55/index.jsp#...ve-EsxSoftwarePackage.html

Raid

Image creation

  • Install PowerCLI 6 (and all required dependencies)
  • Unzip the Adaptec driver to e.g. C:tempVMServer6
  • Run PowerCLI as Administrator (sometimes, first launch of PowerCLI isn't working - simply close/run again)
  • Execute following commands
    # Preconfigure
    Set-ExecutionPolicy RemoteSigned
    cd c:tempVMServer6

    # Use online depot
    Add-EsxSoftwareDepot https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
    # Add offline bundle for adaptec driver
    Add-EsxSoftwareDepot aacraid-6.0.6.2.1.41024-offline_bundle-2915492.zip

    # Check added depots
    $DefaultSoftwareDepots

    # Lists all ESXi-6.* profiles
    Get-EsxImageProfile -Name'ESXi-6.*'

    # Sets the base profile
    New-EsxImageProfile -CloneProfile'ESXi-6.0.0-20160104001-standard'-name'ESXi-6.0.0-20160104001-standard-Adaptec'-Vendor'rjahn@SIB'-AcceptanceLevel'CommunitySupported'

    # Lists all included drivers
    Get-EsxSoftwarePackage -Name'*aacraid*'

    # Adds adaptec driver from offline bundle
    Add-EsxSoftwarePackage -ImageProfile'ESXi-6.0.0-20160104001-standard-Adaptec'-SoftwarePackage scsi-aacraid

    # Creates boot image
    Export-ESXImageProfile -ImageProfile'ESXi-6.0.0-20160104001-standard-Adaptec'-ExportToISO-filepath C:tempVMServer6buildESXi-6.0.0-20160104001-standard-Adaptec.iso

    # Creates Bundle
    Export-ESXImageProfile -ImageProfile'ESXi-6.0.0-20160104001-standard-Adaptec'-ExportToBundle-filepath C:tempVMServer6buildESXi-6.0.0-20160104001-standard-Adaptec.zip

Version numbers may be different, but the procedure should work for you as well. The online depot:
https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml

was the most important thing. All other steps can be found in the standard documentation.

I'm loving FreeNAS and this forum. Awesome job to everyone involved.
I am pulling the trigger and rolling my own FreeNAS box. After reading tons of hardware configurations and recommendations I've settled on some hardware that looks like this:
NORCO CHASSIS - RPC-4020
CORSAIR HX850W 850w POWER SUPPLY
SUPERMICRO MOTHERBOARD C2SEA
INTEL CELERON E3400 2.6G CPU
4GB RAM
ADAPTEC 6805 SATA III RAID CONTROLLER KIT
10 x 2TB 7200 RPM, SATA 6G, 64MB CACHE SEAGATE BARRACUDA XT HARD DRIVE
(I will add a SAS expander and another 12 drives in the near future)
Hardware has been purchased, delivered and assembled. FreeNAS USB stick created. Unfortunately, FreeNAS won't pickup my Adaptec RAID 6805 controller.
Given that FreeNAS is built on FreeBSD and I can download drivers from Adaptec for that platform, can anyone give me some guidance on how to successfully apply/install this driver?
Apprecaite the help.