<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: update VMware server one images to use in ESXI server in VMware User Group (VMUG) Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-User-Group-VMUG/update-VMware-server-one-images-to-use-in-ESXI-server/m-p/871312#M81</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ESXi does not support the sparse disk format, used by VMware Server by default. What you may to do is either follow &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://communities.vmware.com/people/weinstein5" id="jive-8433440.920.353.562.462.526"&gt;weinstein5&lt;/A&gt;'s recommendation and use VMware Converter or convert the .vmdk files to a supported format (zeroedthick, eagerzeroedthick or thin) using the &lt;A href="http://www.vmware.com/support/developer/vcli/vcli41/doc/reference/vmkfstools.html"&gt;&lt;EM&gt;vmkfstools&lt;/EM&gt;&lt;/A&gt; command line tool in ESXi.&lt;/P&gt;&lt;P&gt;Assuming the virtual disk has no snapshots, you could follow these steps to maintain the virtual disk file name.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create a sub-directory "old" in the VM's folder on the ESXi host and move the .vmdk files to this folder&lt;/LI&gt;&lt;LI&gt;from the VM's base folder run e.g. &lt;EM&gt;vmksftools -i old/&amp;lt;vmname&amp;gt;.vmdk -d thin vmname.vmdk&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;if the VM powers up without issues you may delete the "old" sub-directory&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Mar 2012 11:42:26 GMT</pubDate>
    <dc:creator>a_p_</dc:creator>
    <dc:date>2012-03-04T11:42:26Z</dc:date>
    <item>
      <title>update VMware server one images to use in ESXI server</title>
      <link>https://communities.vmware.com/t5/VMware-User-Group-VMUG/update-VMware-server-one-images-to-use-in-ESXI-server/m-p/871310#M79</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just have a lot of virtual machines that has been configured and used by vmware server 1. Now, I am going to use ESXI server, when I uploaded the images to the esxi server and tried to run them I got an error in VMDK. Is it possible for me to change VMDK and use those old images or I need to rebuild all images from scracth. also, is it any tool availbale for updating my old images to use ESXI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 00:47:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-User-Group-VMUG/update-VMware-server-one-images-to-use-in-ESXI-server/m-p/871310#M79</guid>
      <dc:creator>oxment</dc:creator>
      <dc:date>2012-03-04T00:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: update VMware server one images to use in ESXI server</title>
      <link>https://communities.vmware.com/t5/VMware-User-Group-VMUG/update-VMware-server-one-images-to-use-in-ESXI-server/m-p/871311#M80</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You should be able to use VMware Standalone Converter to convert the VMs to run on ESXi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 01:43:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-User-Group-VMUG/update-VMware-server-one-images-to-use-in-ESXI-server/m-p/871311#M80</guid>
      <dc:creator>weinstein5</dc:creator>
      <dc:date>2012-03-04T01:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: update VMware server one images to use in ESXI server</title>
      <link>https://communities.vmware.com/t5/VMware-User-Group-VMUG/update-VMware-server-one-images-to-use-in-ESXI-server/m-p/871312#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ESXi does not support the sparse disk format, used by VMware Server by default. What you may to do is either follow &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://communities.vmware.com/people/weinstein5" id="jive-8433440.920.353.562.462.526"&gt;weinstein5&lt;/A&gt;'s recommendation and use VMware Converter or convert the .vmdk files to a supported format (zeroedthick, eagerzeroedthick or thin) using the &lt;A href="http://www.vmware.com/support/developer/vcli/vcli41/doc/reference/vmkfstools.html"&gt;&lt;EM&gt;vmkfstools&lt;/EM&gt;&lt;/A&gt; command line tool in ESXi.&lt;/P&gt;&lt;P&gt;Assuming the virtual disk has no snapshots, you could follow these steps to maintain the virtual disk file name.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create a sub-directory "old" in the VM's folder on the ESXi host and move the .vmdk files to this folder&lt;/LI&gt;&lt;LI&gt;from the VM's base folder run e.g. &lt;EM&gt;vmksftools -i old/&amp;lt;vmname&amp;gt;.vmdk -d thin vmname.vmdk&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;if the VM powers up without issues you may delete the "old" sub-directory&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 11:42:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-User-Group-VMUG/update-VMware-server-one-images-to-use-in-ESXI-server/m-p/871312#M81</guid>
      <dc:creator>a_p_</dc:creator>
      <dc:date>2012-03-04T11:42:26Z</dc:date>
    </item>
  </channel>
</rss>

