{"id":628,"date":"2020-09-07T15:07:34","date_gmt":"2020-09-07T09:07:34","guid":{"rendered":"https:\/\/mellowhost.com\/blog\/?p=628"},"modified":"2020-09-07T15:09:30","modified_gmt":"2020-09-07T09:09:30","slug":"how-to-fix-zmconfigd-failed-in-zimbra","status":"publish","type":"post","link":"https:\/\/mellowhost.com\/blog\/how-to-fix-zmconfigd-failed-in-zimbra.html","title":{"rendered":"How to Fix zmconfigd failed in Zimbra &#8211; Starting zmconfigd&#8230;failed."},"content":{"rendered":"\n<p>Sometimes, if you restart Zimbra, you see zmconfigd is not starting or saying it&#8217;s failed. You may also see the zmconfigd service is not running in the Zimbra admin panel. There are couple of common reasons why zmconfigd fails to start. <\/p>\n\n\n\n<p><strong>Disable IPv6<\/strong><\/p>\n\n\n\n<p>One reason of zmconfigd fails to start is IPv6, for some reason, it fails to route the IPv6 and fails to start. A quick solution to this problem is to disable ipv6 and restart zmconfigd. You may do this like the following:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#Edit your sysctl.conf file\nnano \/etc\/sysctl.conf\n\n# paste the following inside the file\nnet.ipv6.conf.all.disable_ipv6 = 1\nnet.ipv6.conf.default.disable_ipv6 = 1\nnet.ipv6.conf.lo.disable_ipv6 = 1\n\n# Save the file, and update sysctl in realtime\nsysctl -p\n\n# now try to restart zmconfigd\nsu - zimbra\nzmconfigdctl restart<\/pre>\n\n\n\n<p>Now you can check the zmconfigd status with the following, to know if it&#8217;s running or not:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">[root@mailapp ~]# cat \/opt\/zimbra\/log\/zmconfigd.pid\n19722<\/pre>\n\n\n\n<p>If it returns an ID, it means the zmconfigd is running.<\/p>\n\n\n\n<p><strong>Netcat is not installed<\/strong><\/p>\n\n\n\n<p>Another reason of the error could be because nc is not installed in your system. Zimbra zmconfigd has a dependency on netcat package. Netcat is available through nmap-ncat in centos systems. You may run the following to install netcat:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">yum install nc\n# or \nyum install nmap-netcat<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes, if you restart Zimbra, you see zmconfigd is not starting or saying it&#8217;s failed. You may also see the zmconfigd service is not running in the Zimbra admin panel. There are couple of common reasons why zmconfigd fails to start. Disable IPv6 One reason of zmconfigd fails to start is IPv6, for some reason, &hellip; <a href=\"https:\/\/mellowhost.com\/blog\/how-to-fix-zmconfigd-failed-in-zimbra.html\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How to Fix zmconfigd failed in Zimbra &#8211; Starting zmconfigd&#8230;failed.&#8221;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[295,337,144,180,12,13,211,246,331],"tags":[332,468],"_links":{"self":[{"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/posts\/628"}],"collection":[{"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/comments?post=628"}],"version-history":[{"count":2,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/posts\/628\/revisions"}],"predecessor-version":[{"id":630,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/posts\/628\/revisions\/630"}],"wp:attachment":[{"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/media?parent=628"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/categories?post=628"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/tags?post=628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}