Re: [Users] ldap simple

2013-03-18 Thread Andrej Bagon
Hi, the system is trying to bind to ldap as: bind request: uid=cn=ovirt,cn=Users,cn=Accounts,dc=ourdomain,dc=si I dont know how it knows dc=ourdomain,dc=si It should be bind request: cn=ovirt,ou=system,dc=ourdomain,dc=si" -b "dc=arnes,dc=si The same with the search: we have users in form as: edu

Re: [Users] ldap simple

2013-03-18 Thread Yair Zaslavsky
Hi, We're issuing a RootDSE query (once per LDAP domain configured). We try to obtain from it the "defaultNamingContext" attribute. If does not exist - we try to obtain ""NamingContexts" We store the result at a "domainDn" (we have a data structure which maps domains to information objects, on

[Users] vdsClient not work ,it waiting all the time

2013-03-18 Thread bigclouds
hi, vdsclient waiting all the time client can send command, i see server side return result. but client can not return. [root@localhost mcvda]# python mcvdacli.py connecting to 192.168.88.101:54321 ssl True ts /etc/pki/mcvda ^CTraceback (most recent call last): File "mcvdacli.py", line 124

Re: [Users] vdsClient not work ,it waiting all the time

2013-03-18 Thread bigclouds
i use SecureXMLRPCServer.py to test xml-rpc, just change cert,key,ca to mine. Encounter the same problem also。 if SSL-reading cause this problem, len is fixed to 1024. socket is syncing to recv all 1024 bytes. thanks At 2013-03-18 16:10:10,bigclouds wrote: hi, vdsclient waiting all th

Re: [Users] High Availability

2013-03-18 Thread suporte
Ok, now I understand, so what do we need to get the power management configured and working? Regards Jose - Mensagem original - De: "Shu Ming" Para: "Tim Hildred" Cc: Users@ovirt.org Enviadas: Segunda-feira, 18 de Março de 2013 5:18:28 Assunto: Re: [Users] High Availability T

Re: [Users] vdsClient not work ,it waiting all the time

2013-03-18 Thread Dan Kenigsberg
On Mon, Mar 18, 2013 at 04:23:19PM +0800, bigclouds wrote: > i use SecureXMLRPCServer.py to test xml-rpc, just change cert,key,ca to > mine. > Encounter the same problem also。 > if SSL-reading cause this problem, len is fixed to 1024. socket is syncing to > recv all 1024 bytes. > What you are

Re: [Users] High Availability

2013-03-18 Thread Koch (ovido)
On Mon, 2013-03-18 at 09:50 +, supo...@logicworks.pt wrote: > Ok, now I understand, so what do we need to get the power management > configured and working? You need a remote management interface (IPMI, ILO,...) in your servers and an user which has permissions to power off/on/reset the serv

Re: [Users] Where is live block migration?

2013-03-18 Thread Allon Mureinik
Hi nnex, To add to Ofri's comment - Live Storage Migration only works on domains in the same DC, so they must be of the same type - you cannot migrate a disk from an NFS storage to a block device or vice versa. - Original Message - > From: "Ofri Masad" > To: "nnex" > Cc: users@ovirt.o

Re: [Users] BUG: soft lockup

2013-03-18 Thread suporte
I tried kernel 3.8.3-201.fc18.x86_64 and get the same problem. I tried kernel 3.6.11-3.fc18.x86_64, the host activated but the storage data domain and iso domain becomes inactive. I have this errors on engine log: 2013-03-18 11:11:15,287 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.Vd

Re: [Users] 3.2 final and status of spice console in ie

2013-03-18 Thread Juan Jose
Hello Itamar and everybody, I have tested this Howto with a Windows 7 Enterprise edition client and IE 9 and when you click over console button in User portal virt-viewer is launched but after one second it close windows and don't connect to virtual machine. I have oVirt 3.1 and I'm thinking in mi

Re: [Users] 3.2 final and status of spice console in ie

2013-03-18 Thread Itamar Heim
On 03/18/2013 01:56 PM, Juan Jose wrote: Hello Itamar and everybody, I have tested this Howto with a Windows 7 Enterprise edition client and IE 9 and when you click over console button in User portal virt-viewer is launched but after one second it close windows and don't connect to virtual machi

Re: [Users] oVirt 3.2.1 Update

2013-03-18 Thread Mike Burns
On 03/17/2013 06:53 AM, Dan Kenigsberg wrote: On Thu, Mar 14, 2013 at 10:49:28AM -0400, Mike Burns wrote: New RPMS are now uploaded for oVirt 3.2.1. The updates included: ovirt-engine-cli 3.2.0.11-1 ovirt-engine-sdk 3.2.0.10-1 ovirt-engine 3.2.1-1 oVirt Engine changes: 1. Fixed bug blocking f

[Users] ovirt 3.2 - high multicast packet loss

2013-03-18 Thread Winfried de Heiden
Hi all, Playing around with Red Hat Clustering, it turns out I have a hughe multicast packet loss: (Centos 6.4 - x86_64 with all updates) omping 192.168.1.211 192.168.1.212 -c500 (node1) omping 192.168.1.212 192.168.1.211 -c500(node2) will give almost 50% loss! 192.168.1.211 : unicast, xm

Re: [Users] vdsClient not work ,it waiting all the time

2013-03-18 Thread bigclouds
vdsClient do not work all the time.i need it to debug. all parts of ovirt work fine except vdsClient. my cert,key,ca are right, i use then all the time. i launch vdsClient on agent HOST to connect itself. the following point is important,(but it has no matter with host ip address,i do not know

[Users] vfs_type not being sent by engine to VDSM for GLUSTER DOMAIN case

2013-03-18 Thread Deepak C Shetty
Hi All, I am validating GLUSTERFS Storage domain engine patches (worked on by Sharad, in Cc) as posted here... http://gerrit.ovirt.org/#/q/status:open+project:ovirt-engine+branch:master+topic:glusterfs,n,z against VDSM Glusterfs domain support (already upstream in VDSM) I see the below issu

Re: [Users] ovirt 3.2 - high multicast packet loss

2013-03-18 Thread Winfried de Heiden
Same for Debian 6 (x86_64); 47% packet loss: ssmping -c 500 192.168.1.234 --- 192.168.1.234 statistics --- 500 packets transmitted, time 51 ms unicast: 500 packets received, 0% packet loss rtt min/avg/max/std-dev = 0.352/0.675/0.863/0.072 ms multicast: 265 packets received, 47% pack

Re: [Users] host power managment failures

2013-03-18 Thread Eli Mesika
- Original Message - > From: "Itamar Heim" > To: "Joop" > Cc: "users" , jor...@netbulae.eu, "Eli Mesika" > > Sent: Sunday, March 17, 2013 9:29:33 PM > Subject: Re: [Users] host power managment failures > > On 03/16/2013 04:43 PM, Joop wrote: > > Jorick Astrego wrote: > >> > >>> > >>>

[Users] Package installation error

2013-03-18 Thread suporte
Today I tried to intall another host and get this error during the installation from the engine 3.2.1. The host is a fedora 18 Failed to execute stage 'Package installation': [u'vdsm-gluster-4.10.3-10.fc18.noarch requires glusterfs >= 3.4.0']. Yum [u'vdsm-gluster-4.10.3-10.fc18.noarch requi

Re: [Users] Package installation error

2013-03-18 Thread Alon Bar-Lev
The error is self explainable... the glusterfs available to yum is older than what requires. You probably need some testing repository. - Original Message - > From: supo...@logicworks.pt > To: Users@ovirt.org > Sent: Monday, March 18, 2013 7:40:56 PM > Subject: [Users] Package installatio

Re: [Users] Package installation error

2013-03-18 Thread suporte
Yes i got it, but the installation is automatically. What can I do? thanks Jose - Mensagem original - De: "Alon Bar-Lev" Para: supo...@logicworks.pt Cc: Users@ovirt.org Enviadas: Segunda-feira, 18 de Março de 2013 17:44:12 Assunto: Re: [Users] Package installation error The err

Re: [Users] Package installation error

2013-03-18 Thread Alon Bar-Lev
And the missing repository to the host before you perform the host deploy. - Original Message - > From: supo...@logicworks.pt > To: "Alon Bar-Lev" > Cc: Users@ovirt.org > Sent: Monday, March 18, 2013 8:06:17 PM > Subject: Re: [Users] Package installation error > > > Yes i got it, but th

Re: [Users] Package installation error

2013-03-18 Thread Alon Bar-Lev
Another option: if you are not really using gluster, remove the gluster support from the ovirt-engine cluster. - Original Message - > From: "Alon Bar-Lev" > To: supo...@logicworks.pt > Cc: Users@ovirt.org > Sent: Monday, March 18, 2013 8:16:24 PM > Subject: Re: [Users] Package installati

Re: [Users] 3.2 final and status of spice console in ie

2013-03-18 Thread Dead Horse
I have seen this one before.Try adding the your ovirt manager to the Internet Explorer trusted sites. -DHC On Mon, Mar 18, 2013 at 7:01 AM, Itamar Heim wrote: > On 03/18/2013 01:56 PM, Juan Jose wrote: > >> Hello Itamar and everybody, >> >> I have tested this Howto with a Windows 7 Enterprise e

[Users] Failed to Start VM (Run Once) due to internal spice channel error

2013-03-18 Thread Tom Rogers
When trying to run a first time (Run Once) VM install, the vm session fails to start. When we look into the libvirtd.log on the host, we find the following error: virDomainGraphicsDefParseXML:6566 : internal error unknown spice channel name ain in the lines right above message, contained in the x

Re: [Users] Package installation error

2013-03-18 Thread Dave Neary
Hi, On 03/18/2013 06:44 PM, Alon Bar-Lev wrote: The error is self explainable... the glusterfs available to yum is older than what requires. You probably need some testing repository. I still don't understand why installing a host tries to install vdsm-gluster - is there a dependency chain g

Re: [Users] 3.2 final and status of spice console in ie

2013-03-18 Thread Jeff Bailey
On 3/18/2013 7:56 AM, Juan Jose wrote: Hello Itamar and everybody, I have tested this Howto with a Windows 7 Enterprise edition client and IE 9 and when you click over console button in User portal virt-viewer is launched but after one second it close windows and don't connect to virtual mach

Re: [Users] 3.2 final and status of spice console in ie

2013-03-18 Thread Itamar Heim
On 03/19/2013 12:05 AM, Jeff Bailey wrote: On 3/18/2013 7:56 AM, Juan Jose wrote: Hello Itamar and everybody, I have tested this Howto with a Windows 7 Enterprise edition client and IE 9 and when you click over console button in User portal virt-viewer is launched but after one second it close

Re: [Users] 3.2 final and status of spice console in ie

2013-03-18 Thread Jeff Bailey
On 3/18/2013 2:43 PM, Dead Horse wrote: I have seen this one before.Try adding the your ovirt manager to the Internet Explorer trusted sites. -DHC Hmm, that does indeed seem to fix it. I added the engine URL to the trusted sites zone and unchecked the "Require server verification" box and

Re: [Users] Where is live block migration?

2013-03-18 Thread Ayal Baron
- Original Message - > Hi nnex, > > To add to Ofri's comment - Live Storage Migration only works on > domains in the same DC, so they must be of the same type - you > cannot migrate a disk from an NFS storage to a block device or vice > versa. At the moment at least. > > - Origina

Re: [Users] template provisioning permissions

2013-03-18 Thread Dead Horse
Verified this is present in latest engine built from master with latest VDSM built from master. On the surface this literally seems as simple as a lack of Read-Only access to the template image when requesting to clone it from the template on the storage domain wherein the user cloning from the tem

Re: [Users] Package installation error

2013-03-18 Thread Alon Bar-Lev
- Original Message - > From: "Dave Neary" > To: users@ovirt.org > Sent: Monday, March 18, 2013 10:49:11 PM > Subject: Re: [Users] Package installation error > > Hi, > > On 03/18/2013 06:44 PM, Alon Bar-Lev wrote: > > The error is self explainable... the glusterfs available to yum is >