search for: ovftool

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

Did you mean: dovetool
2015 Sep 25
0
Re: v2v: Mention ovftool in the man page as a way to create OVA files.
On Fri, Sep 25, 2015 at 08:23:04AM -0700, angystardust wrote: > Hi Richard, > > i'm glad to see the suggestion i gave to the RH support in the > official documentation! :smile: > > You can also point to a vCenter by using this syntax: > > `ovftool --noSSLVerify vi://[USER]:[PASSWORD]@[VCENTER-HOST]/[DATACENTER-NAME]/vm/[VM-NAME] /path/to/file.ova` > > For an Active Directory-aware authentication, you have to express the @ character in the form of its ascii hex-code (that's to say %5C): > `ovftool --noSSLVerify vi://[DOMAIN]%5C...
2015 Oct 14
2
virt-v2v : Import from vsphere 4
Hi list, Is it possible to import VM from vSphere 4 with virt-v2v ? I use the p2v ISO but I want to automate process. Thanks a lot ------------------------ COUSIN Kevin
2017 Mar 21
2
Centos 7.3.1611 - NetworkManager + dhcp + ipv6
...1000 ? ? link/ether 00:0c:29:31:5a:9d brd ff:ff:ff:ff:ff:ff ? ? inet 10.10.216.247/24 brd 10.10.216.255 scope global dynamic eth0 ? ? ? ?valid_lft 451sec preferred_lft 451sec ? ? inet6 fe80::20c:29ff:fe31:5a9d/64 scope link? ? ? ? ?valid_lft forever preferred_lft forever And this bugs ?my use for ovftool with the option "--X:waitForIp" because it's returns (mostly of times) the ipv6 addr It's a bug, missing documentation or my?
2015 Oct 14
0
Re: virt-v2v : Import from vsphere 4
...ng the guest is supported. You shouldn't need to use virt-p2v, plain virt-v2v should work. I suggest exporting the guest as an OVA first. You can do this manually (File -> Export an OVF Template), but for automating the process it's probably better to use with VMware's proprietary ovftool: http://libguestfs.org/virt-v2v.1.html#create-ova-with-ovftool The whole process is described here: http://libguestfs.org/virt-v2v.1.html#input-from-vmware-ova Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blo...
2017 Mar 22
0
Centos 7.3.1611 - NetworkManager + dhcp + ipv6
...9:31:5a:9d brd ff:ff:ff:ff:ff:ff > inet 10.10.216.247/24 brd 10.10.216.255 scope global dynamic eth0 > valid_lft 451sec preferred_lft 451sec > inet6 fe80::20c:29ff:fe31:5a9d/64 scope link > valid_lft forever preferred_lft forever > > And this bugs my use for ovftool with the option "--X:waitForIp" because it's returns (mostly of times) the ipv6 addr > > It's a bug, missing documentation or my IIRC you can disable IPv6 in NetworkManager with: # nmcli connection modify eth0 ipv6.method ignore # systemctl restart NetworkManager or you c...
2018 Nov 01
0
[PATCH] v2v: copy-to-local: Remove references to using this tool for ESXi.
...See L<virt-v2v(1)/XEN OR SSH CONVERSIONS FROM BLOCK DEVICES>. -=item * - -You have VMware ESXi hypervisors, and are not using VMware vCenter to -manage them. Virt-v2v cannot directly access ESXi hypervisor, so you -either have to export the guest as an OVA (eg. using VMware's -C<ovftool>); or you can use this tool to copy the guest to a local -file on the conversion server, from where virt-v2v will be able to -access it. - -See L<virt-v2v(1)/INPUT FROM VMWARE ESXi HYPERVISOR>. - =back =head2 How this tool works @@ -55,7 +42,7 @@ guest, essentially equivalent to runnin...
2010 Sep 20
0
No subject
...1000 ms with 32 byte pings over a LAN. Every time when the MTU probing does not fail, I latency between 1 - 3 ms with 32 byte pings over a LAN. I used iperf to measure throughput in various configurations to compare. The iperf server is a different device on the LAN. donald at ubuntu:/opt/vmware/ovftool$ iperf -s ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) ------------------------------------------------------------ ** 3 tests directly on the lan, no VPN installed, as a baseline** [ 4] local 192.168.2.31 por...
2018 Nov 02
2
[PATCH v2 0/2] v2v: Split up huge manual page into smaller pages.
Previously posted: https://www.redhat.com/archives/libguestfs/2018-November/msg00000.html https://www.redhat.com/archives/libguestfs/2018-November/msg00001.html This completes the split and rewrite of the virt-v2v manual to make it much simpler to understand and digest. Rich.
2017 Mar 31
6
[PATCH 0/3] Fix some quoting issues.
Fix some quoting issues by introducing Unicode quotes. Note this intentionally only affects end-user messages and documentation. Rich.
2018 Nov 01
1
[PATCH UNFINISHED] v2v: Split up huge manual page into smaller pages.
This patch is incomplete, but early feedback would be welcome. Rich.
2015 Nov 19
4
[PATCH 0/4] v2v: Add a new tool virt-v2v-copy-to-local to handle Xen and ESXi
It turns out that RHEL 5 Xen conversions don't work if the source disk is located on a block device. See patch 1/4 for the gory details. This patch series proposes a new tool called virt-v2v-copy-to-local which essentially is a way to make new virt-v2v work like the old virt-v2v, ie. copy first, convert after. Of course this is very slow and would only be used as a last resort, but I