View Single Post
  #3 (permalink)  
Old 04-05-2006, 10:01 AM
czaveri czaveri is offline
Former Zimbran
 
Posts: 294
Default

Actually when I start Zimbra, it is only the LDAP that starts. No other services are started. But when I rebooted the server, I noticed the following:

[root@parshwanath ~]# ps ax | grep zimbra
7081 ? S 0:00 initlog -q -c /etc/rc3.d/S99zimbra start
7082 ? S 0:00 /bin/bash /etc/rc3.d/S99zimbra start
7083 ? S 0:00 su - zimbra -c zmcontrol startup
7270 pts/0 S+ 0:00 grep zimbra
[root@parshwanath ~]#

and this does not change ... even after 5 mins or more

Editing this message to add the below output:

Code:
[root@parshwanath ~]# /etc/rc.d/init.d/zimbra restart
Host domain.net
        Stopping antispam...Done
        Stopping antivirus...Done
        Stopping ldap...Done
        Stopping logger...Done
        Stopping mailbox...Done
        Stopping mta...Done
        Stopping snmp...Done
        Stopping spell...Done
Host domain.net
        Starting ldap...Done.
[root@parshwanath ~]#

Last edited by czaveri; 04-05-2006 at 10:09 AM..
Reply With Quote