Ad Widget

Collapse

Upgraded zabbix server to 4.4.1 - now zabbix_server will not start

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tariq Hasan
    Junior Member
    • Nov 2018
    • 27

    #1

    Upgraded zabbix server to 4.4.1 - now zabbix_server will not start

    Upgraded zabbix server to 4.4.1 - now zabbix_server will not start and will not write to zabbix_server.log

    Here is my php file:

    <?php
    // Zabbix GUI configuration file.
    global $DB;

    $DB['TYPE'] = 'MYSQL';
    $DB['SERVER'] = 'zabbix-two.*********.rds.amazonaws.com';
    $DB['PORT'] = '3306';
    $DB['DATABASE'] = 'zabbix';
    $DB['USER'] = 'zabbix';
    $DB['PASSWORD'] = '********';

    // Schema name. Used for IBM DB2 and PostgreSQL.
    $DB['SCHEMA'] = '';

    $ZBX_SERVER = 'zabbixtwo';
    $ZBX_SERVER_PORT = '10051';
    $ZBX_SERVER_NAME = 'zabbixtwo';

    $IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;

    Here is my conf file without the spiel:

    LogFile=/var/log/zabbix/zabbix_server.log
    LogFileSize=0
    PidFile=/var/run/zabbix/zabbix_server.pid
    DBHost=zabbix-two.***********rds.amazonaws.com
    DBName=zabbix
    DBUser=zabbix
    DBPassword=*************
    DBSocket=/var/run/mysqld/mysqld.sock
    DBPort=3306
    StartPollers=300
    StartPollersUnreachable=50
    StartTrappers=60
    StartPingers=50
    JavaGatewayPort=10052
    StartVMwareCollectors=150
    VMwareFrequency=60
    VMwareCacheSize=1024M
    HousekeepingFrequency=4
    SenderFrequency=60
    CacheSize=1024M
    StartDBSyncers=10
    HistoryCacheSize=1024M
    HistoryIndexCacheSize=512M
    TrendCacheSize=512M
    ValueCacheSize=256M
    Timeout=24
    AlertScriptsPath=/usr/lib/zabbix/alertscripts
    ExternalScripts=/usr/lib/zabbix/externalscripts
    FpingLocation=/usr/bin/fping
    Fping6Location=/usr/bin/fping6
    LogSlowQueries=3000


    The DB is an RDS instance.
  • valentins.grins
    Member
    • Nov 2019
    • 38

    #2
    Hello,

    What OS are you using?
    From what version you were making upgrade?
    Can you please attempt to start zabbix-server again and then execute following command to see the startup log:
    Code:
     
     journalctl -u

    Comment

    • Tariq Hasan
      Junior Member
      • Nov 2018
      • 27

      #3
      Hi Valentins

      I upgraded from 3.x to 4.4.1.
      Al my DB credentials are correct according my DBA.
      I don't have the journalctl command installed on my machine

      Regards

      Tariq

      Comment

      Working...