Ad Widget

Collapse

Zabbix Webinterface an Server is not starting after Appliance Installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hasabadusa23
    Junior Member
    • Dec 2023
    • 11

    #1

    Zabbix Webinterface an Server is not starting after Appliance Installation

    I got the Appliance running but I am not able to access the zabbix Webinterface.

    When I look at the log file it sais:


    Code:
    1096:20231208:093147.825 database is down: reconnecting in 10 seconds
    1096:20231208:093157.826 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
    1096:20231208:093157.826 database is down: reconnecting in 10 seconds
    1096:20231208:093207.827 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
    1096:20231208:093207.827 database is down: reconnecting in 10 seconds


    I thought an appliance is built that I can just run it like it sais here:

    https://www.zabbix.com/documentation...nual/appliance

    It sais

    Code:
    Root password is stored inside the /root/.my.cnf file. It is not required to input a password under the "root" account.


    But there is no file.

    And the login to the mysql server is also not possible.
  • Hasabadusa23
    Junior Member
    • Dec 2023
    • 11

    #2
    I resettet the mysql root pw and logged in, I also can't see a zabbix database. Does this has to be initiated first ?

    Code:
    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
    
    mysql> show databases;
    +--------------------+
    | Database           |
    +--------------------+
    | information_schema |
    | mysql              |
    | performance_schema |
    | sys                |
    +--------------------+
    4 rows in set (0.01 sec)
    
    mysql>
    ​
    Also the file

    Code:
    /etc/zabbix/web/zabbix.conf.php
    is not there.


    At this point the documentation isn't really helpfull at all, because everything ist missing after the appliance installation.

    Comment

    Working...