ZCS 9 Patch 26 not ...
 
Notifications
Clear all

ZCS 9 Patch 26 not see

4 Posts
4 Users
0 Likes
640 Views
(@aynur-yilmaz)
Joined: 2 years ago
Posts: 12
Topic starter  

Hello,

I'm using Centos and Oracle Linux servers. The output of zmcontrol -v looks like this. But I can't see which patch is installed. Is there a command where I can see this?

[16:42:36@2] [root@mail:~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
[zimbra@mail ~]$ zmcontrol -v
Release 9.0.0_ZEXTRAS_20220713.RHEL7_64_20220705100521 RHEL7_64 FOSS edition.

Thanks.


   
Quote
(@sharif)
Admin
Joined: 2 years ago
Posts: 385
 

(@aynur-yilmaz)

Hi,

If any patch was installed in your system, you could have seen it with:

zimbra@mail:/root$ zmcontrol -v
Release 9.0.0.ZEXTRAS.20220713.UBUNTU18.64 UBUNTU18_64 FOSS edition, Patch 9.0.0_P14.

You could also use:

root@mail:~# dpkg -l zimbra-patch
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                 Version                 Architecture            Description
+++-====================================-=======================-=======================-=============================================================================
ii  zimbra-patch                         9.0.0.1618926120.p14-1. amd64                   Zimbra Patch

 

or,

rpm -q zimbra-patch

 

Thanks and regards.


   
ReplyQuote
mgarbo
(@mgarbo)
Joined: 9 years ago
Posts: 61
 
Posted by: @aynur-yilmaz

Hello,

I'm using Centos and Oracle Linux servers. The output of zmcontrol -v looks like this. But I can't see which patch is installed. Is there a command where I can see this?

[16:42:36@2] [root@mail:~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
[zimbra@mail ~]$ zmcontrol -v
Release 9.0.0_ZEXTRAS_20220713.RHEL7_64_20220705100521 RHEL7_64 FOSS edition.

Thanks.

https://www.zextras.com/thankyou-zextras-build-zimbra/

You need to check the release date on this site and obtain the version of "Release 9.0.0_ZEXTRAS_20220713" -> 2022-07-13, you are using the last version of zextras build.


   
ReplyQuote
(@arman)
Admin
Joined: 3 years ago
Posts: 376
 
Posted by: @aynur-yilmaz

Hello,

I'm using Centos and Oracle Linux servers. The output of zmcontrol -v looks like this. But I can't see which patch is installed. Is there a command where I can see this?

[16:42:36@2] [root@mail:~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
[zimbra@mail ~]$ zmcontrol -v
Release 9.0.0_ZEXTRAS_20220713.RHEL7_64_20220705100521 RHEL7_64 FOSS edition.

Thanks.

Hello @aynur-yilmaz,

Based on the results you shared I can confirm that you're currently using patch 25, which is the latest patch built in Zimbra 9 OSE by Zextras. When you request this built by filling out the form on the Zextras website, you will be directed to a webpage in which the information about the patch is shown. As long as you have downloaded the latest build released on 2022-07-06, you will certainly have patch 25.

Note that: You cannot easily find the patch version of your build via

zmcontrol -v

based on the way Zextras includes the latest patches into the codebase. For more information on this, you can read this article https://community.zextras.com/how-we-solved-the-issue-of-updating-zimbra-9/

This post was modified 2 years ago by Arman Khosravi

   
ReplyQuote