• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

DNS Issues

M

malikcide

Guest
I am continously having DNS issues even before launching domains.

Code:
Service is not available now, probably your Plesk is misconfigured.

Internal Plesk error occurred: Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start

After looking it up, I can generally repair it using the script
mentioned, but how do I avoid this from constantly happening?

I keep getting these errors;

in-addr.arpa:12: unknown RR type '74.8'
.in-addr.arpa/IN: loading master file
.in-addr.arpa: unknown class/type

And use this to fix it

1) cd /var/named/run-root/etc
2) mv named.conf named.conf.bak
3) cp named.conf.default named.conf
4) for x in `ls`; do /usr/local/psa/admin/sbin/dnsmng update $x; done;/etc/init.d/named restart

This thread covers the issue, but no way to prevent it from happening:

http://forum.swsoft.com/showthread.php?threadid=22212&highlight=dnsmng
 
Seems everytime I reboot or restart DNS this problem happens, it works fine until it is shut down, then coming up it will not start until I do those steps.
 
This still happens, every other reboot I have to run

cd /var/named/run-root/etc
mv named.conf named.conf.bak
cp named.conf.default named.conf
for x in `ls`; do /usr/local/psa/admin/sbin/dnsmng update $x; done;/etc/init.d/named restart

to get DNS to start, otherwise it fails to start on bootup complaining about DNS Manager.
 
Back
Top