• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Big mess after chancing the IP-address of a Subscriptions

Thomas Krcal

New Pleskian
Hy

After chancing the IP-address of a subscriptions everything is confused.
There where different troubles with the domains inside this subscriptions

a> Some domains checked the modification of the IP and everything worked fine.
b> Some domains did work fine, after saving the "Hosting Settings" of the domain on time.
c> Some domains got the error "Error: Failed to updated ip. Can't set to addon domain ip different from webspace ip" when try to save the "Hosting Settings"
c1> When I try to delete this domains to create them new I got error "permission denied"
c2> So I deleted them in the console with the command "plesk bin domain -r domainname.tld"
c3> The solution to delete the domain and create it new,was very protractedIn, but it worked with some of the broken domains and they were online again.
c4> but some of the domains create the error "Error: DNS record already exists." when creating them new after deleting.

And since c4 I have no Idea to fix.

I cant count all the Pages that I tryed to fix this problem:
https://kb.plesk.com/en/1365
https://kb.plesk.com/en/120518
https://kb.plesk.com/en/115005
http://forum.odin.com/threads/this-dns-record-already-exists.114139/
"plesk repair db"

So, what chance do I have ?
thank you !

 
UPDATE: Finally I got the error: "Error: DNS record already exists." whenever I want to add any new domain whether domain or subdomain
 
Yes sure.
And I tested everything from: https://kb.plesk.com/en/1365

In on case, when I perform this query:
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 '%mydomain%';

there is no record, but I have the message : Error: DNS record already exists.

But as I wrote:
No Im always getting the message : Error: DNS record already exists.
Whenever I create any new Domain in any subscriptions.

There seems to be a few bugs, when switching the IP-Address at any subscriptions.
 
Now also e-Mailserver does not work correctly.

e-Mails that receives to an external Domain hangs in the Mail Queueand does not be delivered.
Mails from Domains in the server will be deliveres correctly.

Could anyone help me ?
 
the dns error I have several times when I change the IP address away from a dedicated IP and then try and remove the IP from the box, I fix it with a command like this


plesk db

then

delete from dns_recs where host like '%ip.here%' or displayVal like '%ip.here%' or val like '%ip.here%';

Hopefully that helps you
 
Something else I have tried in the past

plesk bin ipmanage --auto-remap-ip-addresses true
plesk bin ipmanage --reread


And then (assuming you deleted dns_recs) restart plesk so it re-reads and then reconfigure

plesk sbin websrvmng -v -a

There is also a plesk extension that could help with broken configs
https://kb.plesk.com/en/115587
 
Back
Top