Unable to access Zimbra web console

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
balasahu
Posts: 1
Joined: Mon Jun 11, 2018 3:58 pm

Unable to access Zimbra web console

Post by balasahu »

Hi,

I have installed zibmra on CentOS 7 and unable to access the Zimbra web console. getting below error while checking the status :

Code: Select all

[root@myserver ~]# systemctl status zimbra
   zimbra.service - LSB: Zimbra mail service
   Loaded: loaded (/etc/rc.d/init.d/zimbra; bad; vendor preset: disabled)
   Active: active (exited) since vie 2017-06-30 11:43:34 -04; 19min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 834 ExecStart=/etc/rc.d/init.d/zimbra start (code=exited, 
status=0/SUCCESS)

jun 30 11:42:03 mail zimbra[834]: Starting opendkim...Done.
jun 30 11:42:03 mail zimbra[834]: Starting snmp...Done.
jun 30 11:42:05 mail zimbra[834]: Starting spell...Done.
jun 30 11:42:10 mail zimbra[834]: Starting mta...Done.
jun 30 11:42:12 mail zimbra[834]: Starting stats...Done.
jun 30 11:42:23 mail zimbra[834]: Starting service webapp...Done.
jun 30 11:42:29 mail zimbra[834]: Starting zimbra webapp...Done.
jun 30 11:42:30 mail zimbra[834]: Starting zimbraAdmin webapp...Done.
jun 30 11:42:30 mail zimbra[834]: Starting zimlet webapp...Done.
jun 30 11:43:35 mail systemd[1]: Started LSB: Zimbra mail service.
Any Solution ???

Thanks
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: Unable to access Zimbra web console

Post by phoenix »

balasahu wrote:installed zibmra on CentOS 7 and unable to access the Zimbra web console. getting below error while checking the status :
What error do you think you're seeing there? As far as I can see it's just showing that ZCS has started unless I'm missing something obvious. The correct method for finding the status of the services is to run the following command(s):

Code: Select all

su - zimbra
zmcontrol status
If any of them are stopped then look in the log files for some clues about the problem.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
gigapros
Posts: 5
Joined: Sat Sep 13, 2014 3:10 am

Re: Unable to access Zimbra web console

Post by gigapros »

Hello,

The output attached by you is just showing that Zimbra is running.

I would suggest you to first stop your server's Firewall temporarily and then check if you are able to access Zimbra's web console or not. For stopping the firewall in Centos 7 please run the following command:

===
systemctl stop firewalld
===

If you are able to access Zimbra after stopping the firewall then you need to allow the port 7071 in the firewall.
Post Reply