• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Some Subdomains are not working after update!

sparkxp

Basic Pleskian
Hi,

part 1 of my problem:
Since the Update from Plesk 9 to 10 some subdomains are not reachable anymore.
When I call one of these domain, I get the "Server not found" page (in Firebug its network status "Aborted").
In the logfiles of the subdomain are no new entries.
I tried to delet the subdomain and add it again, but then I get the message "Unable to create the subdomain my.domain.com. because there is already a DNS record pointing to host my.domain.com..". Uhm, what?!
Okay, I took a look at /var/www/vhosts/ but there is no directory called "my.domain.com".
Then I switched to /var/www/vhosts/domain.com/subdomains/ there was a directory "my". I deleted it, but this didn't fix the problem.
After that I checked the database "psa", searched the subdomain name and found entries in the the following tables:

- log_components
- exp_event
- dns_zone
- dns_recs

All these tables have entries with my deleted subdomain! Why? And how can I cleanup safely?

Part 2 of my problem:
After all these, I tried to add a new (never used) subdomain to the same domain (another.domain.com).
While adding the subdomain, the /var/log/sw-cp-server/error_log got a new line: "2012-04-13T08:31:57+02:00 ERR (3): DNS Connector: error during commit (PleskDNSDuplicateCNAMERecord): Unable to restore the DNS zone: an error occurred while adding the webmail.domain.com. IN A xxx.xxx.xxx.xxx record: Such CNAME DNS record already exists."
Okay, why this error? I didn't add a webmail subdomain.
As expected, the subdomain "another.domain.com" doesn't work!

I think there went something very wrong on my update to Plesk 10!

Igor, please help!
 

http://kb.parallels.com/en/112966
What is the best solution for me? Own or parent?
My Database says subdomain_own_zones = false.
But will all Domains work after changing? I added Domains and Subdomains before and after the updates.

http://kb.parallels.com/en/113118
I executed
select * from dns_recs_t where type='CNAME' and host in ('domain.com.','ns.domain.com.','mail.domain.com.','ipv4.domain.com.','ipv6.domain.com.','webmail.domain.com.')
but nothing was found. Is that good?

http://kb.parallels.com/en/113310
Executing
select dns_zone_id, type, host, val, opt from dns_recs where host in (select concat(s.name,'.', d.name,'.') from subdomains s, domains d where s.dom_id = d.id)
was empty too. Is that good?



I don't know what to do...
 
For fixing this issue detailed investigation directly on your server is required. Therefore I suggest you contact Support Team.
 
Back
Top