Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-11-2011, 09:47 AM
Senior Member
 
Posts: 74
Default MailBoxes Stopped on New Installation (Pls Help)

hi all there.

I make a fresh installation of CentOS 5 and install zcs-7.0.0_GA_3077.RHEL5.20110127201734 on virtualbox.
i am facing some problem that are under


/etc/init.d/zimbra status
Host mailserver01.abc.com
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Stopped
mysql.server is not running.

mta Running
snmp Running
spell Running
stats Stopped
zmconfigd Running

also log files are here
$ tail log/mysql_error.log
110211 20:09:26 [ERROR] Can't open shared library '/opt/zimbra/mysql-standard-5.1.52-pc-linux-gnu-i686-glibc23/lib/mysql/plugin/ha_innodb_plugin.so' (errno: 0 cannot restore segment prot after reloc: Permission denied)

110211 20:09:26 [ERROR] Couldn't load plugin named 'innodb' with soname 'ha_innodb_plugin.so'.
/opt/zimbra/mysql/libexec/mysqld: Table 'mysql.plugin' doesn't exist

110211 20:09:26 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.

110211 20:09:26 [ERROR] /opt/zimbra/mysql/libexec/mysqld: unknown variable 'innodb_buffer_pool_size=1024000000'

110211 20:09:26 [ERROR] Aborting

110211 20:09:26 [Note] /opt/zimbra/mysql/libexec/mysqld: Shutdown complete

110211 20:09:26 mysqld_safe mysqld from pid file /opt/zimbra/db/mysql.pid ended

Any Help Will Be Appreciated
__________________
We learn something every day, and lots of times it's that what we learned the day before was wrong.


Jazaib Hussain
Reply With Quote
  #2 (permalink)  
Old 02-11-2011, 09:55 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Is this behind a NAT router or firewall? If it is have you set-up a Split DNS(you need one)? If you've set that up then go to the article and run all the commands in the 'Verify...' section to check it's configured correctly (including the hosts file).

Did you get any errors in the log during installation? Check that log file for errors.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 02-11-2011, 10:14 AM
Senior Member
 
Posts: 74
Default

Thanks Phoenix for the quick reply as usual
Quote:
Originally Posted by phoenix View Post
Is this behind a NAT router or firewall ?
i am just testing it in LAN not in live environment. i dont have any firewall installed.

Quote:
If it is have you set-up a Split DNS(you need one)?
Basically i have installed DNS Bind on Ubuntu 10.10 on the other server.

Quote:
'Verify...' section to check it's configured correctly (including the hosts file).
Yes i check everything is Ok

Quote:
Did you get any errors in the log during installation? Check that log file for errors.
No i did not get any error While installation of Zimbra on CentOS5...
__________________
We learn something every day, and lots of times it's that what we learned the day before was wrong.


Jazaib Hussain
Reply With Quote
  #4 (permalink)  
Old 02-11-2011, 10:20 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by mkhurram92 View Post
Yes i check everything is Ok
Then let's see all the output from those command, just for confirmation.

BTW, how much RAM is allocated to this VM?
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 02-11-2011, 10:34 AM
Senior Member
 
Posts: 74
Default

Quote:
Originally Posted by phoenix View Post
Then let's see all the output from those command, just for confirmation.
1. dig abc.com mx

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> abc.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20109
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2

;; QUESTION SECTION:
;abc.com. IN MX

;; ANSWER SECTION:
abc.com. 38400 IN MX 10 mailserver01.abc.com.

;; AUTHORITY SECTION:
abc.com. 38400 IN NS mainserver.abc.com.

;; ADDITIONAL SECTION:
mailserver01.abc.com. 38400 IN A 192.168.1.114
mainserver.abc.com. 38400 IN A 192.168.1.108

;; Query time: 10 msec
;; SERVER: 192.168.1.108#53(192.168.1.108)
;; WHEN: Fri Feb 11 20:47:13 2011
;; MSG SIZE rcvd: 125

++++++++++++++++++++++++++++++
2. dig abc.com any

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> abc.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12021
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 2

;; QUESTION SECTION:
;abc.com. IN ANY

;; ANSWER SECTION:
abc.com. 38400 IN MX 10 mailserver01.abc.com.
abc.com. 38400 IN A 192.168.1.108
abc.com. 38400 IN SOA mainserver.abc.com. admin.abc.com.abc.com. 1297373721 10800 3600 604800 38400
abc.com. 38400 IN NS mainserver.abc.com.

;; ADDITIONAL SECTION:
mailserver01.abc.com. 38400 IN A 192.168.1.114
mainserver.abc.com. 38400 IN A 192.168.1.108

;; Query time: 10 msec
;; SERVER: 192.168.1.108#53(192.168.1.108)
;; WHEN: Fri Feb 11 20:51:22 2011
;; MSG SIZE rcvd: 205
+++++++++++++++++++++++++++++++++
3. host $(hostname)
mailserver01.abc.com has address 192.168.1.114
++++++++++++++++++++++++++++++++++
4. cat /etc/resolv.conf
; generated by /sbin/dhclient-script
search abc.com
nameserver 192.168.1.108
+++++++++++++++++++++++++++++++++
5. cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.1.114 mailserver01.abc.com mailserver01
+++++++++++++++++++++++++++++++++++++++

Can you confirm that these are ok ???

Quote:
BTW, how much RAM is allocated to this VM?
i assign 1GB RAM To this VM Now First it was 512MB
__________________
We learn something every day, and lots of times it's that what we learned the day before was wrong.


Jazaib Hussain

Last edited by mkhurram92; 02-11-2011 at 11:13 AM..
Reply With Quote
  #6 (permalink)  
Old 02-12-2011, 12:43 AM
Senior Member
 
Posts: 74
Default

i just reinstall everything and now able to send and receive mails...But can anyone confirm my DNS Settings Pls ???
__________________
We learn something every day, and lots of times it's that what we learned the day before was wrong.


Jazaib Hussain
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.