<?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, 25 Jan 2012 13:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SandraMillhouse</title>
		<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/comment-page-1/#comment-4540</link>
		<dc:creator>SandraMillhouse</dc:creator>
		<pubDate>Fri, 11 Jun 2010 14:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-4540</guid>
		<description>Hello Rich! Great work. Thank you very much for the download. I really hope &quot;the posterity&quot; will also use VMware as it&#039;s such a great solution to all our problems. &lt;br&gt;Sandra Millhouse &#124; &lt;a href=&quot;http://www.webfusion.co.uk/&quot; rel=follow rel=&quot;nofollow&quot;&gt;VPS hosting&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hello Rich! Great work. Thank you very much for the download. I really hope &#8220;the posterity&#8221; will also use VMware as it&#39;s such a great solution to all our problems. <br />Sandra Millhouse | <a href="http://www.webfusion.co.uk/" rel=follow rel="nofollow">VPS hosting</a></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-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-5496</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 03 Dec 2008 22:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-5496</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: Tony</title>
		<link>http://vmetc.com/2008/10/25/linux-scripts-to-clone-and-rename-vmware-server-vms/comment-page-1/#comment-5495</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 03 Dec 2008 06:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://vmetc.com/?p=1176#comment-5495</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>
</channel>
</rss>

