Ajcody-Going-From-A-Single-ZCS-Server-To-Multi-Server-Configuration: Difference between revisions

Line 14: Line 14:
Proxy component option:
Proxy component option:


* Install & Setup Proxy
* Install & Setup Proxy On Your Current ZCS Server
** Most likely you'll want this on your current production box. You'll rerun the zcs installer so you can add the zimbra-proxy and memcache components -- if you already don't have them installed that is. This command will let you know what you had installed and what was enabled/disabled.
** Most likely you'll want this on your current production box. You'll rerun the zcs installer so you can add the zimbra-proxy and memcache components -- if you already don't have them installed that is. This command will let you know what you had installed and what was enabled/disabled.
*** <pre>zmprov gs `zmhostname` | grep -i service</pre>
*** <pre>zmprov gs `zmhostname` | grep -i service</pre>
Line 26: Line 26:
*** http://wiki.zimbra.com/index.php?title=Enabling_Zimbra_Proxy
*** http://wiki.zimbra.com/index.php?title=Enabling_Zimbra_Proxy
*** http://wiki.zimbra.com/index.php?title=Zimbra_Proxy_Guide
*** http://wiki.zimbra.com/index.php?title=Zimbra_Proxy_Guide
* Install new mailstore [ref: Install Guide]
* Now Install The New Mailstore [ref: Install Guide]
** Packages would be: zimbra-store, zimbra-apache, zimbra-spell, and memcache [should be on mailstores when proxy is being used].
** Packages would be: zimbra-store, zimbra-apache, zimbra-spell, and memcache [should be on mailstores when proxy is being used].
*** Your current server most likely already is the 'logger host'.
*** Your current server most likely already is the 'logger host'.

Revision as of 17:12, 13 August 2010

Going From A Single ZCS Server To A Multi-Server Configuration

Actual Going From A Single ZCS Server To A Multi-Server Configuration Homepage

Please see: Ajcody-Going-From-A-Single-ZCS-Server-To-Multi-Server-Configuration

Related RFE's

Proxy Component Option

Proxy component option:

Non-Proxy Component Option

Non-proxy component option:

  • Install new mailstore [ref: Install Guide]
    • Packages would be: zimbra-store, zimbra-apache, zimbra-spell
      • Your current server already is 'logger host'.
  • You'll set this variable on both servers :
    • To see current setting:
      •  zmprov gs `zmhostname` zimbraMailReferMode
    • To set option:
      • zmprov ms `zmhostname` zimbraMailReferMode wronghost
  • Add one user to new mailstore, test access
  • Use zmmailboxmove to move user's to new mailstore


Other Options

Other options at your disposal are:

  • Contact Professional Services for them to help with your deployment & changing in environment.
  • If you have not already,look into our Training classes.
  • Setup a test environment that allows you to note what issues that you might encounter and would allow support to address those specific questions prior to your attempted changes in production.
Jump to: navigation, search