<?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 Failed to import OVA with ISO attached on an HTTP server using OVFTool 4.3 in VMware vSphere™ Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/1865698#M23339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tried to use OVFTool 4.3 to import the OVA with an ISO attached that is on an HTTP server, it always failed with message:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;Error: File (Ubuntu-file1.iso) could not be found.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;This is my command:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ovftool \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --X:logFile=/tmp/ovftool_503.log --X:logLevel=verbose --datastore="datastore1" \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --noSSLVerify --acceptAllEulas --name="UbuntuWithCd" --diskMode=thin \&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://192.168.1.1:8000/vm/Ubuntu_with_cd.ova" rel="nofollow"&gt;http://192.168.1.1:8000/vm/Ubuntu_with_cd.ova&lt;/A&gt;&lt;SPAN&gt;" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vi://root:Compaq123@192.168.1.2"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Since the OVA is just a tar file, so I use `tar -tf` to check the file and it shows that the ISO file is ordered before the VMDK:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$ tar -tf Ubuntu_with_cd.ova&lt;/P&gt;&lt;P&gt;Ubuntu.ovf&lt;/P&gt;&lt;P&gt;Ubuntu.mf&lt;/P&gt;&lt;P&gt;Ubuntu-file1.iso&lt;/P&gt;&lt;P&gt;Ubuntu-disk1.vmdk&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Also, based on the log, OVFTool seems to shows that it tries to download the VMDK first. So, I untar the original OVA and tar it again, &lt;STRONG&gt;with VMDK before ISO&lt;/STRONG&gt;:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$ tar -tf Ubuntu_with_cd_vmdk_before_iso.ova&lt;BR /&gt;Ubuntu.ovf&lt;BR /&gt;Ubuntu.mf&lt;/P&gt;&lt;P&gt;Ubuntu-disk1.vmdk&lt;/P&gt;&lt;P&gt;Ubuntu-file1.iso&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and then the import command succeeded. I think this is a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2019 10:05:44 GMT</pubDate>
    <dc:creator>JL55</dc:creator>
    <dc:date>2019-12-23T10:05:44Z</dc:date>
    <item>
      <title>Failed to import OVA with ISO attached on an HTTP server using OVFTool 4.3</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/1865698#M23339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tried to use OVFTool 4.3 to import the OVA with an ISO attached that is on an HTTP server, it always failed with message:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;Error: File (Ubuntu-file1.iso) could not be found.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;This is my command:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ovftool \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --X:logFile=/tmp/ovftool_503.log --X:logLevel=verbose --datastore="datastore1" \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --noSSLVerify --acceptAllEulas --name="UbuntuWithCd" --diskMode=thin \&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://192.168.1.1:8000/vm/Ubuntu_with_cd.ova" rel="nofollow"&gt;http://192.168.1.1:8000/vm/Ubuntu_with_cd.ova&lt;/A&gt;&lt;SPAN&gt;" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vi://root:Compaq123@192.168.1.2"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Since the OVA is just a tar file, so I use `tar -tf` to check the file and it shows that the ISO file is ordered before the VMDK:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$ tar -tf Ubuntu_with_cd.ova&lt;/P&gt;&lt;P&gt;Ubuntu.ovf&lt;/P&gt;&lt;P&gt;Ubuntu.mf&lt;/P&gt;&lt;P&gt;Ubuntu-file1.iso&lt;/P&gt;&lt;P&gt;Ubuntu-disk1.vmdk&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Also, based on the log, OVFTool seems to shows that it tries to download the VMDK first. So, I untar the original OVA and tar it again, &lt;STRONG&gt;with VMDK before ISO&lt;/STRONG&gt;:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$ tar -tf Ubuntu_with_cd_vmdk_before_iso.ova&lt;BR /&gt;Ubuntu.ovf&lt;BR /&gt;Ubuntu.mf&lt;/P&gt;&lt;P&gt;Ubuntu-disk1.vmdk&lt;/P&gt;&lt;P&gt;Ubuntu-file1.iso&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and then the import command succeeded. I think this is a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2019 10:05:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/1865698#M23339</guid>
      <dc:creator>JL55</dc:creator>
      <dc:date>2019-12-23T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to import OVA with ISO attached on an HTTP server using OVFTool 4.3</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/1865699#M23340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @JL55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We at VMware are aware of this issue and a fix has already been identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will be releasing a fixed version soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, OVF works fine, so you can use OVF instead of OVA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reporting this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2019 03:40:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/1865699#M23340</guid>
      <dc:creator>ashishsingh1508</dc:creator>
      <dc:date>2019-12-30T03:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to import OVA with ISO attached on an HTTP server using OVFTool 4.3</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/1865700#M23341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;JL55&lt;/B&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the fixed version is already out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://vdc-download.vmware.com/vmwb-repository/dcr-public/ac54f29a-9b8a-42a4-b925-86aa1dc46bdb/0f3c3494-5fdd-48df-a214-2d798ed311ba/ovf_431_releasenotes.html" title="https://vdc-download.vmware.com/vmwb-repository/dcr-public/ac54f29a-9b8a-42a4-b925-86aa1dc46bdb/0f3c3494-5fdd-48df-a214-2d798ed311ba/ovf_431_releasenotes.html"&gt;Release Notes&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the release note:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;OVF Tool fails to import OVA containing ISO image.&lt;/STRONG&gt;When a virtual machine contains a reference to an ISO image, even when exported with "include image files" selected, deployment fails with "Unable to access file. End of OVA file reached while looking for ...iso."In this release OVF Tool was enhanced to handle import of OVA files containing an ISO image reference.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2019 03:44:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/1865700#M23341</guid>
      <dc:creator>ashishsingh1508</dc:creator>
      <dc:date>2019-12-30T03:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to import OVA with ISO attached on an HTTP server using OVFTool 4.3</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/1865701#M23342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;ashishsingh1508&lt;/B&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I just tested with 4.3.0U1 and 4.3.0P1, both version can import the OVA without any issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 06:23:17 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/1865701#M23342</guid>
      <dc:creator>JL55</dc:creator>
      <dc:date>2020-01-02T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to import OVA with ISO attached on an HTTP server using OVFTool 4.3</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/2894618#M41724</link>
      <description>&lt;P&gt;Tnx&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 16:12:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Failed-to-import-OVA-with-ISO-attached-on-an-HTTP-server-using/m-p/2894618#M41724</guid>
      <dc:creator>otgoo1</dc:creator>
      <dc:date>2022-02-21T16:12:19Z</dc:date>
    </item>
  </channel>
</rss>

