search for: export_domain

Displaying 20 results from an estimated 30 matches for "export_domain".

2016 Oct 05
2
Re: libvirt-v2v error
Hi Richard, That didn't resolve the issue. Now I'm getting the following error. Please advice. *[root@kvm16 ~]#* virt-v2v -ic esx://10.16.32.13/?no_verify=1 yardqakvm -o rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm libvirt error code: 42, message: Domain not found: No domain with name 'yardqakvm' ------------------------------------------------------------------------------------------------------------------------------------ *-v and -x options are not working in my case.* *[root@...
2016 Oct 05
3
libvirt-v2v error
Dear sir, I'm getting following error while trying to convert a VMWare RHEL6 server to kvm. Please give any suggestion to resolve this. [root@kvm16 ~]# virt-v2v ic esx://10.16.32.12/?no_verify=1 -o rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm "10.16.32.36-db- slcloudcontrol" virt-v2v: Failed to connect to qemu:///system: libvirt error code: 45, message: authentication failed: Failed to step SASL negotiation: -7 (SASL(-7): invalid parameter supplied: Unexpectedly missing a prompt result) -- *Saman K. Bandara...
2017 Mar 06
1
[PATCH] v2v, p2v: rename rhvm network to ovirtmgmt (RHBZ#1429491)
...mdline.ml index 7135cfe..f417dea 100644 --- a/v2v/cmdline.ml +++ b/v2v/cmdline.ml @@ -220,7 +220,7 @@ let parse_cmdline () = virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi -os imported esx_guest virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi esx_guest \ - -o rhv -os rhv.nfs:/export_domain --network rhvm + -o rhv -os rhv.nfs:/export_domain --network ovirtmgmt virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index 3d0eada..fb1560f 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -7,7 +7,7 @@ virt-v2v - Conver...
2016 Oct 05
0
Re: libvirt-v2v error
...t 06, 2016 at 12:58:25AM +0530, Saman Bandara wrote: > Hi Richard, > > That didn't resolve the issue. Now I'm getting the following error. Please > advice. > > *[root@kvm16 ~]#* virt-v2v -ic esx://10.16.32.13/?no_verify=1 yardqakvm -o > rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm > > libvirt error code: 42, message: Domain not found: No domain with name > 'yardqakvm' > > ------------------------------------------------------------------------------------------------------------------------------------ > > *-v and -x options ar...
2016 Dec 01
2
[PATCH] v2v: Rename RHEV to RHV throughout.
...mode := `QEmu | "vdsm" -> output_mode := `VDSM | s -> @@ -218,7 +218,7 @@ let parse_cmdline () = virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi -os imported esx_guest virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi esx_guest \ - -o rhev -os rhev.nfs:/export_domain --network rhevm + -o rhv -os rhv.nfs:/export_domain --network rhvm virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp @@ -389,15 +389,15 @@ read the man page virt-v2v(1). | Some d -> d in Output_qemu.output_qemu os qemu_boot - | `RHEV -> + | `RHV -&g...
2016 Dec 07
0
[PATCH v2] v2v: Rename RHEV to RHV throughout.
...mode := `QEmu | "vdsm" -> output_mode := `VDSM | s -> @@ -220,7 +220,7 @@ let parse_cmdline () = virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi -os imported esx_guest virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi esx_guest \ - -o rhev -os rhev.nfs:/export_domain --network rhevm + -o rhv -os rhv.nfs:/export_domain --network rhvm virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp @@ -391,15 +391,15 @@ read the man page virt-v2v(1). | Some d -> d in Output_qemu.output_qemu os qemu_boot - | `RHEV -> + | `RHV -&g...
2016 Dec 07
2
[PATCH v2] v2v: Rename RHEV to RHV throughout.
v2: - Fix virt-p2v messages too. Rich.
2010 Jul 14
1
[PATCH] Documentation: Cleanup virt-v2v.conf references and mention --network
...irtxml -op imported --network default guest-domain.xml - virt-v2v -f virt-v2v.conf -ic esx://esx.server/ -op transfer esx_guest + virt-v2v -ic esx://esx.server/ -op imported --network default esx_guest - virt-v2v -f virt-v2v.conf -ic esx://esx.server/ \ - -o rhev -osd rhev.nfs.storage:/export_domain guest esx_guest + virt-v2v -ic esx://esx.server/ \ + -o rhev -osd rhev.nfs.storage:/export_domain --network rhevm \ + esx_guest =head1 DESCRIPTION @@ -517,22 +518,29 @@ storage referred to in the domain XML is available locally at the same paths. To perform the conversion,...
2016 Oct 05
0
Re: libvirt-v2v error
...0, Saman Bandara wrote: > Dear sir, > > I'm getting following error while trying to convert a VMWare RHEL6 server > to kvm. > Please give any suggestion to resolve this. > > [root@kvm16 ~]# virt-v2v ic esx://10.16.32.12/?no_verify=1 -o rhev -os > 10.16.32.16:/vm-images/export_domain --network rhevm "10.16.32.36-db- > slcloudcontrol" > > virt-v2v: Failed to connect to qemu:///system: libvirt error code: 45, > message: authentication failed: Failed to step SASL negotiation: -7 > (SASL(-7): invalid parameter supplied: Unexpectedly missing a prompt result...
2018 Mar 01
7
[PATCH v3 0/6] v2v: Add -o rhv-upload output mode.
v2 -> v3: - Lots of code cleanups. - Documentation. However this is still spooling the file into a temporary before the upload. It turns out that fixing this is going to require a small change to qemu. Rich.
2018 Mar 08
6
[PATCH v5 0/4] v2v: Add -o rhv-upload output mode.
Mainly minor fixes and code cleanups over the v4 patch. There are still several problems with this patch, but it is in a reviewable state, especially the Python code. Rich.
2018 Mar 08
0
[PATCH v5 4/4] v2v: Add -o rhv-upload output mode.
...d51e7ed2f..60cf682fd 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -6,15 +6,18 @@ virt-v2v - Convert a guest to use KVM virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest - virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest \ - -o rhv -os rhv.nfs:/export_domain --network ovirtmgmt - virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp virt-v2v -i disk disk.img -o local -os /var/tmp virt-v2v -i disk disk.img -o glance + virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest \ + -o rhv-upload -oc https://ovirt-engine.exam...
2018 Mar 08
2
Re: [PATCH v5 4/4] v2v: Add -o rhv-upload output mode.
...a/v2v/virt-v2v.pod > +++ b/v2v/virt-v2v.pod > @@ -6,15 +6,18 @@ virt-v2v - Convert a guest to use KVM > > virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest > > - virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest \ > - -o rhv -os rhv.nfs:/export_domain --network ovirtmgmt > - > virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp > > virt-v2v -i disk disk.img -o local -os /var/tmp > > virt-v2v -i disk disk.img -o glance > > + virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest \ > + -o r...
2010 Mar 31
1
[PATCH] Documentation: Update virt-v2v pod for RHEV export and IDE default
...v2v.conf -i libvirtxml -op transfer guest-domain.xml - virt-v2v -f virt-v2v.conf -ic esx://esx.server/ -op transfer guest-domain + virt-v2v -f virt-v2v.conf -ic esx://esx.server/ -op transfer esx_guest + + virt-v2v -f virt-v2v.conf -ic esx://esx.server/ \ + -o rhev -osd rhev.nfs.storage:/export_domain guest esx_guest =head1 DESCRIPTION virt-v2v converts guests from a foreign hypervisor to run on KVM, managed by -libvirt. It can currently convert Red Hat Enterprise Linux and Fedora guests -running on Xen and VMware ESX. It will enable VirtIO drivers in the converted -guest if possible. +lib...
2018 Mar 11
2
Re: [PATCH v5 4/4] v2v: Add -o rhv-upload output mode.
...2v/virt-v2v.pod > +++ b/v2v/virt-v2v.pod > @@ -6,15 +6,18 @@ virt-v2v - Convert a guest to use KVM > > virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest > > - virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest \ > - -o rhv -os rhv.nfs:/export_domain --network ovirtmgmt > - > virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp > > virt-v2v -i disk disk.img -o local -os /var/tmp > > virt-v2v -i disk disk.img -o glance > > + virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest \ > +...
2014 Oct 16
4
Re: Virt-v2v conversion issue
...,0 0,0 1:52.27 nfsd 11271 root 20 0 0 0 0 D 0,0 0,0 1:52.56 nfsd 11272 root 20 0 0 0 0 D 0,0 0,0 1:51.99 nfsd 11273 root 20 0 0 0 0 D 0,0 0,0 1:53.72 nfsd I think the problem is there, I have to say you that my NFS EXPORT_DOMAIN for Ovirt is on the same machine (because of need of large volume space "4Tb" to convert big vmdk images) so the NFS volume /data/big_import/IMPORT is used to convert images and to send (in fact on the same HD via NFS) it to oVirt Manager. I've tried before to convert locally images b...
2018 Mar 09
1
Re: [PATCH v5 4/4] v2v: Add -o rhv-upload output mode.
...-ic vpx://vcenter.example.com/Datacenter/esxi > <http://vcenter.example.com/Datacenter/esxi> vmware_guest > > - virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi > <http://vcenter.example.com/Datacenter/esxi> vmware_guest \ > -   -o rhv -os rhv.nfs:/export_domain --network ovirtmgmt > - >   virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp > >   virt-v2v -i disk disk.img -o local -os /var/tmp > >   virt-v2v -i disk disk.img -o glance > > + virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi &g...
2018 Mar 21
2
[PATCH v6] v2v: Add -o rhv-upload output mode.
v5 was here: https://www.redhat.com/archives/libguestfs/2018-March/msg00032.html There is only a single patch in this version because the other patches went upstream. This patch adds the virt-v2v -o rhv-upload mode (https://bugzilla.redhat.com/show_bug.cgi?id=1557273). Compared to v5, this adds the ability to make zero, trim and flush requests to the oVirt imageio server
2018 Mar 21
0
[PATCH v6] v2v: Add -o rhv-upload output mode.
...412fa0579..bc6631c3c 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -6,15 +6,18 @@ virt-v2v - Convert a guest to use KVM virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest - virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest \ - -o rhv -os rhv.nfs:/export_domain --network ovirtmgmt - virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp virt-v2v -i disk disk.img -o local -os /var/tmp virt-v2v -i disk disk.img -o glance + virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest \ + -o rhv-upload -oc https://ovirt-engine.exam...
2014 Oct 15
3
Re: Virt-v2v conversion issue
On Wed, Oct 15, 2014 at 03:23:39PM +0000, VONDRA Alain wrote: > I see only qemu-img consumming some CPU and MEM : > > 25897 qemu 20 0 5825976 2,429g 4368 S 5,6 32,2 603:09.34 qemu-kvm That's qemu, not qemu-img. > I have indeed, some nfs errors : > > [475747.296041] nfs: server 192.203.100.247 not responding, still trying > [475747.772022] nfs: server