Monday 8 August 2011

Installing Zimbra Collaboration Suite 7 On CentOS 5.x (64Bit)

Some Prerequisites
DNS and Hostname Settings
vi /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=zimbratest.macsat.info
vi /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.0.0.234 zimbratest.macsat.info zimbratest
Installing sqlite Packages
yum install -y sysstat perl sudo sqlite
Installing Zimbra 7 Opensource
First download Zimbra from Zimbra's website.
Initiate the installer:
tar -zxvf zcs-7.0.1_GA_3105.RHEL5_64.20110304210645.tgz
cd zcs-7.0.1_GA_3105.RHEL5_64.20110304210645 
./install.sh --platform-override
Once you complete the installation you can now access the admin console:
or
To use the webclient
or

Uninstalling Zimbra Collaboration Suite

To uninstall servers, run the install script -u, delete the zcs directory, and remove the zcs.tgz file on the servers.
1. cd to the original install directory for the zcs files.
2. Type ./install.sh -u.
3. When Completely remove existing installation? is displayed, type Yes.
The Zimbra servers are stopped, the existing packages, the webapp directories, and the /opt/zimbra directory are removed.
4. Type rm -rf [zcsfullfilename] to delete the ZCS directory.
5. Delete the zcs.tgz file.