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 08-22-2010, 03:15 PM
Elite Member
 
Posts: 334
Default [SOLVED] Zimbra 6.0.7 doesn't Automatically Start on SLES 11 SP1

Hi,

I have a problem regarding new Zimbra 6.0.7 64 bit installation on SLES 11 SP1 64 bit. The installation process went smooth and everything works without problem. The problem hit me after rebooting the system. Zimbra won't start automatically on boot. Manually start after boot system make Zimbra running OK.

Look a bit closer, it seems that Zimbra trying to start before it's dependent services, e.g : network services, so Zimbra failed to bind to it's IP because network service has not been successfully executed.

On old thread regarding installation on openSUSE, I found some solution by remove the Zimbra services :

Code:
chkconfig --del zimbra
and then edit the /etc/init.d/zimbra, add the following code on top of file (after it's comment) :

Code:
### BEGIN INIT INFO
# Provides: zimbra
# Required-Start: $network $syslog
# Required-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Zimbra mail service
### END INIT INFO
and then activating the services :

Code:
chkconfig --add zimbra ; chkconfig zimbra on
But the problem still exist. The same problem didn't hit me on SLES 11 (without SP) with Zimbra 6.X.X.

Any help greatly appreciated.
__________________
Best Regards
---
Masim "Vavai" Sugianto
Vavai Personal Blog
Personal Blog [ID]

Release 7.1.3_GA_3346.SLES11_64_20110930001521 SLES11_64 FOSS edition.
Reply With Quote
  #2 (permalink)  
Old 08-22-2010, 04:06 PM
Elite Member
 
Posts: 334
Thumbs up Solved : Zimbra 6.0.7 doesn't Automatically Start on SLES 11 SP1

Solved by follows the resolution on bugzilla suggestion : Bug 48373 – Zimbra does not start on boot (64-bit SLES 11). My fault, I search in bugzilla with wrong search term (and found nothing) before submit this thread.

On previous attempt, I didn't run insserv zimbra command and it make big different because Zimbra service not updated correctly.

Resolution :

Modify /etc/init.d/zimbra, adding the following lines on top of file (below the comment)

### BEGIN INIT INFO
# Provides: zimbra
# Required-Start: $network $remote_fs $syslog $time nscd cron
# Required-Stop: $network $remote_fs $syslog $time
# Default-Start: 3 5
# Description: Zimbra mail service
### END INIT INFO

Then executed
# insserv zimbra

The above lines will tell Zimbra service to start afrer network, remote_fs, syslog, time, nscd and cron services.

Now it should works and loads on startup properly.

Marks the thread as solved.
__________________
Best Regards
---
Masim "Vavai" Sugianto
Vavai Personal Blog
Personal Blog [ID]

Release 7.1.3_GA_3346.SLES11_64_20110930001521 SLES11_64 FOSS edition.

Last edited by vavai; 08-22-2010 at 04:08 PM.. Reason: clear some typos
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.