search for: esx_guest

Displaying 11 results from an estimated 11 matches for "esx_guest".

2016 Oct 05
2
Re: libvirt-v2v error
...ic esx://10.16.32.13/?no_verify=1 yardqakvm -o rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm Option v is ambiguous (version, vmtype) Usage: virt-v2v -i libvirtxml -os imported --network default guest-domain.xml virt-v2v -ic esx://esx.server/ -os imported --network default esx_guest virt-v2v -ic esx://esx.server/ \ -o rhev -os rhev.nfs.storage:/export_domain --network rhevm \ esx_guest *[root@kvm16 ~]#* virt-v2v -x -ic esx://10.16.32.13/?no_verify=1 yardqakvm -o rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm Unknown option: x U...
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:
2010 Jul 14
1
[PATCH] Documentation: Cleanup virt-v2v.conf references and mention --network
...irt-v2v.pl @@ -49,12 +49,13 @@ virt-v2v - Convert a guest to use KVM =head1 SYNOPSIS - virt-v2v -f virt-v2v.conf -i libvirtxml -op transfer guest-domain.xml + virt-v2v -i libvirtxml -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 --networ...
2016 Oct 05
0
Re: libvirt-v2v error
...y=1 yardqakvm > -o rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm > Option v is ambiguous (version, vmtype) > Usage: > virt-v2v -i libvirtxml -os imported --network default guest-domain.xml > > virt-v2v -ic esx://esx.server/ -os imported --network default esx_guest > > virt-v2v -ic esx://esx.server/ \ > -o rhev -os rhev.nfs.storage:/export_domain --network rhevm \ > esx_guest These error messages are never printed by virt-v2v. I suspect you may be running the ancient Perl version. Make sure you are using the ne...
2017 Mar 06
1
[PATCH] v2v, p2v: rename rhvm network to ovirtmgmt (RHBZ#1429491)
...ound to C<other>. =item B<p2v.o=[libvirt|local|...]> diff --git a/v2v/cmdline.ml b/v2v/cmdline.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...
2014 Sep 17
3
Re: virt-v2v -ic question
On 16.09.14 15:09, Richard W.M. Jones wrote: > On Tue, Sep 16, 2014 at 05:06:57PM +0300, Shahar Havivi wrote: > > I am using upstream qemu while using this local variables: > > export PATH=/home/shahar/git/qemu:$PATH > > export LIBGUESTFS_HV=/home/shahar/git/qemu/x86_64-softmmu/qemu-system-x86_64 > > > > Is that sufficient? > > Yup, upstream qemu should
2010 Mar 31
1
[PATCH] Documentation: Update virt-v2v pod for RHEV export and IDE default
...se KVM =head1 SYNOPSIS - virt-v2v -f virt-v2v.conf -i libvirtxml guest-domain.xml + virt-v2v -f virt-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...
2009 Apr 23
11
Puppet on busybox, Bob Hope or No Hope?
When I say busybox it''s actually VMware ESX server which seems to use busybox (which I guess is the case a number of other software appliances) . Reason for wanting to install puppet is to run the cli tools to create nightly vmware snapshots. I''m happy to give it a go (and add the docs to the wiki) but I''m not too sure at this stage how big a task this might be and what,
2016 Dec 01
2
[PATCH] v2v: Rename RHEV to RHV throughout.
..." | "rhv" | "rhev" -> output_mode := `RHV | "qemu" -> output_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)...
2016 Dec 07
0
[PATCH v2] v2v: Rename RHEV to RHV throughout.
..." | "rhv" | "rhev" -> output_mode := `RHV | "qemu" -> output_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)...
2016 Dec 07
2
[PATCH v2] v2v: Rename RHEV to RHV throughout.
v2: - Fix virt-p2v messages too. Rich.