<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : All Content - Open Virtualization Format Tool</title>
    <link>http://communities.vmware.com/community/developer/forums/ovf</link>
    <description>All Content in Open Virtualization Format Tool</description>
    <language>en</language>
    <pubDate>Fri, 06 Nov 2009 14:50:16 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-06T14:50:16Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>ovftool coredumped</title>
      <link>http://communities.vmware.com/message/1410880</link>
      <description>We expect the next version to be released about the same time as the next version of vSphere.&lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Kristian&lt;/li&gt;
&lt;/ul&gt;</description>
      <pubDate>Fri, 06 Nov 2009 14:50:16 GMT</pubDate>
      <author>klassenvmware</author>
      <guid>http://communities.vmware.com/message/1410880</guid>
      <dc:date>2009-11-06T14:50:16Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>how to change ovf exported from vsphere to be compatible with workstation?</title>
      <link>http://communities.vmware.com/message/1409811</link>
      <description>Thank you, i know where was problem. I try with ovf tool and import was successful. And when I look into configuration it create vmware workstation 5 virtual machine format. Now I'm trying to import it from ovf 0.9 directly to workstation to 5 format.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
and what about vmware ready? it is sufficient to have OVF format from vSphere export for certify ? of course with taking test from vmware ready matrix.</description>
      <pubDate>Thu, 05 Nov 2009 14:51:13 GMT</pubDate>
      <author>zoomprofile</author>
      <guid>http://communities.vmware.com/message/1409811</guid>
      <dc:date>2009-11-05T14:51:13Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>OVF 0.9 with Debian</title>
      <link>http://communities.vmware.com/message/1396840</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
is it possible to create OVF 0.9 containing Debian? What is the correct ovf:id code?&lt;br /&gt;
&lt;br /&gt;
I am trying to create OVF that imports into vSphere 4 as Debian (which does support Debian) and is still possible to import through VC 2.5 GUI.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Petr.</description>
      <pubDate>Fri, 23 Oct 2009 12:05:08 GMT</pubDate>
      <author>balous</author>
      <guid>http://communities.vmware.com/message/1396840</guid>
      <dc:date>2009-10-23T12:05:08Z</dc:date>
      <clearspace:dateToText>1 month, 3 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Deploy OVF template with monolithicFlat VMDKs</title>
      <link>http://communities.vmware.com/message/1393896</link>
      <description>I am currently trying to deploy a OVF template that points to a VMDK of &lt;i&gt;createType=monolithicFlat&lt;/i&gt;. At the time of deployment I get an error ..&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Failed to deploy OVF package: The remote server returned an error: (500) Internal Server Error&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
There are other posts in this forum that point to incorrect sizes in the OVF file as one of the potential issues. But none of these seem to correspond to VMDKs of monolithicFlat type. I have listed below the References and DiskSection of my OVF file and VMDK file descriptor. I will appreciate it if someone can point out  potential errors.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&amp;lt;References&amp;gt;&lt;br /&gt;
&amp;lt;File ovf:href="disk.vmdk" ovf:id="Disk" ovf:size="1073741824"/&amp;gt;&lt;br /&gt;
&amp;lt;/References&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;DiskSection&amp;gt;&lt;br /&gt;
    &amp;lt;Info&amp;gt;Virtual disk information&amp;lt;/Info&amp;gt;&lt;br /&gt;
    &amp;lt;Disk ovf:diskId="Disk" ovf:fileRef="Disk"&lt;br /&gt;
          ovf:capacity="1073741824" ovf:capacityAllocationUnits="byte"  &lt;br /&gt;
          ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" /&amp;gt;&lt;br /&gt;
  &amp;lt;/DiskSection&amp;gt;&lt;br /&gt;
&lt;hr /&gt;
# cat disk.vmdk&lt;br /&gt;
&lt;br /&gt;
# Disk DescriptorFile&lt;br /&gt;
version=1&lt;br /&gt;
encoding="UTF-8"&lt;br /&gt;
CID=67632d29&lt;br /&gt;
parentCID=ffffffff&lt;br /&gt;
createType="monolithicFlat"&lt;br /&gt;
&lt;br /&gt;
# Extent description&lt;br /&gt;
RW 2097152 FLAT "disk-flat.vmdk" 0&lt;br /&gt;
&lt;br /&gt;
# The Disk Data Base &lt;br /&gt;
#DDB&lt;br /&gt;
&lt;br /&gt;
ddb.virtualHWVersion = "7"&lt;br /&gt;
ddb.geometry.cylinders = "2080"&lt;br /&gt;
ddb.geometry.heads = "16"&lt;br /&gt;
ddb.geometry.sectors = "63"&lt;br /&gt;
ddb.adapterType = "ide"&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
Thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">monolithicflat</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">vmdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Tue, 20 Oct 2009 16:51:48 GMT</pubDate>
      <author>NarayanVenkat</author>
      <guid>http://communities.vmware.com/message/1393896</guid>
      <dc:date>2009-10-20T16:51:48Z</dc:date>
      <clearspace:dateToText>1 month, 6 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Task was canceled by user - ovf package and vShpere</title>
      <link>http://communities.vmware.com/message/1387096</link>
      <description>&lt;br /&gt;
I have seen the same problem, can anybody help me with this?&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Stefaan</description>
      <pubDate>Mon, 12 Oct 2009 08:00:48 GMT</pubDate>
      <author>stefaanv</author>
      <guid>http://communities.vmware.com/message/1387096</guid>
      <dc:date>2009-10-12T08:00:48Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Unsupported element 'Property'</title>
      <link>http://communities.vmware.com/message/1391471</link>
      <description>&lt;br /&gt;
Issue resolved. Thanks to Rene, for the clarification. &lt;br /&gt;
&lt;p /&gt;
See the comments in this blog entry. &lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://blogs.vmware.com/vapp/2009/07/commandline-ovf-deployments-.html"&gt;http://blogs.vmware.com/vapp/2009/07/commandline-ovf-deployments-.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
I was trying to deploy OVF package which has some custom properties directly to ESX server using OVF tool. Via vCenter its uploading fine with the same command line tool.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Regards,&lt;br /&gt;
&lt;p /&gt;
Divyen Patel&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">tool</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">vapp</category>
      <pubDate>Fri, 16 Oct 2009 19:14:00 GMT</pubDate>
      <author>Divyen</author>
      <guid>http://communities.vmware.com/message/1391471</guid>
      <dc:date>2009-10-16T19:14:00Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>OVF imports but gives disk error on power-on</title>
      <link>http://communities.vmware.com/message/1391225</link>
      <description>Fellows, &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
We just imported an .ova file using the vSphere Client GUI&lt;br /&gt;
successfully. But when we try to power on the VM, the VM console only shows&lt;br /&gt;
"A disk error" and nothing else. This is a time-sensitive production&lt;br /&gt;
pilot and does not look good!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Anyone experienced this before? Couldn't find anything on&lt;br /&gt;
the topic.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
The .ova was created using the same version of vCenter at&lt;br /&gt;
another site.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovftool</category>
      <pubDate>Fri, 16 Oct 2009 13:27:17 GMT</pubDate>
      <author>aandriolli</author>
      <guid>http://communities.vmware.com/message/1391225</guid>
      <dc:date>2009-10-16T13:27:17Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>When will OVF support disk reference paths and not embed disk data into mgiration file?</title>
      <link>http://communities.vmware.com/message/1386079</link>
      <description>Common disk formats already exist, VHD and VMDK, so that is not the issue, the issue is disk encapsulation. Want the option to migrate VM, but not have to encode and decode the VM disks since they are already in the correct or common location. Others have tried this, in fact, I have tried tricking the OVF import application/tools from VMware to do this, but direct edit of the OVF files breaks the self validation method integrated into the OVF file format. So the logical next step is to get this concept integrated into the standard. Per my reasoning, theremore, there is no need for creating or establishing a common disk format since VHD and VMDK are sufficient for the migrations expected, so this feature would seem to be a very simple addition to OVF specification.  The fact that a common datastore reference path feature does not already exist, is driven, by the fact that common disk formats would not exist, and yet they do, or if you will, not a common disk format but a format that is supported across multiple vendors.</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Fri, 09 Oct 2009 18:26:20 GMT</pubDate>
      <author>Schorschi</author>
      <guid>http://communities.vmware.com/message/1386079</guid>
      <dc:date>2009-10-09T18:26:20Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Unsupported hardware</title>
      <link>http://communities.vmware.com/message/1379766</link>
      <description>you could use converter but even better is to use ovftool to deploy the ovf.&lt;br /&gt;
&lt;br /&gt;
We have a blog post about using ovftool at: &lt;a class="jive-link-external" href="http://blogs.vmware.com/vapp/2009/07/commandline-ovf-deployments-.html"&gt;ovftool cmdline options&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
But basically you just do&lt;br /&gt;
&lt;p /&gt;
ovftool PATH_TO_OVF.ovf vi://USERNAME@VC_HOSTNAME/DATACENTER_NAME/&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
eske</description>
      <pubDate>Fri, 02 Oct 2009 10:01:16 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1379766</guid>
      <dc:date>2009-10-02T10:01:16Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>URGENT ---- Connection time out with Virtual Center</title>
      <link>http://communities.vmware.com/message/1369866</link>
      <description>&lt;br /&gt;
Hi, I'm trying to connect to virtual center (v 2.5) to obtain real time performance for my virtual machines, but i've this error:&lt;br /&gt;
&lt;p /&gt;
_svcRef===&amp;gt;&amp;gt;&amp;gt; ServiceInstance&lt;br /&gt;
&lt;p /&gt;
Caught Exception : Exception : org.apache.axis.AxisFault Message : ; nested exception is: &lt;br /&gt;
&lt;p /&gt;
&lt;u&gt;java.net.ConnectException&lt;/u&gt;: Connection timed out: connect StackTrace : &lt;br /&gt;
&lt;p /&gt;
AxisFault&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
i've used the same code to obtain the same performance from an other VC (v 2.5) and all work good.&lt;br /&gt;
&lt;p /&gt;
 could someone give me some information about this error.&lt;br /&gt;
&lt;p /&gt;
 attached two different cases.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
tks</description>
      <pubDate>Mon, 21 Sep 2009 22:15:12 GMT</pubDate>
      <author>pietroC</author>
      <guid>http://communities.vmware.com/message/1369866</guid>
      <dc:date>2009-09-21T22:15:12Z</dc:date>
      <clearspace:dateToText>2 months, 5 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>cannot run ovftool in Win2k3 SBS</title>
      <link>http://communities.vmware.com/message/1359028</link>
      <description>I ran the 32bit installer from inside 32bit Windows itself.</description>
      <pubDate>Wed, 09 Sep 2009 14:16:03 GMT</pubDate>
      <author>trlblzr</author>
      <guid>http://communities.vmware.com/message/1359028</guid>
      <dc:date>2009-09-09T14:16:03Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>ovftool --nodisks still creates .ovf file with disk information</title>
      <link>http://communities.vmware.com/message/1358739</link>
      <description>&lt;br /&gt;
Hi Kristian,&lt;br /&gt;
&lt;p /&gt;
Thanks for your reply - that worked. It imported the appliance to my ESXi server without any reference to the old disk.&lt;br /&gt;
&lt;p /&gt;
It looks like there might be some problems with the GUI (VM Converter) but scripting will work fine &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;&lt;br /&gt;
&lt;p /&gt;
Thanks again for your help, Michael</description>
      <pubDate>Wed, 09 Sep 2009 09:31:53 GMT</pubDate>
      <author>mblake4u</author>
      <guid>http://communities.vmware.com/message/1358739</guid>
      <dc:date>2009-09-09T09:31:53Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>OVF entry to embed .vmx data?</title>
      <link>http://communities.vmware.com/message/1355956</link>
      <description>&lt;br /&gt;
Thanks for your response, much appreciated. &lt;br /&gt;
&lt;p /&gt;
 Tried hacking it into VMware Studio 1.0's mkovf xslt but saw an error on ESX4i import. I'm butchering Studio 2 OVF now...&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 Will DeHaan&lt;br /&gt;
&lt;p /&gt;
HyTrust, Inc.</description>
      <pubDate>Fri, 04 Sep 2009 22:55:22 GMT</pubDate>
      <author>Will DeHaan</author>
      <guid>http://communities.vmware.com/message/1355956</guid>
      <dc:date>2009-09-04T22:55:22Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>ovftool --nodisks still creates .ovf file with disk information</title>
      <link>http://communities.vmware.com/message/1350944</link>
      <description>Hi All,&lt;br /&gt;
&lt;br /&gt;
I'm using ovftool with the --noDisks option, but there still seems to be disk information in the .ovf file (see attachments).&lt;br /&gt;
&lt;br /&gt;
I'm trying to import the virtual appliance on a ESXI 3.5 update 2 server, using VM Converter 4.0.1.&lt;br /&gt;
&lt;br /&gt;
When I try and import the virtual appliance, I get the following error:&lt;br /&gt;
&lt;br /&gt;
FAILED: Unable to download the OVF file 'http:&lt;br /&gt;
//xxx.xxx.xxx.xxx/vm_ovf_backups/esxi-test-disk1.vmdk'.&lt;br /&gt;
&lt;br /&gt;
I thought the --noDisks option would leave out any information relating to the disks - am I wrong?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Michael</description>
      <pubDate>Mon, 31 Aug 2009 15:34:56 GMT</pubDate>
      <author>mblake4u</author>
      <guid>http://communities.vmware.com/message/1350944</guid>
      <dc:date>2009-08-31T15:34:56Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>ovftool --nodisks still creates .ovf file with disk information</title>
      <link>http://communities.vmware.com/message/1350942</link>
      <description>Hi All,&lt;br /&gt;
&lt;br /&gt;
I'm using ovftool with the --noDisks option, but there still seems to be disk information in the .ovf file (see attachments).&lt;br /&gt;
&lt;br /&gt;
I'm trying to import the virtual appliance on a ESXI 3.5 update 2 server, using VM Converter 4.0.1.&lt;br /&gt;
&lt;br /&gt;
When I try and import the virtual appliance, I get the following error:&lt;br /&gt;
&lt;br /&gt;
FAILED: Unable to download the OVF file 'http:&lt;br /&gt;
//xxx.xxx.xxx.xxx/vm_ovf_backups/esxi-test-disk1.vmdk'.&lt;br /&gt;
&lt;br /&gt;
I thought the --noDisks option would leave out any information relating to the disks - am I wrong?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Michael</description>
      <pubDate>Mon, 31 Aug 2009 15:33:27 GMT</pubDate>
      <author>mblake4u</author>
      <guid>http://communities.vmware.com/message/1350942</guid>
      <dc:date>2009-08-31T15:33:27Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Unable to parse xml element 'Envelope'</title>
      <link>http://communities.vmware.com/message/1348665</link>
      <description>Thanks.  Until ovftool support is more widespread we're going with converting to VMware Server 2 as the lowest common denominator.</description>
      <pubDate>Thu, 27 Aug 2009 20:16:54 GMT</pubDate>
      <author>cjs22600</author>
      <guid>http://communities.vmware.com/message/1348665</guid>
      <dc:date>2009-08-27T20:16:54Z</dc:date>
      <clearspace:dateToText>3 months, 3 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>OVF Tool memory range error</title>
      <link>http://communities.vmware.com/message/1339570</link>
      <description>&lt;br /&gt;
The host OS is: Red Hat Enterprise Linux Server release 5.3&lt;br /&gt;
&lt;p /&gt;
The guest OS is: Red Hat Enterprise Linux Server release 5.2&lt;br /&gt;
&lt;p /&gt;
Here is the OperationSystemSection from the ovf file.  This worked fine when deployed on the ESX server as a virtual appliance: &lt;br /&gt;
&lt;p /&gt;
 &amp;lt;Section xsi:type="ovf:OperatingSystemSection_Type" ovf:id="88" ovf:version="5"&amp;gt;&lt;br /&gt;
            &amp;lt;Info&amp;gt;Guest Operating System&amp;lt;/Info&amp;gt;&lt;br /&gt;
            &amp;lt;Description&amp;gt;Red Hat Enterprise Linux 5 (32-bit)&amp;lt;/Description&amp;gt;&lt;br /&gt;
        &amp;lt;/Section&amp;gt;&lt;br /&gt;
        &amp;lt;Section xsi:type="ovf:VirtualHardwareSection_Type" ovf:required="true"&amp;gt;&lt;br /&gt;
            &amp;lt;Info&amp;gt;4096 MB , 2 CPU, 1 disk, 1 nic&amp;lt;/Info&amp;gt;&lt;br /&gt;
            &amp;lt;System&amp;gt;&lt;br /&gt;
                &amp;lt;vssd:InstanceId&amp;gt;0&amp;lt;/vssd:InstanceId&amp;gt;&lt;br /&gt;
                &amp;lt;vssd:VirtualSystemIdentifier&amp;gt;system id&amp;lt;/vssd:VirtualSystemIdentifier&amp;gt;&lt;br /&gt;
                &amp;lt;vssd:VirtualSystemType&amp;gt;vmx-04&amp;lt;/vssd:VirtualSystemType&amp;gt;&lt;br /&gt;
            &amp;lt;/System&amp;gt;&lt;br /&gt;
            &amp;lt;Item&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:Caption&amp;gt;2 virtual CPUs&amp;lt;/rasd:Caption&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:Description&amp;gt;Number of Virtual CPUs&amp;lt;/rasd:Description&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:InstanceId&amp;gt;1&amp;lt;/rasd:InstanceId&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:ResourceType&amp;gt;3&amp;lt;/rasd:ResourceType&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:VirtualQuantity&amp;gt;2&amp;lt;/rasd:VirtualQuantity&amp;gt;&lt;br /&gt;
            &amp;lt;/Item&amp;gt;&lt;br /&gt;
            &amp;lt;Item&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:Caption&amp;gt;4096MB of memory&amp;lt;/rasd:Caption&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:Description&amp;gt;Memory Size&amp;lt;/rasd:Description&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:InstanceId&amp;gt;2&amp;lt;/rasd:InstanceId&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:ResourceType&amp;gt;4&amp;lt;/rasd:ResourceType&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:AllocationUnits&amp;gt;MegaBytes&amp;lt;/rasd:AllocationUnits&amp;gt;&lt;br /&gt;
                &amp;lt;rasd:VirtualQuantity&amp;gt;4096&amp;lt;/rasd:VirtualQuantity&amp;gt;&lt;br /&gt;
            &amp;lt;/Item&amp;gt;&lt;br /&gt;</description>
      <pubDate>Mon, 17 Aug 2009 18:39:25 GMT</pubDate>
      <author>frwilliam</author>
      <guid>http://communities.vmware.com/message/1339570</guid>
      <dc:date>2009-08-17T18:39:25Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Packaging from VMX to OVF removes information</title>
      <link>http://communities.vmware.com/message/1336267</link>
      <description>&lt;br /&gt;
it is not so easy to "just" define resource types. Resource types are also defined as a std and in this case ShardedFolder is not a "device"/hardware item so I would be needed to define somewhere else. &lt;br /&gt;
&lt;p /&gt;
Each vendor can use the resourceType=0 (==other) and then use subresourceType to define a different type. We do this for soundcards and other items.&lt;br /&gt;
&lt;p /&gt;
I atm working on a method to define some of the features we need to support but I'm still in the planning&lt;br /&gt;
&lt;p /&gt;
 So to answer you question: There are no resourceType for "Shared Folders" because it is not a device and atm we do not support on setting this in a OVF file but we are working on it.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
eske</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Thu, 13 Aug 2009 06:59:26 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1336267</guid>
      <dc:date>2009-08-13T06:59:26Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Error: Device 'cdrom1' has a backing type that is not supported.</title>
      <link>http://communities.vmware.com/message/1329505</link>
      <description>Set the connection to device like cdrom or even floppy as 'Auto detect'.</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">device_cdrom1_has_a_backing_type_that_is_not</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">_upported.</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">backing</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">type</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">cdrom1</category>
      <pubDate>Wed, 05 Aug 2009 08:54:44 GMT</pubDate>
      <author>wuhanyunfei</author>
      <guid>http://communities.vmware.com/message/1329505</guid>
      <dc:date>2009-08-05T08:54:44Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>ovf tool fails on device paths</title>
      <link>http://communities.vmware.com/message/1329499</link>
      <description>&lt;br /&gt;
A limit in the way VMware supports OVF is that we for now dont support attached ISOs or devices on cdrom and floppies. This is something we are looking into support.&lt;br /&gt;
&lt;p /&gt;
 So a fix is the remove the un attach the iso or deivce before converting the VM to an OVF file.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
eske</description>
      <pubDate>Wed, 05 Aug 2009 08:39:06 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1329499</guid>
      <dc:date>2009-08-05T08:39:06Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>ovftool 1.0 and virtualcenter 2.5 update 4  Envelope error importing ovf</title>
      <link>http://communities.vmware.com/message/1329494</link>
      <description>&lt;br /&gt;
To follow up on renes post you can also say&lt;br /&gt;
&lt;p /&gt;
ovftool c:\SOMEPATH\MyVm.vmx vi://hostname/&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
eske</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Wed, 05 Aug 2009 08:29:08 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1329494</guid>
      <dc:date>2009-08-05T08:29:08Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
    </item>
    <item>
      <title>no love for Fusion users?</title>
      <link>http://communities.vmware.com/message/1329461</link>
      <description>&lt;br /&gt;
I can only say that we working on it. At the moment I have no dates or anything&lt;br /&gt;
&lt;p /&gt;
 eske</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">mac_os</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovftool</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Wed, 05 Aug 2009 08:25:37 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1329461</guid>
      <dc:date>2009-08-05T08:25:37Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Cannot Import OVF into ESXi 3.5</title>
      <link>http://communities.vmware.com/message/1329460</link>
      <description>&lt;br /&gt;
Could you describe how you get this error. normal this error only shows if the version of the VMware workstation you are using do not support hardware version 7. A quick work around could be to include a vmx-07, vmx-04 into the ovf file if the hardware represented in the OVF files is working on hardware version 4&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
eske</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">3.5</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovftool</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">import</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">export</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">open_virtual_format</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">vmware</category>
      <pubDate>Wed, 05 Aug 2009 08:23:53 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1329460</guid>
      <dc:date>2009-08-05T08:23:53Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>ovftool crashes</title>
      <link>http://communities.vmware.com/message/1316441</link>
      <description>Or better, click on my name (it is a link) and use 'Send private message'.</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovftool</category>
      <pubDate>Tue, 21 Jul 2009 10:08:29 GMT</pubDate>
      <author>renes</author>
      <guid>http://communities.vmware.com/message/1316441</guid>
      <dc:date>2009-07-21T10:08:29Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Error deploying ovf file created with OVFTOOL 1.0 VMware converter 4.0.1. Please help</title>
      <link>http://communities.vmware.com/message/1305036</link>
      <description>&lt;br /&gt;
Hi Lachi, &lt;br /&gt;
&lt;p /&gt;
 Thanks for letting us know. Good to know that it  works without the VPN</description>
      <pubDate>Wed, 08 Jul 2009 06:02:44 GMT</pubDate>
      <author>bobbarjung</author>
      <guid>http://communities.vmware.com/message/1305036</guid>
      <dc:date>2009-07-08T06:02:44Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Invalid value '1.0' for attribute 'version' on element 'Envelope'</title>
      <link>http://communities.vmware.com/message/1301123</link>
      <description>Indeed. What a mess. I exported an ovf using VBox 3.0 and ran it through ovftool and got some nasty output:&lt;br /&gt;
&lt;br /&gt;
] ovftool akm.ovf vmware/akm.vmx&lt;br /&gt;
Opening OVF source: akm.ovf&lt;br /&gt;
Warning: No manifest file&lt;br /&gt;
Opening VMX target: vmware/akm.vmx&lt;br /&gt;
Error:&lt;br /&gt;
 - Line 8: Unsupported value 'http://www.vmware.com/specifications/vmdk.html#sparse' for attribute 'format' on element 'Disk'.&lt;br /&gt;
 - Line 33: Unsupported element 'Description'&lt;br /&gt;
 - Line 41: Unsupported element 'Description'&lt;br /&gt;
 - Line 44: Unsupported element 'AllocationUnits'&lt;br /&gt;
 - Line 50: Unsupported element 'Description'&lt;br /&gt;
 - Line 53: Unsupported element 'ResourceSubType'&lt;br /&gt;
 - Line 54: Unsupported element 'Address'&lt;br /&gt;
 - Line 59: Unsupported element 'Description'&lt;br /&gt;
 - Line 62: Unsupported element 'AutomaticAllocation'&lt;br /&gt;
 - Line 63: Unsupported element 'AddressOnParent'&lt;br /&gt;
 - Line 70: Unsupported element 'ResourceSubType'&lt;br /&gt;
 - Line 71: Unsupported element 'AutomaticAllocation'&lt;br /&gt;
 - Line 72: Unsupported element 'Connection'&lt;br /&gt;
 - Line 77: Unsupported element 'Description'&lt;br /&gt;
 - Line 80: Unsupported element 'Address'&lt;br /&gt;
 - Line 85: Unsupported element 'Description'&lt;br /&gt;
 - Line 88: Unsupported element 'HostResource'&lt;br /&gt;
 - Line 89: Unsupported element 'Parent'&lt;br /&gt;
 - Line 90: Unsupported element 'AddressOnParent'&lt;br /&gt;
 - Line 95: Unsupported element 'Description'&lt;br /&gt;
 - Line 98: Unsupported element 'AutomaticAllocation'&lt;br /&gt;
 - Line 99: Unsupported element 'Parent'&lt;br /&gt;
 - Line 100: Unsupported element 'AddressOnParent'&lt;br /&gt;
&lt;p /&gt;
I'll stick to 0.9 legacy for now. Hopefully they can get this sorted. I'll post it to their user community too. Thanks for your help, Eske.</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">workstation</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovftool</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">1.0</category>
      <pubDate>Thu, 02 Jul 2009 16:18:06 GMT</pubDate>
      <author>sprotsman</author>
      <guid>http://communities.vmware.com/message/1301123</guid>
      <dc:date>2009-07-02T16:18:06Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>New blog entry about deploying a OVF (OVA) using ovftool</title>
      <link>http://communities.vmware.com/message/1300428</link>
      <description>&lt;br /&gt;
Rene posted a nice blog entry about using ovftool to deploy an OVA. &lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://blogs.vmware.com/vapp/2009/07/commandline-ovf-deployments-.html"&gt;http://blogs.vmware.com/vapp/2009/07/commandline-ovf-deployments-.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
eske</description>
      <pubDate>Wed, 01 Jul 2009 20:34:32 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1300428</guid>
      <dc:date>2009-07-01T20:34:32Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>ovftool. Cannot execute binary file</title>
      <link>http://communities.vmware.com/message/1299795</link>
      <description>no problem. glad we could help</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">help</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovftool</category>
      <pubDate>Wed, 01 Jul 2009 09:11:06 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1299795</guid>
      <dc:date>2009-07-01T09:11:06Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>specially value for hardware in ovf</title>
      <link>http://communities.vmware.com/message/1296836</link>
      <description>&lt;br /&gt;
no not yet, sorry &lt;br /&gt;
&lt;p /&gt;
do it have large performance impact if you dont set it?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
eske</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Sun, 28 Jun 2009 10:11:38 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1296836</guid>
      <dc:date>2009-06-28T10:11:38Z</dc:date>
      <clearspace:dateToText>5 months, 13 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>References ovf:href</title>
      <link>http://communities.vmware.com/message/1296833</link>
      <description>&lt;br /&gt;
yes it is possible to use http based references. supported schemes are:&lt;br /&gt;
&lt;p /&gt;
http, https and localpath.&lt;br /&gt;
&lt;p /&gt;
 I'm a bit puzzled about the error msg.&lt;br /&gt;
&lt;p /&gt;
 You should not be editing the references section by  yourself.&lt;br /&gt;
&lt;p /&gt;
if the OVF is placed on a webserver ovf:href could just point to a relative path from where the OVF is placed. Please take a look  the ovf 1.0 spec&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 You should be able to use:&lt;br /&gt;
&lt;p /&gt;
ovftool &lt;a class="jive-link-external" href="http://my.url/path_to_ovf.ovf"&gt;http://my.url/path_to_ovf.ovf&lt;/a&gt; vi://VC_HOSTNAME/DATACENTER_NAME/host/HOSTNAME&lt;br /&gt;
&lt;p /&gt;
eske</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Sun, 28 Jun 2009 10:06:14 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1296833</guid>
      <dc:date>2009-06-28T10:06:14Z</dc:date>
      <clearspace:dateToText>5 months, 13 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>OVF Tool HELP!!!!!!</title>
      <link>http://communities.vmware.com/message/1295031</link>
      <description>&lt;br /&gt;
 there are many ways for you to create a OVF file.&lt;br /&gt;
&lt;p /&gt;
if you are using VMware workstation you can do&lt;br /&gt;
&lt;p /&gt;
ovftool PATH_TO_A_VM.vmx c:\Temp\MyVm.ovf&lt;br /&gt;
&lt;p /&gt;
if you are using VMware Server 2 you can do:&lt;br /&gt;
&lt;p /&gt;
ovftool vi://USERNAME:PASSWORD@HOSTNAME:8333/VmName c:\Temp\MyVm.ovf&lt;br /&gt;
&lt;p /&gt;
 but you will have to have a VM that you want to export.  &lt;br /&gt;
&lt;p /&gt;
Please read the user guide at &lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/ovf/ovf10/ovftool_10_userguide.pdf"&gt;http://www.vmware.com/support/developer/ovf/ovf10/ovftool_10_userguide.pdf&lt;/a&gt; &lt;br /&gt;
&lt;p /&gt;
 You could also tell us a bit about what you want to do and could could give some pointers in the right direction&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
eske</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">tool</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">help</category>
      <pubDate>Thu, 25 Jun 2009 16:38:57 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1295031</guid>
      <dc:date>2009-06-25T16:38:57Z</dc:date>
      <clearspace:dateToText>5 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Can't import OVA</title>
      <link>http://communities.vmware.com/message/1294595</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I've replied on this other thread:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://communities.vmware.com/thread/217733"&gt;http://communities.vmware.com/thread/217733&lt;/a&gt;</description>
      <pubDate>Thu, 25 Jun 2009 08:00:01 GMT</pubDate>
      <author>martinamdisen</author>
      <guid>http://communities.vmware.com/message/1294595</guid>
      <dc:date>2009-06-25T08:00:01Z</dc:date>
      <clearspace:dateToText>5 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Failure on disk import</title>
      <link>http://communities.vmware.com/message/1291590</link>
      <description>It looks like this fixed it.  We have a C program that converts a compressed hard drive image to vmdk format.  I modified that to set the version to 3 and was then able to import via ovftool and vSphere.  Thanks for your help!</description>
      <pubDate>Mon, 22 Jun 2009 19:30:34 GMT</pubDate>
      <author>jslagle</author>
      <guid>http://communities.vmware.com/message/1291590</guid>
      <dc:date>2009-06-22T19:30:34Z</dc:date>
      <clearspace:dateToText>5 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>difference between ovf version 0.9 and 1.0?</title>
      <link>http://communities.vmware.com/message/1288149</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
There are a several. Here are a few of the new additions in OVF 1.0:&lt;br /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;OVA packages&lt;/li&gt;
&lt;li&gt;Multi-VM suppor&lt;/li&gt;
&lt;li&gt;OVF environment&lt;/li&gt;
&lt;li&gt;OVF properties&lt;/li&gt;
&lt;li&gt;Manifests and certificates&lt;/li&gt;
&lt;li&gt;DeploymentOptionSection&lt;/li&gt;
&lt;li&gt;ApplicationUrl&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Read more about these &lt;a class="jive-link-external" href="http://www.dmtf.org/standards/published_documents/DSP0243_1.0.0.pdf"&gt;OVF 1.0 standard.&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Kristian&lt;/li&gt;
&lt;/ul&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Thu, 18 Jun 2009 14:38:52 GMT</pubDate>
      <author>klassenvmware</author>
      <guid>http://communities.vmware.com/message/1288149</guid>
      <dc:date>2009-06-18T14:38:52Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>OVF tool crashing?</title>
      <link>http://communities.vmware.com/message/1288110</link>
      <description>&lt;br /&gt;
I'm glad that it works now. With that said odd things should not happen.  &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt;</description>
      <pubDate>Thu, 18 Jun 2009 13:56:21 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1288110</guid>
      <dc:date>2009-06-18T13:56:21Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>OVFs from virtualbox</title>
      <link>http://communities.vmware.com/message/1286641</link>
      <description>&lt;br /&gt;
ah ok, in Workstation (,server, and esx) they are defined as PS2 devices.&lt;br /&gt;
&lt;p /&gt;
normally the OS inside the VM should be able to find out that new devices was attached. What OS was inside the VM? &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I will try to play around with it a bit and see if I can work up a solution.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
eske</description>
      <pubDate>Wed, 17 Jun 2009 12:31:48 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1286641</guid>
      <dc:date>2009-06-17T12:31:48Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>OVF format expectations</title>
      <link>http://communities.vmware.com/message/1285893</link>
      <description>&lt;br /&gt;
I actually have quite a few.&lt;br /&gt;
&lt;p /&gt;
How hardware is defined in the OVF is dependant on the source (virtualization platform, back-up / archive source, etc.) of the configuration data.  Each source will have more or less information, and all contain non-vmware hardware specific information.&lt;br /&gt;
&lt;p /&gt;
For example:&lt;br /&gt;
&lt;p /&gt;
bews08r2x64.ovf is a physical conversion to OVF&lt;br /&gt;
&lt;p /&gt;
dslfromxs.ovf is a v2v from a xen vm backup (.xva)&lt;br /&gt;
&lt;p /&gt;
These samples were created with the  latest Citrix XenConvert 2 tool&lt;br /&gt;
&lt;p /&gt;
Here is the forum link: &lt;a class="jive-link-external" href="http://forums.citrix.com/forum.jspa?forumID=511"&gt;http://forums.citrix.com/forum.jspa?forumID=511&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
The latest revision will be uploaded shortly.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 16 Jun 2009 19:38:06 GMT</pubDate>
      <author>itguybri</author>
      <guid>http://communities.vmware.com/message/1285893</guid>
      <dc:date>2009-06-16T19:38:06Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>OVF Specification 1.0 Annex D</title>
      <link>http://communities.vmware.com/message/1285818</link>
      <description>&lt;br /&gt;
sorry for the late response. &lt;br /&gt;
&lt;p /&gt;
It was a left over that was not removed before ovftool 1.0 was made public.&lt;br /&gt;
&lt;p /&gt;
We will make a post later this week on how VMware specifications for sections should be interpreted  in the vmware.xsd&lt;br /&gt;
&lt;p /&gt;
 eske</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Tue, 16 Jun 2009 19:13:35 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1285818</guid>
      <dc:date>2009-06-16T19:13:35Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Probe Mode does not work</title>
      <link>http://communities.vmware.com/message/1276704</link>
      <description>&lt;br /&gt;
&lt;span class="jive-thread-reply-body-container"&gt;VMware-OvfTool-1.0.0-117388.i386.zip is the old pre-tech ovftool. Please download from &lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/downloads/download.do?downloadGroup=OVF-TOOL-1-0"&gt;http://www.vmware.com/downloads/download.do?downloadGroup=OVF-TOOL-1-0&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
This should link to an windows installer for win32 bit and two linux installers (32/64 bit) &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
(The old pre-tech ovftool should be removed from the webpage and I will look into this.)&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 08 Jun 2009 19:20:30 GMT</pubDate>
      <author>Eske</author>
      <guid>http://communities.vmware.com/message/1276704</guid>
      <dc:date>2009-06-08T19:20:30Z</dc:date>
      <clearspace:dateToText>5 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Welcome OVF Tool users !</title>
      <link>http://communities.vmware.com/message/1259704</link>
      <description>We are excited about this new community and welcome all to participate and discuss OVF Tool topics.&lt;br /&gt;
 &lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/2-1259704-5877/ovftool.png" alt="ovftool.png" class="jive-image"  /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">open_virtual_format</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">community</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">standards</category>
      <pubDate>Fri, 22 May 2009 14:13:30 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/message/1259704</guid>
      <dc:date>2009-05-22T14:13:30Z</dc:date>
      <clearspace:dateToText>6 months, 1 week ago</clearspace:dateToText>
    </item>
  </channel>
</rss>

