Ad Widget

Collapse

Server offline installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MortenA
    Junior Member
    • Jun 2018
    • 2

    #1

    Server offline installation

    I want to install the Zabbix monitor-server on a server which does not have any internet connections. Can someone direct me to a guide to follow, or a pre-configured package ? I copied all the zabbix-files over, only to find there is a bunch of dependencies required.

    Regards.
    Morten
  • kernbug
    Senior Member
    • Feb 2013
    • 330

    #2
    Originally posted by MortenA
    I want to install the Zabbix monitor-server on a server which does not have any internet connections. Can someone direct me to a guide to follow, or a pre-configured package ? I copied all the zabbix-files over, only to find there is a bunch of dependencies required.

    Regards.
    Morten
    Hi

    Operation system?

    Last edited by kernbug; 18-06-2018, 14:54.

    Comment

    • MortenA
      Junior Member
      • Jun 2018
      • 2

      #3
      I want to install on CentOS 7.
      Looking at my offline repo, it seems it only has version 2.2. Perhaps I can check if I can get 3.4 in a newer repo-update.

      Comment

      • kloczek
        Senior Member
        • Jun 2006
        • 1771

        #4
        Originally posted by MortenA
        I want to install the Zabbix monitor-server on a server which does not have any internet connections.
        None of the zabbix software components requires to have "internet connections".
        http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
        https://kloczek.wordpress.com/
        zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
        My zabbix templates https://github.com/kloczek/zabbix-templates

        Comment

        • Atsushi
          Senior Member
          • Aug 2013
          • 2028

          #5
          Even if there is no Internet connection, you can install any necessary packages.
          However, in addition to the Zabbix package, there are many dependent packages, so it takes time to align them.

          In this case, we will install Zabbix 3.4.10 for MySQL on CentOS 7.5.1804.

          The package to be obtained from the Zabbix repository is as follows.

          zabbix-agent-3.4.10-1.el7.x86_64.rpm
          zabbix-server-mysql-3.4.10-1.el7.x86_64.rpm
          zabbix-web-3.4.10-1.el7.noarch.rpm
          zabbix-web-mysql-3.4.10-1.el7.noarch.rpm
          fping-3.10-1.el7.x86_64.rpm
          iksemel-1.4-2.el7.centos.x86_64.rpm


          The package to be acquired from the CentOS 7 repository is the following package.

          OpenIPMI-libs-2.0.23-2.el7.x86_64.rpm
          OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm
          apr-1.4.8-3.el7_4.1.x86_64.rpm
          apr-util-1.5.2-6.el7.x86_64.rpm
          dejavu-fonts-common-2.33-6.el7.noarch.rpm
          dejavu-sans-fonts-2.33-6.el7.noarch.rpm
          fontpackages-filesystem-1.44-8.el7.noarch.rpm
          gnutls-3.3.26-9.el7.x86_64.rpm
          httpd-2.4.6-80.el7.centos.x86_64.rpm
          httpd-tools-2.4.6-80.el7.centos.x86_64.rpm
          libX11-1.6.5-1.el7.x86_64.rpm
          libX11-common-1.6.5-1.el7.noarch.rpm
          libXau-1.0.8-2.1.el7.x86_64.rpm
          libXpm-3.5.12-1.el7.x86_64.rpm
          libevent-2.0.21-4.el7.x86_64.rpm
          libjpeg-turbo-1.2.90-5.el7.x86_64.rpm
          libpng-1.5.13-7.el7_2.x86_64.rpm
          libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm
          libxcb-1.12-1.el7.x86_64.rpm
          libxslt-1.1.28-5.el7.x86_64.rpm
          libzip-0.10.1-8.el7.x86_64.rpm
          mailcap-2.1.41-2.el7.noarch.rpm
          net-snmp-libs-5.7.2-33.el7_5.2.x86_64.rpm
          nettle-2.7.1-8.el7.x86_64.rpm
          php-5.4.16-45.el7.x86_64.rpm
          php-bcmath-5.4.16-45.el7.x86_64.rpm
          php-cli-5.4.16-45.el7.x86_64.rpm
          php-common-5.4.16-45.el7.x86_64.rpm
          php-gd-5.4.16-45.el7.x86_64.rpm
          php-ldap-5.4.16-45.el7.x86_64.rpm
          php-mbstring-5.4.16-45.el7.x86_64.rpm
          php-mysql-5.4.16-45.el7.x86_64.rpm
          php-pdo-5.4.16-45.el7.x86_64.rpm
          php-xml-5.4.16-45.el7.x86_64.rpm
          t1lib-5.1.2-14.el7.x86_64.rpm
          trousers-0.3.14-2.el7.x86_64.rpm
          unixODBC-2.3.1-11.el7.x86_64.rpm


          If you also install mariadb-server, you also need to install the package that mariadb-server and mariadb-server depend on.

          Comment

          • lallhands@gmail.com
            Junior Member
            • Nov 2019
            • 1

            #6
            Is there a comparable list of required packages for offline installation for Ubuntu 18.0.4 documented somewhere? I need to install an Ubuntu Zabbix server remotely on a network that has no Internet access besides my ssh. Thanks!

            Comment

            Working...