<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog @ SIB Visions &#187; ESXi</title>
	<atom:link href="http://blog.sibvisions.com/tag/esxi/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Mon, 30 Mar 2026 11:14:36 +0000</lastBuildDate>
		<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom ESXi 6 image for Adaptec 6805 RAID controller</title>
		<link>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/</link>
		<comments>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/#comments</comments>
		<pubDate>Fri, 22 Jan 2016 16:28:54 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5351</guid>
		<description><![CDATA[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.
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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>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.</p>
<p>We thought it shouldn't be a problem because there was much documentation about custom images:</p>
<p><a href="https://blogs.vmware.com/vsphere/2012/04/using-the-vsphere-esxi-image-builder-cli.html">https://blogs.vmware.com/vsphere/2012/04/using-the-vsphere-esxi-image-builder-cli.html</a><br />
<a href="http://www.virten.net/2015/03/esxi-6-0-image-for-intel-nuc/">http://www.virten.net/2015/03/esxi-6-0-image-for-intel-nuc/</a><br />
(DE) <a href="https://www.thomas- krenn.com/de/wiki/Individuelles_ESXi_5.0_Image_mit_dem_vSphere_ESXi_Image_Builder_erzeugen">https://www.thomas- krenn.com/de/wiki/Individuelles_ESXi_5....</a></p>
<p>Some problems:</p>
<ul>
<li>We tried to create an image for version 6</li>
<li>We used the free version of ESXi with all its limitations</li>
</ul>
<p>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.</p>
<p>The problem was that the documentation didn't contain a full description. We found some hints in different blogs but no complete description.</p>
<p>Here are the steps how we created our custom ESXi 6 image with Adaptec 6805 driver:</p>
<p><strong>Downloads</strong></p>
<ul>
<li>ESXi
<p><a href="https://my.vmware.com/en/group/vmware/evalcenter?p=free-esxi6">https://my.vmware.com/en/group/vmware/evalcenter?p=free-esxi6</a></li>
<li>PowerCLI 6
<p><a href="https://my.vmware.com/group/vmware/get-download?downloadGroup=PCLI600R1">https://my.vmware.com/group/vmware/get-download?downloadGroup=PCLI600R1</a></li>
<li>Adaptec driver
<p><a href="http://partnerweb.vmware.com/comp_guide2/detail.php?deviceCategory=io&#038;productid=19667">http://partnerweb.vmware.com/comp_guide2/detail.php?deviceCategory=io&#038;productid=19667</a></li>
</ul>
<p>Useful PowerCLI Documentation:<br />
<a href="https://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.powercli.cmdletref.doc/Remove-EsxSoftwarePackage.html">https://pubs.vmware.com/vsphere-55/index.jsp#...ve-EsxSoftwarePackage.html</a></p>
<p><strong>Image creation</strong></p>
<ul>
<li>Install PowerCLI 6 (and all required dependencies)</li>
<li>Unzip the Adaptec driver to e.g. C:\temp\VMServer6\</li>
<li>Run PowerCLI as Administrator (sometimes, first launch of PowerCLI isn't working - simply close/run again)</li>
<li>Execute following commands
<div class="codesnip-container" >
<div class="bash codesnip" style="font-family:monospace;"><span class="co0"># Preconfigure</span><br />
Set-ExecutionPolicy RemoteSigned<br />
<span class="kw3">cd</span> c:\temp\VMServer6\</p>
<p><span class="co0"># Use online depot</span><br />
Add-EsxSoftwareDepot https:<span class="sy0">//</span>hostupdate.vmware.com<span class="sy0">/</span>software<span class="sy0">/</span>VUM<span class="sy0">/</span>PRODUCTION<span class="sy0">/</span>main<span class="sy0">/</span>vmw-depot-index.xml<br />
<span class="co0"># Add offline bundle for adaptec driver</span><br />
Add-EsxSoftwareDepot aacraid-6.0.6.2.1.41024-offline_bundle-2915492.zip</p>
<p><span class="co0"># Check added depots</span><br />
<span class="re1">$DefaultSoftwareDepots</span></p>
<p><span class="co0"># Lists all ESXi-6.* profiles</span><br />
Get-EsxImageProfile <span class="re5">-Name</span> <span class="st0">&quot;ESXi-6.*&quot;</span></p>
<p><span class="co0"># Sets the base profile</span><br />
New-EsxImageProfile <span class="re5">-CloneProfile</span> <span class="st0">&quot;ESXi-6.0.0-20160104001-standard&quot;</span> <span class="re5">-name</span> <span class="st0">&quot;ESXi-6.0.0-20160104001-standard-Adaptec&quot;</span> <span class="re5">-Vendor</span> <span class="st0">&quot;rjahn@SIB&quot;</span> <span class="re5">-AcceptanceLevel</span> <span class="st0">&quot;CommunitySupported&quot;</span></p>
<p><span class="co0"># Lists all included drivers</span><br />
Get-EsxSoftwarePackage <span class="re5">-Name</span> <span class="st0">&quot;*aacraid*&quot;</span></p>
<p><span class="co0"># Adds adaptec driver from offline bundle</span><br />
Add-EsxSoftwarePackage <span class="re5">-ImageProfile</span> <span class="st0">&quot;ESXi-6.0.0-20160104001-standard-Adaptec&quot;</span> <span class="re5">-SoftwarePackage</span> scsi-aacraid</p>
<p><span class="co0"># Creates boot image</span><br />
Export-ESXImageProfile <span class="re5">-ImageProfile</span> <span class="st0">&quot;ESXi-6.0.0-20160104001-standard-Adaptec&quot;</span> <span class="re5">-ExportToISO</span> <span class="re5">-filepath</span> C:\temp\VMServer6\build\ESXi-6.0.0-<span class="nu0">20160104001</span>-standard-Adaptec.iso</p>
<p><span class="co0"># Creates Bundle</span><br />
Export-ESXImageProfile <span class="re5">-ImageProfile</span> <span class="st0">&quot;ESXi-6.0.0-20160104001-standard-Adaptec&quot;</span> <span class="re5">-ExportToBundle</span> <span class="re5">-filepath</span> C:\temp\VMServer6\build\ESXi-6.0.0-<span class="nu0">20160104001</span>-standard-Adaptec.zip</div>
</div>
</li>
</ul>
<p>Version numbers may be different, but the procedure should work for you as well. The online depot:<br />
<em>https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml</em></p>
<p>was the most important thing. All other steps can be found in the standard documentation.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2016/01/22/custom-esxi-6-image-for-adaptec-6805-raid-controller/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
