ldap Is ldap running - make sure it's not (via ps) - make sure there's no iptables stuff left around (as root, iptables -t nat -L ) this should show no port maps. (If it does, iptables -t nat -F will clear it).
If this is all clear, and telnet localhost 389 returns connection refused (NOT a timeout, but connection refused - if you get a timeout, you're probably running the redhat firewall)
su - zimbra
ldap start - did it start?
If no - edit conf/slapd.conf, remove the loglevel 0 line, restart, check for errors in zimbra.log.
If it did start - /opt/zimbra/libexec/zmldapinit - any errors? |