The following steps describe how to install
You should install RHEL 6.9 as a Minimal server installation, with a separate /(root) and /var partition. The root partition should be 20GB (minimum) and /var should use a minimum of 60GB for test environments and 200GB for production environments. |
To install
Assume root role at the command line.
Manually install the cs-
rpm -ivh http://repo.clearswift.net/rhel6/gw/os/x86_64/Packages/cs-
Forcibly remove postfix, rsyslog and samba V3:
yum –y remove postfix rsyslog samba-common
Install the required product using the following command:
yum install -y cs-email --enablerepo=cs-*
This command enables access to external repositories and ensures that only Clearswift repositories are subsequently used to install the
If Step 5 fails due to additional conflicts, you might need to remove additional packages during Step 4. |
Log out completely, and log back in as cs-admin. Refer to Running the First Boot Console to continue.
After completing the software install process, the install process might have modified the following parts of your system:
The software installation process will not automatically disable any of your pre-existing repository configurations. From the command line you will be able to install additional third-party software in the normal way. This includes additional RedHat software.
From version 4.6 onwards, you will only be able to apply Clearswift-provided upgrades using the Clearswift Server Console. Server Console will ensure that only trusted Clearswift repositories are used during the upgrade process and will explicitly block any unintended updates from third-party repositories during the process. |