[ovirt-users] Re: Ooops! in last step of Hyperconverged deployment

2021-05-21 Thread Strahil Nikolov via Users
I would start with 'journalctl' to identify why the cockpit dies.Most probably 
the ansible code is interrupted.
Best Regards,Strahil Nikolov
 
 
  On Fri, May 21, 2021 at 17:34, Harry O wrote:   Do know 
what i mean?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IRIFXWYSHGB2JG5YFU3MS5I2EVRRCOST/
  
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/INH26ISLFWXZLY2Y7PM6HD6J3K64QEIR/


[ovirt-users] Re: Import to VMware

2021-05-21 Thread Michal Skrivanek


> On 20. 5. 2021, at 22:58, Darin Schmidt  wrote:
> 
> Hello,
> 
> Ive exported an OVA of a server we had made on OVIRT and Im trying to import 
> it to VMware. Its complaining that the ovf:format is incorrect.

OVF/OVA is not really a fixed standard, every project is using it differently 
and it’s not compatible between each other that well. oVirt’s OVF are just for 
oVirt, same as VMware’s OVFs are just for VMware. Some can be converted with 
more or less issues…

> 
> ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html";
> 
> That link doesnt resolve to anywhere because it appears its now 
> http://people.gnome.org/~markmc/qcow-image-format.html
> 
> But I dont know whats supposed to go there nor have I been able to locate 
> anything to help solve this issue. All I really need is access to the files 
> in the, what I assume is, vdmk file that comes along with the ovf file, which 
> mine is called: 154b3d77-d340-4d24-a448-66265c5fb613
> 
> So if anything, is there a way to open this vm disk so I can gain access to 
> the files?

vmware cannot read qcow2 dissk, you need to convert them to vmdk
Even then it’s not necessarily going to work as oVirt and VMware are using 
different virtual hardware, so if you want to boot from there it likely won’t 
work.
take a look at some conversion tools rather than direct import. E.g. for the 
other direction from vmware to ovirt you can use virt-v2v

Thanks,
michal

> 
> Thanks
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YAA7Z3SLLDX4GBW6EXPGNOII3OGRYJF/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZHOSGFURPOTJGGCUDU42F6EVY4RBO5Y2/


[ovirt-users] Re: Import to VMware

2021-05-21 Thread Derek Atkins
A quick google search yielded
https://blog.ktz.me/migrate-qcow2-images-from-kvm-to-vmware/

-derek

On Fri, May 21, 2021 10:34 am, Darin Schmidt wrote:
> Correct, because in the xml it's saying the format is a link to a we
> address that technically doesn't exist.
>
> So perhaps I just need to find a way to convert the disk to vmdk then
>
> On Fri, May 21, 2021, 10:22 AM Derek Atkins  wrote:
>
>> HI,
>>
>> On Fri, May 21, 2021 9:57 am, Darin Schmidt wrote:
>> > Ok then, could there be something wrong with my ova backup because the
>> ovf
>> > is only 19kb and the other "file" is 3.8G? When I try to untar the ovf
>> it
>> > says it doesn't look like a tar file.
>>
>> The 3.8G file is your disk image.  The OVF file is XML.
>> The error seems to be that vmware does not recognize the disk type.
>> The xml being 19k doesn't seem wrong at all (although it does sound a
>> little big).
>>
>> -derek
>>
>> > On Fri, May 21, 2021, 9:06 AM Vojtech Juranek 
>> wrote:
>> >
>> >> On Friday, 21 May 2021 13:50:15 CEST Darin Schmidt wrote:
>> >> > I believe you are partially right? Originally it was an OVA file. I
>> >> > uncompressed the file which gave me another file and the vm.ovf.
>> The
>> >> OVF
>> >> > file appears to be only an xml file? Or are you saying I can also
>> >> > uncompressed the ovf file as well like I did the OVA?
>> >>
>> >> yes, OVA is tar archive of OVF directory (see e.g. [1]) and OVF is
>> again
>> >> tar
>> >> archive of one XML descriptor and VM disks, so you should be able to
>> get
>> >> the
>> >> VM disk this way
>> >>
>> >> [1] https://fileinfo.com/extension/ova
>> >>
>> >> >
>> >> > On Fri, May 21, 2021, 2:39 AM Vojtech Juranek 
>> >> wrote:
>> >> > > On Thursday, 20 May 2021 22:58:22 CEST Darin Schmidt wrote:
>> >> > > > Hello,
>> >> > > >
>> >> > > > Ive exported an OVA of a server we had made on OVIRT and Im
>> trying
>> >> to
>> >> > >
>> >> > > import
>> >> > >
>> >> > > > it to VMware. Its complaining that the ovf:format is incorrect.
>> >> > > >
>> >> > > > ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html";
>> >> > > >
>> >> > > > That link doesnt resolve to anywhere because it appears its now
>> >> > > > http://people.gnome.org/~markmc/qcow-image-format.html
>> >> > > >
>> >> > > > But I dont know whats supposed to go there nor have I been able
>> to
>> >> > > > locate
>> >> > > > anything to help solve this issue. All I really need is access
>> to
>> >> the
>> >> > >
>> >> > > files
>> >> > >
>> >> > > > in the, what I assume is, vdmk file that comes along with the
>> ovf
>> >> file,
>> >> > > > which mine is called: 154b3d77-d340-4d24-a448-66265c5fb613
>> >> > > >
>> >> > > > So if anything, is there a way to open this vm disk so I can
>> gain
>> >> access
>> >> > >
>> >> > > to
>> >> > >
>> >> > > > the files?
>> >> > >
>> >> > > OVF file is just a tar archive with disks and XML descriptor. So
>> >> untar
>> >> the
>> >> > > OVF
>> >> > > file should work.
>> >> > >
>> >> > > > Thanks
>> >> > > > ___
>> >> > > > Users mailing list -- users@ovirt.org
>> >> > > > To unsubscribe send an email to users-le...@ovirt.org
>> >> > > > Privacy Statement: https://www.ovirt.org/privacy-policy.html
>> >> > > > oVirt Code of Conduct:
>> >> > > > https://www.ovirt.org/community/about/community-guidelines/
>> List
>> >> > >
>> >> > > Archives:
>> >> > >
>> >> > >
>> >>
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YAA7Z3SLLDX
>> >> > > 4
>> >> > >
>> >> > > > GBW6EXPGNOII3OGRYJF/
>> >>
>> >>
>> > ___
>> > Users mailing list -- users@ovirt.org
>> > To unsubscribe send an email to users-le...@ovirt.org
>> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
>> > oVirt Code of Conduct:
>> > https://www.ovirt.org/community/about/community-guidelines/
>> > List Archives:
>> >
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/HPGLXQNVYG33VQKH3KEIMTN2WDTXIHZ6/
>> >
>>
>>
>> --
>>Derek Atkins 617-623-3745
>>de...@ihtfp.com www.ihtfp.com
>>Computer and Internet Security Consultant
>>
>>
>


-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/U2WTDQ7UOBVTMQFIK5ZIKH32SPMNJNEX/


[ovirt-users] Re: Import to VMware

2021-05-21 Thread Darin Schmidt
Correct, because in the xml it's saying the format is a link to a we
address that technically doesn't exist.

So perhaps I just need to find a way to convert the disk to vmdk then

On Fri, May 21, 2021, 10:22 AM Derek Atkins  wrote:

> HI,
>
> On Fri, May 21, 2021 9:57 am, Darin Schmidt wrote:
> > Ok then, could there be something wrong with my ova backup because the
> ovf
> > is only 19kb and the other "file" is 3.8G? When I try to untar the ovf it
> > says it doesn't look like a tar file.
>
> The 3.8G file is your disk image.  The OVF file is XML.
> The error seems to be that vmware does not recognize the disk type.
> The xml being 19k doesn't seem wrong at all (although it does sound a
> little big).
>
> -derek
>
> > On Fri, May 21, 2021, 9:06 AM Vojtech Juranek 
> wrote:
> >
> >> On Friday, 21 May 2021 13:50:15 CEST Darin Schmidt wrote:
> >> > I believe you are partially right? Originally it was an OVA file. I
> >> > uncompressed the file which gave me another file and the vm.ovf. The
> >> OVF
> >> > file appears to be only an xml file? Or are you saying I can also
> >> > uncompressed the ovf file as well like I did the OVA?
> >>
> >> yes, OVA is tar archive of OVF directory (see e.g. [1]) and OVF is again
> >> tar
> >> archive of one XML descriptor and VM disks, so you should be able to get
> >> the
> >> VM disk this way
> >>
> >> [1] https://fileinfo.com/extension/ova
> >>
> >> >
> >> > On Fri, May 21, 2021, 2:39 AM Vojtech Juranek 
> >> wrote:
> >> > > On Thursday, 20 May 2021 22:58:22 CEST Darin Schmidt wrote:
> >> > > > Hello,
> >> > > >
> >> > > > Ive exported an OVA of a server we had made on OVIRT and Im trying
> >> to
> >> > >
> >> > > import
> >> > >
> >> > > > it to VMware. Its complaining that the ovf:format is incorrect.
> >> > > >
> >> > > > ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html";
> >> > > >
> >> > > > That link doesnt resolve to anywhere because it appears its now
> >> > > > http://people.gnome.org/~markmc/qcow-image-format.html
> >> > > >
> >> > > > But I dont know whats supposed to go there nor have I been able to
> >> > > > locate
> >> > > > anything to help solve this issue. All I really need is access to
> >> the
> >> > >
> >> > > files
> >> > >
> >> > > > in the, what I assume is, vdmk file that comes along with the ovf
> >> file,
> >> > > > which mine is called: 154b3d77-d340-4d24-a448-66265c5fb613
> >> > > >
> >> > > > So if anything, is there a way to open this vm disk so I can gain
> >> access
> >> > >
> >> > > to
> >> > >
> >> > > > the files?
> >> > >
> >> > > OVF file is just a tar archive with disks and XML descriptor. So
> >> untar
> >> the
> >> > > OVF
> >> > > file should work.
> >> > >
> >> > > > Thanks
> >> > > > ___
> >> > > > Users mailing list -- users@ovirt.org
> >> > > > To unsubscribe send an email to users-le...@ovirt.org
> >> > > > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> >> > > > oVirt Code of Conduct:
> >> > > > https://www.ovirt.org/community/about/community-guidelines/ List
> >> > >
> >> > > Archives:
> >> > >
> >> > >
> >>
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YAA7Z3SLLDX
> >> > > 4
> >> > >
> >> > > > GBW6EXPGNOII3OGRYJF/
> >>
> >>
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > oVirt Code of Conduct:
> > https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> >
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/HPGLXQNVYG33VQKH3KEIMTN2WDTXIHZ6/
> >
>
>
> --
>Derek Atkins 617-623-3745
>de...@ihtfp.com www.ihtfp.com
>Computer and Internet Security Consultant
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/E7SS5LH6BCNS3RA6GW5ONFFPCFNNL5BJ/


[ovirt-users] Re: Ooops! in last step of Hyperconverged deployment

2021-05-21 Thread Harry O
Do know what i mean?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IRIFXWYSHGB2JG5YFU3MS5I2EVRRCOST/


[ovirt-users] Re: Import to VMware

2021-05-21 Thread Derek Atkins
HI,

On Fri, May 21, 2021 9:57 am, Darin Schmidt wrote:
> Ok then, could there be something wrong with my ova backup because the ovf
> is only 19kb and the other "file" is 3.8G? When I try to untar the ovf it
> says it doesn't look like a tar file.

The 3.8G file is your disk image.  The OVF file is XML.
The error seems to be that vmware does not recognize the disk type.
The xml being 19k doesn't seem wrong at all (although it does sound a
little big).

-derek

> On Fri, May 21, 2021, 9:06 AM Vojtech Juranek  wrote:
>
>> On Friday, 21 May 2021 13:50:15 CEST Darin Schmidt wrote:
>> > I believe you are partially right? Originally it was an OVA file. I
>> > uncompressed the file which gave me another file and the vm.ovf. The
>> OVF
>> > file appears to be only an xml file? Or are you saying I can also
>> > uncompressed the ovf file as well like I did the OVA?
>>
>> yes, OVA is tar archive of OVF directory (see e.g. [1]) and OVF is again
>> tar
>> archive of one XML descriptor and VM disks, so you should be able to get
>> the
>> VM disk this way
>>
>> [1] https://fileinfo.com/extension/ova
>>
>> >
>> > On Fri, May 21, 2021, 2:39 AM Vojtech Juranek 
>> wrote:
>> > > On Thursday, 20 May 2021 22:58:22 CEST Darin Schmidt wrote:
>> > > > Hello,
>> > > >
>> > > > Ive exported an OVA of a server we had made on OVIRT and Im trying
>> to
>> > >
>> > > import
>> > >
>> > > > it to VMware. Its complaining that the ovf:format is incorrect.
>> > > >
>> > > > ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html";
>> > > >
>> > > > That link doesnt resolve to anywhere because it appears its now
>> > > > http://people.gnome.org/~markmc/qcow-image-format.html
>> > > >
>> > > > But I dont know whats supposed to go there nor have I been able to
>> > > > locate
>> > > > anything to help solve this issue. All I really need is access to
>> the
>> > >
>> > > files
>> > >
>> > > > in the, what I assume is, vdmk file that comes along with the ovf
>> file,
>> > > > which mine is called: 154b3d77-d340-4d24-a448-66265c5fb613
>> > > >
>> > > > So if anything, is there a way to open this vm disk so I can gain
>> access
>> > >
>> > > to
>> > >
>> > > > the files?
>> > >
>> > > OVF file is just a tar archive with disks and XML descriptor. So
>> untar
>> the
>> > > OVF
>> > > file should work.
>> > >
>> > > > Thanks
>> > > > ___
>> > > > Users mailing list -- users@ovirt.org
>> > > > To unsubscribe send an email to users-le...@ovirt.org
>> > > > Privacy Statement: https://www.ovirt.org/privacy-policy.html
>> > > > oVirt Code of Conduct:
>> > > > https://www.ovirt.org/community/about/community-guidelines/ List
>> > >
>> > > Archives:
>> > >
>> > >
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YAA7Z3SLLDX
>> > > 4
>> > >
>> > > > GBW6EXPGNOII3OGRYJF/
>>
>>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/HPGLXQNVYG33VQKH3KEIMTN2WDTXIHZ6/
>


-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TPA5P6MENWKO6GWO5E4K2KBGJ66TFNR6/


[ovirt-users] Re: Import to VMware

2021-05-21 Thread Darin Schmidt
Ok then, could there be something wrong with my ova backup because the ovf
is only 19kb and the other "file" is 3.8G? When I try to untar the ovf it
says it doesn't look like a tar file.

On Fri, May 21, 2021, 9:06 AM Vojtech Juranek  wrote:

> On Friday, 21 May 2021 13:50:15 CEST Darin Schmidt wrote:
> > I believe you are partially right? Originally it was an OVA file. I
> > uncompressed the file which gave me another file and the vm.ovf. The OVF
> > file appears to be only an xml file? Or are you saying I can also
> > uncompressed the ovf file as well like I did the OVA?
>
> yes, OVA is tar archive of OVF directory (see e.g. [1]) and OVF is again
> tar
> archive of one XML descriptor and VM disks, so you should be able to get
> the
> VM disk this way
>
> [1] https://fileinfo.com/extension/ova
>
> >
> > On Fri, May 21, 2021, 2:39 AM Vojtech Juranek 
> wrote:
> > > On Thursday, 20 May 2021 22:58:22 CEST Darin Schmidt wrote:
> > > > Hello,
> > > >
> > > > Ive exported an OVA of a server we had made on OVIRT and Im trying to
> > >
> > > import
> > >
> > > > it to VMware. Its complaining that the ovf:format is incorrect.
> > > >
> > > > ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html";
> > > >
> > > > That link doesnt resolve to anywhere because it appears its now
> > > > http://people.gnome.org/~markmc/qcow-image-format.html
> > > >
> > > > But I dont know whats supposed to go there nor have I been able to
> > > > locate
> > > > anything to help solve this issue. All I really need is access to the
> > >
> > > files
> > >
> > > > in the, what I assume is, vdmk file that comes along with the ovf
> file,
> > > > which mine is called: 154b3d77-d340-4d24-a448-66265c5fb613
> > > >
> > > > So if anything, is there a way to open this vm disk so I can gain
> access
> > >
> > > to
> > >
> > > > the files?
> > >
> > > OVF file is just a tar archive with disks and XML descriptor. So untar
> the
> > > OVF
> > > file should work.
> > >
> > > > Thanks
> > > > ___
> > > > Users mailing list -- users@ovirt.org
> > > > To unsubscribe send an email to users-le...@ovirt.org
> > > > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > > > oVirt Code of Conduct:
> > > > https://www.ovirt.org/community/about/community-guidelines/ List
> > >
> > > Archives:
> > >
> > >
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YAA7Z3SLLDX
> > > 4
> > >
> > > > GBW6EXPGNOII3OGRYJF/
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HPGLXQNVYG33VQKH3KEIMTN2WDTXIHZ6/


[ovirt-users] Re: Import to VMware

2021-05-21 Thread Vojtech Juranek
On Friday, 21 May 2021 13:50:15 CEST Darin Schmidt wrote:
> I believe you are partially right? Originally it was an OVA file. I
> uncompressed the file which gave me another file and the vm.ovf. The OVF
> file appears to be only an xml file? Or are you saying I can also
> uncompressed the ovf file as well like I did the OVA?

yes, OVA is tar archive of OVF directory (see e.g. [1]) and OVF is again tar 
archive of one XML descriptor and VM disks, so you should be able to get the 
VM disk this way

[1] https://fileinfo.com/extension/ova

> 
> On Fri, May 21, 2021, 2:39 AM Vojtech Juranek  wrote:
> > On Thursday, 20 May 2021 22:58:22 CEST Darin Schmidt wrote:
> > > Hello,
> > > 
> > > Ive exported an OVA of a server we had made on OVIRT and Im trying to
> > 
> > import
> > 
> > > it to VMware. Its complaining that the ovf:format is incorrect.
> > > 
> > > ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html";
> > > 
> > > That link doesnt resolve to anywhere because it appears its now
> > > http://people.gnome.org/~markmc/qcow-image-format.html
> > > 
> > > But I dont know whats supposed to go there nor have I been able to
> > > locate
> > > anything to help solve this issue. All I really need is access to the
> > 
> > files
> > 
> > > in the, what I assume is, vdmk file that comes along with the ovf file,
> > > which mine is called: 154b3d77-d340-4d24-a448-66265c5fb613
> > > 
> > > So if anything, is there a way to open this vm disk so I can gain access
> > 
> > to
> > 
> > > the files?
> > 
> > OVF file is just a tar archive with disks and XML descriptor. So untar the
> > OVF
> > file should work.
> > 
> > > Thanks
> > > ___
> > > Users mailing list -- users@ovirt.org
> > > To unsubscribe send an email to users-le...@ovirt.org
> > > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > > oVirt Code of Conduct:
> > > https://www.ovirt.org/community/about/community-guidelines/ List
> > 
> > Archives:
> > 
> > https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YAA7Z3SLLDX
> > 4
> > 
> > > GBW6EXPGNOII3OGRYJF/



signature.asc
Description: This is a digitally signed message part.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KLBH57ZTAEV3YJY23Q27J2B63ODXSR7Z/


[ovirt-users] Re: Import to VMware

2021-05-21 Thread Darin Schmidt
Not sure, but I'll see if I can make time today to figure out how to
convert it.

On Fri, May 21, 2021, 8:02 AM Derek Atkins  wrote:

> Does VMware accept the QCOW format?  Don't you need to convert it to VMDK?
>
> -derek
>
> On Fri, May 21, 2021 7:50 am, Darin Schmidt wrote:
> > I believe you are partially right? Originally it was an OVA file. I
> > uncompressed the file which gave me another file and the vm.ovf. The OVF
> > file appears to be only an xml file? Or are you saying I can also
> > uncompressed the ovf file as well like I did the OVA?
> >
> > On Fri, May 21, 2021, 2:39 AM Vojtech Juranek 
> wrote:
> >
> >> On Thursday, 20 May 2021 22:58:22 CEST Darin Schmidt wrote:
> >> > Hello,
> >> >
> >> > Ive exported an OVA of a server we had made on OVIRT and Im trying to
> >> import
> >> > it to VMware. Its complaining that the ovf:format is incorrect.
> >>
> >> > ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html";
> >> >
> >> > That link doesnt resolve to anywhere because it appears its now
> >> > http://people.gnome.org/~markmc/qcow-image-format.html
> >>
> >> > But I dont know whats supposed to go there nor have I been able to
> >> locate
> >> > anything to help solve this issue. All I really need is access to the
> >> files
> >> > in the, what I assume is, vdmk file that comes along with the ovf
> >> file,
> >> > which mine is called: 154b3d77-d340-4d24-a448-66265c5fb613
> >>
> >> > So if anything, is there a way to open this vm disk so I can gain
> >> access
> >> to
> >> > the files?
> >>
> >> OVF file is just a tar archive with disks and XML descriptor. So untar
> >> the
> >> OVF
> >> file should work.
> >>
> >> > Thanks
> >> > ___
> >> > Users mailing list -- users@ovirt.org
> >> > To unsubscribe send an email to users-le...@ovirt.org
> >> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> >> > oVirt Code of Conduct:
> >> > https://www.ovirt.org/community/about/community-guidelines/ List
> >> Archives:
> >> >
> >>
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YAA7Z3SLLDX4
> >> > GBW6EXPGNOII3OGRYJF/
> >>
> >>
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > oVirt Code of Conduct:
> > https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> >
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OOSIUVB2E655BBT4WL4GWST3FUCHGJ5E/
> >
>
>
> --
>Derek Atkins 617-623-3745
>de...@ihtfp.com www.ihtfp.com
>Computer and Internet Security Consultant
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WPAQ2ZV5FRJB2GWBGPBV2I6YBZJSENX7/


[ovirt-users] Re: Import to VMware

2021-05-21 Thread Derek Atkins
Does VMware accept the QCOW format?  Don't you need to convert it to VMDK?

-derek

On Fri, May 21, 2021 7:50 am, Darin Schmidt wrote:
> I believe you are partially right? Originally it was an OVA file. I
> uncompressed the file which gave me another file and the vm.ovf. The OVF
> file appears to be only an xml file? Or are you saying I can also
> uncompressed the ovf file as well like I did the OVA?
>
> On Fri, May 21, 2021, 2:39 AM Vojtech Juranek  wrote:
>
>> On Thursday, 20 May 2021 22:58:22 CEST Darin Schmidt wrote:
>> > Hello,
>> >
>> > Ive exported an OVA of a server we had made on OVIRT and Im trying to
>> import
>> > it to VMware. Its complaining that the ovf:format is incorrect.
>>
>> > ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html";
>> >
>> > That link doesnt resolve to anywhere because it appears its now
>> > http://people.gnome.org/~markmc/qcow-image-format.html
>>
>> > But I dont know whats supposed to go there nor have I been able to
>> locate
>> > anything to help solve this issue. All I really need is access to the
>> files
>> > in the, what I assume is, vdmk file that comes along with the ovf
>> file,
>> > which mine is called: 154b3d77-d340-4d24-a448-66265c5fb613
>>
>> > So if anything, is there a way to open this vm disk so I can gain
>> access
>> to
>> > the files?
>>
>> OVF file is just a tar archive with disks and XML descriptor. So untar
>> the
>> OVF
>> file should work.
>>
>> > Thanks
>> > ___
>> > Users mailing list -- users@ovirt.org
>> > To unsubscribe send an email to users-le...@ovirt.org
>> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
>> > oVirt Code of Conduct:
>> > https://www.ovirt.org/community/about/community-guidelines/ List
>> Archives:
>> >
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YAA7Z3SLLDX4
>> > GBW6EXPGNOII3OGRYJF/
>>
>>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OOSIUVB2E655BBT4WL4GWST3FUCHGJ5E/
>


-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2ZVZJAEEWNETG57QUF5RVXOUYOQ2DU2Y/


[ovirt-users] Re: Import to VMware

2021-05-21 Thread Darin Schmidt
I believe you are partially right? Originally it was an OVA file. I
uncompressed the file which gave me another file and the vm.ovf. The OVF
file appears to be only an xml file? Or are you saying I can also
uncompressed the ovf file as well like I did the OVA?

On Fri, May 21, 2021, 2:39 AM Vojtech Juranek  wrote:

> On Thursday, 20 May 2021 22:58:22 CEST Darin Schmidt wrote:
> > Hello,
> >
> > Ive exported an OVA of a server we had made on OVIRT and Im trying to
> import
> > it to VMware. Its complaining that the ovf:format is incorrect.
>
> > ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html";
> >
> > That link doesnt resolve to anywhere because it appears its now
> > http://people.gnome.org/~markmc/qcow-image-format.html
>
> > But I dont know whats supposed to go there nor have I been able to locate
> > anything to help solve this issue. All I really need is access to the
> files
> > in the, what I assume is, vdmk file that comes along with the ovf file,
> > which mine is called: 154b3d77-d340-4d24-a448-66265c5fb613
>
> > So if anything, is there a way to open this vm disk so I can gain access
> to
> > the files?
>
> OVF file is just a tar archive with disks and XML descriptor. So untar the
> OVF
> file should work.
>
> > Thanks
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > oVirt Code of Conduct:
> > https://www.ovirt.org/community/about/community-guidelines/ List
> Archives:
> >
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3YAA7Z3SLLDX4
> > GBW6EXPGNOII3OGRYJF/
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OOSIUVB2E655BBT4WL4GWST3FUCHGJ5E/