1

I am planning to deploy a ZCS machine in a remote DC on colocation. Using the latest Community edition Hardware:

  • 2x SAS disks for OS in raid1,
  • 8x SAS disks in raid10 for Zimbra,
  • 32Gb RAM 8 CPU cores

Requirements:

  • Normal system functionality
  • Everyting must be encrypted (currently considering the standard LUKS)
  • Backup to another machine in the same DC, not using 3rd party software
  • The possibility of a fast restore to another machine in case of failure. Replication to a standby machine would be even better

Questions:

  • Any comments on the hardware?
  • How much of a performance hit would the encryption mean?
  • Which of the existing backup scripts is preferable? I need the possibility to restore up to 1-2 months back, weekly full, and daily incrementals would be grand. Brick level - extra plus
  • What other DR options are available? What about HA?
  • How is the installation done in this case? Simply use /opt as the mountpoint for the raid10, or..?
  • Which of the supported OS is the most stable and easy to maintain with a large number of mailboxes? I am kind of disappointed in CentOS, anyone aware of how SL performs?

Any additional comments or anything I might have missed also welcome

Ben Pilbrow
  • 11,995
  • 5
  • 35
  • 57
dyasny
  • 18,482
  • 6
  • 48
  • 63

1 Answers1

2

You don't mention the number of users you plan to manage under this setup. I can comment on my experience with Zimbra installations of up to 150 users, though...

The hardware is fine, if not overkill on the RAM. Zimbra will hammer your CPUs by default. There are some tuning options that will help.

On the OS/disk side, I think it depends on the specific hardware. If it were HP/Dell (SmartArray or PERC), I'd create a 10-disk RAID 1+0 volume and carve logical drives out of it; maybe even keep a hot-spare or two if the server is in a co-location facility. If not, you can simply mount the 8 SAS disks as /opt. Make sure your storage controller has a write cache and a battery/flash-backup unit.

As for OS, what's your problem with CentOS at this point? I would probably head that direction over Scientific Linux. If you elect to use CentOS, enable the continuous-release repository (cr) to keep it roughly at the Red Hat EL6.1 level. I don't see an appreciable difference in performance between SL and CentOS, though.

ewwhite
  • 194,921
  • 91
  • 434
  • 799
  • These days we don't choose distributions because some has better performances than the others! – Giovanni Toraldo Dec 10 '11 at 16:37
  • Thanks for the reply. The number of users planned is ~500, eventually. Hardware is a PER815 with the H700 controller. As for the OS, I did advise to just get RHEL, and it still might happen. I wonder what security measures you use with your Zimbra setup though, and/or whether you might know how Zimbra will behave with encryption of the FS in place – dyasny Dec 10 '11 at 17:32
  • Okay, the RAM and CPU count is good then. I have no experience with the encryption in this context. – ewwhite Dec 10 '11 at 17:35