EDR Unified View: How to query yum for current available version for download
search cancel

EDR Unified View: How to query yum for current available version for download

book

Article ID: 290604

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

Check the version of Unified View available in the yum repository

Environment

  • EDR Unified View Server: 7.x
  • CentOS: All Supported Versions
  • RHEL: All Supported Versions

Resolution

  • From a terminal, run
yum list | grep CbUnifiedView
  • Example Output
cb-datagrid.x86_64                          7.6.2.220314.1806-1.el7    CbUnifiedView
cb-datastore.x86_64                         7.6.2.220314.1806-1.el7    CbUnifiedView
cb-enterprise.x86_64                        7.6.2.220314.1806-1.el7    CbUnifiedView
cb-linux-sensor-installer.noarch            7.1.0.98326-1              CbUnifiedView
cb-osx-sensor.noarch                        7.2.1.16597-1              CbUnifiedView
cb-sensor-6.1.13.15392-win.noarch           6.1.13.15392-win           CbUnifiedView
cb-sensor-7.2.2.17680-win.noarch            7.2.2.17680-win            CbUnifiedView
cb-sensor-7.3.0.18311-win.noarch            7.3.0.18311-win            CbUnifiedView
cb-sensor-installers.x86_64                 7.6.2.220314.1806-1.el7    CbUnifiedView
cb-solr.x86_64                              8.11.1-4.el7               CbUnifiedView
cb-swagger.x86_64                           7.6.2.220314.1806-1.el7    CbUnifiedView
cbui.noarch                                 7.6.2.220314.1803-1        CbUnifiedView
erlang.x86_64                               23.3.4.7-1.el7             CbUnifiedView
jemalloc.x86_64                             3.6.0-1.el7                CbUnifiedView
libselinux-cb-python.x86_64                 2.5-6b.el7                 CbUnifiedView
openresty.x86_64                            1.19.3.2-1a.cb.el7         CbUnifiedView
openresty-pcre.x86_64                       8.44-1.el7                 CbUnifiedView
openresty-zlib.x86_64                       1.2.11-3.el7.centos        CbUnifiedView
postgresql13.x86_64                         13.5-1PGDG.rhel7           CbUnifiedView
postgresql13-contrib.x86_64                 13.5-1PGDG.rhel7           CbUnifiedView
postgresql13-libs.x86_64                    13.5-1PGDG.rhel7           CbUnifiedView
postgresql13-server.x86_64                  13.5-1PGDG.rhel7           CbUnifiedView
python-cb-coreservices.x86_64               7.6.2.220314.1806-1        CbUnifiedView
python-cb-response-venv.x86_64              2.8.0-1.el7                CbUnifiedView
python-cb-responselib.x86_64                7.6.2.220314.1806-1        CbUnifiedView
python39u.x86_64                            3.9.5-1a.cb.el7            CbUnifiedView
python39u-devel.x86_64                      3.9.5-1a.cb.el7            CbUnifiedView
python39u-libs.x86_64                       3.9.5-1a.cb.el7            CbUnifiedView
rabbitmq-server.noarch                      3.8.23-1.el7               CbUnifiedView
redis.x86_64                                6.0.16-1.el7.remi          CbUnifiedView

 

Additional Information

If the version does not match what is expected, confirm the baseurl in /etc/yum.repos.d/CarbonBlackUnifiedView.repo is correct and `yum clean all` has been run.