• 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 Issue

C

ChildOTK

Guest
Hi Everybody,

I am having a strange issue here, and am not certain as to how I will overcome the issue.

The issue is that I am trying to add a few domain aliases to a domain already in plesk, but everytime I try and add it I keep getting told the DNS Record already exists.

I have checked the named.conf file and the domain name I wish to assign is not in there, and also in Plesk's MySQL DB, does not show it either.

The command I am using is:

mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa \
-e"select z.name, r.host, r.type, r.val from dns_zone z, dns_recs r where z.id=r.dns_zone_id and r.host like '%YOUR-DOMAIN%';"


So the actual domain name is neither in the MySQL DB nor the DNS server config.

Any help will be appreciated.

Thanks
ChildOTK
 
Back
Top