• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How do I transfer domain to slave server?

I

IrinaK

Guest
Hello, I try to setup slave server with this manual http://kb.odin.com/1338. I create a domain "ira.dom" in Plesk panel, I add my another server to Common ACL list, and I write to named.conf on slave server:
zone "ira.dom" {
type slave;
masters {plesk ip;};
file "/var/named/plesk/ira.dom";
};
and restart bind on slave

but file ira.dom isn't exist!

1. folder /var/named/plesk/ on slave server is belong to named. He has rights to write.
2. I can't find any traces of ira.dom in named.conf on master server. Should I do something besides creating a domain?

bind is running on both of servers.
 
Back
Top