• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Unable to resolve target system name

E

edreport

Guest
My VPS (educationreporting.com) is at ipower.com and they have not found a fix for this message in last 24 hours - "Unable to resolve target system name" - when I run a tracert.

The issue is I have to reboot my server every 2-3 minutes because everything will be fine and then I click a link on the site and get a "cannot find the server" message. If I reboot the server then enverything will be fine for a couple of minutes then I get the "cannot find the server" message again and have to reboot.

Until yesterday afternoon everything has been perfect for last month and no major changes were made yesterday, just FTPing files.

Anyone have any idea on how I can resolve this or what to examine?

Thanks for you help in advance, steu
 
Hi,

It this happenning to a particular domain (in this case let us know the domain name) or to all domains on this server?
In any case when this problem reappears you should check how this domain resolves using the following commands:
host -ta DOMAIN_NAME
and
dig +trace DOMAIN_NAME

Also make sure that bind is up and running on your server:
/etc/init.d/named status

and check /var/log/messages for named related errors.
 
Back
Top