Install zimbra patch
Step: 01
Check the current version.
# zmcontrol -v Release 8.6.0_GA_1153.RHEL6_64_20141215151155 RHEL6_64 FOSS edition.
Step: 02
Download the patch file into the server.
# ls | grep zcs-patch zcs-patch-8.6.0_GA_1182.tgz
Step: 03
Unzip the patch file.
# tar xzvf zcs-patch-8.6.0_GA_1182.tgz # cd zcs-patch-8.6.0_GA_1182
Step: 04
Switch to the zimbra and stop the mailbox service.
$ zmmailboxdctl stop
Step: 05
As a root user install the patch.
# ./installPatch.sh .. .. .. Updating files for package zimbra-core /opt/zimbra/lib/jars/zimbraclient.jar... copied. /opt/zimbra/lib/jars/zimbrastore.jar... copied. /opt/zimbra/conf/timezones.ics... copied. /opt/zimbra/lib/jars/zimbracommon.jar... copied. /opt/zimbra/libexec/zmfixperms... copied. /opt/zimbra/bin/zmtrainsa... copied. /opt/zimbra/lib/jars/zimbrasoap.jar... copied.
Step: 06
Switched to zimbra and restart all services.
# zmcontrol restart
Ref:
https://wiki.zimbra.com/wiki/Zimbra_Releases/8.6_Patch_8
https://webhostinggeeks.com/howto/how-to-install-zimbra-patch-on-centos-7/
Comments
Post a Comment