<?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>GeekTank &#187; clone</title>
	<atom:link href="http://geektank.net/tag/clone/feed/" rel="self" type="application/rss+xml" />
	<link>http://geektank.net</link>
	<description>Random articles from an IT Professional and Part Time Garbage Picker</description>
	<lastBuildDate>Tue, 24 Apr 2012 18:40:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HowTo Clone a Virtual Machine On VMWare&#8217;s free ESXi</title>
		<link>http://geektank.net/2009/02/howto-clone-a-virtual-machine-on-vmwares-free-esxi/</link>
		<comments>http://geektank.net/2009/02/howto-clone-a-virtual-machine-on-vmwares-free-esxi/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:38:45 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4425</guid>
		<description><![CDATA[You will require SSH access to your Virtual Machine, read over my article Gaining SSH Access To VMWare ESXi which provides the steps required to gain SSH access. Once you have SSH access, you just need to create a Virtual &#8230; <a href="http://geektank.net/2009/02/howto-clone-a-virtual-machine-on-vmwares-free-esxi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You will require SSH access to your Virtual Machine, read over my article <a href="http://geektank.net/2009/02/17/gaining-ssh-access-to-vmware-esxi/">Gaining SSH Access To VMWare ESXi</a> which provides the steps required to gain SSH access.</p>
<p>Once you have SSH access, you just need to create a Virtual Machine Directory in your DataStore which should be located in &#8220;/vmfs/volumes/datastore1/&#8221;. Type the following.</p>
<blockquote><p>mkdir /vmfs/volumes/datastore1/NewVM</p></blockquote>
<p>You will then need to run the &#8220;vmkfstools&#8221; to clone the Virtual Machine.</p>
<blockquote><p>/vmfs/volumes/4991bc35-5ced5b0c-a99e-00221953f98d # /sbin/vmkfstools -i /vmfs/volumes/datastore1/exch01/exch01.vmdk /vmfs/volumes/datastore1/newvmware/newvmware.vmdk<br />
Destination disk format: VMFS thick<br />
Cloning disk &#8216;/vmfs/volumes/datastore1/exch01/exch01.vmdk&#8217;&#8230;<br />
Clone: 100% done.<br />
/vmfs/volumes/4991bc35-5ced5b0c-a99e-00221953f98d #</p></blockquote>
<p>The Virtual Machine should now be cloned.</p>
<p>Some may ask how you now create a new Virtual Machine based on this clone. You simply do the following.</p>
<blockquote>
<ol>
<li>Make a new VM on this server</li>
<li>Choose &#8216;Custom&#8217; and when you get to the &#8216;Select a Disk&#8217; portion of creation you will browse the datastore and select this newly renamed vmdk file.</li>
</ol>
</blockquote>
<p>Viola! Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/02/howto-clone-a-virtual-machine-on-vmwares-free-esxi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

