unable to determine enabled services. Hi folks,
i have a problem here on my new employer.
He changed his internet provider and now the server has a new IP addres (the change was from an valid ip address to internal ip address).
Well it affect the zimbra by the dns records, so i "fix" all of them.
I looked here on forum for this issue and all reports point to dns problem, the solution was the split dns article. But it seems to be something different
The schema now is:
----
# dig mydomain.com mx
mydomain.com. 3600 IN MX 10 mx.a.external.provider.com.
mydomain.com. 3600 IN MX 0 thisserver.mydomain.com.
Server: 192.168.10.2
-----
#dig mydomain.com any
thisserver.mydomain.com. 3600 IN A 192.168.10.1
Server: 192.168.10.2
---
my resolv.conf points the 192.168.10.2 as primary dns server.
and my /etc/hosts file has:
192.168.10.1 thisserver.mydomain.com thisserver
The error message is:
$ zmcontrol start
Host thisserver.mydomain.com
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
Something i'm missing?
thankyou |