[ovirt-users] virt-v2v paused by system after one hour or a bit more

2024-03-21 Thread Claus Serbe via Users
Hi,

I am migrating some vmware VM's from an NFS Storage via rhv-upload in virt-v2v, 
what is working good.

But now I try to move some bigger VM's with several disks and sadly after a 
while (I would guess around an hour) the Ovirt-engine shows me "Paused by 
system" instead of transfering, so when the next disk should be imported,  it 
will fail 

In the ovirt-engine.log I see the following lines for the remaining 4 disks.

2024-03-21 06:14:06,815-04 ERROR 
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-35) 
[f61b3906-804d-470f-8524-6507081fbdec] EVENT_ID: 
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by system. 
Reason: timeout due to transfer inactivity.
2024-03-21 06:14:17,915-04 ERROR 
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-14) 
[aef8e312-d811-4a39-b5fb-342157209bce] EVENT_ID: 
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by system. 
Reason: timeout due to transfer inactivity.
2024-03-21 06:14:24,959-04 ERROR 
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-85) 
[860b012d-78a4-49f8-a875-52f4299c8298] EVENT_ID: 
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by system. 
Reason: timeout due to transfer inactivity.
2024-03-21 06:14:46,099-04 ERROR 
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-65) 
[f93869ee-2ecb-4f54-b3e9-b12259637b0b] EVENT_ID: 
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by system. 
Reason: timeout due to transfer inactivity.


There are 2 strange things.

1. When I start virt-v2v it will create all 6 disks and set them to 
transferring, but virt-v2v will import one after the other, what leads to kind 
of unused/timing out transferring tickets.
2. When I copy the disk images to a local disk before, it works. Maybe just 
because of faster transfer speeds.

Is there a possibility to transfer parallel or maybe extend the timeout?

Cause basically everything is working, but it's just timing out

Thanks in advance for any suggestions
___
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/XK46HMLSR2FNYP737AAQPO6R7FN2YMUG/


[ovirt-users] virt-v2v cannot authenticate with oVirt engine API with OAuth2

2024-02-16 Thread malcolm . strydom
I've been reading through archives but not able to find what i need.  
Essentially what I'm trying to do is migrate a larger number of VMs from our 
OVM environment to a new OLVM setup.  In an effort to reduce lots of 
replication and copying of the disk image (export, convert, copy over, import 
etc.) I found this article which shows a pretty slick way to do it in one shot

https://blogs.oracle.com/scoter/post/how-to-migrate-oracle-vm-to-oracle-linux-kvm

The main command behind it all is the virt-v2v that makes it possible.  It 
looks something like this:

virt-v2v -i libvirtxml vm-test1.xml -o rhv-upload -oc 
https:///ovirt-engine/api -os  -op 
/tmp/ovirt-admin-password -of raw -oo rhv-cluster=Default -oo 
rhv-cafile=/root/ca.pem

The problem I'm having is I cannot authenticate with my new OLVM server at the 
ovirt-engine/api URL.  Since user/password is depricated and you must use OAuth 
2.0 with a token I'm stuck.

I have OLVM  4.5.4-1.0.27.el8 and from what I've read in oVirt 4.5 (not sure 
what version it started) they use keycloak oAuth 2.0 and the older 
ovirt-aaa-jdbc-tool is now deprecated.
In doing some testing I found I can use curl and authenticate against the 
ovirt-engine/api and get a token like this:

OVIRT_ENGINE_URL="https:///ovirt-engine"
USERNAME="admin@ovirt@internalsso"
PASSWORD=""
CLUSTER_NAME="Default"
TOKEN=$(curl -k -X POST -H "Accept: application/json" -H "Content-Type: 
application/x-www-form-urlencoded" -d "grant_type=password
=$USERNAME=$PASSWORD=ovirt-app-api" 
$OVIRT_ENGINE_URL/sso/oauth/token | jq -r '.access_token')

I was then able to query the API to validate my token works
curl -k -H "Accept: application/json" -H "Authorization: Bearer $TOKEN" 
"$OVIRT_ENGINE_URL/api/clusters?search=name=$CLUSTER_NAME"

The problem is virt-v2v does not support posting any form information or the 
token to authenticate.  Best I can tell the -oc option is strictly the URL and 
if you want a username in there it's in the form of https://@.  
So even if I wrote a script and used curl to authenticate and get a token I 
still can't find a way to make virt-v2v use it.

So I'm stuck how do I get virt-v2v working?  Is there a way to re-enable the 
deprecated user/pass method of accessing the ovirt-engine/api ? or as a last 
resort a way to get virt-v2v supporting the token?

Thanks for any insight
Malcolm
___
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/BKWE64URGUV5RRUYOFUZ4IKQDIV2YLNQ/


[ovirt-users] virt-v2v from Fedora 29 to oVirt 4.3 and ovirtsdk4

2019-04-04 Thread Gianluca Cecchi
Hello,
I'm trying to migrate a VM from a Fedora 29 system to oVirt 4.3.2.
I'm trying to use the "-o rhv-upload" option that should be faster.

virt-v2v -o rhv-upload -oc https://my_engine/ovirt-engine/api -os
my_sd_domain -op /tmp/ovirt-admin-password -of raw -oo
rhv-cafile=/tmp/ca.pem -oo rhv-direct --bridge nat:ovn193 my_vm

But I get
"
Traceback (most recent call last):
  File "", line 1, in 
ModuleNotFoundError: No module named 'ovirtsdk4'
virt-v2v: error: the Python module ‘ovirtsdk4’ could not be loaded, is
it installed?  See previous messages for problems.

If reporting bugs, run virt-v2v with debugging enabled and include the
complete output:

  virt-v2v -v -x [...]
"

I see on Fedora 29 repos thease are the only relevant available packages:

[root@ope46 ~]# dnf search ovirt
...
ovirt-engine-cli.noarch : oVirt Engine Command Line Interface
...
ovirt-engine-sdk-java-javadoc.noarch : Javadocs for ovirt-engine-sdk-java
...
ovirt-engine-sdk-java.noarch : oVirt Engine Software Development Kit (Java)
...
python2-ovirt-engine-sdk.noarch : oVirt Engine Software Development Kit
(Python)
...

and python2-ovirt-engine-sdk.noarch is related to
source ovirt-engine-sdk-python-3.6.9.1-7.fc29.src.rpm so only sdk3

On oVirt repos I see here only for F28:
https://resources.ovirt.org/pub/ovirt-4.3/rpm/fc28/x86_64/

trying to install

# dnf install
https://resources.ovirt.org/pub/ovirt-4.3/rpm/fc28/x86_64/python3-ovirt-engine-sdk4-4.3.0-1.fc28.x86_64.rpm

gives:
Error:
 Problem: conflicting requests
  - nothing provides python(abi) = 3.6 needed by
python3-ovirt-engine-sdk4-4.3.0-1.fc28.x86_64
(try to add '--skip-broken' to skip uninstallable packages)

How can I get correct rpm packages to interact with v4 api of 4.3?

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


Re: [ovirt-users] virt-v2v to glusterfs storage domain

2017-07-11 Thread Arik Hadas
On Mon, Jul 10, 2017 at 7:54 PM, Ramachandra Reddy Ankireddypalle <
rcreddy.ankireddypa...@gmail.com> wrote:

> Thanks for looking in to this. I am looking for a way to achieve this
> through command/script. I tried using virtv2v as below.
>
> [root@hcadev3 tmp]# virt-v2v -i ova 1Deepakvm2.ova -o rhev -of qcow2 -os
> hcadev3:/dav_vm_vol
> [   0.0] Opening the source -i ova 1Deepakvm2.ova
> [   1.2] Creating an overlay to protect the source from being modified
> [   2.3] Initializing the target -o rhev -os hcadev3:/dav_vm_vol
> mount.nfs: requested NFS version or transport protocol is not supported
>
> I am looking for a way to provide an option to virt-v2v to understand that
> dav_vm_vol is a glusterfs volume and that it can be accessed from node
> hcadev3.
>

So the "-o rhev" should not be used in that case because then virt-v2v
assumes the target is an export domain and tries to mount it as NFS.
If this has to be done via the command line then the flag that needs to be
used in virt-v2v is "-o vdsm" but it requires you to create the images and
mount them to the host that the conversion is executed on by yourself + to
execute virt-v2v with vdsm's permissions - which is complicated. That is
why this option was not intended for invocation by users from the command
line (but to be used by vdsm), however, that's possible.
It would be simpler to use the REST-API based clients in that case.


>
> On Mon, Jul 10, 2017 at 2:36 AM, Arik Hadas  wrote:
>
>>
>>
>> On Fri, Jul 7, 2017 at 9:38 PM, Ramachandra Reddy Ankireddypalle <
>> rcreddy.ankireddypa...@gmail.com> wrote:
>>
>>> Hi,
>>>  Does virt-v2v command work with glusterfs storage domain. I have an
>>> OVA image and that needs to be imported to glusterfs storage domain. Please
>>> provide some pointers to this.
>>>
>>
>>  I don't see a reason why it wouldn't work.
>> Assuming that the import operation is triggered from oVirt, the engine
>> then creates the target disk(s) and prepares the image(s) on the host that
>> the conversion will be executed on as it regularly does. virt-v2v then just
>> to write to that "prepared" image.
>> In the import dialog you can select the target storage domain. I would
>> suggest that you just try to pick the glusterfs storage domain and see if
>> it works. It should work, if not - please let us know.
>>
>>
>>>
>>> Thanks and Regards,
>>> Ram
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v to glusterfs storage domain

2017-07-10 Thread Ramachandra Reddy Ankireddypalle
Thanks for looking in to this. I am looking for a way to achieve this
through command/script. I tried using virtv2v as below.

[root@hcadev3 tmp]# virt-v2v -i ova 1Deepakvm2.ova -o rhev -of qcow2 -os
hcadev3:/dav_vm_vol
[   0.0] Opening the source -i ova 1Deepakvm2.ova
[   1.2] Creating an overlay to protect the source from being modified
[   2.3] Initializing the target -o rhev -os hcadev3:/dav_vm_vol
mount.nfs: requested NFS version or transport protocol is not supported

I am looking for a way to provide an option to virt-v2v to understand that
dav_vm_vol is a glusterfs volume and that it can be accessed from node
hcadev3.

On Mon, Jul 10, 2017 at 2:36 AM, Arik Hadas  wrote:

>
>
> On Fri, Jul 7, 2017 at 9:38 PM, Ramachandra Reddy Ankireddypalle <
> rcreddy.ankireddypa...@gmail.com> wrote:
>
>> Hi,
>>  Does virt-v2v command work with glusterfs storage domain. I have an
>> OVA image and that needs to be imported to glusterfs storage domain. Please
>> provide some pointers to this.
>>
>
>  I don't see a reason why it wouldn't work.
> Assuming that the import operation is triggered from oVirt, the engine
> then creates the target disk(s) and prepares the image(s) on the host that
> the conversion will be executed on as it regularly does. virt-v2v then just
> to write to that "prepared" image.
> In the import dialog you can select the target storage domain. I would
> suggest that you just try to pick the glusterfs storage domain and see if
> it works. It should work, if not - please let us know.
>
>
>>
>> Thanks and Regards,
>> Ram
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v to glusterfs storage domain

2017-07-10 Thread Arik Hadas
On Fri, Jul 7, 2017 at 9:38 PM, Ramachandra Reddy Ankireddypalle <
rcreddy.ankireddypa...@gmail.com> wrote:

> Hi,
>  Does virt-v2v command work with glusterfs storage domain. I have an
> OVA image and that needs to be imported to glusterfs storage domain. Please
> provide some pointers to this.
>

 I don't see a reason why it wouldn't work.
Assuming that the import operation is triggered from oVirt, the engine then
creates the target disk(s) and prepares the image(s) on the host that the
conversion will be executed on as it regularly does. virt-v2v then just to
write to that "prepared" image.
In the import dialog you can select the target storage domain. I would
suggest that you just try to pick the glusterfs storage domain and see if
it works. It should work, if not - please let us know.


>
> Thanks and Regards,
> Ram
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] virt-v2v to glusterfs storage domain

2017-07-07 Thread Ramachandra Reddy Ankireddypalle
Hi,
 Does virt-v2v command work with glusterfs storage domain. I have an
OVA image and that needs to be imported to glusterfs storage domain. Please
provide some pointers to this.

Thanks and Regards,
Ram
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v converting multi-disk

2016-03-05 Thread Richard W.M. Jones
Hi - let's keep all replies on the mailing list so the information
benefits everyone.

On Sat, Mar 05, 2016 at 12:21:51PM -0600, Clint Boggio wrote:
> 2. Ran your tool on the disk image with a destination of "." And
> your tool put it directly in without having to use network
> bandwidth.

The tool in this case is "import-to-ovirt", I guess (since they
already run on KVM it must be)?

> This procedure works the best as the legacy KVM environment is
> Ubuntu based and permissions problems keep me from massaging the
> disk images while they live in the firm grip of sudo hell that is
> Ubuntu.

> How will your import tool react to my procedure, in terms of the
> three disk images ?

import-to-ovirt can handle multiple disk images.  If the disk images
are part of a single guest, then you should specify them all in one
command line run, ie:

  sudo ./import-to-ovirt.pl disk1 disk2 disk3 mountpoint

If the disk images are independent guests then you must run
import-to-ovirt three times.

> Will I have to run it on all three images ?
>
> Will the tool "see" that the second and third images are siblings of
> the main first image I import and put them in the same place,
> perhaps appending them to each other as one big disk ?

No, you need to specify it by running import-to-ovirt once per guest.

> Or will I have to run the tool on the first disk, then somehow add
> the second two disks to the newly imported machine through the GUI ?

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v converting multi-disk

2016-03-01 Thread Richard W.M. Jones
On Mon, Feb 29, 2016 at 06:31:31PM -0600, Clint Boggio wrote:
>
> I've tried the -i libvirtxml method and it fails and I suspect it's
> because the legacy KVM environment is Ubuntu based. Any tricks or
> pointers would be appreciated.

Run `virt-v2v -v -x -i libvirtxml [...]' and capture the
complete output and post it somewhere.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v converting multi-disk

2016-02-29 Thread Clint Boggio
Thanks Rich for the clarification and thanks Moran for getting me to the right 
human :-)

I'll be searching for the import feature tomorrow after I build out the main 
storage domain and the datacenter goes green.

I REALLY appreciate all you guys do, and the help you provide.

I've tried the -i libvirtxml method and it fails and I suspect it's because the 
legacy KVM environment is Ubuntu based. Any tricks or pointers would be 
appreciated.

I typically scp the VM image file to the root of the export domain and use the 
-i  method because of the limitation of Ubuntu.

Thank you again

> On Feb 29, 2016, at 6:24 AM, Richard W.M. Jones  wrote:
> 
>> On Mon, Feb 29, 2016 at 01:44:19PM +0200, Moran Goldboim wrote:
>> +Richard, v2v maintainer.
>> 
>>> On Sat, Feb 27, 2016 at 8:45 PM, Clint Boggio  wrote:
>>> 
>>> I'm in the process of migrating a series of VM's from  KVM environment, to
>>> an OVirt environment. I've used virt-v2v to convert quite a few M$ and
>>> Linux machines with great success.
> 
> You don't really need to use virt-v2v when the guest already runs on
> KVM.  The latest oVirt supports direct import of disk images, and
> there is also my import script for older versions of oVirt which
> didn't have this feature:
> 
> http://git.annexia.org/?p=import-to-ovirt.git;a=summary
> 
> --
> 
> Nevertheless I'll answer the rest of these questions because it's an
> interesting topic for people importing from other hypervisors ...
> 
>>> Coming up I've got to convert a Linux VM that has 3 virtual disks. Inside
>>> that VM, the three disks are part of an LVM volume.
>>> 
>>> 1. How will virt-v2v handle these three virtual disks ?
> 
> Should just work.
> 
>>> 2. On which disk image will I run virt-v2v ?
> 
> On all 3 :-)  Are you using `-i disk' input mode?  That only supports a
> single disk, but you can use `-i libvirtxml' mode instead, and then
> you can specify as many input disks as you want:
> 
> http://libguestfs.org/virt-v2v.1.html#minimal-xml-for--i-libvirtxml-option
> 
>>> 3. Will virt-v2v "follow" the three images and convert the machine or will
>>> I have to somehow tell it to include all three disks ?
> 
> You always have to tell virt-v2v.
> 
>>> 4. Shall I have all three images together in the same directory when I run
>>> the tool ?
> 
> With `-i libvirtxml' it doesn't matter.  You specify the XML file, and
> that contains references to the disks.
> 
>>> 5. Is this the appropriate forum for this question ?
> 
> Yup.
> 
> Rich.
> 
>>> As of the writing of this question I'll be using OVirt 3.6 updated on a 4
>>> node cluster running CentOS 7 , and the most recent version of virt-v2v as
>>> is available on Fedora 23.
>>> 
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
> 
> -- 
> Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.wordpress.com
> virt-top is 'top' for virtual machines.  Tiny program with many
> powerful monitoring features, net stats, disk stats, logging, etc.
> http://people.redhat.com/~rjones/virt-top
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v converting multi-disk

2016-02-29 Thread Richard W.M. Jones
On Mon, Feb 29, 2016 at 01:44:19PM +0200, Moran Goldboim wrote:
> +Richard, v2v maintainer.
> 
> On Sat, Feb 27, 2016 at 8:45 PM, Clint Boggio  wrote:
> 
> > I'm in the process of migrating a series of VM's from  KVM environment, to
> > an OVirt environment. I've used virt-v2v to convert quite a few M$ and
> > Linux machines with great success.

You don't really need to use virt-v2v when the guest already runs on
KVM.  The latest oVirt supports direct import of disk images, and
there is also my import script for older versions of oVirt which
didn't have this feature:

http://git.annexia.org/?p=import-to-ovirt.git;a=summary

--

Nevertheless I'll answer the rest of these questions because it's an
interesting topic for people importing from other hypervisors ...

> > Coming up I've got to convert a Linux VM that has 3 virtual disks. Inside
> > that VM, the three disks are part of an LVM volume.
> >
> > 1. How will virt-v2v handle these three virtual disks ?

Should just work.

> > 2. On which disk image will I run virt-v2v ?

On all 3 :-)  Are you using `-i disk' input mode?  That only supports a
single disk, but you can use `-i libvirtxml' mode instead, and then
you can specify as many input disks as you want:

http://libguestfs.org/virt-v2v.1.html#minimal-xml-for--i-libvirtxml-option

> > 3. Will virt-v2v "follow" the three images and convert the machine or will
> > I have to somehow tell it to include all three disks ?

You always have to tell virt-v2v.

> > 4. Shall I have all three images together in the same directory when I run
> > the tool ?

With `-i libvirtxml' it doesn't matter.  You specify the XML file, and
that contains references to the disks.

> > 5. Is this the appropriate forum for this question ?

Yup.

Rich.

> > As of the writing of this question I'll be using OVirt 3.6 updated on a 4
> > node cluster running CentOS 7 , and the most recent version of virt-v2v as
> > is available on Fedora 23.
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v converting multi-disk

2016-02-29 Thread Moran Goldboim
+Richard, v2v maintainer.

On Sat, Feb 27, 2016 at 8:45 PM, Clint Boggio  wrote:

> I'm in the process of migrating a series of VM's from  KVM environment, to
> an OVirt environment. I've used virt-v2v to convert quite a few M$ and
> Linux machines with great success.
>
> Coming up I've got to convert a Linux VM that has 3 virtual disks. Inside
> that VM, the three disks are part of an LVM volume.
>
> 1. How will virt-v2v handle these three virtual disks ?
> 2. On which disk image will I run virt-v2v ?
> 3. Will virt-v2v "follow" the three images and convert the machine or will
> I have to somehow tell it to include all three disks ?
> 4. Shall I have all three images together in the same directory when I run
> the tool ?
> 5. Is this the appropriate forum for this question ?
>
> As of the writing of this question I'll be using OVirt 3.6 updated on a 4
> node cluster running CentOS 7 , and the most recent version of virt-v2v as
> is available on Fedora 23.
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] virt-v2v converting multi-disk

2016-02-27 Thread Clint Boggio
I'm in the process of migrating a series of VM's from  KVM environment, to an 
OVirt environment. I've used virt-v2v to convert quite a few M$ and Linux 
machines with great success.

Coming up I've got to convert a Linux VM that has 3 virtual disks. Inside that 
VM, the three disks are part of an LVM volume.

1. How will virt-v2v handle these three virtual disks ?
2. On which disk image will I run virt-v2v ?
3. Will virt-v2v "follow" the three images and convert the machine or will I 
have to somehow tell it to include all three disks ?
4. Shall I have all three images together in the same directory when I run the 
tool ?
5. Is this the appropriate forum for this question ?

As of the writing of this question I'll be using OVirt 3.6 updated on a 4 node 
cluster running CentOS 7 , and the most recent version of virt-v2v as is 
available on Fedora 23.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Virt-v2v import issue

2015-12-06 Thread Shahar Havivi
Are you using virt-v2v command line?
If so a good place to ask is here: libgues...@redhat.com


On 07.12.15 12:50, Budur Nagaraju wrote:
> I have tried all the options but no luck ,can you pls update the command to
> collect the logs ?
> 
> On Fri, Dec 4, 2015 at 9:42 PM, Michal Skrivanek <
> michal.skriva...@redhat.com> wrote:
> 
> >
> > On 04 Dec 2015, at 17:05, Budur Nagaraju  wrote:
> >
> > Disk is ide
> > Graphics is spice
> > Is type is win2k3
> >
> >
> > try switching to VNC, depending on v2v process that’s one thing which
> > might go wrong easily.
> > If it doesn’t help you would need to get back to the v2v logs and see it
> > there was any problem during the conversion, something unusual about your
> > guest, some strange device, etc
> >
> >
> > Does't goes to safe mode.
> >
> > -Nagaraju
> > On Dec 4, 2015 9:30 PM, "Michal Skrivanek" 
> > wrote:
> >
> >>
> >> > On 04 Dec 2015, at 12:15, Budur Nagaraju  wrote:
> >> >
> >> > Hi
> >> >
> >> > I have converted win2k3 which was deployed in vmware esxi to oVirt by
> >> using "v2v" tool ,imported successfully after powering on unable to get the
> >> login prompt getting stuck at "windows is starting".
> >> >
> >> > can someone help me in this issue ?
> >>
> >> how does the VM look like - what devices does it have (disks, graphics)?
> >> does it boot in safe mode?
> >> Is the OS type in Edit VM dialog set correctly?
> >>
> >> Thanks,
> >> michal
> >>
> >> >
> >> > Thanks,
> >> > Nagaraju
> >> >
> >> >
> >> >
> >> > ___
> >> > Users mailing list
> >> > Users@ovirt.org
> >> > http://lists.ovirt.org/mailman/listinfo/users
> >>
> >> ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >
> >
> >

> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Virt-v2v import issue

2015-12-06 Thread Budur Nagaraju
I have tried all the options but no luck ,can you pls update the command to
collect the logs ?

On Fri, Dec 4, 2015 at 9:42 PM, Michal Skrivanek <
michal.skriva...@redhat.com> wrote:

>
> On 04 Dec 2015, at 17:05, Budur Nagaraju  wrote:
>
> Disk is ide
> Graphics is spice
> Is type is win2k3
>
>
> try switching to VNC, depending on v2v process that’s one thing which
> might go wrong easily.
> If it doesn’t help you would need to get back to the v2v logs and see it
> there was any problem during the conversion, something unusual about your
> guest, some strange device, etc
>
>
> Does't goes to safe mode.
>
> -Nagaraju
> On Dec 4, 2015 9:30 PM, "Michal Skrivanek" 
> wrote:
>
>>
>> > On 04 Dec 2015, at 12:15, Budur Nagaraju  wrote:
>> >
>> > Hi
>> >
>> > I have converted win2k3 which was deployed in vmware esxi to oVirt by
>> using "v2v" tool ,imported successfully after powering on unable to get the
>> login prompt getting stuck at "windows is starting".
>> >
>> > can someone help me in this issue ?
>>
>> how does the VM look like - what devices does it have (disks, graphics)?
>> does it boot in safe mode?
>> Is the OS type in Edit VM dialog set correctly?
>>
>> Thanks,
>> michal
>>
>> >
>> > Thanks,
>> > Nagaraju
>> >
>> >
>> >
>> > ___
>> > Users mailing list
>> > Users@ovirt.org
>> > http://lists.ovirt.org/mailman/listinfo/users
>>
>> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Virt-v2v import issue

2015-12-04 Thread Budur Nagaraju
Hi

I have converted win2k3 which was deployed in vmware esxi to oVirt by using
"v2v" tool ,imported successfully after powering on unable to get the login
prompt getting stuck at "windows is starting".

can someone help me in this issue ?

Thanks,
Nagaraju
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Virt-v2v import issue

2015-12-04 Thread Michal Skrivanek

> On 04 Dec 2015, at 12:15, Budur Nagaraju  wrote:
> 
> Hi 
> 
> I have converted win2k3 which was deployed in vmware esxi to oVirt by using 
> "v2v" tool ,imported successfully after powering on unable to get the login 
> prompt getting stuck at "windows is starting".
> 
> can someone help me in this issue ?

how does the VM look like - what devices does it have (disks, graphics)?
does it boot in safe mode?
Is the OS type in Edit VM dialog set correctly?

Thanks,
michal

> 
> Thanks,
> Nagaraju
> 
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Virt-v2v import issue

2015-12-04 Thread Budur Nagaraju
Disk is ide
Graphics is spice
Is type is win2k3

Does't goes to safe mode.

-Nagaraju
On Dec 4, 2015 9:30 PM, "Michal Skrivanek" 
wrote:

>
> > On 04 Dec 2015, at 12:15, Budur Nagaraju  wrote:
> >
> > Hi
> >
> > I have converted win2k3 which was deployed in vmware esxi to oVirt by
> using "v2v" tool ,imported successfully after powering on unable to get the
> login prompt getting stuck at "windows is starting".
> >
> > can someone help me in this issue ?
>
> how does the VM look like - what devices does it have (disks, graphics)?
> does it boot in safe mode?
> Is the OS type in Edit VM dialog set correctly?
>
> Thanks,
> michal
>
> >
> > Thanks,
> > Nagaraju
> >
> >
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Virt-v2v import issue

2015-12-04 Thread Michal Skrivanek

> On 04 Dec 2015, at 17:05, Budur Nagaraju  wrote:
> 
> Disk is ide
> Graphics is spice
> Is type is win2k3
> 

try switching to VNC, depending on v2v process that’s one thing which might go 
wrong easily.
If it doesn’t help you would need to get back to the v2v logs and see it there 
was any problem during the conversion, something unusual about your guest, some 
strange device, etc
> 
> Does't goes to safe mode.
> 
> -Nagaraju
> 
> On Dec 4, 2015 9:30 PM, "Michal Skrivanek"  > wrote:
> 
> > On 04 Dec 2015, at 12:15, Budur Nagaraju  > > wrote:
> >
> > Hi
> >
> > I have converted win2k3 which was deployed in vmware esxi to oVirt by using 
> > "v2v" tool ,imported successfully after powering on unable to get the login 
> > prompt getting stuck at "windows is starting".
> >
> > can someone help me in this issue ?
> 
> how does the VM look like - what devices does it have (disks, graphics)?
> does it boot in safe mode?
> Is the OS type in Edit VM dialog set correctly?
> 
> Thanks,
> michal
> 
> >
> > Thanks,
> > Nagaraju
> >
> >
> >
> > ___
> > Users mailing list
> > Users@ovirt.org 
> > http://lists.ovirt.org/mailman/listinfo/users 
> > 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v error

2015-11-17 Thread Fernando Fuentes
Thank you all for the help.
The issue turned out to be the system that I built the kvm img from.
As soon as I moved to a centos system I was able to import it to my
ovirt export domain.

Also thanks for that script.

Regards,

-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org

On Tue, Nov 17, 2015, at 02:44 AM, Richard W.M. Jones wrote:
> On Sun, Nov 15, 2015 at 10:57:16PM -0600, Fernando Fuentes wrote:
> > Team,
> > 
> > I am trying to upload an image that I recently created under kvm and I
> > am getting an error:
> 
> If you created the image with KVM, you should not be converting it
> using virt-v2v in the first place.
> 
> See: http://git.annexia.org/?p=import-to-ovirt.git;a=tree
> 
> Rich.
> 
> -- 
> Richard Jones, Virtualization Group, Red Hat
> http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.wordpress.com
> virt-top is 'top' for virtual machines.  Tiny program with many
> powerful monitoring features, net stats, disk stats, logging, etc.
> http://people.redhat.com/~rjones/virt-top
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v issues

2015-11-16 Thread Fernando Fuentes
Shahar,

I change the permissions on the raw file and still got the same error
message.
I also change the owner to 36:36 with the same error message.

Here is the command I am trying to use:

virt-v2v -ic qemu+ssh://mystem.net/system -o rhev -os
ovnode:/opt/exports --network ovirtmgmt meteohub

Thanks for the help.

-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org

On Mon, Nov 16, 2015, at 08:15 AM, Shahar Havivi wrote:
> On 15.11.15 22:31, Fernando Fuentes wrote:
> > Team,
> > 
> > I am trying to upload an image that I recently created under kvm and I
> > am getting an error:
> > 
> > root@darkdreams's password:
> > Meteohub-v4.7-4GB.raw: 100%
> > [==]D
> > 0h00m46s
> > /tmp/r9piD51Hvb/49fcc7e8-e8e1-4cfa-8b5a-0a20165a6689/v2v.fmUdW98I/eec34b45-f6b1-49a9-a9f0-b956ee4f8ee6/b7fbe285-6f91-4777-b478-cd484a6da9a7:
> > Permission denied at /usr/lib64/perl5/vendor_perl/Sys/Guestfs.pm line
> > 549.
> Take a look at the permissions of the file...
> What is the command that you are using?
> if you are trying to use 'virt-v2v -o rhevm' to an export domain change
> the
> file owner to 36:36
> 
>   Shahar.
> > 
> > 
> > Apparently redhat has this posted on their Knowledge base under (Error
> > when running virt-v2v ("Permission denied")) with a solution but I do
> > not have access.
> > 
> > Does any body have any idea why this is happening?
> > 
> > TIA!
> > 
> > -- 
> > Fernando Fuentes
> > ffuen...@txweather.org
> > http://www.txweather.org
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v error

2015-11-16 Thread Fernando Fuentes

Anybody out there can shed some light?
:)

Thanks!

On Sun, Nov 15, 2015 at 10:57 PM, Fernando Fuentes < ffuen...@darktcp.net 
[ffuen...@darktcp.net] > wrote:

Team,

I am trying to upload an image that I recently created under kvm and I
am getting an error:

root@darkdreams's password:
Meteohub-v4.7-4GB.raw: 100%
[==]D
0h00m46s

/tmp/r9piD51Hvb/49fcc7e8-e8e1-4cfa-8b5a-0a20165a6689/v2v.fmUdW98I/eec34b45-f6b1-49a9-a9f0-b956ee4f8ee6/b7fbe285-6f91-4777-b478-cd484a6da9a7:
Permission denied at /usr/lib64/perl5/vendor_perl/Sys/Guestfs.pm line
549.


Apparently redhat has this posted on their Knowledge base under (Error
when running virt-v2v ("Permission denied")) with a solution but I do
not have access.

Does any body have any idea why this is happening?

TIA!

--
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v issues

2015-11-16 Thread Fernando Fuentes

Shahar,

Thank you for your advice.
Will do that and report back.

Regards,

On Mon, Nov 16, 2015 at 8:15 AM, Shahar Havivi < shah...@redhat.com 
[shah...@redhat.com] > wrote:

On 15.11.15 22:31, Fernando Fuentes wrote:
> Team,
>
> I am trying to upload an image that I recently created under kvm and I
> am getting an error:
>
> root@darkdreams's password:
> Meteohub-v4.7-4GB.raw: 100%
> 
[==]D

> 0h00m46s
>
/tmp/r9piD51Hvb/49fcc7e8-e8e1-4cfa-8b5a-0a20165a6689/v2v.fmUdW98I/eec34b45-f6b1-49a9-a9f0-b956ee4f8ee6/b7fbe285-6f91-4777-b478-cd484a6da9a7:
> Permission denied at /usr/lib64/perl5/vendor_perl/Sys/Guestfs.pm line
> 549.
Take a look at the permissions of the file...
What is the command that you are using?
if you are trying to use 'virt-v2v -o rhevm' to an export domain change the
file owner to 36:36

Shahar.
>
>
> Apparently redhat has this posted on their Knowledge base under (Error
> when running virt-v2v ("Permission denied")) with a solution but I do
> not have access.
>
> Does any body have any idea why this is happening?
>
> TIA!
>
> --
> Fernando Fuentes
> ffuen...@txweather.org
> http://www.txweather.org
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v issues

2015-11-16 Thread Shahar Havivi
On 15.11.15 22:31, Fernando Fuentes wrote:
> Team,
> 
> I am trying to upload an image that I recently created under kvm and I
> am getting an error:
> 
> root@darkdreams's password:
> Meteohub-v4.7-4GB.raw: 100%
> [==]D
> 0h00m46s
> /tmp/r9piD51Hvb/49fcc7e8-e8e1-4cfa-8b5a-0a20165a6689/v2v.fmUdW98I/eec34b45-f6b1-49a9-a9f0-b956ee4f8ee6/b7fbe285-6f91-4777-b478-cd484a6da9a7:
> Permission denied at /usr/lib64/perl5/vendor_perl/Sys/Guestfs.pm line
> 549.
Take a look at the permissions of the file...
What is the command that you are using?
if you are trying to use 'virt-v2v -o rhevm' to an export domain change the
file owner to 36:36

  Shahar.
> 
> 
> Apparently redhat has this posted on their Knowledge base under (Error
> when running virt-v2v ("Permission denied")) with a solution but I do
> not have access.
> 
> Does any body have any idea why this is happening?
> 
> TIA!
> 
> -- 
> Fernando Fuentes
> ffuen...@txweather.org
> http://www.txweather.org
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] virt-v2v issues

2015-11-16 Thread Fernando Fuentes
Team,

I am trying to upload an image that I recently created under kvm and I
am getting an error:

root@darkdreams's password:
Meteohub-v4.7-4GB.raw: 100%
[==]D
0h00m46s
/tmp/r9piD51Hvb/49fcc7e8-e8e1-4cfa-8b5a-0a20165a6689/v2v.fmUdW98I/eec34b45-f6b1-49a9-a9f0-b956ee4f8ee6/b7fbe285-6f91-4777-b478-cd484a6da9a7:
Permission denied at /usr/lib64/perl5/vendor_perl/Sys/Guestfs.pm line
549.


Apparently redhat has this posted on their Knowledge base under (Error
when running virt-v2v ("Permission denied")) with a solution but I do
not have access.

Does any body have any idea why this is happening?

TIA!

-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v error

2015-11-16 Thread Andrea Ghelardi
-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf
Of Fernando Fuentes
Sent: Monday, November 16, 2015 5:57 AM
To: users@ovirt.org
Subject: [ovirt-users] virt-v2v error

Team,

I am trying to upload an image that I recently created under kvm and I am
getting an error:

root@darkdreams's password:
Meteohub-v4.7-4GB.raw: 100%
[==]D
0h00m46s
/tmp/r9piD51Hvb/49fcc7e8-e8e1-4cfa-8b5a-0a20165a6689/v2v.fmUdW98I/eec34b45
-f6b1-49a9-a9f0-b956ee4f8ee6/b7fbe285-6f91-4777-b478-cd484a6da9a7:
Permission denied at /usr/lib64/perl5/vendor_perl/Sys/Guestfs.pm line 549.


Apparently redhat has this posted on their Knowledge base under (Error
when running virt-v2v ("Permission denied")) with a solution but I do not
have access.

Does any body have any idea why this is happening?

TIA!

^^^
Hi Fernando,

The red hat bug id would have been appreciated, anyway this is the
resolution proposed

Resolution

Add the no_root_squash option to the NFS export (RHEV export domain -
/etc/exports):
/data/export*(rw,no_root_squash)


Ciao
AG
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] virt-v2v error

2015-11-15 Thread Fernando Fuentes
Team,

I am trying to upload an image that I recently created under kvm and I
am getting an error:

root@darkdreams's password:
Meteohub-v4.7-4GB.raw: 100%
[==]D
0h00m46s
/tmp/r9piD51Hvb/49fcc7e8-e8e1-4cfa-8b5a-0a20165a6689/v2v.fmUdW98I/eec34b45-f6b1-49a9-a9f0-b956ee4f8ee6/b7fbe285-6f91-4777-b478-cd484a6da9a7:
Permission denied at /usr/lib64/perl5/vendor_perl/Sys/Guestfs.pm line
549.


Apparently redhat has this posted on their Knowledge base under (Error
when running virt-v2v ("Permission denied")) with a solution but I do
not have access.

Does any body have any idea why this is happening?

TIA!

-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v

2015-07-31 Thread Will K
Thank you guys.  It is good to hear that it works well.  I'll check out the 
URLs provided.

- My source is a ESXi 5.5 setup with vcenter.  
- I think I'll try to the ISO option
The problem seems to be with SASL.  Even if I give it a fake vcenter hostname 
or non-existing virtual machine name, it still gives me the same error with 
SASL(-7)

I have ...
virt-v2v-0.9.1-5.el6_5.x86_64qemu-kvm-0.12.1.2-2.415.el6_5.3.x86_64
qemu-img-0.12.1.2-2.415.el6_5.3.x86_64
qemu-kvm-tools-0.12.1.2-2.415.el6_5.3.x86_64

Will

 


 On Friday, July 31, 2015 7:35 AM, Dan Kenigsberg dan...@redhat.com wrote:
   

 On Thu, Jul 30, 2015 at 09:57:46PM +, Will K wrote:
 Hi 
 
 I have a project to convert VMs on VMware ESX 5.5 and some VM on standalone 
 KVM server to oVirt.  I started to look into virt-v2v.  I wonder if I'm 
 hitting the right list.  Please let me know if this list doesn't cover 
 virt-v2v.
 Issue:when I run the following command on one of two hosts running oVirt 
 3.3.3-2-el6
     virt-v2v  -ic esx://esxserver1/?no_verify=1 -os GFS1 virtmachine1
 I got: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)
 I already added a .netrc which 600, correct oVirt login and password. I also 
 ran saslpasswd2 as root already.
 Thanks
 Will

This, too, does not answer your question, but please be aware of a
http://www.ovirt.org/Features/virt-v2v_Integration coming up in
ovirt-3.6.


  ___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v

2015-07-31 Thread Patrick Russell
We didn’t use the iso at all. If you have vcenter, try something like this 
(note using vpx, etc):

virt-v2v -ic 
vpx://username@$vcenter_hostname/$DataCenterName/$ClusterName/$esxiHostName?no_verify=1
 $VMName -o rhev -os $EXPORT_DOMAIN --bridge $NetworkNameinOvirt

Here’s our versions, using centos 7:

virt-v2v-1.28.1-1.28.el7.x86_64
qemu-kvm-common-rhev-2.1.2-13.el7.x86_64
qemu-img-rhev-2.1.2-13.el7.x86_64
qemu-kvm-rhev-2.1.2-13.el7.x86_64

-Patrick


On Jul 31, 2015, at 9:17 AM, Will K 
yetanotherw...@yahoo.commailto:yetanotherw...@yahoo.com wrote:

Thank you guys.  It is good to hear that it works well.  I'll check out the 
URLs provided.

- My source is a ESXi 5.5 setup with vcenter.
- I think I'll try to the ISO option

The problem seems to be with SASL.  Even if I give it a fake vcenter hostname 
or non-existing virtual machine name, it still gives me the same error with 
SASL(-7)

I have ...
virt-v2v-0.9.1-5.el6_5.x86_64
qemu-kvm-0.12.1.2-2.415.el6_5.3.x86_64
qemu-img-0.12.1.2-2.415.el6_5.3.x86_64
qemu-kvm-tools-0.12.1.2-2.415.el6_5.3.x86_64

Will




On Friday, July 31, 2015 7:35 AM, Dan Kenigsberg 
dan...@redhat.commailto:dan...@redhat.com wrote:


On Thu, Jul 30, 2015 at 09:57:46PM +, Will K wrote:

 Hi

 I have a project to convert VMs on VMware ESX 5.5 and some VM on standalone 
 KVM server to oVirt.  I started to look into virt-v2v.  I wonder if I'm 
 hitting the right list.  Please let me know if this list doesn't cover 
 virt-v2v.
 Issue:when I run the following command on one of two hosts running oVirt 
 3.3.3-2-el6
 virt-v2v  -ic esx://esxserver1/?no_verify=1 -os GFS1 virtmachine1
 I got: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)
 I already added a .netrc which 600, correct oVirt login and password. I also 
 ran saslpasswd2 as root already.
 Thanks
 Will


This, too, does not answer your question, but please be aware of a
http://www.ovirt.org/Features/virt-v2v_Integration coming up in
ovirt-3.6.



___
Users mailing list
Users@ovirt.orgmailto:Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v

2015-07-31 Thread Tim Macy
Will,

Using .netrc is deprecated you can now define your own file
with --password-file filename format is the same.   Its a long read, but
you can find everything you need on options in
http://libguestfs.org/virt-v2v.1.html

For v2v server setup I followed the RHEV docs -
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/V2V_Guide/index.html

^ Tim

On Thu, Jul 30, 2015 at 6:31 PM, Groten, Ryan ryan.gro...@stantec.com
wrote:

 This doesn’t answer your question directly, but I never had any luck using
 virt-v2v from VMWare.  I found it worked well to treat the VMWare VM just
 like a physical server, boot it from the virt-v2v iso and convert the
 VMWare VM that way.



 *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On
 Behalf Of *Will K
 *Sent:* Thursday, July 30, 2015 3:58 PM
 *To:* users@ovirt.org
 *Subject:* [ovirt-users] virt-v2v



 Hi



 I have a project to convert VMs on VMware ESX 5.5 and some VM on
 standalone KVM server to oVirt.  I started to look into virt-v2v.  I wonder
 if I'm hitting the right list.  Please let me know if this list doesn't
 cover virt-v2v.



 Issue:

 when I run the following command on one of two hosts running oVirt
 3.3.3-2-el6

 virt-v2v  -ic esx://esxserver1/?no_verify=1 -os GFS1 virtmachine1



 I got:

 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)



 I already added a .netrc which 600, correct oVirt login and password. I
 also ran saslpasswd2 as root already.



 Thanks



 Will





 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v

2015-07-31 Thread Patrick Russell
Will,

Is this esxi or esx and vcenter? If you have regular esx you need to connect 
through vcenter first. We’ve migrated over 500 (windows and linux mix) VM’s 
using virt-v2v. Some of the windows VM’s did require us to use a testing repo 
for libvirt on our V2V box.

-Patrick

On Jul 30, 2015, at 5:31 PM, Groten, Ryan 
ryan.gro...@stantec.commailto:ryan.gro...@stantec.com wrote:

This doesn’t answer your question directly, but I never had any luck using 
virt-v2v from VMWare.  I found it worked well to treat the VMWare VM just like 
a physical server, boot it from the virt-v2v iso and convert the VMWare VM that 
way.

From: users-boun...@ovirt.orgmailto:users-boun...@ovirt.org 
[mailto:users-boun...@ovirt.org] On Behalf Of Will K
Sent: Thursday, July 30, 2015 3:58 PM
To: users@ovirt.orgmailto:users@ovirt.org
Subject: [ovirt-users] virt-v2v

Hi

I have a project to convert VMs on VMware ESX 5.5 and some VM on standalone KVM 
server to oVirt.  I started to look into virt-v2v.  I wonder if I'm hitting the 
right list.  Please let me know if this list doesn't cover virt-v2v.

Issue:
when I run the following command on one of two hosts running oVirt 3.3.3-2-el6
virt-v2v  -ic esx://esxserver1/?no_verify=1 -os GFS1 virtmachine1

I got:
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)

I already added a .netrc which 600, correct oVirt login and password. I also 
ran saslpasswd2 as root already.

Thanks

Will


___
Users mailing list
Users@ovirt.orgmailto:Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v

2015-07-31 Thread Dan Kenigsberg
On Thu, Jul 30, 2015 at 09:57:46PM +, Will K wrote:
 Hi 
 
 I have a project to convert VMs on VMware ESX 5.5 and some VM on standalone 
 KVM server to oVirt.  I started to look into virt-v2v.  I wonder if I'm 
 hitting the right list.  Please let me know if this list doesn't cover 
 virt-v2v.
 Issue:when I run the following command on one of two hosts running oVirt 
 3.3.3-2-el6
     virt-v2v  -ic esx://esxserver1/?no_verify=1 -os GFS1 virtmachine1
 I got: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)
 I already added a .netrc which 600, correct oVirt login and password. I also 
 ran saslpasswd2 as root already.
 Thanks
 Will

This, too, does not answer your question, but please be aware of a
http://www.ovirt.org/Features/virt-v2v_Integration coming up in
ovirt-3.6.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] virt-v2v

2015-07-30 Thread Groten, Ryan
This doesn’t answer your question directly, but I never had any luck using 
virt-v2v from VMWare.  I found it worked well to treat the VMWare VM just like 
a physical server, boot it from the virt-v2v iso and convert the VMWare VM that 
way.

From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Will K
Sent: Thursday, July 30, 2015 3:58 PM
To: users@ovirt.org
Subject: [ovirt-users] virt-v2v

Hi

I have a project to convert VMs on VMware ESX 5.5 and some VM on standalone KVM 
server to oVirt.  I started to look into virt-v2v.  I wonder if I'm hitting the 
right list.  Please let me know if this list doesn't cover virt-v2v.

Issue:
when I run the following command on one of two hosts running oVirt 3.3.3-2-el6
virt-v2v  -ic esx://esxserver1/?no_verify=1 -os GFS1 virtmachine1

I got:
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)

I already added a .netrc which 600, correct oVirt login and password. I also 
ran saslpasswd2 as root already.

Thanks

Will


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] virt-v2v

2015-07-30 Thread Will K
Hi 

I have a project to convert VMs on VMware ESX 5.5 and some VM on standalone KVM 
server to oVirt.  I started to look into virt-v2v.  I wonder if I'm hitting the 
right list.  Please let me know if this list doesn't cover virt-v2v.
Issue:when I run the following command on one of two hosts running oVirt 
3.3.3-2-el6
    virt-v2v  -ic esx://esxserver1/?no_verify=1 -os GFS1 virtmachine1
I got: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)
I already added a .netrc which 600, correct oVirt login and password. I also 
ran saslpasswd2 as root already.
Thanks
Will


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users