zmibra 7.1.2 do not run

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
Pumcia
Posts: 3
Joined: Fri Jul 06, 2018 11:07 am

zmibra 7.1.2 do not run

Post by Pumcia »

I have a problem with a broken service. The problem appeared after the planned shutdown of the server.

Code: Select all

zimbra@mail:/root$ zmcontrol -v
Release 7.1.2_GA_3268.DEBIAN5 DEBIAN5 FOSS edition.

Code: Select all

zimbra@mail:/root$ zmcontrol status
Host mail.xxxx.pl
        ldap                    Running
        logger                  Running
        mailbox                 Stopped
                mysql.server is not running.
        mta                     Running
        snmp                    Running
        stats                   Stopped
        zmconfigd               Running

Code: Select all

zimbra@mail:/root$ mysql.server start
Starting mysqld...failed.
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: zmibra 7.1.2 do not run

Post by phoenix »

You need to look in the log files to see why the service isn't running and/or search the forums for a possible solution. Without any specific information nobody here will be able to give you any useful advice.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
Pumcia
Posts: 3
Joined: Fri Jul 06, 2018 11:07 am

Re: zmibra 7.1.2 do not run

Post by Pumcia »

I guess that there is not one miracle cure, ok maybe there is a so-called whole backup which I do not have;). where can I find a log of a non-working service? Can I paste it for you?
Pumcia
Posts: 3
Joined: Fri Jul 06, 2018 11:07 am

Re: zmibra 7.1.2 do not run

Post by Pumcia »

when I deleted files:
/opt/zimbra/db/data/
ibdata1
ib_logfile0
ib_logfile1

mysql starts, but there is a problem with

Code: Select all

     ldap                    Running
        logger                  Running
        mailbox                 Stopped
                zmmailboxdctl is not running.
        mta                     Running
        snmp                    Running
        stats                   Running
        zmconfigd               Running
:cry:

running does not give anything

Code: Select all

su - zimbra -c 'zmmailboxdctl start'

Code: Select all

zimbra@mail:/root$ zmmailboxdctl reload
Stopping mailboxd...mailboxd is not running.
Starting mailboxd...done.
zimbra@mail:/root$ zmmailboxdctl status
mailboxd is not running.
Post Reply