• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
The Blog of Jorge de la Cruz

The Blog of Jorge de la Cruz

Everything about VMware, Veeam, InfluxData, Grafana, Zimbra, etc.

  • Home
  • VMWARE
  • VEEAM
    • Veeam Content Recap 2021
    • Veeam v11a
      • Veeam Backup and Replication v11a
    • Veeam Backup for AWS
      • Veeam Backup for AWS v4
    • Veeam Backup for Azure
      • Veeam Backup for Azure v3
    • VeeamON 2021
      • Veeam Announces Support for Red Hat Enterprise Virtualization (RHEV/KVM)
      • Veeam announces enhancements for new versions of Veeam Backup for AWS v4/Azure v3/GVP v2
      • VBO v6 – Self-Service Portal and Native Integration with Azure Archive and AWS S3 Glacier
  • Grafana
    • Part I (Installing InfluxDB, Telegraf and Grafana on Ubuntu 20.04 LTS)
    • Part VIII (Monitoring Veeam using Veeam Enterprise Manager)
    • Part XII (Native Telegraf Plugin for vSphere)
    • Part XIII – Veeam Backup for Microsoft Office 365 v4
    • Part XIV – Veeam Availability Console
    • Part XV – IPMI Monitoring of our ESXi Hosts
    • Part XVI – Performance and Advanced Security of Veeam Backup for Microsoft Office 365
    • Part XVII – Showing Dashboards on Two Monitors Using Raspberry Pi 4
    • Part XIX (Monitoring Veeam with Enterprise Manager) Shell Script
    • Part XXII (Monitoring Cloudflare, include beautiful Maps)
    • Part XXIII (Monitoring WordPress with Jetpack RESTful API)
    • Part XXIV (Monitoring Veeam Backup for Microsoft Azure)
    • Part XXV (Monitoring Power Consumption)
    • Part XXVI (Monitoring Veeam Backup for Nutanix)
    • Part XXVII (Monitoring ReFS and XFS (block-cloning and reflink)
    • Part XXVIII (Monitoring HPE StoreOnce)
    • Part XXIX (Monitoring Pi-hole)
    • Part XXXI (Monitoring Unifi Protect)
    • Part XXXII (Monitoring Veeam ONE – experimental)
    • Part XXXIII (Monitoring NetApp ONTAP)
    • Part XXXIV (Monitoring Runecast)
  • Nutanix
  • ZIMBRA
  • PRTG
  • LINUX
  • MICROSOFT

Zimbra: How to install Zimbra 8.7.x in an automated way on CentOS/RHEL – with Chat and Drive!

31st October 2017 - Written in: zimbra

Greetings friends, the Zimbra Community has that magic that makes you keep writing every day, commenting in forums, or contributing to GitHub with Scripts. As many of you know, I created a Script called ZimbraEasyInstall some time ago that helped us to deploy a Zimbra instance on Ubuntu in a very simple way.

The other day I received an update to this code (thanks to Luis Perez) and now it also supports CentOS/RHEL, so today I want to show you how easy it is to install Zimbra Collaboration 8.7. x, in CentOS/RHEL in a completely automated way, here we go.

Creating a CentOS instance in Digitalocean

For this lab, I’m going to use a CentOS instance in Digitalocean, my trusted Cloud provider, let’s go there.

In my case I have selected a CentOS 7, since the script only works with CentOS/RHEL 7:

The size if it matters, and for Zimbra is recommended this instance of 4GB and 2vCPU for testing, if we want production, you have to go to 8GB or more RAM memory.

We can select the region we want, in my case I have selected London.

Last but not least, the hostname that the instance will have, in my case zimbrarhel.zimbra.io

Once we launch the instance, in a few seconds we will have everything ready:

Download and launch Zimbra Automated Installation Script

First of all, we’ll have to make sure that the Hosts file is correct, it should have something like that, special attention to the custom line:

127.0.0.1 localhost.localdomain localhost
# This line is important
46.101.72.251 zimbrarhel.zimbra.io      zimbrarhel

# The following lines are desirable for IPv6 capable hosts
::1 zimbrarhel.zimbra.io zimbrarhel
::1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6

And we’ll reboot the network to catch the changes:

/etc/init.d/network restart

That’s it, the time has come, let’s download and launch the installation script:

yum install wget
wget https://github.com/jorgedlcruz/zimbra-automated-installation/raw/master/ZimbraEasyInstall-87-CentOS-RHEL
chmod +x ZimbraEasyInstall-87-CentOS-RHEL 
./ZimbraEasyInstall-87-CentOS-RHEL zimbra.io 46.101.72.251 Zimbra2017

With this and in just a few minutes we will have a Zimbra Collaboration system automatically installed, if we access the VPS IP, we will have Chat and Drive and everything is working:

Related links

I think these links might be helpful for you:

  • Zimbra: VMware Content Library con templates ya listos de Zimbra Collaboration
  • Zimbra: Instalando Zimbra 8.7.x con un solo comando, incluye Chat y Drive
  • SPF: Parte del ADN de cualquier Sistema de Correo Electrónico moderno
  • Zimbra: Una vez instalado, ¿qué hago? (Administrador)

Filed Under: zimbra Tagged With: ZIMBRA AUTOMATED, ZIMBRA AUTOMATED DEPLOY, ZIMBRA AUTOMATIZADO, ZIMBRA CENTOS, ZIMBRA DEPLOY, ZIMBRA DESPLIEGUE, ZIMBRA EASY, ZIMBRA GITHUB, ZIMBRA RHEL, ZIMBRAEASYINSTALL

Reader Interactions

Trackbacks

  1. Zimbra: Instalando Zimbra 8.7.x de manera automatizada en CentOS/RHEL – ¡con Chat y Drive! - El Blog de Jorge de la Cruz says:
    31st October 2017 at 6:37 pm

    […] por Jorge de la CruzEscrito en 31 October, 201731 October, 2017 Read it in English […]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

  • E-mail
  • GitHub
  • LinkedIn
  • RSS
  • Twitter
  • YouTube

Posts Calendar

October 2017
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Sep   Nov »

Disclaimer

All opinions expressed on this site are my own and do not represent the opinions of any company I have worked with, am working with, or will be working with.

Copyright © 2025 · The Blog of Jorge de la Cruz