Template:PatchInstallation-8815V2: Difference between revisions

(Created page with "=Patch Installation= Please refer to the steps below to install {{{Version}}} on Redhat and Ubuntu platforms: <span class="h2">Before Installing the...")
 
Line 31: Line 31:


<span class="h2">'''Installing Zimbra packages individually for NETWORK and FOSS'''</span>
<span class="h2">'''Installing Zimbra packages individually for NETWORK and FOSS'''</span>
'''Upgrade OpenLDAP on LDAP node'''
* As <code>root</code>, install the package:
yum install zimbra-ldap-components
* Restart <code>ldap</code> as <code>zimbra</code> user:
su - zimbra
ldap restart


'''Install/Upgrade <code>zimbra-proxy-components</code> on Proxy node'''
'''Install/Upgrade <code>zimbra-proxy-components</code> on Proxy node'''
Line 38: Line 45:
* Then install the package:
* Then install the package:
  yum install zimbra-proxy-components
  yum install zimbra-proxy-components
* If <code>snmp</code> is installed, upgrade the package before restarting the services:
yum install zimbra-snmp-components
* Restart proxy as <code>zimbra</code> user:
* Restart proxy as <code>zimbra</code> user:
  su - zimbra
  su - zimbra
Line 45: Line 54:
* As <code>root</code>, install the package:
* As <code>root</code>, install the package:
  yum install zimbra-proxy-patch
  yum install zimbra-proxy-patch
* Restart proxy as <code>zimbra</code> user:
* Restart proxy as <code>zimbra</code> user:
  su - zimbra
  su - zimbra
Line 56: Line 66:
* Then install the package:
* Then install the package:
  yum install zimbra-mta-components
  yum install zimbra-mta-components
* If <code>snmp</code> is installed, upgrade the package before restarting the services:
yum install zimbra-snmp-components
* Restart <code>amavisd</code> as <code>zimbra</code> user:
* Restart <code>amavisd</code> as <code>zimbra</code> user:
  su - zimbra
  su - zimbra
Line 70: Line 82:
* As <code>root</code>, install the package:
* As <code>root</code>, install the package:
  yum install zimbra-patch
  yum install zimbra-patch
* If <code>snmp</code> is installed, upgrade the package before restarting the services:
yum install zimbra-snmp-components
* Restart ZCS as <code>zimbra</code> user:
* Restart ZCS as <code>zimbra</code> user:
  su - zimbra
  su - zimbra
  zmcontrol restart
  zmcontrol restart


'''Upgrade OpenLDAP on LDAP node'''
* As <code>root</code>, install the package:
yum install zimbra-ldap-components
* Restart <code>ldap</code> as <code>zimbra</code> user:
su - zimbra
ldap restart


<span class="h2">'''Installing NG packages (NETWORK Only)'''</span>
<span class="h2">'''Installing NG packages (NETWORK Only)'''</span>
Line 121: Line 128:


<span class="h2">'''Installing zimbra packages individually for NETWORK and FOSS'''</span>
<span class="h2">'''Installing zimbra packages individually for NETWORK and FOSS'''</span>
'''Upgrade OpenLDAP on LDAP node'''
* As <code>root</code>, install the package:
apt-get install zimbra-ldap-components
* Restart <code>ldap</code> as <code>zimbra</code> user:
su - zimbra
ldap restart


'''Install/Upgrade <code>zimbra-proxy-components</code> on Proxy node'''
'''Install/Upgrade <code>zimbra-proxy-components</code> on Proxy node'''
* As <code>root</code>, install package
* As <code>root</code>, install package
  apt-get install zimbra-proxy-components
  apt-get install zimbra-proxy-components
* If <code>snmp</code> is installed, upgrade the package before restarting the services:
apt-get install zimbra-snmp-components
* Restart proxy as <code>zimbra</code> user:
* Restart proxy as <code>zimbra</code> user:
  su - zimbra
  su - zimbra
Line 140: Line 156:
* As <code>root</code>, install package
* As <code>root</code>, install package
  apt-get install zimbra-mta-components
  apt-get install zimbra-mta-components
* If <code>snmp</code> is installed, upgrade the package before restarting the services:
apt-get install zimbra-snmp-components
* Restart <code>amavisd</code> as <code>zimbra</code> user:
* Restart <code>amavisd</code> as <code>zimbra</code> user:
  su - zimbra
  su - zimbra
Line 155: Line 173:
  apt-get update
  apt-get update
  apt-get install zimbra-patch
  apt-get install zimbra-patch
* If <code>snmp</code> is installed, upgrade the package before restarting the services:
apt-get install zimbra-snmp-components
* Restart ZCS as <code>zimbra</code> user:
* Restart ZCS as <code>zimbra</code> user:
  su - zimbra
  su - zimbra
  zmcontrol restart
  zmcontrol restart


'''Upgrade OpenLDAP on LDAP node'''
* As <code>root</code>, install the package:
apt-get install zimbra-ldap-components
* Restart <code>ldap</code> as <code>zimbra</code> user:
su - zimbra
ldap restart


<span class="h2">'''Installing NG packages (NETWORK Only)'''</span>
<span class="h2">'''Installing NG packages (NETWORK Only)'''</span>

Revision as of 13:20, 30 March 2021

Patch Installation

Please refer to the steps below to install {{{Version}}} on Redhat and Ubuntu platforms:

Before Installing the Patch, consider the following:

  • Patches are cumulative.
  • A full backup should be performed before any patch is applied. There is no automated roll-back.
  • Zimlet patches can include removing existing Zimlets and redeploying the patched Zimlet.
  • Only files or Zimlets associated with installed packages will be installed from the patch.
  • Switch to zimbra user before using ZCS CLI commands.
  • Important! You cannot revert to the previous ZCS release after you upgrade to the patch.
  • Important Note for ZCS Setup with Local ZCS repository: Customers who have set up local ZCS repository should first update the local repository by following instructions in wiki
  • Please make note that, installing the zimbra-patch package only updates the Zimbra core packages.

{{{Version}}} Packages

The package lineup for this release is:

{{{Packages}}}

Redhat

Installing Zimbra packages with system package upgrades

  • As root, first clear the yum cache and check for updates so the server sees there is a new zimbra-patch package in the patch repository:
yum clean metadata
yum check-update
  • Then ask yum to update available packages:
yum update
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Installing Zimbra packages individually for NETWORK and FOSS

Upgrade OpenLDAP on LDAP node

  • As root, install the package:
yum install zimbra-ldap-components
  • Restart ldap as zimbra user:
su - zimbra
ldap restart

Install/Upgrade zimbra-proxy-components on Proxy node

  • As root, first clear the yum cache and check for updates so the server sees all updated packages in the patch repository:
yum clean metadata
yum check-update
  • Then install the package:
yum install zimbra-proxy-components
  • If snmp is installed, upgrade the package before restarting the services:
yum install zimbra-snmp-components
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart

Install/Upgrade zimbra-proxy-patch on Proxy node

  • As root, install the package:
yum install zimbra-proxy-patch
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart
zmmemcachedctl restart

Install/Upgrade zimbra-mta-components on MTA node

  • As root, first clear the yum cache and check for updates so the server sees all updated packages in the patch repository:
yum clean metadata
yum check-update
  • Then install the package:
yum install zimbra-mta-components
  • If snmp is installed, upgrade the package before restarting the services:
yum install zimbra-snmp-components
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-mta-patch on MTA node

  • As root, install the package:
yum install zimbra-mta-patch
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-patch on mailstore node

  • As root, install the package:
yum install zimbra-patch
  • If snmp is installed, upgrade the package before restarting the services:
yum install zimbra-snmp-components
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart


Installing NG packages (NETWORK Only)

Uninstall zimbra-talk on mailstore node

Starting Zimbra 8.8.15 GA, zimbra-connect replaces zimbra-talk. Hence, it is important to remove zimbra-talk before installing zimbra-connect.

  • As root, uninstall the package zimbra-talk:
yum remove zimbra-talk

Install/Upgrade zimbra-network-modules-ng, zimbra-connect, zimbra-zimlet-auth, zimbra-docs and zimbra-drive-ng on mailstore node

yum install zimbra-network-modules-ng
yum install zimbra-connect
yum install zimbra-zimlet-auth
yum install zimbra-docs
yum install zimbra-drive-ng
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Install/Upgrade zimbra-chat for FOSS

  • As root, install the package:
yum install zimbra-chat
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Ubuntu

Installing zimbra packages with system package upgrades

  • As root, check for updates so the server checks there is a new zimbra-patch package in the patch repository:
apt-get update
  • Then update available packages:
apt-get upgrade
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Installing zimbra packages individually for NETWORK and FOSS

Upgrade OpenLDAP on LDAP node

  • As root, install the package:
apt-get install zimbra-ldap-components
  • Restart ldap as zimbra user:
su - zimbra
ldap restart

Install/Upgrade zimbra-proxy-components on Proxy node

  • As root, install package
apt-get install zimbra-proxy-components
  • If snmp is installed, upgrade the package before restarting the services:
apt-get install zimbra-snmp-components
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart

Install/Upgrade zimbra-proxy-patch on Proxy node

  • As root, install package
apt-get install zimbra-proxy-patch
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart
zmmemcachedctl restart

Install/Upgrade zimbra-mta-components on MTA node

  • As root, install package
apt-get install zimbra-mta-components
  • If snmp is installed, upgrade the package before restarting the services:
apt-get install zimbra-snmp-components
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-mta-patch on MTA node

  • As root, install package
apt-get install zimbra-mta-patch
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-patch on mailstore node

  • As root, check for updates and install package:
apt-get update
apt-get install zimbra-patch
  • If snmp is installed, upgrade the package before restarting the services:
apt-get install zimbra-snmp-components
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart


Installing NG packages (NETWORK Only)

Uninstall zimbra-talk on mailstore node

Starting Zimbra 8.8.15 GA, zimbra-connect replaces zimbra-talk. Hence, it is important to remove zimbra-talk before installing zimbra-connect.

  • As root, uninstall the package zimbra-talk:
apt-get remove zimbra-talk

Install/Upgrade zimbra-network-modules-ng, zimbra-connect, zimbra-zimlet-auth, zimbra-docs, zimbra-drive-ng on mailstore node

  • As root, check for updates and install packages:
apt-get update
apt-get install zimbra-network-modules-ng
apt-get install zimbra-connect
apt-get install zimbra-zimlet-auth
apt-get install zimbra-docs
apt-get install zimbra-drive-ng
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Install/Upgrade zimbra-chat for FOSS

  • As root, install package:
apt-get install zimbra-chat
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart
Jump to: navigation, search