Instalación de Zimbra sobre CentOS
Fue adquirido por WMWare.
En Servidor CentOS:
# dhclient eth0
# ifconfig -a
192.168.2.115
En el SSH de nuestro equipo:
$ ssh root@192.168.2.127 -p 2222
# yum install wget → no es wget, estamos en Red
Hat
En esta web: http://www.zimbra.com/downloads/os-downloads.html
Vamos a descargar el Zimbra para Red Hat CentOS
6: http://files2.zimbra.com/downloads/8.0.5_GA/zcs-8.0.5_GA_5839.RHEL6_64.20130910123908.tgz
Asi pasamos la descarga del Zimbra a nuestro
servidor CentOS:
# tar xvfz
zcs-8.0.5_GA_5839.RHEL6_64.20130910123908.tgz
# yum install perl → te lo pide antes de instalar
el zimbra
# cd zcs-8.0.5_GA_5839.RHEL6_64.20130910123908
# ./install.sh
Te da este error:
ERROR: Installation can not proceeed. Please fix your /etc/hosts file
to
contain:
Where
is the ip address of the host,
# nano /etc/hosts
127.0.0.1
mail.guadalux.org
# hostname
mail.guadalux.org
# yum install sysstat nc
# rm
zcs-8.0.5_GA_5839.RHEL6_64.20130910123908.tgz
Nos faltaba disco duro y se ha
aumentado ingrasando un nuevo HD de 10GB!!!!!
Volvemos a donde está descomprimido
zimbra y continuamos, ….
# fdisk -l
# df -h
# pvcreate /dev/sdb
# lvm vgdisplay
VG Name
VolGroup
# vgextend VolGroup
/dev/sdb
# lvextend -L +9GB /dev/VolGroup/lv_root
# resize2fs
/dev/VolGroup/lv_root
# df -h
# nano /etc/resolv.conf
mail.guadalux.org 192.168.2.127
# service network restart
# dhclient eth0
# ifconfig -a
# nano
/etc/sysconfig/network
HOSTNAME:mail.guadalux.org
# ./install.sh
# service zimbra start
# su - zimbra
# zmcontrol status → nos dice el estado de zimbra
# sudo yum install bind
# rpm -i
http://prdownloads.sourceforge.net/webadmin/webmin-1.650-1.noarch.rpm
En el navegador:
http://192.168.2.127:10000/
http://192.168.2.127:10000/
Se configura igual que en Zarafa, ... IR A ZARAFA