[ovirt-users] LDAP bind DN generation problem

2015-06-18 Thread Mitja Mihelič
Hi! We just upgaded oVirt from 3.4 to 3.5 and now users cannot select the LDAP domain on the login screen. Only internal is available. Our LDAP server is actually a 389DS instance and we are using for authentication in oVirt without Kerberos. The existing setup has worked since the days of

Re: [ovirt-users] Unexpected protocol mismatch with SPICE HTML5

2015-06-18 Thread Michal Skrivanek
On Jun 17, 2015, at 14:24 , nico...@devels.es wrote: El 2015-06-17 12:35, Michal Skrivanek escribió: On Jun 17, 2015, at 09:17 , nico...@devels.es wrote: Hi Michal, El 2015-06-17 07:24, Michal Skrivanek escribió: On Jun 17, 2015, at 08:21 , Michal Skrivanek michal.skriva...@redhat.com

Re: [ovirt-users] LDAP bind DN generation problem

2015-06-18 Thread Ondra Machacek
On 06/18/2015 02:07 PM, Mitja Mihelič wrote: Hi! Hi We just upgaded oVirt from 3.4 to 3.5 and now users cannot select the LDAP domain on the login screen. Only internal is available. Our LDAP server is actually a 389DS instance and we are using for authentication in oVirt without Kerberos.

Re: [ovirt-users] Error while executing action: Cannot add Host. Host with the same UUID already exists.

2015-06-18 Thread Юрий Полторацкий
Hi, I have resolved this in such way. On the engine host connect to db: su postgres psql -s engine Then delete host from db manualy: select vds_id from vds_static where host_name = 'HOST_NAME'; delete from vds_statistics where vds_id = 'id'; delete from vds_dynamic where vds_id = 'id'; delete

Re: [ovirt-users] Error while executing action: Cannot add Host. Host with the same UUID already exists.

2015-06-18 Thread m...@ohnewald.net
Thanks, i solved it by: uuidgen /etc/vdsm/vdsm.id I was just confused because /etc/vdsm/vdsm.id did not exist at that point on my new node. Thanks. Mario Am 18.06.15 um 15:05 schrieb Юрий Полторацкий: Hi, I have resolved this in such way. On the engine host connect to db: su postgres

[ovirt-users] Error while executing action: Cannot add Host. Host with the same UUID already exists.

2015-06-18 Thread m...@ohnewald.net
Hello List, i am using oVirt Engine Version: 3.5.2.1-1.el6. I would like to remove a node from a GlusterFS Cluster and use it for local storage. So i put my node into maintance. Reinstalled it freshly with CentOS7. Now i would like to add it to a New Cluster with local storage, but i get:

Re: [ovirt-users] Error while executing action: Cannot add Host. Host with the same UUID already exists.

2015-06-18 Thread Alon Bar-Lev
A log will be nice. However, can you please compare /etc/vdsm/vdsm.id in both hosts? If not available at new host it might be a bios issue, try to uuidgen /etc/vdsm/vdsm.id and add host. - Original Message - From: m...@ohnewald.net To: users@ovirt.org Sent: Thursday, June 18, 2015

Re: [ovirt-users] Error while executing action: Cannot add Host. Host with the same UUID already exists.

2015-06-18 Thread Alon Bar-Lev
Please compare: # dmidecode -s system-uuid At both machines. If equals then your bios has well known bug, the method to override it is to manually create /etc/vdsm/vdsm.id - Original Message - From: m...@ohnewald.net To: Юрий Полторацкий y.poltorats...@gmail.com, Alon Bar-Lev

[ovirt-users] Adding a new quota via the ovirt-shell

2015-06-18 Thread nicolas
Hi, Is it currently possible to define a new resource quota (CPU, memory, storage...) via the ovirt-shell (CLI) in oVirt 3.5.3? I have listed all the available commands but I can't find it under any of them. Thanks. Nicolás ___ Users mailing list

Re: [ovirt-users] Error while executing action: Cannot add Host. Host with the same UUID already exists.

2015-06-18 Thread Ramesh
On 06/18/2015 06:24 PM, m...@ohnewald.net wrote: Hello List, i am using oVirt Engine Version: 3.5.2.1-1.el6. I would like to remove a node from a GlusterFS Cluster and use it for local storage. So i put my node into maintance. Reinstalled it freshly with CentOS7. Now i would like to add

Re: [ovirt-users] 答复: How to backup/restore the rhevm-VM in hosted-engine ?

2015-06-18 Thread Sandro Bonazzola
Top posting Hi, just wrote http://www.ovirt.org/OVirt_Hosted_Engine_Backup_and_Restore and currently testing this. Xie Chao, Groten Ryan: since you already explored this kind of procedure can you help commenting and / or sharing your experience here? Adding infra, since we have Hosted Engine

[ovirt-users] Problem connecting to ovirt-optimizer machine

2015-06-18 Thread Hans-Joachim
Hello, I'm playing around with the optimizer. For a full CentOS 6 oVIRT 3.5.3 cluster, I've installed a CentOS7 ovirt-optimizer machine as described in Trying out oVirt's Probabilistic Optimizer. All works fine... the only thing is, I can't get a connection form the engine. Status: Data

[ovirt-users] Error while executing action Setup Networks: Could not connect to peer host

2015-06-18 Thread Roman Nikolayevich Drovalev
My network iface: #cat ifcfg-eno1 HWADDR=*;*;*;*;*;* DEVICE=eno1 BRIDGE=ovirtmgmt ONBOOT=yes IPV6INIT=no MTU=1500 NM_CONTROLLED=no #cat ifcfg-ovirtmgmt DEVICE=ovirtmgmt TYPE=Bridge DELAY=0 STP=off ONBOOT=yes IPADDR=192.168.8.31 NETMASK=255.255.255.0 GATEWAY=192.168.8.1 BOOTPROTO=none MTU=1500

Re: [ovirt-users] Adding a new quota via the ovirt-shell

2015-06-18 Thread Ondra Machacek
Hi, cli/sdks are built on top of REST API, but there is no support for quota in 3.5 in REST API. But see[1], should be supported in 3.6. [1] https://bugzilla.redhat.com/show_bug.cgi?id=893927 On 06/18/2015 03:49 PM, nico...@devels.es wrote: Hi, Is it currently possible to define a new

[ovirt-users] Error while executing action Setup Networks: Could not connect to peer host

2015-06-18 Thread Roman Nikolayevich Drovalev
Hello, Please help How to add host in cluster oVirt? An error in addition network interfaces! Earlier there was a reference to a site where the given reference has been described hack (is created the file ifcfg-ovirtmngm in which a script) now is not accessible! How to add a host? By

Re: [ovirt-users] Adding a new quota via the ovirt-shell

2015-06-18 Thread Nicolás
I can't find out how to do the same with the Python SDK, either. There seems to be a 'Quota' object amongst the params, but it doesn't seem to have defined the CPU, memory and disk tresholds parameters. It seems quite confusing to me, AFAIK a Quota object should be assigned to a Datacenter, so

Re: [ovirt-users] host-deploy on HE hosts failing: Job for vdsmd.service canceled.

2015-06-18 Thread Daniel Helgenberger
On 18.06.2015 10:44, Simone Tiraboschi wrote: - Original Message - From: Daniel Helgenberger daniel.helgenber...@m-box.de To: Simone Tiraboschi stira...@redhat.com Cc: Users@ovirt.org Sent: Wednesday, June 17, 2015 7:06:53 PM Subject: Re: [ovirt-users] host-deploy on HE hosts

Re: [ovirt-users] host-deploy on HE hosts failing: Job for vdsmd.service canceled.

2015-06-18 Thread Simone Tiraboschi
- Original Message - From: Daniel Helgenberger daniel.helgenber...@m-box.de To: Simone Tiraboschi stira...@redhat.com Cc: Users@ovirt.org Sent: Wednesday, June 17, 2015 7:06:53 PM Subject: Re: [ovirt-users] host-deploy on HE hosts failing: Job for vdsmd.service canceled.