Ad Widget

Collapse

Has anyone setup a distributed environment before?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • awskier08
    Junior Member
    • Jan 2018
    • 4

    #1

    Has anyone setup a distributed environment before?

    I would like to set up a tiered server approach with use of an oracle backend, is there an easy way to do that?

    which rpm should i use for these?

    web server - zabbix-web -*
    application server - zabbix-server-*
    application server - zabbix-proxy-*
    database server - running oracle rac
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    If you want to use the nodes distributed monitoring function, the function has been deleted.
    At the moment we use Zabbix server and Zabbix proxy in combination.

    For publicly available packages, you can not use Oracle on the backend.
    You need to compile from the source.

    Comment

    • awskier08
      Junior Member
      • Jan 2018
      • 4

      #3
      Originally posted by Atsushi
      If you want to use the nodes distributed monitoring function, the function has been deleted.
      At the moment we use Zabbix server and Zabbix proxy in combination.

      For publicly available packages, you can not use Oracle on the backend.
      You need to compile from the source.
      >> At the moment we use Zabbix server and Zabbix proxy in combination.

      So you have one node setup as a proxy and one node as a server?
      Do you have the database on another box as well?

      >> For publicly available packages, you can not use Oracle on the backend.
      I used RPM's and used php from remirepo - http://rpms.remirepo.net/enterprise/7Server/
      I imported all the tables and still get table missing errors. Is there a trick to get the tables imported correctly? I used sqlplus to import

      login to sqlplus, then do @schema.sql, etc.

      Comment

      • Atsushi
        Senior Member
        • Aug 2013
        • 2028

        #4
        Originally posted by awskier08
        So you have one node setup as a proxy and one node as a server?
        Do you have the database on another box as well?
        We installed the Zabbix server on the monitoring network and installed the Zabbix proxy on the remote network.
        Depending on your environment, you may be using more Zabbix proxies.

        The Zabbix server and the Zabbix proxy require a database for each server.

        Originally posted by awskier08
        >> For publicly available packages, you can not use Oracle on the backend.
        I used RPM's and used php from remirepo - http://rpms.remirepo.net/enterprise/7Server/
        It is impossible to install with only publicly available RPM.
        Zabbix server and PHP Access modules for Oracle database will need to be compiled yourself.

        Comment

        Working...