<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Custom ESXi 6 image for Adaptec 6805 RAID controller</title>
	<atom:link href="http://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Wed, 05 Mar 2025 13:10:49 +0100</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-737</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Tue, 13 Jul 2021 20:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-737</guid>
		<description>Perfect!</description>
		<content:encoded><![CDATA[<p>Perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin J</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-736</link>
		<dc:creator>Kevin J</dc:creator>
		<pubDate>Tue, 13 Jul 2021 19:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-736</guid>
		<description>Hello, recently i tried to build a esxi iso with adaptec 6806 driver for hp dl380eg8  and your post helped me a lot. thank you.</description>
		<content:encoded><![CDATA[<p>Hello, recently i tried to build a esxi iso with adaptec 6806 driver for hp dl380eg8  and your post helped me a lot. thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew GR</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-719</link>
		<dc:creator>Andrew GR</dc:creator>
		<pubDate>Fri, 20 Mar 2020 05:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-719</guid>
		<description>Thank you so much, that helped a lot! )</description>
		<content:encoded><![CDATA[<p>Thank you so much, that helped a lot! )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: genuine</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-712</link>
		<dc:creator>genuine</dc:creator>
		<pubDate>Sun, 10 Feb 2019 17:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-712</guid>
		<description>Hi,
Nice to see someone shared information about adaptec installation esxi 6.7
did someone managed to get cim manager working</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice to see someone shared information about adaptec installation esxi 6.7<br />
did someone managed to get cim manager working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Firth</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-700</link>
		<dc:creator>Michael Firth</dc:creator>
		<pubDate>Wed, 06 Jun 2018 14:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-700</guid>
		<description>A slightly more straightforward option is to use the &quot;EX Customiser&quot; tool from this URL:

https://www.v-front.de/p/esxi-customizer-ps.html

To build a bootable ISO with the AAC-RAID driver included.

What I did was:

Download the VMware ESXi 6.7.0 offline bundle (this is available for download if you register for a trial) from:

https://my.vmware.com/en/group/vmware/evalcenter?p=vsphere-eval

Downloaded an AAC-RAID driver from the MicroSemi website - I actually picked one for a newer RAID card, as it seems to be a superset of the one needed for the 6805:

https://storage.microsemi.com/en-us/speed/raid/aac/linux/aacraid_vmware_drivers_1.2.1-56009_cert_tgz.php

The one listed for the 6805 is here:

https://storage.microsemi.com/en-us/speed/raid/aac/linux/aacraid_vmware_drivers_1.2.1-52040_cert_tgz.php

Install PowerCLI (as ESX Customiser is just a wrapper around this)

Create a folder, and put the ESX Customer script, and the 6.7.0 bundle file in it. Create a &quot;Extra&quot; sub folder, and extract the .vib from the Adaptec driver package into that folder.

Then an ISO can be built with:

.\ESXi-Customizer-PS-v2.6.0.ps1 -izip .\VMware-ESXi-6.7.0-8169922-depot.zip -pkgDir .\extra

In theory the customiser script should be able to download the VMware image directly, without having to give it the bundle, but that seems to always time out for me.</description>
		<content:encoded><![CDATA[<p>A slightly more straightforward option is to use the "EX Customiser" tool from this URL:</p>
<p><a href="https://www.v-front.de/p/esxi-customizer-ps.html" rel="nofollow">https://www.v-front.de/p/esxi-customizer-ps.html</a></p>
<p>To build a bootable ISO with the AAC-RAID driver included.</p>
<p>What I did was:</p>
<p>Download the VMware ESXi 6.7.0 offline bundle (this is available for download if you register for a trial) from:</p>
<p><a href="https://my.vmware.com/en/group/vmware/evalcenter?p=vsphere-eval" rel="nofollow">https://my.vmware.com/en/group/vmware/evalcenter?p=vsphere-eval</a></p>
<p>Downloaded an AAC-RAID driver from the MicroSemi website - I actually picked one for a newer RAID card, as it seems to be a superset of the one needed for the 6805:</p>
<p><a href="https://storage.microsemi.com/en-us/speed/raid/aac/linux/aacraid_vmware_drivers_1.2.1-56009_cert_tgz.php" rel="nofollow">https://storage.microsemi.com/en-us/speed/raid/aac/linux/aacraid_vmware_drivers_1.2.1-56009_cert_tgz.php</a></p>
<p>The one listed for the 6805 is here:</p>
<p><a href="https://storage.microsemi.com/en-us/speed/raid/aac/linux/aacraid_vmware_drivers_1.2.1-52040_cert_tgz.php" rel="nofollow">https://storage.microsemi.com/en-us/speed/raid/aac/linux/aacraid_vmware_drivers_1.2.1-52040_cert_tgz.php</a></p>
<p>Install PowerCLI (as ESX Customiser is just a wrapper around this)</p>
<p>Create a folder, and put the ESX Customer script, and the 6.7.0 bundle file in it. Create a "Extra" sub folder, and extract the .vib from the Adaptec driver package into that folder.</p>
<p>Then an ISO can be built with:</p>
<p>.\ESXi-Customizer-PS-v2.6.0.ps1 -izip .\VMware-ESXi-6.7.0-8169922-depot.zip -pkgDir .\extra</p>
<p>In theory the customiser script should be able to download the VMware image directly, without having to give it the bundle, but that seems to always time out for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: witalis</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-650</link>
		<dc:creator>witalis</dc:creator>
		<pubDate>Mon, 27 Mar 2017 15:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-650</guid>
		<description>thanks a lot, really helpful</description>
		<content:encoded><![CDATA[<p>thanks a lot, really helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victor bueno</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-628</link>
		<dc:creator>victor bueno</dc:creator>
		<pubDate>Tue, 11 Oct 2016 14:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-628</guid>
		<description>i mean it, you helped me a lot to install esxi6 in an inspur server</description>
		<content:encoded><![CDATA[<p>i mean it, you helped me a lot to install esxi6 in an inspur server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-627</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Tue, 11 Oct 2016 14:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-627</guid>
		<description>Great!</description>
		<content:encoded><![CDATA[<p>Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victor bueno</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-626</link>
		<dc:creator>victor bueno</dc:creator>
		<pubDate>Tue, 11 Oct 2016 14:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-626</guid>
		<description>Thanks a lot, now you have a friend at venezuela</description>
		<content:encoded><![CDATA[<p>Thanks a lot, now you have a friend at venezuela</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/comment-page-1/#comment-578</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Thu, 11 Feb 2016 21:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351#comment-578</guid>
		<description>Thank you for the feedback!</description>
		<content:encoded><![CDATA[<p>Thank you for the feedback!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
