Hello all, I am really getting frustrated with this and hope some of you can guide me in the right direction. currently getting close to giving up on UCS.
Here is the scenario. I do not want to remove the Windows domain until I get comfortable with UCS. I still have exchange 2013 and looking for a solution to change in the near future. I have FreeNAS and want it to connect to UCS for users, groups, etc.
The idea is to maintain my users and groups in Windows 2012 R2 and have it sync with uCS with either by having UCS as part of domain as a controller or having just sync the accounts.
I have re-installed a new Domain Controller in the lab and trying to connect the UCS to it. It is just not working and I am getting frustrated. According to Univention this should be a simple process… well I can tell you it is not.
Here is the message I am receiving :
The command has failed: Could not connect to AD Server ddd.aaaa.ca. Please verify that the specified address is correct.
If have tried connecting with the IP Address, the Domain name and the FQDN always with the same results. Both devices are in the same network so no firewall blocking this connection. Both UCS and DC resolve each other with both having entries in each others DNS servers.
Version of Windows : 2012 R2
Version of UCS : 4.1.4 (Tried with 4,1,3 with same results)
is the AD DNS Server konfigured as forwarding target in UCS ? If not you should change this, because it wouldn’t find the AD Domain DNS entries on his local DNS or external DNS
Joined successful yet message in gui states differently. UCS server is in AD as a computer after the run to join.
samba.sync.log file is empty. Accounts are not being synced. Is the sync immediate? Is the message in the gui bogus and I just need to wait a while for the accounts to sync?
The ad-connector-certificate.log is empty
One thing still bothering me. when I ssh to UCS and I dig/nslookup the ad server both by name and by IP the UCS resolves my ad server. The UCS is using the AD server to resolve. Yet when I run the join it needs to IP to start join. When I enter the FQDN is does not work.
except admember.failedADConnect as exc:
_err(exc, _('Could not connect to AD Server %s. Please verify that the specified address is correct.') % ad_domain_info.get('DC DNS Name'))
So it seems like a DNS Problem. You say, you can only even start the join with the IP Address? that rings not right with me. You say you have the Windows Server in a lab - do you have the ucs server there also? are they in the same network segment and 100% not connected to the productive segment? Are you able to reinstall the UCS (if yes: create a new windows server with only DNS Server and the most needed components, then create a new UCS and use the AD-Connector - mode at the installation)?