Ad Widget

Collapse

Reinstall ZABBIX front end.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leed
    Junior Member
    • Apr 2020
    • 2

    #1

    Reinstall ZABBIX front end.

    Hi everyone,

    I updated my RHEL 7.x box today and there was a package discrepancy that I tried to fix... To make a long story short my Zabbix front end was deleted. The server is running my database is fine but my front end is blown away.

    Is there any way I can just reinstall the front end without touching making any changes to the server or database.

    I tired the below and ran into missing packages. Any help would be appreciated.

    yum install zabbix-web-4.2.6-1.el7.noarch
    Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
    Resolving Dependencies
    --> Running transaction check
    ---> Package zabbix-web.noarch 0:4.2.6-1.el7 will be installed
    --> Processing Dependency: zabbix-web-database = 4.2.6-1.el7 for package: zabbix-web-4.2.6-1.el7.noarch
    --> Processing Dependency: php >= 5.4 for package: zabbix-web-4.2.6-1.el7.noarch
    --> Processing Dependency: php-gd for package: zabbix-web-4.2.6-1.el7.noarch
    --> Processing Dependency: php-mbstring for package: zabbix-web-4.2.6-1.el7.noarch
    --> Processing Dependency: php-xml for package: zabbix-web-4.2.6-1.el7.noarch
    --> Processing Dependency: php-bcmath for package: zabbix-web-4.2.6-1.el7.noarch
    --> Processing Dependency: php-ldap for package: zabbix-web-4.2.6-1.el7.noarch
    --> Running transaction check
    ---> Package php.x86_64 0:5.4.16-48.el7 will be installed
    --> Processing Dependency: php-cli(x86-64) = 5.4.16-48.el7 for package: php-5.4.16-48.el7.x86_64
    ---> Package php-gd.x86_64 0:5.4.16-48.el7 will be installed
    ---> Package php-ldap.x86_64 0:5.4.16-48.el7 will be installed
    ---> Package php-xml.x86_64 0:5.4.16-48.el7 will be installed
    ---> Package zabbix-web.noarch 0:4.2.6-1.el7 will be installed
    --> Processing Dependency: php-mbstring for package: zabbix-web-4.2.6-1.el7.noarch
    --> Processing Dependency: php-bcmath for package: zabbix-web-4.2.6-1.el7.noarch
    ---> Package zabbix-web-pgsql.noarch 0:4.2.6-1.el7 will be installed
    --> Processing Dependency: php-pgsql for package: zabbix-web-pgsql-4.2.6-1.el7.noarch
    --> Running transaction check
    ---> Package php-cli.x86_64 0:5.4.16-48.el7 will be installed
    ---> Package php-pgsql.x86_64 0:5.4.16-48.el7 will be installed
    --> Processing Dependency: php-pdo(x86-64) = 5.4.16-48.el7 for package: php-pgsql-5.4.16-48.el7.x86_64
    --> Processing Dependency: libpq.so.5()(64bit) for package: php-pgsql-5.4.16-48.el7.x86_64
    ---> Package zabbix-web.noarch 0:4.2.6-1.el7 will be installed
    --> Processing Dependency: php-mbstring for package: zabbix-web-4.2.6-1.el7.noarch
    --> Processing Dependency: php-bcmath for package: zabbix-web-4.2.6-1.el7.noarch
    --> Running transaction check
    ---> Package php-pdo.x86_64 0:5.4.16-48.el7 will be installed
    ---> Package postgresql-libs.x86_64 0:9.2.24-2.el7_7 will be installed
    ---> Package zabbix-web.noarch 0:4.2.6-1.el7 will be installed
    --> Processing Dependency: php-mbstring for package: zabbix-web-4.2.6-1.el7.noarch
    --> Processing Dependency: php-bcmath for package: zabbix-web-4.2.6-1.el7.noarch
    --> Finished Dependency Resolution
    Error: Package: zabbix-web-4.2.6-1.el7.noarch (zabbix)
    Requires: php-bcmath
    Error: Package: zabbix-web-4.2.6-1.el7.noarch (zabbix)
    Requires: php-mbstring

    Thanks,

    Lee
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Try enabling the Optional repository.
    ex.
    Code:
    # yum-config-manager --enable rhel-7-server-optional-rpms

    Comment

    • leed
      Junior Member
      • Apr 2020
      • 2

      #3
      This totally fixed my problem!

      THANKS.

      Comment

      Working...