<?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: How to clone virtual machine with VmWare Server</title>
	<atom:link href="http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/</link>
	<description>Yet Another Admin&#039;s blog</description>
	<lastBuildDate>Thu, 04 Feb 2010 07:58:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J42B</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-230915</link>
		<dc:creator>J42B</dc:creator>
		<pubDate>Sun, 14 Mar 2010 00:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-230915</guid>
		<description>You might like to try running:
vmware-vdiskmanager
Look in /usr/bin
Also..might need to run with sudo</description>
		<content:encoded><![CDATA[<p>You might like to try running:<br />
vmware-vdiskmanager<br />
Look in /usr/bin<br />
Also..might need to run with sudo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Garland</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-230865</link>
		<dc:creator>Ken Garland</dc:creator>
		<pubDate>Sun, 14 Mar 2010 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-230865</guid>
		<description>great write up. one quick note to more recent virtual server users, configs now have a .vmx extension on the end so you would do:

mv db1.vmx db2.vmx
sed -i &#039;s/db1.vmdk/db2.vmdk/&#039; db2.vmx

in step three.</description>
		<content:encoded><![CDATA[<p>great write up. one quick note to more recent virtual server users, configs now have a .vmx extension on the end so you would do:</p>
<p>mv db1.vmx db2.vmx<br />
sed -i &#8217;s/db1.vmdk/db2.vmdk/&#8217; db2.vmx</p>
<p>in step three.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubuntu: virtuale e clonato! &#171; body and soul</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-230711</link>
		<dc:creator>ubuntu: virtuale e clonato! &#171; body and soul</dc:creator>
		<pubDate>Sun, 14 Mar 2010 13:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-230711</guid>
		<description>[...] per scontato il punto 1), eseguiamo la procedura del punto 2) secondo quanto scritto in questo link e aggiungiamo la nuova virtual machine al server vmware (punto [...]</description>
		<content:encoded><![CDATA[<p>[...] per scontato il punto 1), eseguiamo la procedura del punto 2) secondo quanto scritto in questo link e aggiungiamo la nuova virtual machine al server vmware (punto [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jdog</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-230464</link>
		<dc:creator>Jdog</dc:creator>
		<pubDate>Sun, 14 Mar 2010 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-230464</guid>
		<description>I appreciate this-you got me started on fixing my issue.  Keep on!</description>
		<content:encoded><![CDATA[<p>I appreciate this-you got me started on fixing my issue.  Keep on!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bakermd</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-230328</link>
		<dc:creator>bakermd</dc:creator>
		<pubDate>Sun, 14 Mar 2010 13:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-230328</guid>
		<description>Would-be Cloner:
find / &#124; grep vmware-diskmanager</description>
		<content:encoded><![CDATA[<p>Would-be Cloner:<br />
find / | grep vmware-diskmanager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Would-be Cloner</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-219906</link>
		<dc:creator>Would-be Cloner</dc:creator>
		<pubDate>Sun, 14 Mar 2010 19:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-219906</guid>
		<description>I am using vmware-server-1.0.4-56528 on Ubuntu 7.10 and I cannot find the vmware-diskmanager utility. In fact, there is no /vmware/bin on my system. I built vmware-server and vmware-mui from sources, is there another package I should have downloaded?</description>
		<content:encoded><![CDATA[<p>I am using vmware-server-1.0.4-56528 on Ubuntu 7.10 and I cannot find the vmware-diskmanager utility. In fact, there is no /vmware/bin on my system. I built vmware-server and vmware-mui from sources, is there another package I should have downloaded?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloning a virtual machine in VMWare &#171; Mirakulous happenings&#8230;</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-200784</link>
		<dc:creator>Cloning a virtual machine in VMWare &#171; Mirakulous happenings&#8230;</dc:creator>
		<pubDate>Sun, 14 Mar 2010 23:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-200784</guid>
		<description>[...] http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/trackback/  [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/trackback/ " rel="nofollow">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/trackback/ </a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabio</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-171197</link>
		<dc:creator>fabio</dc:creator>
		<pubDate>Sun, 14 Mar 2010 16:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-171197</guid>
		<description>I can confirm it is not mandatory to rename vm disk.

So cloning VMs could be even faster!!</description>
		<content:encoded><![CDATA[<p>I can confirm it is not mandatory to rename vm disk.</p>
<p>So cloning VMs could be even faster!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make a copy of virtual machine with Vmware Server &#124; Linux Screw</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-139172</link>
		<dc:creator>Make a copy of virtual machine with Vmware Server &#124; Linux Screw</dc:creator>
		<pubDate>Sun, 14 Mar 2010 05:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-139172</guid>
		<description>[...] Continue reading about virtual machines cloning with Vmware Server&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Continue reading about virtual machines cloning with Vmware Server&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make a copy of virtual machine with Vmware Server &#171; Linux Screw</title>
		<link>http://kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/comment-page-1/#comment-134987</link>
		<dc:creator>Make a copy of virtual machine with Vmware Server &#171; Linux Screw</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2007/04/08/how-to-clone-virtual-machine-with-vmware-server/#comment-134987</guid>
		<description>[...] Continue reading about virtual machines cloning with Vmware Server&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Continue reading about virtual machines cloning with Vmware Server&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
