[Users] I don't know how to add AD users

2012-11-19 Thread Cristian Falcas
Hi,

I'm trying to add some users to ovirt using an AD.

This is the configuration I used for a mediawiki site, which is working
correctly:
$wgAuth = new LdapAuthenticationPlugin();
$wgLDAPUseLocal = true;
$wgLDAPDomainNames = array( a_domain);
$wgLDAPServerNames = array( a_domain=site.example.com);
$wgLDAPEncryptionType = array( a_domain=clear);
$wgLDAPSearchStrings = array( a_domain=rom_domain\\USER-NAME);
$wgLDAPBaseDNs = array( a_domain=dc=company,dc=com);

Those are the commands I tried using:
engine-manage-domains -action=add
-domain=site.example.com-provider=ActiveDirectory -user=
user.name -interactive

engine-manage-domains -action=add -domain=a_domain
-provider=ActiveDirectory -user=user.n...@company.com -interactive

engine-manage-domains -action=add -domain=a_domain
-provider=ActiveDirectory -user=user.n...@site.example.com -interactive


And the output on all tries:
Enter password:

Error: Authentication Failed. Please verify the fully qualified domain name
that is used for authentication is correct.. Problematic domain is:
domain_used_in_command
Failure while applying Kerberos configuration. Details: Authentication
Failed. Please verify the fully qualified domain name that is used for
authentication is correct.

Can someone help me with the correct parameters?


Best regards,
Cristian Falcas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] I don't know how to add AD users

2012-11-19 Thread Yair Zaslavsky
+ LdapEncryptionType clear is not understandable. 
What did you mean by that? 

- Original Message -

 From: Vinzenz Feenstra vfeen...@redhat.com
 To: users@ovirt.org
 Sent: Monday, November 19, 2012 11:29:42 AM
 Subject: Re: [Users] I don't know how to add AD users

 On 11/19/2012 10:01 AM, Cristian Falcas wrote:

  Hi,
 

  I'm trying to add some users to ovirt using an AD.
 

  This is the configuration I used for a mediawiki site, which is
  working correctly:
 
  $wgAuth = new LdapAuthenticationPlugin();
 
  $wgLDAPUseLocal = true;
 
  $wgLDAPDomainNames = array( a_domain);
 
  $wgLDAPServerNames = array( a_domain= site.example.com );
 
  $wgLDAPEncryptionType = array( a_domain=clear);
 
  $wgLDAPSearchStrings = array( a_domain=rom_domain\\USER-NAME);
 
  $wgLDAPBaseDNs = array( a_domain=dc=company,dc=com);
 

  Those are the commands I tried using:
 
  engine-manage-domains -action=add -domain= site.example.com
  -provider=ActiveDirectory -user= user.name -interactive
 

  engine-manage-domains -action=add -domain=a_domain
  -provider=ActiveDirectory -user= user.n...@company.com -interactive
 

  engine-manage-domains -action=add -domain=a_domain
  -provider=ActiveDirectory -user= user.n...@site.example.com
  -interactive
 

 You don't add an user this way. You add the domain. You have to pass
 the domain admin user and the domain admin password.
 Then you can use the domain within the engine. e.g. search users, add
 access rights for vms etc.
 Even login to the engine and assigning rights within the engine you
 can handle from the engine itself.

 Regards,

  And the output on all tries:
 
  Enter password:
 

  Error: Authentication Failed. Please verify the fully qualified
  domain name that is used for authentication is correct..
  Problematic
  domain is: domain_used_in_command
 
  Failure while applying Kerberos configuration. Details:
  Authentication Failed. Please verify the fully qualified domain
  name
  that is used for authentication is correct.
 

  Can someone help me with the correct parameters?
 

  Best regards,
 
  Cristian Falcas
 

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

 Vinzenz Feenstra | Senior Software Engineer
 RedHat Engineering Virtualization R  D
 Phone: +420 532 294 625
 IRC: vfeenstr or evilissimo

 Better technology. Faster innovation. Powered by community
 collaboration.
 See how it works at redhat.com
 ___
 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: [Users] I don't know how to add AD users

2012-11-19 Thread Cristian Falcas
On Mon, Nov 19, 2012 at 12:15 PM, Yair Zaslavsky yzasl...@redhat.comwrote:

 + LdapEncryptionType clear is not understandable.
 What did you mean by that?


 --

 *From: *Vinzenz Feenstra vfeen...@redhat.com
 *To: *users@ovirt.org
 *Sent: *Monday, November 19, 2012 11:29:42 AM
 *Subject: *Re: [Users] I don't know how to add AD users


 On 11/19/2012 10:01 AM, Cristian Falcas wrote:

 Hi,

 I'm trying to add some users to ovirt using an AD.

 This is the configuration I used for a mediawiki site, which is working
 correctly:
 $wgAuth = new LdapAuthenticationPlugin();
 $wgLDAPUseLocal = true;
 $wgLDAPDomainNames = array( a_domain);
 $wgLDAPServerNames = array( a_domain=site.example.com);
 $wgLDAPEncryptionType = array( a_domain=clear);
 $wgLDAPSearchStrings = array( a_domain=rom_domain\\USER-NAME);
 $wgLDAPBaseDNs = array( a_domain=dc=company,dc=com);

 Those are the commands I tried using:
 engine-manage-domains -action=add 
 -domain=site.example.com-provider=ActiveDirectory -user=
 user.name -interactive

 engine-manage-domains -action=add -domain=a_domain
 -provider=ActiveDirectory -user=user.n...@company.com -interactive

 engine-manage-domains -action=add -domain=a_domain
 -provider=ActiveDirectory -user=user.n...@site.example.com -interactive


  You don't add an user this way. You add the domain. You have to pass the
 domain admin user and the domain admin password.
 Then you can use the domain within the engine. e.g. search users, add
 access rights for vms etc.
 Even login to the engine and assigning rights within the engine you can
 handle from the engine itself.

 Regards,

 And the output on all tries:
 Enter password:

 Error: Authentication Failed. Please verify the fully qualified domain
 name that is used for authentication is correct.. Problematic domain is:
 domain_used_in_command
 Failure while applying Kerberos configuration. Details: Authentication
 Failed. Please verify the fully qualified domain name that is used for
 authentication is correct.

 Can someone help me with the correct parameters?


 Best regards,
 Cristian Falcas


 ___
 Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users



 --
 Regards,

 Vinzenz Feenstra | Senior Software Engineer
 RedHat Engineering Virtualization R  D
 Phone: +420 532 294 625
 IRC: vfeenstr or evilissimo

 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com


 ___
 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



That was the configuration needed for the wiki extension used for ldap
authentication.

So the admin users is needed in order to retrieve the list of users only?

Can someone recommend the simplest ldap server installation I could use for
this? I was thinking first at freeipa, but it's not compatible with
mod_ssl, which is required by ovirt.

Best regards,
Cristian Falcas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] export VM

2012-11-19 Thread Cristian Falcas
On Mon, Nov 19, 2012 at 12:51 PM, Alexandre Santos santosa...@gmail.comwrote:

 2012/11/18 Cristian Falcas cristi.fal...@gmail.com

 Hi all,

 I see that exporting a VM with ThinProvisioning will make an image with
 the full disk size, instead of the currently used size:
 - VM has a 20GB disk
 - installed OS is taking 1.3GB
 - exported disk is taking 20GB

 Is this mandatory? Couldn't the export make a file with the same size,
 also sparse? It seems it only does a copy of the folder and the normal
 linux cp can make a sparse copy.

 thank  you,
 Cristian Falcas

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


 Is it exporting a a raw image, right?

 Alex



Hi Alex,

I don't understand what you mean by raw.

I was saying that the same file could be copied as a sparse file instead.

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


Re: [Users] export VM

2012-11-19 Thread Alexandre Santos
Hi Cristian,
I don't know what ovirt is doing but if the final file is a raw image, you
can shrink it with qemu-img and transform it in a qcow2.
What I think was on the head of who implemented this is that you export a
VM to a NAS that has normally Teras of space, so it is more compatible to
save it in raw format. My 2 cents :-)

Alex

2012/11/19 Cristian Falcas cristi.fal...@gmail.com




 On Mon, Nov 19, 2012 at 12:51 PM, Alexandre Santos 
 santosa...@gmail.comwrote:

 2012/11/18 Cristian Falcas cristi.fal...@gmail.com

 Hi all,

 I see that exporting a VM with ThinProvisioning will make an image with
 the full disk size, instead of the currently used size:
 - VM has a 20GB disk
 - installed OS is taking 1.3GB
 - exported disk is taking 20GB

 Is this mandatory? Couldn't the export make a file with the same size,
 also sparse? It seems it only does a copy of the folder and the normal
 linux cp can make a sparse copy.

 thank  you,
 Cristian Falcas

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


 Is it exporting a a raw image, right?

 Alex



 Hi Alex,

 I don't understand what you mean by raw.

 I was saying that the same file could be copied as a sparse file instead.

 Cristian

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


Re: [Users] Unable to install ovirt node on IBM system X blade server

2012-11-19 Thread Pavel Zhukov
I've tested F17 on IBM bladeservers (HS20,HS21,HS22,HS22V) It's been
installed correctly with UEFI as well as with legacy. 
Unfortunately I cannot check bladecenter with ovirt-node right now.  
Which bladeserver have you tested?
-- 
Best regards, Pavel Zhukov 
mailto:pa...@zhukoff.net
On Sun, 18 Nov 2012, Nicholas Kesick wrote:

 Node is based on Fedora 17, so if you have the same problem with
 both, that means it is likely upstream on the Fedora end of things. Fedora 18
 is due to have support for UEFI, but release has been delayed until Jan 8th at
 the earliest. If Fedora 18 works, I'd say you'll likely be able to use an 
 oVirt
 Node based on F18.
  
 Any way to disable UEFI on your server?
  
 - Nick
  
 ━━━
 From: kurmakw...@gmail.com
 Date: Sun, 18 Nov 2012 22:39:53 +0530
 To: users@ovirt.org
 Subject: Re: [Users] Unable to install ovirt node on IBM system X blade server
 
 Hello Ovirt Users,
 
 Did anyone else also faced same issue or ovirt node not getting installed and
 servers just reboots when option to install / upgrade / reinstall is used.
 
 Its on IBM system X server with UEFI. I've tried both latest Ovirt node and
 Fedora 17 also. Both gives same behavior or just reboot in loop and nothing
 else. I am unable to take ovirt further in my office at this moment.
 
 Kindly advice.
 
 Regards,
 Keyur
 
 On Fri, Nov 16, 2012 at 8:09 PM, Keyur Makwana kurmakw...@gmail.com wrote:
 
 Hello All,
 
 Same is the case with Fedora install on this IBM server I am using.
 
 Regards,
 Keyur
 
 
 On Fri, Nov 16, 2012 at 12:31 PM, Keyur Makwana kurmakw...@gmail.com
 wrote:
 
 Hi All,
 
 I've been trying to install latest ovirt node on IBM system X blade
 server (UEFI based server) but not even able to start the 
 installation.
 
 I'm using latest image ovirt-node-iso-2.5.5-0.1.fc17.iso from http://
 ovirt.org/releases/3.1/tools/
 
 Server boots up and detects the ISO, gives me initial screen of 
 Install
 or Upgrade / Reinstall etc. but the moment default install is selected
 (or it goes into default if initial screen is not interrupted for 30
 seconds.) - it just waits for 3-4 seconds and the server is rebooted.
 These problem of server reboot persist with any available option to
 install on the screen.
 
 Note : I was able to successfully install RHEV-H and it worked fine.
 Not sure why ovirt node installation is not even starting and goes 
 into
 infinite reboot loop with doing anything. 
 
 Out of curiosity - I tried this version of node as well http://
 jenkins.ovirt.org/job/ovirt-node-iso/lastSuccessfulBuild/artifact/
 ovirt-node-iso-2.5.999-999.20121115114700git3d0fec5.446.fc17.iso but
 that too resulted in same behavior.
 
 Request Ovirt experts to assist and help resolve this issue.
 
 Thanks  Regards,
 Keyur
 
 
 
 
 
 
 ___ 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: [Users] Unable to install ovirt node on IBM system X blade server

2012-11-19 Thread Keyur Makwana
Hi,

That sounds good. I have HS22.

Regards,
Keyur


On Mon, Nov 19, 2012 at 6:45 PM, Pavel Zhukov pa...@zhukoff.net wrote:

 I've tested F17 on IBM bladeservers (HS20,HS21,HS22,HS22V) It's been
 installed correctly with UEFI as well as with legacy.
 Unfortunately I cannot check bladecenter with ovirt-node right now.
 Which bladeserver have you tested?
 --
 Best regards, Pavel Zhukov
 mailto:pa...@zhukoff.net
 On Sun, 18 Nov 2012, Nicholas Kesick wrote:

  Node is based on Fedora 17, so if you have the same problem with
  both, that means it is likely upstream on the Fedora end of things.
 Fedora 18
  is due to have support for UEFI, but release has been delayed until Jan
 8th at
  the earliest. If Fedora 18 works, I'd say you'll likely be able to use
 an oVirt
  Node based on F18.
 
  Any way to disable UEFI on your server?
 
  - Nick
 
 
 ━━━
  From: kurmakw...@gmail.com
  Date: Sun, 18 Nov 2012 22:39:53 +0530
  To: users@ovirt.org
  Subject: Re: [Users] Unable to install ovirt node on IBM system X blade
 server
 
  Hello Ovirt Users,
 
  Did anyone else also faced same issue or ovirt node not getting
 installed and
  servers just reboots when option to install / upgrade / reinstall is
 used.
 
  Its on IBM system X server with UEFI. I've tried both latest Ovirt node
 and
  Fedora 17 also. Both gives same behavior or just reboot in loop and
 nothing
  else. I am unable to take ovirt further in my office at this moment.
 
  Kindly advice.
 
  Regards,
  Keyur
 
  On Fri, Nov 16, 2012 at 8:09 PM, Keyur Makwana kurmakw...@gmail.com
 wrote:
 
  Hello All,
 
  Same is the case with Fedora install on this IBM server I am using.
 
  Regards,
  Keyur
 
 
  On Fri, Nov 16, 2012 at 12:31 PM, Keyur Makwana 
 kurmakw...@gmail.com
  wrote:
 
  Hi All,
 
  I've been trying to install latest ovirt node on IBM system X
 blade
  server (UEFI based server) but not even able to start the
 installation.
 
  I'm using latest image ovirt-node-iso-2.5.5-0.1.fc17.iso from
 http://
  ovirt.org/releases/3.1/tools/
 
  Server boots up and detects the ISO, gives me initial screen of
 Install
  or Upgrade / Reinstall etc. but the moment default install is
 selected
  (or it goes into default if initial screen is not interrupted
 for 30
  seconds.) - it just waits for 3-4 seconds and the server is
 rebooted.
  These problem of server reboot persist with any available option
 to
  install on the screen.
 
  Note : I was able to successfully install RHEV-H and it worked
 fine.
  Not sure why ovirt node installation is not even starting and
 goes into
  infinite reboot loop with doing anything.
 
  Out of curiosity - I tried this version of node as well http://
 
 jenkins.ovirt.org/job/ovirt-node-iso/lastSuccessfulBuild/artifact/
  ovirt-node-iso-2.5.999-999.20121115114700git3d0fec5.446.fc17.iso
 but
  that too resulted in same behavior.
 
  Request Ovirt experts to assist and help resolve this issue.
 
  Thanks  Regards,
  Keyur
 
 
 
 
 
 
  ___ 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] power management issues

2012-11-19 Thread Jonathan Horne
I am gearing up to deploy this to our production environment soon.  I am not 
using the servers that will be the production deployment, but they are vaguely 
similar.  My 3 test machines are 3 Dell 2950s.

I have done several builds and then tear down the whole thing and start over to 
ensure that I understand the whole process.  Random builds, I get power 
management working, and sometimes I get power management test failed unable to 
log into fencing device  safe to say I am using identical PM settings from 
build to build.  my ovirt manager system is running 
fence-agents-3.1.10-1.fc17.x86_64 which appears to be the latest, is there some 
other piece I might be missing that completes this functionality?

Thanks,
jonathan



This is a PRIVATE message. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to 
any order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt Workshop at KVM Forum/LinuxCon 2012 Europe material

2012-11-19 Thread vincent
Quoting Itamar Heim ih...@redhat.com:

 On 11/18/2012 05:20 PM, vinc...@vanderkussen.org wrote:
 Quoting Doron Fediuck dfedi...@redhat.com:

  Hi Vincent,
  Take a look here:
  http://wiki.ovirt.org/wiki/LinuxCon_Europe_workshop_schedule
 
  Hope to see you in our next workshop ;)
  Doron

 Hi Doron,

 Thanks for the link. If it's in Belgium I'll be there!

 we may do a few ovirt related sessions in FOSDEM.


That would be awesome..




This message was sent using IMP, the Internet Messaging Program.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] XP Guest Sound issue

2012-11-19 Thread Baldwin, John
Is there a debug and/or log that can be used to see what sound device is 
actually being created for the XP guest desktop VM that is having the sound 
issue?

John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com] 
Sent: Sunday, November 18, 2012 5:03 AM
To: Baldwin, John
Cc: Andrew Cathrow; users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

On 11/16/2012 09:48 PM, Baldwin, John wrote:
 Here is the output of that command:

 engine=# select * from vdc_options where option_name='DesktopAudioDeviceType';
   option_id |  option_name   |
  option_value 
 | version
 ---++--+-
  54 | DesktopAudioDeviceType | default,ac97   
   
 | 2.2
  55 | DesktopAudioDeviceType | 
 WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,ac97,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6
  | 3.0
  56 | DesktopAudioDeviceType | 
 WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,ac97
 ,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6 | 3.1
 (3 rows)

according to this, you should get ac97 for windows xp as well.


 Note is used ovirt-dre repos (www.dreyou.org)  due to the fact this 
 is running on CentOS 6.3  x86_64

 I did not have this issue when testing RHEV 3.0.  using oVirt due to tem 
 license has expired on RHEV.

 John Baldwin - Sr. UNIX Systems Administrator

 -Original Message-
 From: Itamar Heim [mailto:ih...@redhat.com]
 Sent: Friday, November 16, 2012 10:24 AM
 To: Andrew Cathrow
 Cc: Baldwin, John; users@ovirt.org
 Subject: Re: [Users] XP Guest Sound issue

 On 11/16/2012 05:10 PM, Andrew Cathrow wrote:
 iirc an early version of oVirt configured the Intel hda sound card rather 
 than ac97 for Windows XP and since coming doesn't have that driver you'd get 
 this error.

 iirc, that would be a config change, so should be easy to check.
 can you please:

 psql -U postgres -d engine
 select * from vdc_options where option_name='DesktopAudioDeviceType';




 Sent from Android email

 Itamar Heim ih...@redhat.com wrote:

 On 11/16/2012 04:46 PM, Baldwin, John wrote:
 Having issue with a 32bit XP guest.   Sound device driver is not
 configured. Sound device has the ? “Audio Device on High Definition
 Audio Bus” defined.Driver ID is 1AF4 Red Hat Virtio.  No drivers
 will load to this that I can find. I thought the ID would be listed 
 are a AC97 or Ensoniq.

 Running oVirt Engine Version: 3.1.0-3.19.el6  Centos 6.3 64bit.   KVM
 server is also Centos 6.3 64bit

 /John Baldwin - Sr. UNIX Systems Administrator/




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


 did you create a new Server or a new Desktop?

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



 Confidential:  This electronic message and all contents contain 
 information from BayCare Health System which may be privileged, 
 confidential or otherwise protected from disclosure.  The information 
 is intended to be for the addressee only.  If you are not the 
 addressee, any disclosure, copy, distribution or use of the contents 
 of this message is prohibited.  If you have received this electronic 
 message in error, please notify the sender and destroy the original message 
 and all copies.



Confidential:  This electronic message and all contents contain information
from BayCare Health System which may be privileged, confidential or otherwise
protected from disclosure.  The information is intended to be for the addressee
only.  If you are not the addressee, any disclosure, copy, distribution or use
of the contents of this message is prohibited.  If you have received this
electronic message in error, please notify the sender and destroy the original
message and all copies.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] power management issues

2012-11-19 Thread Eli Mesika


- Original Message -
 From: Jonathan Horne jho...@skopos.us
 To: users@ovirt.org
 Sent: Monday, November 19, 2012 4:04:08 PM
 Subject: [Users] power management issues
 
 
 
 
 
 I am gearing up to deploy this to our production environment soon. I
 am not using the servers that will be the production deployment, but
 they are vaguely similar. My 3 test machines are 3 Dell 2950s.
 
 
 I have done several builds and then tear down the whole thing and
 start over to ensure that I understand the whole process. Random
 builds, I get power management working,

Jonathan, which Power Management agent are you using (i.e. apc, rsa ...)

 and sometimes I get power
 management test failed unable to log into fencing device 

Since this message is returned from vdsm , ccing danken

safe to
 say I am using identical PM settings from build to build. my ovirt
 manager system is running fence-agents-3.1.10-1.fc17.x86_64 which
 appears to be the latest, is there some other piece I might be
 missing that completes this functionality?
 
 
 Thanks,
 jonathan
 
 
 
 
 
 This is a PRIVATE message. If you are not the intended recipient,
 please delete without copying and kindly advise us by e-mail of the
 mistake in delivery. NOTE: Regardless of content, this e-mail shall
 not operate to bind SKOPOS to any order or other contract unless
 pursuant to explicit written agreement or government initiative
 expressly permitting the use of e-mail for such purpose.
 ___
 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: [Users] power management issues

2012-11-19 Thread Jonathan Horne
Del 2950s are equipped with DRAC5, so I set it for drac5 in the web UI.




On 11/19/12 8:51 AM, Eli Mesika emes...@redhat.com wrote:



- Original Message -
 From: Jonathan Horne jho...@skopos.us
 To: users@ovirt.org
 Sent: Monday, November 19, 2012 4:04:08 PM
 Subject: [Users] power management issues





 I am gearing up to deploy this to our production environment soon. I
 am not using the servers that will be the production deployment, but
 they are vaguely similar. My 3 test machines are 3 Dell 2950s.


 I have done several builds and then tear down the whole thing and
 start over to ensure that I understand the whole process. Random
 builds, I get power management working,

Jonathan, which Power Management agent are you using (i.e. apc, rsa ...)

 and sometimes I get power
 management test failed unable to log into fencing device

Since this message is returned from vdsm , ccing danken

safe to
 say I am using identical PM settings from build to build. my ovirt
 manager system is running fence-agents-3.1.10-1.fc17.x86_64 which
 appears to be the latest, is there some other piece I might be
 missing that completes this functionality?


 Thanks,
 jonathan





 This is a PRIVATE message. If you are not the intended recipient,
 please delete without copying and kindly advise us by e-mail of the
 mistake in delivery. NOTE: Regardless of content, this e-mail shall
 not operate to bind SKOPOS to any order or other contract unless
 pursuant to explicit written agreement or government initiative
 expressly permitting the use of e-mail for such purpose.
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users




This is a PRIVATE message. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to 
any order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] XP Guest Sound issue

2012-11-19 Thread Itamar Heim

On 11/19/2012 04:48 PM, Baldwin, John wrote:

Is there a debug and/or log that can be used to see what sound device is 
actually being created for the XP guest desktop VM that is having the sound 
issue?


i don't remember you reply, did you create a desktop or a server vm?




John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Sunday, November 18, 2012 5:03 AM
To: Baldwin, John
Cc: Andrew Cathrow; users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

On 11/16/2012 09:48 PM, Baldwin, John wrote:

Here is the output of that command:

engine=# select * from vdc_options where option_name='DesktopAudioDeviceType';
   option_id |  option_name   | 
option_value
 | version
---++--+-
  54 | DesktopAudioDeviceType | default,ac97

 | 2.2
  55 | DesktopAudioDeviceType | 
WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,ac97,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6
 | 3.0
  56 | DesktopAudioDeviceType |
WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,ac97
,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6 | 3.1
(3 rows)


according to this, you should get ac97 for windows xp as well.



Note is used ovirt-dre repos (www.dreyou.org)  due to the fact this
is running on CentOS 6.3  x86_64

I did not have this issue when testing RHEV 3.0.  using oVirt due to tem 
license has expired on RHEV.

John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Friday, November 16, 2012 10:24 AM
To: Andrew Cathrow
Cc: Baldwin, John; users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

On 11/16/2012 05:10 PM, Andrew Cathrow wrote:

iirc an early version of oVirt configured the Intel hda sound card rather than 
ac97 for Windows XP and since coming doesn't have that driver you'd get this 
error.


iirc, that would be a config change, so should be easy to check.
can you please:

psql -U postgres -d engine
select * from vdc_options where option_name='DesktopAudioDeviceType';





Sent from Android email

Itamar Heim ih...@redhat.com wrote:

On 11/16/2012 04:46 PM, Baldwin, John wrote:

Having issue with a 32bit XP guest.   Sound device driver is not
configured. Sound device has the ? “Audio Device on High Definition
Audio Bus” defined.Driver ID is 1AF4 Red Hat Virtio.  No drivers
will load to this that I can find. I thought the ID would be listed
are a AC97 or Ensoniq.

Running oVirt Engine Version: 3.1.0-3.19.el6  Centos 6.3 64bit.   KVM
server is also Centos 6.3 64bit

/John Baldwin - Sr. UNIX Systems Administrator/






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



did you create a new Server or a new Desktop?

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




Confidential:  This electronic message and all contents contain
information from BayCare Health System which may be privileged,
confidential or otherwise protected from disclosure.  The information
is intended to be for the addressee only.  If you are not the
addressee, any disclosure, copy, distribution or use of the contents
of this message is prohibited.  If you have received this electronic
message in error, please notify the sender and destroy the original message and 
all copies.




Confidential:  This electronic message and all contents contain information
from BayCare Health System which may be privileged, confidential or otherwise
protected from disclosure.  The information is intended to be for the addressee
only.  If you are not the addressee, any disclosure, copy, distribution or use
of the contents of this message is prohibited.  If you have received this
electronic message in error, please notify the sender and destroy the original
message and all copies.




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


Re: [Users] export VM

2012-11-19 Thread Cristian Falcas
Shrinking can also be made with the normal cp from linux:

cp --sparse=always

This will create usually files smaller then the original even.

But maybe this can be fixed from the source. Exporting some images that
have 10s/100s of gigabytes but only use a few gb is time and space
consuming with no benefits.

best regards,



On Mon, Nov 19, 2012 at 2:00 PM, Alexandre Santos santosa...@gmail.comwrote:

 Hi Cristian,
 I don't know what ovirt is doing but if the final file is a raw image, you
 can shrink it with qemu-img and transform it in a qcow2.
 What I think was on the head of who implemented this is that you export a
 VM to a NAS that has normally Teras of space, so it is more compatible to
 save it in raw format. My 2 cents :-)

 Alex


 2012/11/19 Cristian Falcas cristi.fal...@gmail.com




 On Mon, Nov 19, 2012 at 12:51 PM, Alexandre Santos 
 santosa...@gmail.comwrote:

 2012/11/18 Cristian Falcas cristi.fal...@gmail.com

 Hi all,

 I see that exporting a VM with ThinProvisioning will make an image with
 the full disk size, instead of the currently used size:
 - VM has a 20GB disk
 - installed OS is taking 1.3GB
 - exported disk is taking 20GB

 Is this mandatory? Couldn't the export make a file with the same size,
 also sparse? It seems it only does a copy of the folder and the normal
 linux cp can make a sparse copy.

 thank  you,
 Cristian Falcas

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


 Is it exporting a a raw image, right?

 Alex



 Hi Alex,

 I don't understand what you mean by raw.

 I was saying that the same file could be copied as a sparse file instead.

 Cristian



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


Re: [Users] XP Guest Sound issue

2012-11-19 Thread Itamar Heim

On 11/19/2012 06:12 PM, Baldwin, John wrote:

This XP VM I having the sound issue with was created as a Desktop.


you can:
less /var/log/vdsm/vdsm.log
and look for xml version to see the xml passed



John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Baldwin, John
Sent: Monday, November 19, 2012 9:48 AM
To: Itamar Heim
Cc: users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

Is there a debug and/or log that can be used to see what sound device is 
actually being created for the XP guest desktop VM that is having the sound 
issue?

John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Sunday, November 18, 2012 5:03 AM
To: Baldwin, John
Cc: Andrew Cathrow; users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

On 11/16/2012 09:48 PM, Baldwin, John wrote:

Here is the output of that command:

engine=# select * from vdc_options where option_name='DesktopAudioDeviceType';
   option_id |  option_name   | 
option_value
 | version
---++--+-
  54 | DesktopAudioDeviceType | default,ac97

 | 2.2
  55 | DesktopAudioDeviceType | 
WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,ac97,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6
 | 3.0
  56 | DesktopAudioDeviceType |
WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,ac97
,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6 | 3.1
(3 rows)


according to this, you should get ac97 for windows xp as well.



Note is used ovirt-dre repos (www.dreyou.org)  due to the fact this
is running on CentOS 6.3  x86_64

I did not have this issue when testing RHEV 3.0.  using oVirt due to tem 
license has expired on RHEV.

John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Friday, November 16, 2012 10:24 AM
To: Andrew Cathrow
Cc: Baldwin, John; users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

On 11/16/2012 05:10 PM, Andrew Cathrow wrote:

iirc an early version of oVirt configured the Intel hda sound card rather than 
ac97 for Windows XP and since coming doesn't have that driver you'd get this 
error.


iirc, that would be a config change, so should be easy to check.
can you please:

psql -U postgres -d engine
select * from vdc_options where option_name='DesktopAudioDeviceType';





Sent from Android email

Itamar Heim ih...@redhat.com wrote:

On 11/16/2012 04:46 PM, Baldwin, John wrote:

Having issue with a 32bit XP guest.   Sound device driver is not
configured. Sound device has the ? “Audio Device on High Definition
Audio Bus” defined.Driver ID is 1AF4 Red Hat Virtio.  No drivers
will load to this that I can find. I thought the ID would be listed
are a AC97 or Ensoniq.

Running oVirt Engine Version: 3.1.0-3.19.el6  Centos 6.3 64bit.   KVM
server is also Centos 6.3 64bit

/John Baldwin - Sr. UNIX Systems Administrator/






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



did you create a new Server or a new Desktop?

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




Confidential:  This electronic message and all contents contain
information from BayCare Health System which may be privileged,
confidential or otherwise protected from disclosure.  The information
is intended to be for the addressee only.  If you are not the
addressee, any disclosure, copy, distribution or use of the contents
of this message is prohibited.  If you have received this electronic
message in error, please notify the sender and destroy the original message and 
all copies.




Confidential:  This electronic message and all contents contain information 
from BayCare Health System which may be privileged, confidential or otherwise 
protected from disclosure.  The information is intended to be for the addressee 
only.  If you are not the addressee, any disclosure, copy, distribution or use 
of the contents of this message is prohibited.  If you have received this 
electronic message in error, please notify the sender and destroy the original 
message and all copies.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
Confidential:  This electronic message and all contents contain information
from BayCare Health System which may be privileged, 

Re: [Users] Testing oVirt nightly

2012-11-19 Thread Joop

Federico Simoncelli wrote:

- Original Message -
  
It looks like Joop is running vdsm on fc17 (from the rpm versions). I just
did a test-only build of vdsm-4.10.1 for fc17 that can be found here:   


http://fsimonce.fedorapeople.org/vdsm-3.2-f17/x86_64/

For fc18 there's already a build here (vdsm-4.10.1-1.gitgf2f6683.fc18):

http://koji.fedoraproject.org/koji/packageinfo?packageID=12944

I intend to do a newer build for fc18 in the next days (if that's what you
were asking).
  


I'll be  switching to FC18 to further test 3.2 functionality.
First impressions are that thing looks good and if I encounter problems 
I'll let you know, thanks for your patience with me.


Joop

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


[Users] oVirt Node keeps rebooting

2012-11-19 Thread EricD
*One of my oVirt Node keeps rebooting since I join the node to oVirt.

Here what I see if I issue TOP or IOTOP

There is a lot of :
*
qemu-kvm -S -M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0*

I don't have that much activity on the other oVirt node.

What do you suggest to verify ?


$ top*
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
24369 qemu  20   0 7108m 2.1g  10m S 86.5 13.4  16:21.26 qemu-kvm
23852 qemu  20   0 5621m 805m  10m S  1.3  5.0   0:40.05 qemu-kvm
23617 qemu  20   0 5114m 320m  10m S  1.0  2.0   0:25.69 qemu-kvm
 1516 vdsm  15  -5 1911m  39m 7736 S  0.7  0.2   0:21.12 vdsm
 1127 root  20   0 1014m  14m 7716 S  0.3  0.1   0:03.30 libvirtd
16141 root  20   0 15380 1404  936 R  0.3  0.0   0:00.10 top
1 root  20   0 65680  27m 2052 S  0.0  0.2   0:01.34 systemd

*
$ iotop*
Total DISK READ:  14.87 M/s | Total DISK WRITE:   8.79 K/s
  TID  PRIO  USER DISK READ  DISK WRITE  SWAPIN IOCOMMAND
29276 be/4 qemu  156.34 K/s0.00 B/s  0.00 %  3.70 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29118 be/4 qemu  375.21 K/s0.00 B/s  0.00 %  2.63 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29322 be/4 qemu  203.24 K/s0.00 B/s  0.00 %  2.62 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29263 be/4 qemu  250.14 K/s0.00 B/s  0.00 %  2.58 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29273 be/4 qemu  250.14 K/s0.00 B/s  0.00 %  2.40 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29262 be/4 qemu  312.68 K/s0.00 B/s  0.00 %  2.15 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29274 be/4 qemu   70.35 K/s0.00 B/s  0.00 %  1.91 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
28022 be/4 qemu  297.04 K/s0.00 B/s  0.00 %  1.82 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29298 be/4 qemu  171.97 K/s0.00 B/s  0.00 %  1.79 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29324 be/4 qemu  281.41 K/s0.00 B/s  0.00 %  1.78 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29117 be/4 qemu  187.61 K/s0.00 B/s  0.00 %  1.62 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
28024 be/4 qemu  379.12 K/s0.00 B/s  0.00 %  1.49 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29129 be/4 qemu  175.88 K/s0.00 B/s  0.00 %  1.31 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
25711 be/4 qemu  328.31 K/s0.00 B/s  0.00 %  1.22 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29127 be/4 qemu  297.04 K/s0.00 B/s  0.00 %  1.19 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29261 be/4 qemu  351.76 K/s0.00 B/s  0.00 %  1.16 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29116 be/4 qemu  328.31 K/s0.00 B/s  0.00 %  1.16 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29302 be/4 qemu  390.85 K/s0.00 B/s  0.00 %  1.16 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29277 be/4 qemu  281.41 K/s0.00 B/s  0.00 %  1.12 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29122 be/4 qemu   93.80 K/s0.00 B/s  0.00 %  1.10 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29260 be/4 qemu  265.78 K/s0.00 B/s  0.00 %  1.10 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29279 be/4 qemu  285.32 K/s0.00 B/s  0.00 %  1.09 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29112 be/4 qemu  343.95 K/s0.00 B/s  0.00 %  1.08 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29272 be/4 qemu  187.61 K/s0.00 B/s  0.00 %  1.04 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29264 be/4 qemu  179.79 K/s0.00 B/s  0.00 %  0.94 % qemu-kvm -S -M
pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29269 be/4 qemu 

[Users] How to efficiently share templates between datacenters which have local storages?

2012-11-19 Thread Adam Tkáč
Hello,

I use oVirt 3.1.0.

Does anyone have an idea how to efficiently share VM templates between
multiple datacenters which use local storages for VM images? I tried
two methods:

1. Add another cluster to local storage datacenter which failed with
oVirt error that this isn't allowed
2. Tried to create new NFS data domain but this isn't possible because
oVirt interface allows me to create only NFS export or NFS ISO domains
(not data domain)

So every time when I would like to use some template in other
datacenter, I have to export it to export domain and then import it in
other datacenter. This isn't optimal way because templates are
duplicated over datacenters. Duplication causes problems - when I want
to update template, I must update it and copy to all datacenters
again. And, of course, duplicated templates consume disk space.

Non-oVirt solution, when I manually export part of local storage of
one datacenter with templates via NFS and then mount it in other
datacenters is also ok but I'm not sure if it will work.

Thank you in advance for any advice.

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


Re: [Users] XP Guest Sound issue

2012-11-19 Thread Itamar Heim

On 11/19/2012 09:17 PM, Baldwin, John wrote:

Looking at the qemu process for that XP VM this is what is listed as the sound 
device:  -device intel-hda,id=sound0,bus=pci.0,addr=0x4
-device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0

This probably coincides that the listed Audio device  is the Audio Device on 
High Definition Audio Bus.

  I guess the qemu line should be showing a sound device as ac97 and NOT 
intel-hda??


true. just to make sure, what is the cluster level?
if it is 3.1, sounds like a bug.



John Baldwin - Sr. UNIX Systems Administrator


-Original Message-
From: Andrew Cathrow [mailto:acath...@redhat.com]
Sent: Monday, November 19, 2012 1:11 PM
To: Itamar Heim
Cc: users@ovirt.org; Baldwin, John
Subject: Re: [Users] XP Guest Sound issue



- Original Message -

From: Itamar Heim ih...@redhat.com
To: John Baldwin john.bald...@baycare.org
Cc: users@ovirt.org
Sent: Monday, November 19, 2012 11:31:41 AM
Subject: Re: [Users] XP Guest Sound issue

On 11/19/2012 06:12 PM, Baldwin, John wrote:

This XP VM I having the sound issue with was created as a Desktop.


you can:
less /var/log/vdsm/vdsm.log


or /var/log/libvirt/qemu/vm-name.log


and look for xml version to see the xml passed



John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On
Behalf Of Baldwin, John
Sent: Monday, November 19, 2012 9:48 AM
To: Itamar Heim
Cc: users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

Is there a debug and/or log that can be used to see what sound
device is actually being created for the XP guest desktop VM that is
having the sound issue?

John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Sunday, November 18, 2012 5:03 AM
To: Baldwin, John
Cc: Andrew Cathrow; users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

On 11/16/2012 09:48 PM, Baldwin, John wrote:

Here is the output of that command:

engine=# select * from vdc_options where
option_name='DesktopAudioDeviceType';
option_id |  option_name   |
option_value
|
version
---++--+-
   54 | DesktopAudioDeviceType | default,ac97

   |
   2.2
   55 | DesktopAudioDeviceType |
   
WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,ac97,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6
   | 3.0
   56 | DesktopAudioDeviceType |
WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,a
c97
,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6 | 3.1
(3 rows)


according to this, you should get ac97 for windows xp as well.



Note is used ovirt-dre repos (www.dreyou.org)  due to the fact
this is running on CentOS 6.3  x86_64

I did not have this issue when testing RHEV 3.0.  using oVirt due
to tem license has expired on RHEV.

John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Friday, November 16, 2012 10:24 AM
To: Andrew Cathrow
Cc: Baldwin, John; users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

On 11/16/2012 05:10 PM, Andrew Cathrow wrote:

iirc an early version of oVirt configured the Intel hda sound card
rather than ac97 for Windows XP and since coming doesn't have that
driver you'd get this error.


iirc, that would be a config change, so should be easy to check.
can you please:

psql -U postgres -d engine
select * from vdc_options where
option_name='DesktopAudioDeviceType';





Sent from Android email

Itamar Heim ih...@redhat.com wrote:

On 11/16/2012 04:46 PM, Baldwin, John wrote:

Having issue with a 32bit XP guest.   Sound device driver is not
configured. Sound device has the ? “Audio Device on High
Definition
Audio Bus” defined.Driver ID is 1AF4 Red Hat Virtio.  No
drivers
will load to this that I can find. I thought the ID would be
listed are a AC97 or Ensoniq.

Running oVirt Engine Version: 3.1.0-3.19.el6  Centos 6.3 64bit.
   KVM
server is also Centos 6.3 64bit

/John Baldwin - Sr. UNIX Systems Administrator/






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



did you create a new Server or a new Desktop?

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




Confidential:  This electronic message and all contents contain
information from BayCare Health System which may be privileged,
confidential or otherwise protected from 

Re: [Users] XP Guest Sound issue

2012-11-19 Thread Andrew Cathrow


- Original Message -
 From: John Baldwin john.bald...@baycare.org
 To: Andrew Cathrow acath...@redhat.com, Itamar Heim ih...@redhat.com
 Cc: users@ovirt.org
 Sent: Monday, November 19, 2012 2:17:20 PM
 Subject: RE: [Users] XP Guest Sound issue
 
 Looking at the qemu process for that XP VM this is what is listed as
 the sound device:  -device intel-hda,id=sound0,bus=pci.0,addr=0x4
 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0
 
 This probably coincides that the listed Audio device  is the Audio
 Device on High Definition Audio Bus.
 
  I guess the qemu line should be showing a sound device as ac97 and
  NOT intel-hda??

that's right - you should see ac97.

Looks like the issue was fixed here http://gerrit.ovirt.org/#/c/7451/




 
 John Baldwin - Sr. UNIX Systems Administrator
 
 
 -Original Message-
 From: Andrew Cathrow [mailto:acath...@redhat.com]
 Sent: Monday, November 19, 2012 1:11 PM
 To: Itamar Heim
 Cc: users@ovirt.org; Baldwin, John
 Subject: Re: [Users] XP Guest Sound issue
 
 
 
 - Original Message -
  From: Itamar Heim ih...@redhat.com
  To: John Baldwin john.bald...@baycare.org
  Cc: users@ovirt.org
  Sent: Monday, November 19, 2012 11:31:41 AM
  Subject: Re: [Users] XP Guest Sound issue
  
  On 11/19/2012 06:12 PM, Baldwin, John wrote:
   This XP VM I having the sound issue with was created as a
   Desktop.
  
  you can:
  less /var/log/vdsm/vdsm.log
 
 or /var/log/libvirt/qemu/vm-name.log
 
  and look for xml version to see the xml passed
  
  
   John Baldwin - Sr. UNIX Systems Administrator
  
   -Original Message-
   From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On
   Behalf Of Baldwin, John
   Sent: Monday, November 19, 2012 9:48 AM
   To: Itamar Heim
   Cc: users@ovirt.org
   Subject: Re: [Users] XP Guest Sound issue
  
   Is there a debug and/or log that can be used to see what sound
   device is actually being created for the XP guest desktop VM that
   is
   having the sound issue?
  
   John Baldwin - Sr. UNIX Systems Administrator
  
   -Original Message-
   From: Itamar Heim [mailto:ih...@redhat.com]
   Sent: Sunday, November 18, 2012 5:03 AM
   To: Baldwin, John
   Cc: Andrew Cathrow; users@ovirt.org
   Subject: Re: [Users] XP Guest Sound issue
  
   On 11/16/2012 09:48 PM, Baldwin, John wrote:
   Here is the output of that command:
  
   engine=# select * from vdc_options where
   option_name='DesktopAudioDeviceType';
  option_id |  option_name   |
  option_value
  |
  version
   ---++--+-
 54 | DesktopAudioDeviceType | default,ac97

|
 2.2
 55 | DesktopAudioDeviceType |
 
   WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,ac97,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6
 | 3.0
 56 | DesktopAudioDeviceType |
   WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,a
   c97
   ,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6 | 3.1
   (3 rows)
  
   according to this, you should get ac97 for windows xp as well.
  
  
   Note is used ovirt-dre repos (www.dreyou.org)  due to the fact
   this is running on CentOS 6.3  x86_64
  
   I did not have this issue when testing RHEV 3.0.  using oVirt
   due
   to tem license has expired on RHEV.
  
   John Baldwin - Sr. UNIX Systems Administrator
  
   -Original Message-
   From: Itamar Heim [mailto:ih...@redhat.com]
   Sent: Friday, November 16, 2012 10:24 AM
   To: Andrew Cathrow
   Cc: Baldwin, John; users@ovirt.org
   Subject: Re: [Users] XP Guest Sound issue
  
   On 11/16/2012 05:10 PM, Andrew Cathrow wrote:
   iirc an early version of oVirt configured the Intel hda sound
   card
   rather than ac97 for Windows XP and since coming doesn't have
   that
   driver you'd get this error.
  
   iirc, that would be a config change, so should be easy to check.
   can you please:
  
   psql -U postgres -d engine
   select * from vdc_options where
   option_name='DesktopAudioDeviceType';
  
  
  
  
   Sent from Android email
  
   Itamar Heim ih...@redhat.com wrote:
  
   On 11/16/2012 04:46 PM, Baldwin, John wrote:
   Having issue with a 32bit XP guest.   Sound device driver is
   not
   configured. Sound device has the ? “Audio Device on High
   Definition
   Audio Bus” defined.Driver ID is 1AF4 Red Hat Virtio.  No
   drivers
   will load to this that I can find. I thought the ID would be
   listed are a AC97 or Ensoniq.
  
   Running oVirt Engine Version: 3.1.0-3.19.el6  Centos 6.3
   64bit.
 KVM
   server is also Centos 

Re: [Users] oVirt Node keeps rebooting

2012-11-19 Thread Itamar Heim

On 11/19/2012 07:31 PM, EricD wrote:

*One of my oVirt Node keeps rebooting since I join the node to oVirt.

Here what I see if I issue TOP or IOTOP

There is a lot of :
*
qemu-kvm -S -M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0*

I don't have that much activity on the other oVirt node.

What do you suggest to verify ?


$ top*
   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
24369 qemu  20   0 7108m 2.1g  10m S 86.5 13.4  16:21.26 qemu-kvm
23852 qemu  20   0 5621m 805m  10m S  1.3  5.0   0:40.05 qemu-kvm
23617 qemu  20   0 5114m 320m  10m S  1.0  2.0   0:25.69 qemu-kvm
  1516 vdsm  15  -5 1911m  39m 7736 S  0.7  0.2   0:21.12 vdsm
  1127 root  20   0 1014m  14m 7716 S  0.3  0.1   0:03.30 libvirtd
16141 root  20   0 15380 1404  936 R  0.3  0.0   0:00.10 top
 1 root  20   0 65680  27m 2052 S  0.0  0.2   0:01.34 systemd

*
$ iotop*
Total DISK READ:  14.87 M/s | Total DISK WRITE:   8.79 K/s
   TID  PRIO  USER DISK READ  DISK WRITE  SWAPIN IOCOMMAND
29276 be/4 qemu  156.34 K/s0.00 B/s  0.00 %  3.70 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29118 be/4 qemu  375.21 K/s0.00 B/s  0.00 %  2.63 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29322 be/4 qemu  203.24 K/s0.00 B/s  0.00 %  2.62 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29263 be/4 qemu  250.14 K/s0.00 B/s  0.00 %  2.58 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29273 be/4 qemu  250.14 K/s0.00 B/s  0.00 %  2.40 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29262 be/4 qemu  312.68 K/s0.00 B/s  0.00 %  2.15 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29274 be/4 qemu   70.35 K/s0.00 B/s  0.00 %  1.91 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
28022 be/4 qemu  297.04 K/s0.00 B/s  0.00 %  1.82 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29298 be/4 qemu  171.97 K/s0.00 B/s  0.00 %  1.79 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29324 be/4 qemu  281.41 K/s0.00 B/s  0.00 %  1.78 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29117 be/4 qemu  187.61 K/s0.00 B/s  0.00 %  1.62 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
28024 be/4 qemu  379.12 K/s0.00 B/s  0.00 %  1.49 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29129 be/4 qemu  175.88 K/s0.00 B/s  0.00 %  1.31 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
25711 be/4 qemu  328.31 K/s0.00 B/s  0.00 %  1.22 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29127 be/4 qemu  297.04 K/s0.00 B/s  0.00 %  1.19 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29261 be/4 qemu  351.76 K/s0.00 B/s  0.00 %  1.16 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29116 be/4 qemu  328.31 K/s0.00 B/s  0.00 %  1.16 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29302 be/4 qemu  390.85 K/s0.00 B/s  0.00 %  1.16 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29277 be/4 qemu  281.41 K/s0.00 B/s  0.00 %  1.12 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29122 be/4 qemu   93.80 K/s0.00 B/s  0.00 %  1.10 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29260 be/4 qemu  265.78 K/s0.00 B/s  0.00 %  1.10 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29279 be/4 qemu  285.32 K/s0.00 B/s  0.00 %  1.09 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29112 be/4 qemu  343.95 K/s0.00 B/s  0.00 %  1.08 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29272 be/4 qemu  187.61 K/s0.00 B/s  0.00 %  1.04 % qemu-kvm -S
-M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
29264 be/4 qemu  179.79 K/s0.00 B/s  0.00 %  0.94 % qemu-kvm -S
-M pc-0.14 -cpu

Re: [Users] I don't know how to add AD users

2012-11-19 Thread Itamar Heim

On 11/19/2012 11:29 AM, Vinzenz Feenstra wrote:

On 11/19/2012 10:01 AM, Cristian Falcas wrote:

Hi,

I'm trying to add some users to ovirt using an AD.

This is the configuration I used for a mediawiki site, which is
working correctly:
$wgAuth = new LdapAuthenticationPlugin();
$wgLDAPUseLocal = true;
$wgLDAPDomainNames = array( a_domain);
$wgLDAPServerNames = array( a_domain=site.example.com
http://site.example.com);
$wgLDAPEncryptionType = array( a_domain=clear);
$wgLDAPSearchStrings = array( a_domain=rom_domain\\USER-NAME);
$wgLDAPBaseDNs = array( a_domain=dc=company,dc=com);

Those are the commands I tried using:
engine-manage-domains -action=add -domain=site.example.com
http://site.example.com -provider=ActiveDirectory -user=user.name
http://user.name -interactive

engine-manage-domains -action=add -domain=a_domain
-provider=ActiveDirectory -user=user.n...@company.com
mailto:user.n...@company.com -interactive

engine-manage-domains -action=add -domain=a_domain
-provider=ActiveDirectory -user=user.n...@site.example.com
mailto:user.n...@site.example.com -interactive



You don't add an user this way. You add the domain. You have to pass the
domain admin user and the domain admin password.


any domain user will do, doesn't have to be an admin.
what does the log say?


Then you can use the domain within the engine. e.g. search users, add
access rights for vms etc.
Even login to the engine and assigning rights within the engine you can
handle from the engine itself.

Regards,

And the output on all tries:
Enter password:

Error: Authentication Failed. Please verify the fully qualified domain
name that is used for authentication is correct.. Problematic domain
is: domain_used_in_command
Failure while applying Kerberos configuration. Details: Authentication
Failed. Please verify the fully qualified domain name that is used for
authentication is correct.

Can someone help me with the correct parameters?


Best regards,
Cristian Falcas


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



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R  D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com



___
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: [Users] oVirt Node keeps rebooting

2012-11-19 Thread EricD
Not sure to understand your question.

Hope this will answer :
I check under the Host tab.
I have 2 oVirt Nodes and they both have the SPM value under SpmStatus.


2012/11/19 Itamar Heim ih...@redhat.com

 On 11/19/2012 07:31 PM, EricD wrote:

 *One of my oVirt Node keeps rebooting since I join the node to oVirt.


 Here what I see if I issue TOP or IOTOP

 There is a lot of :
 *
 qemu-kvm -S -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0*


 I don't have that much activity on the other oVirt node.

 What do you suggest to verify ?


 $ top*

PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 24369 qemu  20   0 7108m 2.1g  10m S 86.5 13.4  16:21.26 qemu-kvm
 23852 qemu  20   0 5621m 805m  10m S  1.3  5.0   0:40.05 qemu-kvm
 23617 qemu  20   0 5114m 320m  10m S  1.0  2.0   0:25.69 qemu-kvm
   1516 vdsm  15  -5 1911m  39m 7736 S  0.7  0.2   0:21.12 vdsm
   1127 root  20   0 1014m  14m 7716 S  0.3  0.1   0:03.30 libvirtd
 16141 root  20   0 15380 1404  936 R  0.3  0.0   0:00.10 top
  1 root  20   0 65680  27m 2052 S  0.0  0.2   0:01.34 systemd

 *
 $ iotop*

 Total DISK READ:  14.87 M/s | Total DISK WRITE:   8.79 K/s
TID  PRIO  USER DISK READ  DISK WRITE  SWAPIN IOCOMMAND
 29276 be/4 qemu  156.34 K/s0.00 B/s  0.00 %  3.70 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29118 be/4 qemu  375.21 K/s0.00 B/s  0.00 %  2.63 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29322 be/4 qemu  203.24 K/s0.00 B/s  0.00 %  2.62 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29263 be/4 qemu  250.14 K/s0.00 B/s  0.00 %  2.58 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29273 be/4 qemu  250.14 K/s0.00 B/s  0.00 %  2.40 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29262 be/4 qemu  312.68 K/s0.00 B/s  0.00 %  2.15 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29274 be/4 qemu   70.35 K/s0.00 B/s  0.00 %  1.91 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 28022 be/4 qemu  297.04 K/s0.00 B/s  0.00 %  1.82 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29298 be/4 qemu  171.97 K/s0.00 B/s  0.00 %  1.79 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29324 be/4 qemu  281.41 K/s0.00 B/s  0.00 %  1.78 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29117 be/4 qemu  187.61 K/s0.00 B/s  0.00 %  1.62 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 28024 be/4 qemu  379.12 K/s0.00 B/s  0.00 %  1.49 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29129 be/4 qemu  175.88 K/s0.00 B/s  0.00 %  1.31 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 25711 be/4 qemu  328.31 K/s0.00 B/s  0.00 %  1.22 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29127 be/4 qemu  297.04 K/s0.00 B/s  0.00 %  1.19 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29261 be/4 qemu  351.76 K/s0.00 B/s  0.00 %  1.16 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29116 be/4 qemu  328.31 K/s0.00 B/s  0.00 %  1.16 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29302 be/4 qemu  390.85 K/s0.00 B/s  0.00 %  1.16 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29277 be/4 qemu  281.41 K/s0.00 B/s  0.00 %  1.12 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29122 be/4 qemu   93.80 K/s0.00 B/s  0.00 %  1.10 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29260 be/4 qemu  265.78 K/s0.00 B/s  0.00 %  1.10 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29279 be/4 qemu  285.32 K/s0.00 B/s  0.00 %  1.09 % qemu-kvm -S
 -M pc-0.14 -cpu
 kvm64,+lahf_lm,+ssse~irtio-**balloon-pci,id=balloon0,bus=**pci.0,addr=0x6
 29112 be/4 qemu  343.95 K/s0.00 B/s  0.00 %  1.08 % 

Re: [Users] oVirt Node keeps rebooting

2012-11-19 Thread Itamar Heim

On 11/19/2012 11:19 PM, EricD wrote:

Not sure to understand your question.

Hope this will answer :
I check under the Host tab.
I have 2 oVirt Nodes and they both have the SPM value under SpmStatus.


i assume they are in different data centers?
anything in vdsm logs?
in /var/log/vdsm/spm-lock.log on the rebooting node?




2012/11/19 Itamar Heim ih...@redhat.com mailto:ih...@redhat.com

On 11/19/2012 07:31 PM, EricD wrote:

*One of my oVirt Node keeps rebooting since I join the node to
oVirt.


Here what I see if I issue TOP or IOTOP

There is a lot of :
*
qemu-kvm -S -M pc-0.14 -cpu
kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0*


I don't have that much activity on the other oVirt node.

What do you suggest to verify ?


$ top*

PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+
  COMMAND
24369 qemu  20   0 7108m 2.1g  10m S 86.5 13.4  16:21.26
qemu-kvm
23852 qemu  20   0 5621m 805m  10m S  1.3  5.0   0:40.05
qemu-kvm
23617 qemu  20   0 5114m 320m  10m S  1.0  2.0   0:25.69
qemu-kvm
   1516 vdsm  15  -5 1911m  39m 7736 S  0.7  0.2   0:21.12 vdsm
   1127 root  20   0 1014m  14m 7716 S  0.3  0.1   0:03.30
libvirtd
16141 root  20   0 15380 1404  936 R  0.3  0.0   0:00.10 top
  1 root  20   0 65680  27m 2052 S  0.0  0.2   0:01.34
systemd

*
$ iotop*

Total DISK READ:  14.87 M/s | Total DISK WRITE:   8.79 K/s
TID  PRIO  USER DISK READ  DISK WRITE  SWAPIN IO
  COMMAND
29276 be/4 qemu  156.34 K/s0.00 B/s  0.00 %  3.70 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29118 be/4 qemu  375.21 K/s0.00 B/s  0.00 %  2.63 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29322 be/4 qemu  203.24 K/s0.00 B/s  0.00 %  2.62 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29263 be/4 qemu  250.14 K/s0.00 B/s  0.00 %  2.58 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29273 be/4 qemu  250.14 K/s0.00 B/s  0.00 %  2.40 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29262 be/4 qemu  312.68 K/s0.00 B/s  0.00 %  2.15 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29274 be/4 qemu   70.35 K/s0.00 B/s  0.00 %  1.91 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
28022 be/4 qemu  297.04 K/s0.00 B/s  0.00 %  1.82 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29298 be/4 qemu  171.97 K/s0.00 B/s  0.00 %  1.79 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29324 be/4 qemu  281.41 K/s0.00 B/s  0.00 %  1.78 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29117 be/4 qemu  187.61 K/s0.00 B/s  0.00 %  1.62 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
28024 be/4 qemu  379.12 K/s0.00 B/s  0.00 %  1.49 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29129 be/4 qemu  175.88 K/s0.00 B/s  0.00 %  1.31 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
25711 be/4 qemu  328.31 K/s0.00 B/s  0.00 %  1.22 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29127 be/4 qemu  297.04 K/s0.00 B/s  0.00 %  1.19 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29261 be/4 qemu  351.76 K/s0.00 B/s  0.00 %  1.16 %
qemu-kvm -S
-M pc-0.14 -cpu

kvm64,+lahf_lm,+ssse~irtio-__balloon-pci,id=balloon0,bus=__pci.0,addr=0x6
29116 be/4 qemu  328.31 K/s0.00 B/s  0.00 %  1.16 %
qemu-kvm -S
-M pc-0.14 -cpu


Re: [Users] oVirt Node keeps rebooting

2012-11-19 Thread EricD
[2012-11-18 15:20:08] Protecting spm lock for vdsm pid 1343
[2012-11-18 15:20:08] Trying to acquire lease -
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
id=1000 lease_time_ms
=6 io_op_to_ms=1
[2012-11-18 15:20:28] Lease acquired
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1000
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
TS=1353270008160373
[2012-11-18 15:20:28] Protecting spm lock for vdsm pid 1343
[2012-11-18 15:20:28] Started renewal process (pid=1912) for
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1000
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
[2012-11-18 15:20:30] Stopping lease for pool:
f0071c9b-cbe2-4555-9ae0-279031764a99 pgrps: -1912
User defined signal 1
[2012-11-18 15:20:30] releasing lease
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1000
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
[2012-11-18 15:20:33] Protecting spm lock for vdsm pid 1343
[2012-11-18 15:20:33] Trying to acquire lease -
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
id=1 lease_time_ms=60
000 io_op_to_ms=1
[2012-11-18 15:20:53] Lease acquired
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
TS=1353270033749998
[2012-11-18 15:20:53] Protecting spm lock for vdsm pid 1343
[2012-11-18 15:20:53] Started renewal process (pid=2072) for
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
[2012-11-18 16:19:09] Protecting spm lock for vdsm pid 1343
[2012-11-18 16:19:09] Trying to acquire lease -
spUUID=8862496a-f326-46cf-8085-7ff982f985da
lease_file=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md/leases
id=1 lease_
time_ms=5000 io_op_to_ms=1000
[2012-11-18 16:19:11] Lease acquired
spUUID=8862496a-f326-46cf-8085-7ff982f985da id=1
lease_path=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md/leases,
TS=1353273549413
059
[2012-11-18 16:19:11] Protecting spm lock for vdsm pid 1343
[2012-11-18 16:19:11] Started renewal process (pid=25101) for
spUUID=8862496a-f326-46cf-8085-7ff982f985da id=1
lease_path=/rhev/data-center/mnt/10.10.0.200:
_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md
/leases
[2012-11-18 16:19:13] Stopping lease for pool:
8862496a-f326-46cf-8085-7ff982f985da pgrps: -25101
User defined signal 1
[2012-11-18 16:19:13] releasing lease
spUUID=8862496a-f326-46cf-8085-7ff982f985da id=1
lease_path=/rhev/data-center/mnt/10.10.0.200:
_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md/leases
[2012-11-18 18:51:27] Protecting spm lock for vdsm pid 1495
[2012-11-18 18:51:27] Trying to acquire lease -
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
id=1 lease_time_ms=60
000 io_op_to_ms=1
[2012-11-18 18:53:47] Lease acquired
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
TS=1353282807712736
[2012-11-18 18:53:47] Protecting spm lock for vdsm pid 1495
[2012-11-18 18:53:47] Started renewal process (pid=2338) for
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
[2012-11-18 20:17:10] Protecting spm lock for vdsm pid 1492
[2012-11-18 20:17:10] Trying to acquire lease -
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
id=1 lease_time_ms=60
000 io_op_to_ms=1
[2012-11-18 20:19:30] Lease acquired
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
TS=1353287950366393
[2012-11-18 20:19:30] Protecting spm lock for vdsm pid 1492
[2012-11-18 20:19:30] Started renewal process (pid=2182) for
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
[2012-11-19 11:34:48] Protecting spm lock for vdsm pid 1516
[2012-11-19 11:34:48] Trying to acquire lease -
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
id=1 lease_time_ms=60
000 io_op_to_ms=1
[2012-11-19 11:37:08] Lease acquired
spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
TS=1353343008455126
[2012-11-19 11:37:08] Protecting spm lock for vdsm pid 1516
[2012-11-19 11:37:08] Started renewal process (pid=2184) for

Re: [Users] power management issues

2012-11-19 Thread Eli Mesika


- Original Message -
 From: Jonathan Horne jho...@skopos.us
 To: users@ovirt.org
 Sent: Monday, November 19, 2012 4:54:04 PM
 Subject: Re: [Users] power management issues
 
 Del 2950s are equipped with DRAC5, so I set it for drac5 in the web
 UI.

Looking at the fence_drac5 man page , I see that he has a login_timeout option :
from the man page:
**
login_timeout
  Wait X seconds for cmd prompt after login (Default Value: 5)
**

As you see , the default is 5 seconds , so I really suspect this may be a 
timeout problem since all the authentication data is valid.
Please try to put in the options field for Power Management : login_timeout=30 
and check if the problem is resolved.


 
 
 
 
 On 11/19/12 8:51 AM, Eli Mesika emes...@redhat.com wrote:
 
 
 
 - Original Message -
  From: Jonathan Horne jho...@skopos.us
  To: users@ovirt.org
  Sent: Monday, November 19, 2012 4:04:08 PM
  Subject: [Users] power management issues
 
 
 
 
 
  I am gearing up to deploy this to our production environment soon.
  I
  am not using the servers that will be the production deployment,
  but
  they are vaguely similar. My 3 test machines are 3 Dell 2950s.
 
 
  I have done several builds and then tear down the whole thing and
  start over to ensure that I understand the whole process. Random
  builds, I get power management working,
 
 Jonathan, which Power Management agent are you using (i.e. apc, rsa
 ...)
 
  and sometimes I get power
  management test failed unable to log into fencing device
 
 Since this message is returned from vdsm , ccing danken
 
 safe to
  say I am using identical PM settings from build to build. my ovirt
  manager system is running fence-agents-3.1.10-1.fc17.x86_64 which
  appears to be the latest, is there some other piece I might be
  missing that completes this functionality?
 
 
  Thanks,
  jonathan
 
 
 
 
 
  This is a PRIVATE message. If you are not the intended recipient,
  please delete without copying and kindly advise us by e-mail of
  the
  mistake in delivery. NOTE: Regardless of content, this e-mail
  shall
  not operate to bind SKOPOS to any order or other contract unless
  pursuant to explicit written agreement or government initiative
  expressly permitting the use of e-mail for such purpose.
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
 
 
 This is a PRIVATE message. If you are not the intended recipient,
 please delete without copying and kindly advise us by e-mail of the
 mistake in delivery. NOTE: Regardless of content, this e-mail shall
 not operate to bind SKOPOS to any order or other contract unless
 pursuant to explicit written agreement or government initiative
 expressly permitting the use of e-mail for such purpose.
 ___
 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: [Users] I don't know how to add AD users

2012-11-19 Thread Cristian Falcas
On Mon, Nov 19, 2012 at 10:53 PM, Itamar Heim ih...@redhat.com wrote:

 On 11/19/2012 11:29 AM, Vinzenz Feenstra wrote:

 On 11/19/2012 10:01 AM, Cristian Falcas wrote:

 Hi,

 I'm trying to add some users to ovirt using an AD.

 This is the configuration I used for a mediawiki site, which is
 working correctly:
 $wgAuth = new LdapAuthenticationPlugin();
 $wgLDAPUseLocal = true;
 $wgLDAPDomainNames = array( a_domain);
 $wgLDAPServerNames = array( a_domain=site.example.com
 http://site.example.com);

 $wgLDAPEncryptionType = array( a_domain=clear);
 $wgLDAPSearchStrings = array( a_domain=rom_domain\\USER-**NAME);
 $wgLDAPBaseDNs = array( a_domain=dc=company,dc=**com);

 Those are the commands I tried using:
 engine-manage-domains -action=add -domain=site.example.com
 http://site.example.com -provider=ActiveDirectory -user=user.name
 http://user.name -interactive


 engine-manage-domains -action=add -domain=a_domain
 -provider=ActiveDirectory -user=user.n...@company.com
 mailto:user.n...@company.com -interactive


 engine-manage-domains -action=add -domain=a_domain
 -provider=ActiveDirectory 
 -user=user.name@site.example.**comuser.n...@site.example.com
 mailto:user.name@site.**example.com user.n...@site.example.com
 -interactive


  You don't add an user this way. You add the domain. You have to pass the
 domain admin user and the domain admin password.


 any domain user will do, doesn't have to be an admin.
 what does the log say?


  Then you can use the domain within the engine. e.g. search users, add
 access rights for vms etc.
 Even login to the engine and assigning rights within the engine you can
 handle from the engine itself.

 Regards,

 And the output on all tries:
 Enter password:

 Error: Authentication Failed. Please verify the fully qualified domain
 name that is used for authentication is correct.. Problematic domain
 is: domain_used_in_command
 Failure while applying Kerberos configuration. Details: Authentication
 Failed. Please verify the fully qualified domain name that is used for
 authentication is correct.

 Can someone help me with the correct parameters?


 Best regards,
 Cristian Falcas


 __**_
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/**mailman/listinfo/usershttp://lists.ovirt.org/mailman/listinfo/users



 --
 Regards,

 Vinzenz Feenstra | Senior Software Engineer
 RedHat Engineering Virtualization R  D
 Phone: +420 532 294 625
 IRC: vfeenstr or evilissimo

 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com



 __**_
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/**mailman/listinfo/usershttp://lists.ovirt.org/mailman/listinfo/users



 __**_
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/**mailman/listinfo/usershttp://lists.ovirt.org/mailman/listinfo/users




Hi,

This is the command I used (the same error is with -interactive parameter):

engine-manage-domains -action=add
-domain=example.com-provider=ActiveDirectory
-user=user.name@a_domain-passwordFile=/tmp/pass

[root@localhost ~]# cat /tmp/pass
qwerty[root@localhost ~]#

This is the log:

2012-11-20 00:30:40,443 INFO
[org.ovirt.engine.core.utils.kerberos.ManageDomains] Creating kerberos
configuration for domain(s): example.com
2012-11-20 00:30:40,525 INFO
[org.ovirt.engine.core.utils.kerberos.ManageDomains] Successfully created
kerberos configuration for domain(s): example.com
2012-11-20 00:30:40,526 INFO
[org.ovirt.engine.core.utils.kerberos.ManageDomains] Testing kerberos
configuration for domain: example.com
2012-11-20 00:30:40,830 ERROR
[org.ovirt.engine.core.utils.kerberos.KerberosConfigCheck] Error:
exception message: Cannot locate KDC
2012-11-20 00:30:40,851 ERROR
[org.ovirt.engine.core.utils.kerberos.ManageDomains] Failure while testing
domain example.com. Details: Kerberos error. Please check log for further
details.

This is the ldapsearch command that works (it retrieves users) from the
same machine:

ldapsearch -H ldap://example.com -b dc=example,dc=com -D
user.name@a_domain-w qwerty


Best regards,
Cristian Falcas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] I don't know how to add AD users

2012-11-19 Thread Cristian Falcas
On Tue, Nov 20, 2012 at 9:42 AM, Yair Zaslavsky yzasl...@redhat.com wrote:



 On 11/20/2012 09:05 AM, Cristian Falcas wrote:




 On Tue, Nov 20, 2012 at 8:36 AM, Yair Zaslavsky yzasl...@redhat.com
 mailto:yzasl...@redhat.com wrote:



 On 11/20/2012 12:39 AM, Cristian Falcas wrote:



 On Mon, Nov 19, 2012 at 10:53 PM, Itamar Heim ih...@redhat.com
 mailto:ih...@redhat.com
 mailto:ih...@redhat.com mailto:ih...@redhat.com wrote:

  On 11/19/2012 11:29 AM, Vinzenz Feenstra wrote:

  On 11/19/2012 10:01 AM, Cristian Falcas wrote:

  Hi,

  I'm trying to add some users to ovirt using an AD.

  This is the configuration I used for a mediawiki
 site, which is
  working correctly:
  $wgAuth = new LdapAuthenticationPlugin();
  $wgLDAPUseLocal = true;
  $wgLDAPDomainNames = array( a_domain);
  $wgLDAPServerNames = array(
 a_domain=site.example.com http://site.example.com
  http://site.example.com
  http://site.example.com);

  $wgLDAPEncryptionType = array( a_domain=clear);
  $wgLDAPSearchStrings = array(
  a_domain=rom_domain\\USER-**NAME);
  $wgLDAPBaseDNs = array(
 a_domain=dc=company,dc=___**_com);



  Those are the commands I tried using:
  engine-manage-domains -action=add
 -domain=site.example.com http://site.example.com
  http://site.example.com
  http://site.example.com -provider=ActiveDirectory
  -user=user.name http://user.name http://user.name
 
  http://user.name -interactive


  engine-manage-domains -action=add -domain=a_domain
  -provider=ActiveDirectory
 -user=user.n...@company.com mailto:user.n...@company.com
  mailto:user.n...@company.com
 mailto:user.n...@company.com**
  mailto:user.n...@company.com
 mailto:user.n...@company.com

  mailto:user.n...@company.com
 mailto:user.n...@company.com**__ -interactive


  engine-manage-domains -action=add -domain=a_domain
  -provider=ActiveDirectory
 -user=user.name@site.example._**___com
  
 mailto:user.name@site.__examp**le.comhttp://example.com
 mailto:user.name@site.**example.com user.n...@site.example.com
 
  mailto:user.name@site.
 mailto:user.name@site.__exam**p__le.com http://examp__le.com
 http://example.com


  
 mailto:user.name@site.__examp**le.comhttp://example.com
 mailto:user.name@site.**example.com user.n...@site.example.com
 -interactive


  You don't add an user this way. You add the domain. You
 have to
  pass the
  domain admin user and the domain admin password.


  any domain user will do, doesn't have to be an admin.
  what does the log say?


  Then you can use the domain within the engine. e.g.
 search
  users, add
  access rights for vms etc.
  Even login to the engine and assigning rights within
 the engine
  you can
  handle from the engine itself.

  Regards,

  And the output on all tries:
  Enter password:

  Error: Authentication Failed. Please verify the fully
  qualified domain
  name that is used for authentication is correct..
  Problematic domain
  is: domain_used_in_command
  Failure while applying Kerberos configuration.
 Details:
  Authentication
  Failed. Please verify the fully qualified domain
 name that
  is used for
  authentication is correct.

  Can someone help me with the correct parameters?


  Best regards,
  Cristian Falcas


  __**
 _
  Users mailing list
 Users@ovirt.org mailto:Users@ovirt.org mailto:Users@ovirt.org
 mailto:Users@ovirt.org
 
 http://lists.ovirt.org/**mailman/listinfo/usershttp://lists.ovirt.org/mailman/listinfo/users
 
 http://lists.ovirt.org/__**mailman/listinfo/usershttp://lists.ovirt.org/__mailman/listinfo/users
 


  
 

Re: [Users] I don't know how to add AD users

2012-11-19 Thread Itamar Heim

On 11/20/2012 09:56 AM, Cristian Falcas wrote:




On Tue, Nov 20, 2012 at 9:42 AM, Yair Zaslavsky yzasl...@redhat.com
mailto:yzasl...@redhat.com wrote:



On 11/20/2012 09:05 AM, Cristian Falcas wrote:




On Tue, Nov 20, 2012 at 8:36 AM, Yair Zaslavsky
yzasl...@redhat.com mailto:yzasl...@redhat.com
mailto:yzasl...@redhat.com mailto:yzasl...@redhat.com wrote:



 On 11/20/2012 12:39 AM, Cristian Falcas wrote:



 On Mon, Nov 19, 2012 at 10:53 PM, Itamar Heim
ih...@redhat.com mailto:ih...@redhat.com
 mailto:ih...@redhat.com mailto:ih...@redhat.com
 mailto:ih...@redhat.com mailto:ih...@redhat.com
mailto:ih...@redhat.com mailto:ih...@redhat.com wrote:

  On 11/19/2012 11:29 AM, Vinzenz Feenstra wrote:

  On 11/19/2012 10:01 AM, Cristian Falcas wrote:

  Hi,

  I'm trying to add some users to ovirt
using an AD.

  This is the configuration I used for a
mediawiki
 site, which is
  working correctly:
  $wgAuth = new LdapAuthenticationPlugin();
  $wgLDAPUseLocal = true;
  $wgLDAPDomainNames = array( a_domain);
  $wgLDAPServerNames = array(
 a_domain=site.example.com http://site.example.com
http://site.example.com
  http://site.example.com
  http://site.example.com);

  $wgLDAPEncryptionType = array(
a_domain=clear);
  $wgLDAPSearchStrings = array(
  a_domain=rom_domain\\USER-__NAME);
  $wgLDAPBaseDNs = array(
 a_domain=dc=company,dc=__com);



  Those are the commands I tried using:
  engine-manage-domains -action=add
 -domain=site.example.com http://site.example.com
http://site.example.com
  http://site.example.com
  http://site.example.com
-provider=ActiveDirectory
  -user=user.name http://user.name
http://user.name http://user.name
  http://user.name -interactive


  engine-manage-domains -action=add
-domain=a_domain
  -provider=ActiveDirectory
 -user=user.n...@company.com
mailto:user.n...@company.com mailto:user.n...@company.com
mailto:user.n...@company.com
  mailto:user.n...@company.com
mailto:user.n...@company.com
 mailto:user.n...@company.com
mailto:user.n...@company.com__
  mailto:user.n...@company.com
mailto:user.n...@company.com
 mailto:user.n...@company.com
mailto:user.n...@company.com

  mailto:user.n...@company.com
mailto:user.n...@company.com
 mailto:user.n...@company.com
mailto:user.n...@company.com -interactive


  engine-manage-domains -action=add
-domain=a_domain
  -provider=ActiveDirectory
 -user=user.name@site.example.__com
  mailto:user.name@site.
mailto:user.name@site.__examp__le.com http://example.com
 mailto:user.name@site.__example.com
mailto:user.n...@site.example.com
  mailto:user.name@site
mailto:user.name@site.
 mailto:user.name@site
mailto:user.name@site.__exam__p__le.com
http://examp__le.com http://example.com


  mailto:user.name@site.
mailto:user.name@site.__examp__le.com http://example.com
 mailto:user.name@site.__example.com
mailto:user.n...@site.example.com -interactive


  You don't add an user this way. You add the
domain. You
 have to
  pass the
  domain admin user and the domain admin password.


  any domain user will do, doesn't have to be an admin.
  what does the log say?


  Then you can use the domain within the engine.
e.g. search
  users, add
  access rights for vms etc.
  Even login to the engine and assigning rights
within
 the engine
  you can
  handle from the engine itself.