• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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