• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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