<?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>cyborgworkshop.org &#187; ESXi</title>
	<atom:link href="http://cyborgworkshop.org/tag/esxi/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyborgworkshop.org</link>
	<description>Blurring the line</description>
	<lastBuildDate>Wed, 18 May 2011 13:57:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install VMWare ESXi 4 onto a USB thumbdrive in two commands</title>
		<link>http://cyborgworkshop.org/2009/10/09/install-vmware-esxi-4-onto-a-usb-thumbdrive-in-two-commands/</link>
		<comments>http://cyborgworkshop.org/2009/10/09/install-vmware-esxi-4-onto-a-usb-thumbdrive-in-two-commands/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 02:34:13 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Best Tools]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[thumbdrive]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=567</guid>
		<description><![CDATA[Install ESXi 4 onto a USB thumbdrive in two commands]]></description>
			<content:encoded><![CDATA[<p><em>Updated for ESXi 4</em><br />
If you have a linux box and a 1 gig thumb drive, here is how to install VMWare ESXi onto that drive in 2 commands.    Download the ESXi ISO and then mount it in linux like so</p>
<blockquote><p>mount -t iso9660 -o loop VMware-VMvisor-Installer-4.0.0-171294.x86_64.iso /mnt/esx</p></blockquote>
<p>Now we&#8217;re going to write the installer file to the thumbdrive. I&#8217;m assuming the thumbdrive is /dev/sdb</p>
<blockquote><p>tar xvzf /mnt/esx/image.tgz usr/lib/vmware/installer/VMware-VMvisor-big-171294-x86_64.dd.bz2 -O | bzip2 -d -c | dd of=/dev/sdb</p></blockquote>
<p>This will take a little bit, but once it&#8217;s done you&#8217;re good to go. pop that drive into a USB boot capable board, configure your storage and away you go!</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2009/10/09/install-vmware-esxi-4-onto-a-usb-thumbdrive-in-two-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebooting a vmware server immediatly</title>
		<link>http://cyborgworkshop.org/2009/04/23/rebooting-a-vmware-server-immediatly/</link>
		<comments>http://cyborgworkshop.org/2009/04/23/rebooting-a-vmware-server-immediatly/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 14:16:48 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[reboot]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=257</guid>
		<description><![CDATA[How to remotely pull the power cord on an ESXi server]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://cyborgworkshop.org/2009/04/22/getting-files-onto-an-esxi-server-without-using-the-virtual-infrastructure-gui/">enabled ssh on my ESXi server</a> to help me troubleshoot what appears to be a hardware problem.  Hardware problems can be a real pain to troubleshoot and since this one involved the USB storage that was encapsulating my ESXi install, sometimes rebooting when it was broken didn&#8217;t really work. It would just hang and I would have to power cycle the server.  Turns out that was an issue with ESXi trying to be responsible and syncing the filesystems  before it goes into reboot and, when the Hypervisor1 and Hypervisor2 fileystems aren&#8217;t available, this turns into a dead lock.  Not to fear! simply ssh into the server and, without using tab completion, type this entire command into the console and hit enter.</p>
<blockquote><p>reboot -f -n</p></blockquote>
<p>That tells ESXi to reboot without doing a sync/flush to disk and without going through init. Essentially pulling the power cord. It&#8217;s drastic and it can cause no shortage of issues on your VMs filesystems, but when you are remote and can&#8217;t reach the cord this is a good option to have!</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2009/04/23/rebooting-a-vmware-server-immediatly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Intel BLKD945GCLF2 Atom 330 motherboard</title>
		<link>http://cyborgworkshop.org/2009/04/21/the-intel-blkd945gclf2-atom-330-motherboard/</link>
		<comments>http://cyborgworkshop.org/2009/04/21/the-intel-blkd945gclf2-atom-330-motherboard/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 15:21:46 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Atom 330]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=212</guid>
		<description><![CDATA[Atom 330 motherboard is almost perfect]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t usually write about specific products, but I have to drop a line about this new Atom 330 based board that I picked up from newegg.  First off, it&#8217;s a dual core Atom CPU (with HT) that clocks in at 1.6ghz in 8 watts. Two SATA 2 ports and a single IDE attach the storage, 1 PCI slot, 1 DDR2 DIMM slot, onboard RTL gigabit LAN and Intel analog video with s-video out.  Pretty much a 3 generation old PC.  But here is the kicker, this little board runs EVERYTHING!  Right now, I&#8217;m triple booting OSX (Kalyway with 0 tweaks, it just works) Mint Linux XFCE and VMWare ESXi (!).  The ESXi did require me to smack in an intel based NIC, but the ICH7 chipset allows you to use the onboard sata storage as VMFS.   The only real drag about this board is that it tops out at 2 gig of RAM, otherwise I would be ordering these things in bulk!</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2009/04/21/the-intel-blkd945gclf2-atom-330-motherboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting ESXi running as cheap as possible.</title>
		<link>http://cyborgworkshop.org/2008/11/24/getting-esxi-running-as-cheap-as-possible/</link>
		<comments>http://cyborgworkshop.org/2008/11/24/getting-esxi-running-as-cheap-as-possible/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 01:28:35 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[ICH10]]></category>
		<category><![CDATA[ICH7]]></category>
		<category><![CDATA[ICH8]]></category>
		<category><![CDATA[ICH9]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[thumbdrive]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=185</guid>
		<description><![CDATA[In a never ending goal to have enterprise level stuff in my humble home, I have put this short guide together on how to assemble the cheapest VMWare ESXi server possible.  There are a few guidelines to keep in mind. First, ESXi will run using SATA drives in AHCI mode connected directly to a motherboard [...]]]></description>
			<content:encoded><![CDATA[<p>In a never ending goal to have enterprise level stuff in my humble home, I have put this short guide together on how to assemble the cheapest VMWare ESXi server possible.  There are a few guidelines to keep in mind.</p>
<p>First, ESXi will run using SATA drives in AHCI mode connected directly to a motherboard that uses an Intel ICH7 or ICH9 chipset, but NOT an ICH8 or ICH10.</p>
<p>VMWare will use as much RAM as you can give it. RAM is more important then CPU.</p>
<p>Having said that, a multicore CPU is really helpful. ecspecially if you plan on using the software iSCSI initiator.</p>
<p>Use an Intel Pro 100 or Pro 1000 NIC. NIC support is pretty bare in ESXi, so just hop on newegg and spend 20 bucks on one.</p>
<p>We have two options, the first and cheapest is to use a motherboard based on the ICH7 or ICH9 chipset. ESXi will support SATA drives in AHCI mode connected to this chipset,so an ICH7/9 board, a few gig of RAM, a SATA drive and an Intel NIC will have you on your feet.  If you have this kind of setup, all you&#8217;re going to need to do is boot off of the ESXi installer CD and you&#8217;ll be done a short time later.</p>
<p>The second option is a bit more involved, but will work on ICH8 and ICH10 motherboards. I personally run an ICH10 based board with a quad core and 8 gig of RAM using this method.  This method also requires iSCSI storage to be available. I use <a href="http://cyborgworkshop.org/2008/08/22/using-vmware-with-a-solaris-iscsi-and-zfs-san/">Solaris and ZFS</a> for my SAN. So, if you have an ICH8 or ICH10 motherboard, you need to create a USB bootable thumbdrive and install ESXi onto that. You can follow these <a href="http://cyborgworkshop.org/2008/08/30/install-vmware-esxi-onto-a-usb-thumbdrive/">simple instructions for linux </a>or you can google for instructions for windows. Once you have your boot drive created, you will need to give your host an IP and use the management console to setup iscsi storage.  Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2008/11/24/getting-esxi-running-as-cheap-as-possible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu unstable on ESXi</title>
		<link>http://cyborgworkshop.org/2008/11/21/ubuntu-unstable-on-esxi/</link>
		<comments>http://cyborgworkshop.org/2008/11/21/ubuntu-unstable-on-esxi/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 21:18:12 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[argh]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[scsi]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unstable]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=179</guid>
		<description><![CDATA[I&#8217;m having some serious stability issues with all of my ubuntu VMs on ESXi. After a period of several days, they have all locked up with a message about the mtp driver having read errors, or something along those lines. The short summary is that it looks like the scsi disk (emulated by ESXi, actually [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having some serious stability issues with all of my ubuntu VMs on ESXi. After a period of several days, they have all locked up with a message about the mtp driver having read errors, or something along those lines. The short summary is that it looks like the scsi disk (emulated by ESXi, actually an iscsi LUN) becomes unavailable and lots of sense key errors are generated. The VM goes to 100% CPU and I have to reboot the entire ESXi server to recover. In the meantime, my SAN, Fedora, Solaris and Windows VMs never skip a beat.  I&#8217;ve rebuilt the VM several times with different version of ubuntu in the 8.x line and different patch revisions, but have finally gave up. I&#8217;m back on Fedora and we&#8217;ll see if it remains stable.</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2008/11/21/ubuntu-unstable-on-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

