• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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