<?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 : Unanswered Threads - Open Virtualization Format Tool</title>
    <link>http://communities.vmware.com/community/developer/forums/ovf?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in Open Virtualization Format Tool</description>
    <language>en</language>
    <pubDate>Thu, 05 Nov 2009 14:57:01 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-05T14:57:01Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>how to change ovf exported from vsphere to be compatible with workstation?</title>
      <link>http://communities.vmware.com/thread/240921</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
we want make our virtual appliance as vmware ready. We want have OVF file with VMDK compatible with vmware workstation, player, server and esx3.5. But we have only Vmware vSphere. vSphere exports OVF to format 1.0. But I cant import this format to older versions as Workstation 6.5 (but to 7.0 i can't too), to esx 3.5, etc....&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
What can I do for it to import it? I have template of ovf 0.9. I try to rewrite it. Import was sucessful, but when I start this machine which includes Linux with vmware toolsm kernel says KERNEL PANIC. Is there other format of exported VMDK file on esx 4 than esx 3?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Is is neccessary to make it compatible with Workstation to have vmware ready for VA status??&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Please help...</description>
      <pubDate>Thu, 05 Nov 2009 14:26:23 GMT</pubDate>
      <author>zoomprofile</author>
      <guid>http://communities.vmware.com/thread/240921</guid>
      <dc:date>2009-11-05T14:26:23Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>OVF 0.9 with Debian</title>
      <link>http://communities.vmware.com/thread/238301</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/thread/238301</guid>
      <dc:date>2009-10-23T12:05:08Z</dc:date>
      <clearspace:dateToText>1 month, 9 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Deploy OVF template with monolithicFlat VMDKs</title>
      <link>http://communities.vmware.com/thread/237693</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/thread/237693</guid>
      <dc:date>2009-10-20T16:51:48Z</dc:date>
      <clearspace:dateToText>1 month, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>OVF imports but gives disk error on power-on</title>
      <link>http://communities.vmware.com/thread/237160</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/thread/237160</guid>
      <dc:date>2009-10-16T13:27:17Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>When will OVF support disk reference paths and not embed disk data into mgiration file?</title>
      <link>http://communities.vmware.com/thread/236021</link>
      <description>When moving VMs from RHEV, KVM, Hyper-V, and VMware, which many are doing today, OVF makes sense as a starting point, however, OVF is very ineffecient if the given VMs already have virtual disks in the correct location.  For example, moving VMs from VMware to KVM, and from KVM to VMware, since KVM supports VMDK as does VMware, and both could and can access the same datastore/NFS mount point, the encode/decode of the virtual machine disks in OVF is not needed, just use a reference path to the VM disks, not the actual data.  So the question is, When will OVF support disk reference paths and not embed disk data into mgiration file?  Interesting feature no?</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Fri, 09 Oct 2009 17:37:12 GMT</pubDate>
      <author>Schorschi</author>
      <guid>http://communities.vmware.com/thread/236021</guid>
      <dc:date>2009-10-09T17:37:12Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>URGENT ---- Connection time out with Virtual Center</title>
      <link>http://communities.vmware.com/thread/232764</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/thread/232764</guid>
      <dc:date>2009-09-21T22:15:12Z</dc:date>
      <clearspace:dateToText>2 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>cannot run ovftool in Win2k3 SBS</title>
      <link>http://communities.vmware.com/thread/230585</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'm trying to convert from VirtualBox to VMWare Fusion.  I've exported my VirtualBox VM as a v0.9 OVF and I'm trying to run the ovftool from my VirtualBox VM running Win 2k3 SBS, however the ovftool will not run.  I get an error on the command line "The system cannot execute the specified program."  Permissions look fine and I'm logged in as local admin.  I've added the parent folder to my path.  What am I missing?  The documentation doesn't cover any sort of troubleshooting...&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
Jason</description>
      <pubDate>Wed, 09 Sep 2009 12:25:18 GMT</pubDate>
      <author>trlblzr</author>
      <guid>http://communities.vmware.com/thread/230585</guid>
      <dc:date>2009-09-09T12:25:18Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>OVF Tool memory range error</title>
      <link>http://communities.vmware.com/thread/225749</link>
      <description>&lt;br /&gt;
I'm using the ovf tool to convert a virtual appliance to virtual machine format and getting a memory size limitation error based on the OVF source.  The source ovf file specifies 4GB of memory for guest OS:&lt;br /&gt;
&lt;p /&gt;
Error:&lt;br /&gt;
 - Virtual machine has 4,096 megabytes of memory, which is outside the range of 4 to 3,600 megabytes supported on the host.  This may be a general limitation of the host software, or specific to the guest OS selected for the virtual machine.&lt;br /&gt;
&lt;p /&gt;
The work around is to edit the source ovf file and decrease the RAM size to  3 GB and conversion works fine.  But I'm curious why this limitation is occuring.  Is 3,600 MB the maximum virtual memory size supported byVMware workstation or server? &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 12 Aug 2009 14:05:06 GMT</pubDate>
      <author>frwilliam</author>
      <guid>http://communities.vmware.com/thread/225749</guid>
      <dc:date>2009-08-12T14:05:06Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>New blog entry about deploying a OVF (OVA) using ovftool</title>
      <link>http://communities.vmware.com/thread/218971</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/thread/218971</guid>
      <dc:date>2009-07-01T20:34:32Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Invalid value '1.0' for attribute 'version' on element 'Envelope'</title>
      <link>http://communities.vmware.com/thread/218911</link>
      <description>I have an OVF from VirtualBox that I want to import into VMware Workstation 6.5.2 (linux). The first thing I noticed was that there is no 'Import' option in the File menu of VMware 6.5.2 for linux. So, I ran the ovf file through ovftool. ovftool reported an error when converting:&lt;br /&gt;
&lt;br /&gt;
~/tmp] ovftool foo.ovf ~/tmp/convert/foo.vmx&lt;br /&gt;
Opening OVF source: foo.ovf&lt;br /&gt;
Warning: No manifest file&lt;br /&gt;
Opening VMX target: foo.vmx&lt;br /&gt;
Error:&lt;br /&gt;
 - Line 2: Invalid value '1.0' for attribute 'version' on element 'Envelope'.&lt;br /&gt;
~/tmp]&lt;br /&gt;
&lt;br /&gt;
This particular OVF was created with VirtualBox 2.2.4. Both support ovf 1.0, right? Output of line 2 ...&lt;br /&gt;
&lt;br /&gt;
~/tmp] sed -n 2p foo.ovf&lt;br /&gt;
&amp;lt;Envelope ovf:version="1.0" xml:lang="en-US" xmlns="http://www.vmware.com/schema/ovf/1/envelope" xmlns:ovf="http://www.vmware.com/schema/ovf/1/envelope" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ideas?</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>Wed, 01 Jul 2009 15:13:27 GMT</pubDate>
      <author>sprotsman</author>
      <guid>http://communities.vmware.com/thread/218911</guid>
      <dc:date>2009-07-01T15:13:27Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>OVF format expectations</title>
      <link>http://communities.vmware.com/thread/214303</link>
      <description>&lt;br /&gt;
Is there a document anywhere that outlines the format that the OVFTool expects the OVF file to be in?&lt;br /&gt;
&lt;p /&gt;
 Such as: elements that ovfTool expects?&lt;br /&gt;
&lt;p /&gt;
 I have some OVF sources that are .9 and 1.0 compliant however, ovfTool does not 'like' them because the OVF is not written the exact same way as an ovfTool produced OVF of the same VM.  The VMware vmx setting, the resources subtypes are not there for example.  As these are VMware specific and optional.&lt;br /&gt;
&lt;p /&gt;
Any guidance is greatly helpful.&lt;br /&gt;
&lt;p /&gt;
 Thanks!&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 08 Jun 2009 17:57:28 GMT</pubDate>
      <author>itguybri</author>
      <guid>http://communities.vmware.com/thread/214303</guid>
      <dc:date>2009-06-08T17:57:28Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Welcome OVF Tool users !</title>
      <link>http://communities.vmware.com/thread/211386</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/thread/211386</guid>
      <dc:date>2009-05-22T14:13:30Z</dc:date>
      <clearspace:dateToText>6 months, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
  </channel>
</rss>

