• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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