I read on another forum with the same error
Quote:
|
Originally Posted by KevinH My guess is LDAP never shut down. You should run:
install.sh -u
ps -ef | grep zimbra
** Kill any processes that are still running **
install.sh |
This is what I had to do earlier and wonder if I missed a trick. (still very new to linux)
I ran install.sh -u - all fine
I ran ps -ef | grep zimbra and got this message
[root@zimbra ~]# ps -ef | grep zimbra
501 2712 1 0 10:08 ? 00:00:00 /opt/zimbra/openldap/libexec/slapd -4 -u zimbra -h ldap://:7389/ -f /opt/zimbra/conf/slapd.conf
root 10459 10441 0 10:40 pts/1 00:00:00 grep zimbra
Then it says ** Kill any processes that are still running ** - How do I do this? Sorry if this is an obvious question to most of you!
Maybe if I could do this I would solve the problem