New to Linux - Zimbra Installation trouble on FC3

Ask questions about your setup or get help installing ZCS server (ZD section below).
Jaymate
Posts: 13
Joined: Fri Sep 12, 2014 9:58 pm

New to Linux - Zimbra Installation trouble on FC3

Post by Jaymate »

[quote user="14319KevinH"]Install had errors. Can you post your /etc/hosts file?[/QUOTE]
# Do not remove the following line, or various programs

# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost

10.14.204.24 zimbra.bdsdomain.com
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

New to Linux - Zimbra Installation trouble on FC3

Post by 14319KevinH »

Ok that last line should be:
10.14.204.24 zimbra.bdsdomain.com zimbra


I'd reccomend you run install.sh -u then run "ps -ef | grep zimbra" and kill any remaining processes. Then run install.sh again.
Jaymate
Posts: 13
Joined: Fri Sep 12, 2014 9:58 pm

New to Linux - Zimbra Installation trouble on FC3

Post by Jaymate »

Hi ok.
I have tried that now and appears to go through a lot better.
But...................
I now get this message at the end of the installation
RESPONSE: (Zimbra::Mon::serviceInfo)

host

ip 10.14.204.24

name zimbra.bdsdomain.com

done

ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.AuthenticationException [LDAP: error code 49 - Invalid Credentials])
Installation complete!
Operations logged to /tmp/install.log.13073
Thanks so far for great help!
Jaymate
Posts: 13
Joined: Fri Sep 12, 2014 9:58 pm

New to Linux - Zimbra Installation trouble on FC3

Post by Jaymate »

Also in zmcontrol status I only get the following.
[root@zimbra zcs]# su - zimbra

[zimbra@zimbra ~]$ zmcontrol status

Calling GetServiceInfoRequest (zimbra.bdsdomain.com)
RESPONSE: (Zimbra::Mon::serviceInfo)

host

ip 10.14.204.24

name zimbra.bdsdomain.com

[zimbra@zimbra ~]$
Jaymate
Posts: 13
Joined: Fri Sep 12, 2014 9:58 pm

New to Linux - Zimbra Installation trouble on FC3

Post by Jaymate »

I read on another forum with the same error
[quote user="14319KevinH"]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[/QUOTE]
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
10230Keith
Posts: 1
Joined: Fri Sep 12, 2014 9:59 pm

New to Linux - Zimbra Installation trouble on FC3

Post by 10230Keith »

kill process number
ie kill 501
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

New to Linux - Zimbra Installation trouble on FC3

Post by 14319KevinH »

You may need "kill -9 501"
Jaymate
Posts: 13
Joined: Fri Sep 12, 2014 9:58 pm

New to Linux - Zimbra Installation trouble on FC3

Post by Jaymate »

Managed to get it all installed - did./install.sh, stopped ldap and then installed again.
Can now get into ZimbraAdmin and set up accounts. Can access accounts using web client.
When trying to send email to internal address I get this message.
msg - Message not sent to any recipients because of these failed addresses:

code - mail.SEND_FAILURE

method - ZmCsfeCommand.invoke

detail - soap:Sender

constructor -

function ZmCsfeException(msg, code, method, detail) {

if (arguments.length == 0) {

return;

}

AjxException.call(this, msg, code, method, detail);

}
toString -

function () {

return "ZmCsfeException";

}
dump -

function () {

return "AjxException: msg=" + this.msg + " code=" + this.code + " method=" + this.method + " detail=" + this.detail;

}
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

New to Linux - Zimbra Installation trouble on FC3

Post by 14319KevinH »

Take a look in your /var/log/zimbra.log
Post Reply