[ovirt-users] ovirt-engine4, 404 - Not Found

2017-05-15 Thread David David
Hello Centos7. Fresh install engine 4.1 Getting "404 - Not Found", while entering in webUI main page using https. how to fix it? engine.log in attachment. 2017-05-15 16:14:57,877+04 INFO [org.ovirt.engine.core.uutils.config.ShellLikeConfd] (ServerService Thread Pool -- 40) [] Loaded file '/

[ovirt-users] ovirt java sdk: Port is invalid

2016-04-26 Thread David David
hi. I have a remote server running with oVirt 3.5 I'm using ovirt-engine-sdk-java-3.5.1.0-1.fc20.noarch. there is code example: my app: = package lab01; import java.io.IOException; import java.util.List; import java.util.UUID; import org.apache.http.client.ClientProtocolExc

Re: [ovirt-users] ovirt java sdk: Port is invalid

2016-04-26 Thread David David
code correction: In URL variable , using server name, which matches with certificate, not address. 2016-04-26 10:29 GMT+03:00 David David : > hi. > > I have a remote server running with oVirt 3.5 > > I'm using ovirt-engine-sdk-java-3.5.1.0-1.fc20.noarch. > > there

[ovirt-users] import qcow2 image to ovirt

2016-08-10 Thread David David
Hi all ovirt 4.0 there is KVM qcow2 image: file format: qcow2 virtual size: 466G (500106788864 bytes) disk size: 86G cluster_size: 65536 How to import the image with the same disk size, 86 GB, to ovirt ? ___ Users mailing list Users@ovirt.org http://l

[ovirt-users] Export VM

2017-02-14 Thread David David
Hi. There are several network roles as Management, VM and Migration. Export VM action through which network role is going on? Thanks. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

[ovirt-users] JavaAPI exporting VM

2017-04-07 Thread David David
Hello. Can't reexport a VM if this VM is already present in the export domain With Java api: *VM vm = api.getVMs().get("vm01");StorageDomain exportDomain = api.getStorageDomains().get("export"); * *Action act = vm.exportVm(new Action() {{ setExclusive(True);setDiscardSnaps

[ovirt-users] JavaSDK

2015-09-12 Thread David David
Hi all Can you please provide me an example of setup Eclipse with ovirt java sdk ? There is Eclipse Java EE Mars Release 4.5, OpenJDK 1.7, ovirt-engine-sdk-java-3.5.1 Thanks. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinf

[ovirt-users] rest api

2015-10-24 Thread David David
Hi. ovirt-engine 3.5.1. Can't shutdown a VM. Getting the error message: HTTP Status 405 - -- *type* Status report *message* *description* *The specified HTTP method is not allowed for the requested resource ().* -- JBoss Web/7.0.13.Final

[ovirt-users] USB drive Windows problem.

2015-11-05 Thread David David
Hi I am using Hostusb hook on ovirt 3.5, centos6.6. And I am facing problem while adding usb drive to windows2012 as a guest. Usb device is passed through to the guest. But in windows device manager usb mass storage device shows an exclamation mark. And error message is: "This device cannot start:

[ovirt-users] ovirt 3.6. can't add host to cluster

2015-11-09 Thread David David
Hi. i use centos 6.6, ovirt 3.6(cluster level 3.5) as engine and centos 7 as host. when i try add new host to cluster, then I get an error: "Error while executing action: Cannot add Host. Connecting to host via SSH has failed, verify that the host is reachable (IP address, routable address etc.)

[ovirt-users] oVirt 3.6 Host Device Passthrough

2015-11-12 Thread David David
Hi. I have some problem attached to VM device passthrought, namely: No devices shows in "Host devices" tab in engine webui. And message types: "No items to display". How to fix it? ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/list

[ovirt-users] ovirt upgrade

2019-12-18 Thread David David
hi all how do upgrade from 4.2.5 to 4.3.7 ? what steps are necessary, are the same as when upgrading from 4.1 to 4.2? # engine-upgrade-check # yum update ovirt*setup* # engine-setup thanks ___ Users mailing list -- users@ovirt.org To unsubscribe se

[ovirt-users] Re: ovirt upgrade

2020-01-23 Thread David David
2019-12-19 11:04 GMT+04:00, Amit Bawer : > Hi > You can refer to 4.3 upgrade guide: > > https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/html/upgrade_guide/index > > On Thursday, December 19, 2019, David David wrote: > >> hi all >> >

[ovirt-users] upload image using python api

2020-03-23 Thread David David
hi can't upload disk image with that script: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_disk.py this error message is appeared when i trying to upload image: # python upload_disk.py --engine-url https://alias-e.localdomain --username admin@internal --disk-format raw -

[ovirt-users] Re: upload image using python api

2020-03-24 Thread David David
thanks now all works fine with 4.3.2 2020-03-25 3:13 GMT+04:00, Nir Soffer : > On Tue, Mar 24, 2020 at 8:13 AM David David wrote: >> >> hi >> can't upload disk image with that script: >> https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_

[ovirt-users] vm console problem

2020-03-25 Thread David David
ovirt 4.3.8.2-1.el7 gtk-vnc2-1.0.0-1.fc31.x86_64 remote-viewer version 8.0-3.fc31 can't open vm console by remote-viewer vm has vnc console protocol when click on console button to connect to a vm, the remote-viewer console disappear immediately remote-viewer debug in attachment #remote-viewer c

[ovirt-users] Re: vm console problem

2020-03-25 Thread David David
copied from qemu server all certs except "cacrl" to my desktop-station into /etc/pki/ but remote-viewer is still didn't work 2020-03-26 2:22 GMT+04:00, Nir Soffer : > On Wed, Mar 25, 2020 at 12:45 PM David David wrote: >> >> ovirt 4.3.8.2-1.el7 >> gtk-vnc2-

[ovirt-users] Re: vm console problem

2020-03-26 Thread David David
yes i have console.vv attached 2020-03-26 21:38 GMT+04:00, Milan Zamazal : > David David writes: > >> copied from qemu server all certs except "cacrl" to my desktop-station >> into /etc/pki/ > > This is not needed, the CA certificate is included in console.vv an

[ovirt-users] Re: vm console problem

2020-03-27 Thread David David
here is debug from opening console.vv by remote-viewer 2020-03-27 14:09 GMT+04:00, Milan Zamazal : > David David writes: > >> yes i have >> console.vv attached > > It looks the same as mine. > > There is a difference in our logs, you have > > Possible aut

[ovirt-users] Re: vm console problem

2020-03-28 Thread David David
I did as you said: copied from engine /etc/ovirt-engine/ca.pem onto my desktop into /etc/pki/ca-trust/source/anchors and then run update-ca-trust it didn’t help, still the same errors вс, 29 мар. 2020 г. в 10:47, David David : > I did as you said: > copied from engine /etc/ovirt-engine/

[ovirt-users] Re: vm console problem

2020-03-29 Thread David David
tested on four different workstations with: fedora20, fedora31 and windows10(remote-manager last vers) вс, 29 мар. 2020 г. в 12:39, Strahil Nikolov : > On March 29, 2020 9:47:02 AM GMT+03:00, David David > wrote: > >I did as you said: > >copied from engine /etc/ovirt-eng

[ovirt-users] Re: vm console problem

2020-03-29 Thread David David
there is no such problem with the ovirt-engine 4.2.5.2-1.el7 it appeared when upgrading to 4.3.* вс, 29 мар. 2020 г. в 12:46, David David : > tested on four different workstations with: fedora20, fedora31 and > windows10(remote-manager last vers) > > вс, 29 мар. 2020 г. в 12:39, Str

[ovirt-users] Re: vm console problem

2020-04-01 Thread David David
в 12:52, David David : > there is no such problem with the ovirt-engine 4.2.5.2-1.el7 > it appeared when upgrading to 4.3.* > > вс, 29 мар. 2020 г. в 12:46, David David : > >> tested on four different workstations with: fedora20, fedora31 and >> windows10(remote-manager l

[ovirt-users] disk snapshot in illegal status

2020-04-07 Thread David David
hello after removing "auto generated" snapshot, the vm snapshot became to illegal status and in the "snapshot" tab also marked in illegal status now my vm is not booting but "vdsm-client Volume getInfo" shows the snapshot status is legal vdsm-client Volume getInfo \ storagepoolID=--

[ovirt-users] Re: disk snapshot in illegal status

2020-04-07 Thread David David
_storage_domain_view > WHERE image_group_id = ; > > > *Regards,* > > *Shani Leviim* > > > On Tue, Apr 7, 2020 at 5:28 PM David David wrote: > >> hello >> >> after removing "auto generated" snapshot, the vm snapshot became to >> illeg

[ovirt-users] Re: disk snapshot in illegal status

2020-04-16 Thread David David
Auto-generated > for Live Storage Migration' which wasn't removed from the DB. > Can you try to remove it from the UI? > (If you claimed to remove it, try to remove it from the DB). > > > *Regards,* > > *Shani Leviim* > > > On Tue, Apr 7, 2020 at 7:45 PM D

[ovirt-users] Re: disk snapshot in illegal status

2020-04-16 Thread David David
t; And how the snapshots are presented on the ui? > > > *Regards,* > > *Shani Leviim* > > > On Thu, Apr 16, 2020 at 4:38 PM David David wrote: > >> hi >> >> attempt to remove snapshot from UI results in an error >> >> I looked the LV through t

[ovirt-users] Re: vm console problem

2020-04-20 Thread David David
solved using this link https://bugzilla.redhat.com/show_bug.cgi?id=1672587 чт, 2 апр. 2020 г. в 16:11, Milan Zamazal : > David David writes: > > > can connect to a vm which has spice console protocol by remote-viewer but > > that not working with vnc protocol > >

[ovirt-users] Re: vm console problem

2020-04-20 Thread David David
I have version 4.3.8 пн, 20 апр. 2020 г. в 12:46, Gianluca Cecchi : > On Mon, Apr 20, 2020 at 9:49 AM David David wrote: > >> solved using this link >> https://bugzilla.redhat.com/show_bug.cgi?id=1672587 >> >> > Does this mean that you are still using 4.3.0 o

[ovirt-users] ovirt-engine installation problem

2017-12-11 Thread David David
Hello. CentOS Linux release 7.4.1708 (Core) # yum install http://resources.ovirt.org/pub/yum-repo ... ease41.rpm # yum install ovirt-engine --> Finished Dependency Resolution Error: Package: systemd-python-219-42.el7.x86_64 (base)

[ovirt-users] IndexError python-sdk

2018-02-08 Thread David David
Hi all. python-ovirt-engine-sdk4-4.2.2-2.el7.centos.x86_64 Issue is that I cant upload a snapshot I get IndexError when do upload_disk_snapshots.py https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_disk_snapshots.py Output: Traceback (most recent call last): File "sna

[ovirt-users] oVIrt4.2 snapshot upload fail

2018-04-23 Thread David David
Hi all. oVirt 4.2 trying to upload disk snapshot thereis VM named vm-test, with disk id = 078398f5-0679-4eec-97e2-d227c097f453, storage = data00 and cluster = testcluster. i do snapshot of this VM. and subsequently launched these scripts download_vm_ovf.py == if __name__ == "__main

[ovirt-users] oVirt4.2 snapshot upload fails

2018-04-23 Thread David David
Hi all. oVirt 4.2 using this method https://ovirt.org/develop/release-management/features/storage/backup-restore-disk-snapshots/ for backup and restore snapshots trying to upload disk snapshot thereis VM named vm-test, with disk id = 078398f5-0679-4eec-97e2-d227c097f453, storage = data00 and clus

[ovirt-users] removing FC storage domain

2018-04-25 Thread David David
Hi all After remove FC Storage Domain in oVirt WebUi, from hosts side a Volume Group hasn't been removed, i.e. the multipath part on host remains and VG is also active. is this normal? in this case, I can't remove LUN from storage array It is necessary to manually delete VG, PV and multipath de

[ovirt-users] start vm without engine

2018-05-29 Thread David David
hi. How to start VM directly in hypervisor? ovirt-engine was crashed. VM's id is known. vdsclient VM, hasn't argumets for starting vm. Thanks. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Stat

[ovirt-users] snapshots upload

2018-08-29 Thread David David
hi all ovirt engine 4.2.5.2-1.el7 ovirt node: KVM Version: 2.9.0 - 16.el7_4.14.1 LIBVIRT Version: libvirt-3.2.0-14.el7_4.9 VDSM Version: vdsm-4.20.27.1-1.el7.centos Can't restore vm by following this instruction https://ovirt.org/develop/release-management/features/storage/backup-restore-disk-sn

[ovirt-users] ovirt4 api search storage domain

2018-09-04 Thread David David
hi need to lookup storage name by vm disk id. how to do it in python or in java? thanks ___ 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 Co

[ovirt-users] ovirt4 api create snapshot

2018-09-06 Thread David David
hi i have a vm with 3 disks and i want to take a snapshot with only two disks how to do a multiple disk snapshot in the code below? snap = snaps_service.add( snapshot=types.Snapshot( description=snap_description, persist_memorystate=False, disk_attac

[ovirt-users] Re: ovirt4 api create snapshot

2018-09-07 Thread David David
thanks! 7 сент. 2018 г. 11:35 пользователь "Ondra Machacek" написал: On 09/06/2018 01:07 PM, David David wrote: > hi > i have a vm with 3 disks and i want to take a snapshot with only two disks > how to do a multiple disk snapshot in the code below? > >

[ovirt-users] removing FC storage

2018-10-08 Thread David David
How to remove FC storage domain correctly? I turned off the FC storage domain in the cluster (maintenance -> detach -> remove), but the volume group still remained on the hosts and I would have to remove them manually and need to clear a multipath links too, before I turn off the LUN on the FC stor

[ovirt-users] clear tasks from WebUI

2018-10-24 Thread David David
Hi oVirt 4.2.5.2-1.el7 I tried to delete an Illegal vm disk and that failed. Then I completely remove the VM who had that broken disk. But task is stuck in the WebUI from my previous disk deletion attempt vdsm-client Host getAllTasksInfo on the SPM host, shows no tasks. How do I clear the tasks fr