
Quoting Steve Gordon <sgordon@redhat.com>:
----- Original Message -----
From: "Jesse Brandeburg" <jesse.brandeburg@intel.com> To: snmishra@linux.vnet.ibm.com Cc: users@ovirt.org Sent: Thursday, April 26, 2012 3:18:57 PM Subject: Re: [Users] freeipa and ovirt can't add domain
On Thu, 26 Apr 2012 14:35:32 -0400 <snmishra@linux.vnet.ibm.com> wrote:
What's in your engine-manage-domains.log?
hm, didn't know that log was there 2012-04-26 09:15:37,544 INFO [org.ovirt.engine.core.utils.kerberos.ManageDomains] Creating kerberos configuration for domain(s): bvtest.org 2012-04-26 09:15:37,648 ERROR [org.ovirt.engine.core.dns.DnsSRVLocator] Error: could not find DNS SRV record name: _kerberos._tcp.BVTEST.ORG. Exception message is: DNS name not found [response code 3] Possible causes: missing DNS entries in the DNS server or DNS resolving issues from engine-core machine. Please Ensure correct DNS entries exist in the DNS server and ensure the DNS server is reachable from the engine-core machine.
I'll go add that _kerberos._tcp.BVTEST.ORG option to dnsmasq and let you know how it goes! Thanks
From memory you will want to do _ldap._tcp... while you are there.
Here is something else to try - # nslookup
set q=srv _ldap._tcp.ibm.com Server: 9.42.xx.xxx Address: 9.42.xx.xxx
Non-authoritative answer: _ldap._tcp.ibm.com service = 0 100 389 aaaa.ibm.com. _ldap._tcp.ibm.com service = 0 100 389 bbb.watson.ibm.com. _ldap._tcp.ibm.com service = 0 100 389 ccc.pok.ibm.com. _ldap._tcp.ibm.com service = 0 100 389 ddd.pok.ibm.com. -Sharad
Steve