<?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: Linux scripts to clone and rename VMware Server VMs</title>
	<atom:link href="http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/feed/" rel="self" type="application/rss+xml" />
	<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/</link>
	<description>Go Green with Virtualization. Go UGLY Green with vmetc.com.</description>
	<lastBuildDate>Wed, 17 Mar 2010 10:29:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rbrambley</title>
		<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/comment-page-1/#comment-3703</link>
		<dc:creator>rbrambley</dc:creator>
		<pubDate>Sun, 15 Feb 2009 17:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-3703</guid>
		<description>Sippo,&lt;br&gt;&lt;br&gt;Thanks for the providing the work around to get the clone and rename scripts to work for VMware Server on SLES 10!</description>
		<content:encoded><![CDATA[<p>Sippo,</p>
<p>Thanks for the providing the work around to get the clone and rename scripts to work for VMware Server on SLES 10!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rbrambley</title>
		<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/comment-page-1/#comment-2054</link>
		<dc:creator>rbrambley</dc:creator>
		<pubDate>Sun, 15 Feb 2009 10:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-2054</guid>
		<description>Sippo,&lt;br&gt;&lt;br&gt;Thanks for the providing the work around to get the clone and rename scripts to work for VMware Server on SLES 10!</description>
		<content:encoded><![CDATA[<p>Sippo,</p>
<p>Thanks for the providing the work around to get the clone and rename scripts to work for VMware Server on SLES 10!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sippo</title>
		<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/comment-page-1/#comment-2048</link>
		<dc:creator>sippo</dc:creator>
		<pubDate>Fri, 13 Feb 2009 11:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-2048</guid>
		<description>Almost worked in SLES 10SP2, I did the following change into both&lt;br&gt;scripts:&lt;br&gt;&lt;br&gt;Original - skips all *.vmdk, also &lt;name&gt;.vmdk that is a textfile&lt;br&gt;containing disknames.&lt;br&gt;&lt;br&gt;echo &quot;nReplacing &quot;$SOURCE&quot; with &quot;$DEST&quot; in text files:&quot;&lt;br&gt;ls &quot;$DEST&quot; &#124; grep -v &quot;(.nvram$&#124;.vmdk$&#124;.log$)&quot; &#124; while read FILE&lt;br&gt;do&lt;br&gt;&lt;br&gt;My modification, now renames also &lt;name&gt;.vmdk, but not&lt;br&gt;touch &lt;name&gt;00n.vmdk files&lt;br&gt;&lt;br&gt;echo &quot;nReplacing &quot;$SOURCE&quot; with &quot;$DEST&quot; in text files:&quot;&lt;br&gt;ls &quot;$DEST&quot; &#124; grep -v &quot;(.nvram$&#124;[0-9].vmdk$&#124;.log$)&quot; &#124; while read FILE&lt;br&gt;do&lt;br&gt;&lt;br&gt;Enjoy!&lt;br&gt;&lt;br&gt;regards, Sippo</description>
		<content:encoded><![CDATA[<p>Almost worked in SLES 10SP2, I did the following change into both<br />scripts:</p>
<p>Original &#8211; skips all *.vmdk, also &lt;name&gt;.vmdk that is a textfile<br />containing disknames.</p>
<p>echo &#8220;nReplacing &#8220;$SOURCE&#8221; with &#8220;$DEST&#8221; in text files:&#8221;<br />ls &#8220;$DEST&#8221; | grep -v &#8220;(.nvram$|.vmdk$|.log$)&#8221; | while read FILE<br />do</p>
<p>My modification, now renames also &lt;name&gt;.vmdk, but not<br />touch &lt;name&gt;00n.vmdk files</p>
<p>echo &#8220;nReplacing &#8220;$SOURCE&#8221; with &#8220;$DEST&#8221; in text files:&#8221;<br />ls &#8220;$DEST&#8221; | grep -v &#8220;(.nvram$|[0-9].vmdk$|.log$)&#8221; | while read FILE<br />do</p>
<p>Enjoy!</p>
<p>regards, Sippo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/comment-page-1/#comment-1564</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 03 Dec 2008 22:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-1564</guid>
		<description>I have found the answer and thought it may help others. In the clone.vmdk file under the comment &#039;Extent description&#039; you may find the referenced file is still the original vm name just rename it to the clone. In my case the line now reads: RW 41943040 FLAT &quot;clone-flat.vmdk&quot; 0. May I say that phxrider has done a top job and it will be of great value to me and I sure others in the future.</description>
		<content:encoded><![CDATA[<p>I have found the answer and thought it may help others. In the clone.vmdk file under the comment &#8216;Extent description&#8217; you may find the referenced file is still the original vm name just rename it to the clone. In my case the line now reads: RW 41943040 FLAT &#8220;clone-flat.vmdk&#8221; 0. May I say that phxrider has done a top job and it will be of great value to me and I sure others in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/comment-page-1/#comment-1558</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 03 Dec 2008 06:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-1558</guid>
		<description>Hi Rich, I am running Ubuntu 8.04 with vmware. I have created a Windows 2003 server to use as a template and have used the clone_vm.sh script to create a clone which it has done. When I go to start it it says that the Hard dive is not valid. I have gone back and compared the files and all are of the same size except the vmx and vmxf files which are only different by the clone&#039;s name as you would expect. The vmdk files is the same to the byte. I have blown the clone away a couple of time but have had the same results. Do you have any ideas? I am real newbie (know my way around Windows &amp; DOS) but am out of my depth here. Would be grateful for any help .. thanks</description>
		<content:encoded><![CDATA[<p>Hi Rich, I am running Ubuntu 8.04 with vmware. I have created a Windows 2003 server to use as a template and have used the clone_vm.sh script to create a clone which it has done. When I go to start it it says that the Hard dive is not valid. I have gone back and compared the files and all are of the same size except the vmx and vmxf files which are only different by the clone&#8217;s name as you would expect. The vmdk files is the same to the byte. I have blown the clone away a couple of time but have had the same results. Do you have any ideas? I am real newbie (know my way around Windows &amp; DOS) but am out of my depth here. Would be grateful for any help .. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/comment-page-1/#comment-1449</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 03 Nov 2008 14:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-1449</guid>
		<description>Statte,

Good to know the scripts work for VMware Workstation VMs on Linux hosts. The &quot;great work&quot; compliment goes to phxrider! (linked above)</description>
		<content:encoded><![CDATA[<p>Statte,</p>
<p>Good to know the scripts work for VMware Workstation VMs on Linux hosts. The &#8220;great work&#8221; compliment goes to phxrider! (linked above)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Statte</title>
		<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/comment-page-1/#comment-1448</link>
		<dc:creator>Statte</dc:creator>
		<pubDate>Mon, 03 Nov 2008 13:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-1448</guid>
		<description>Works fine on Vmware Workstation 6.5 running on Opensuse 11.0

Great work !

Thanks</description>
		<content:encoded><![CDATA[<p>Works fine on Vmware Workstation 6.5 running on Opensuse 11.0</p>
<p>Great work !</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
