Managed to install zimbra 8.6.0 no pages displayed

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
mathayo
Posts: 23
Joined: Fri Apr 13, 2018 5:04 am

Managed to install zimbra 8.6.0 no pages displayed

Post by mathayo »

Hi team
Managed to install zimbra 8.6.0 for backing up my data for future use. But when i type https://154.110.20.33:7071 then i want to install latest zimbra to a new server

Nothing is displayed...what could be problem....
I checked what is listening to port 80 seems nginx is listening
lsof -i:80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nginx 3004 zimbra 10u IPv4 403850 0t0 TCP *:http (LISTEN)
nginx 3005 zimbra 10u IPv4 403850 0t0 TCP *:http (LISTEN)
nginx 3006 zimbra 10u IPv4 403850 0t0 TCP *:http (LISTEN)
nginx 3007 zimbra 10u IPv4 403850 0t0 TCP *:http (LISTEN)
Wht could be problem...is it java not listening to port 80
mathayo
Posts: 23
Joined: Fri Apr 13, 2018 5:04 am

Re: Managed to install zimbra 8.6.0 no pages displayed

Post by mathayo »

I runned this command under root to check if i have any problem with port 80 i am getting the following
curl -v http://127.0.0.1:80
* About to connect() to 127.0.0.1 port 80 (#0)
* Trying 127.0.0.1... Connection refused
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host

Whenever i type https://ipaddress:7071 or https://ipaddres nothing is displayed.
The error message is
unable to connect


Any idea
mathayo
Posts: 23
Joined: Fri Apr 13, 2018 5:04 am

Re: Managed to install zimbra 8.6.0 no pages displayed

Post by mathayo »

But the all service of zimbra running
Host test.college.ac.ug
amavis Running
antispam Running
antivirus Running
dnscache Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
snmp Running
spell Running
stats Running
zimbra webapp Running
zimbraAdmin webapp Running
zimlet webapp Running
zmconfigd Running
User avatar
pup_seba
Outstanding Member
Outstanding Member
Posts: 687
Joined: Sat Sep 13, 2014 2:43 am
Location: Tarragona - Spain
Contact:

Re: Managed to install zimbra 8.6.0 no pages displayed

Post by pup_seba »

Hi,

Why such an old version of Zimbra? If you just want a "black box" to have some backed up data, I would suggest you to:
- Install zextras on your origin server
- Export data using zextras
- Deploy 8.8.15 in a new server
- Import the data using zextras on the new server

For the matter of your ports, it usually works right out of the box. So questions are:
- Is there any iptables, firewalld, or similar running?
- Are you using some sort of SElinux in enforcing mode maybe? (it should work just fine, but maybe use "permissive" mode while working on a problem).
- Can you see the right ports on the right interfaces if you "netstat -venpatu"? Specially port 80, is disabled by default at proxy level in favor of 443. The internal ports are 8443 and 8080. So make sure that things are listening to the ports you need to be listening. If that's not the case and this is a fresh install, I would suggest to just deploy a new server, this time on 8.8.15 and use zextras to migrate, and pay special attention to the deploy wizard, to properly set proxy mode (https, both, mixed) and verify the ports being configured. They should look just fine out of the box and usually, modifying them if you are not experienced with zimbra, will lead you to unwished behaviours.

Regards,
Post Reply