secondary DNS server stopped being mirrored.

Discussion in 'Installation/Configuration' started by Georgy Goshin, Jan 4, 2022.

  1. Georgy Goshin

    Georgy Goshin Member

    Hello
    Running cluster with mirrored secondary DNS. Some time ago, I don't know when, secondary zones stopped being created (mirrored).
    ISPConfig 3.2.4
    in the /var/named/ I see some files pri.<zone name>.err with only SOA records.
    cron.log contains lines
    Tue Jan 4 02:04:02 EET 2022 finished server.php.
    and also
    Tue Jan 4 02:03:23 EET 2022 No configuration file found at /root/.esmtprc or /etc/esmtprc
    [root@ispcb ispconfig]# crontab -l
    * * * * * /usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done
    * * * * * /usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done

    Can't locate any error log records also, please advice where to look for the info. Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please enable debug mode on master for the mirrored slave server that is not working anymore, then comment out server.sh script in root crontab on that slave server, change a zone that shalle get mirrored (e.g. alter TTL) and save it. Then go to the slave server and run server.sh script manually on the shell and post the result that you get. See also here: https://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/
     

Share This Page