I have primary and secondary DNS servers on vps centos 6.6 ISPCONFIG 3.0.5, I noticed that server.sh on the crontab of the secondary dns server does not update any changes made on the primary dns server, until I run the server.sh on the command line. Can you please point me in the right direction? Thanks
Check with: crontab -e that the cronjob is not commented out. If thats ok, then try to comment it out by adding a # in front, then edit it again and remove the # again, sometimes such a refresh can help if the cron daemon was stuck.
I found the problem, crond daemon was not running, so the solution was to start the crond daemon. Thanks Till