Plesk Automation :: How Do Slave Dns Updates Happen
Jul 8, 2013
How are the records on slave DNS servers updated ? Does it use the settings in the SOA section of the zone files to determine how often slaves are updated ?
Code:
18 ; serial
14400 ; refresh (4 hours)
7200 ; retry (2 hours)
2419200 ; expire (4 weeks)
3600 ; minimum (1 hour)
Is there any way for master to push out notifications to slaves OR get slaves to update their DNS sooner.
The main reason for this is it seems adding an entry on the master (via the GUI) is taking ages to appear on the slave.
View 2 Replies
ADVERTISEMENT
Nov 4, 2014
I have setup Slave DNS using plesk 12. But it is not creating the zone in slave server. I could see log in /var/log/messages of slave server. But DNS zone is not creating. I have followed the KB "[URL] ...." for setup.
Nov 4 13:31:25 li456-187 named[16905]: received control channel command 'addzone testnith.com { type slave; file "testnith.com"; masters { 108.161.131.59; }; };'
Nov 4 13:31:25 li456-187 named[16905]: received control channel command 'refresh testnith.com'
Nov 4 13:31:25 li456-187 named[16905]: received control channel command 'addzone testnith.com { type slave; file "testnith.com"; masters { 108.161.131.59; }; };'
View 1 Replies
View Related
Jul 5, 2013
I am trying to install Automation, and I keep getting an error after the "Getting SELinux" step, here is a log of the process so far:
Code:
[INFO]: Checking current user privileges...
[INFO]: Checking critical environment requirements...
[INFO]: Determining OS parameters...
[INFO]: Detected OS: CentOS-5-x86_64
[INFO]: Getting SELinux state...
[ERROR]: Unexpected error: ''
[Code] ....
I have tried running the installation on a different server and the same issue came up...
View 19 Replies
View Related
Apr 4, 2015
I am installing plesk automation on centos 6.5 using this command on a fresh system
./ppa_installer --password some_password --admin_email some_email
and get the following error.
[LOGTEE]: Error Downloading Packages:
[LOGTEE]:
[LOGTEE]: libuuid-2.17.2-12.18.el6.i686: failure: Packages/libuuid-2.17.2-12.18.el6.i686.rpm from base: [Errno 256] No more mirrors to try.
Looks like some lib is not found in the mirrors.
View 1 Replies
View Related
Jan 29, 2015
On a clean install of CentOS 6.6 (Final) I did the following:
1. updated the /etc/hosts file to point my ip to the hostname
2. Open the ports in the iptables file.
3. ran the ppa_installer per the instructions on [URL] ....
The ppa_installer log says installed Successfully. However the following occurs:
1. Cannot browse to the url:8443, or any of the other variations (8080, 8880, https/http)
2. Yum installer is now broken (I replicated this twice). Yum will not run at all with the following error:
There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: /usr/lib64/libcurl.so.4: file too short
Please install a package which provides this module, or verify that the module is installed correctly.It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Jan 22 2014, 09:42:36)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
I am now going to try Cent OS 6.4.. will report back.
View 8 Replies
View Related
Oct 23, 2013
We have published an article about the 'Slave DNS' Plesk extension in our blog. Parallels does not provide technical support services for this Plesk extension. The extension is intended to serve as example of how certain technical tasks can be accomplished.
View 7 Replies
View Related
May 16, 2015
I am using the Slave DNS manager and I'm getting the following error in /var/log/messages on the slave server when the master/plesk tries to send change notifications.received notify for zone 'example.com': not authoritative
The domain is pointing to ns1.mydomain.com and ns2.mydomain.com, the domains zone on the master has both of these as NS records. And the SOA record lists ns1.mydomain.com as the primary authoritative nameserver.The zone has not been set on the slave server, what would be the cause here?
Slaves named.conf
bbb.bbb.bb.bbb = Slave IP
aaa.aa.aa.aaa = Master/Plesk
Code:
options {
listen-on port 53 { 127.0.0.1; bbb.bbb.bb.bbb; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
zone-statistics yes;
[code]....
View 2 Replies
View Related
Apr 25, 2015
I've got a Plesk 12 server with the "Slave DNS Manager" extension installed.I've also got a CentOS 7 server that I would like to set up as a slave DNS server.I've installed BIND on the slave server and opened ports 53 and 953.I've followed the instructions on this page but I can't seem to get a link between the two servers: URL....
I've also tried the config that the Plesk panel provides like the case in this thread, I get the same results: URL....
View 2 Replies
View Related
May 19, 2015
I have a Windows/Plesk installation (Windows DNS), what is the best way to make a slave DNS server?I have two more servers without Plesk, windows and linux, one of then could be my slave server, how to accomplish that?
View 1 Replies
View Related
Jul 19, 2015
I am setting up slave DNS servers using bind 9.8 on CentOS 6. I have followed the procedure here successfully: [URL] ....
The problem is that even if I see something like the following in named.run on the slave server (which implies the rndc connection worked):
received control channel command 'addzone xxxxxxxx.com { type slave; file "xxxxxxxx.com"; masters { x.x.x.x; }; };'
received control channel command 'refresh xxxxxxxx.com'
received control channel command 'addzone xxxxxxxx.com { type slave; file "xxxxxxxx.com"; masters { x.x.x.x; }; };'
I still cannot query any entries for that zone from the slave DNS server:
$ dig @y.y.y.y xxxxxxxx.com
; <<>> DiG 9.8.3-P1 <<>> @y.y.y.y xxxxxxxx.com
; (1 server found)
;; global options: +cmd
[Code] .....
I also do not see any zone files created anywhere on the slave server.
View 12 Replies
View Related
Jan 12, 2015
I've setup Bind 9.10.1 on a windows server as a slave DNS server. I've installed the Slave DNS Manager on Plesk 12 for Linux and setup configuration.
New zones are added ok so authentication en communication is working perfectly. But when I delete a zone in Plesk, the zoneconfig file doesn't get deleted on the windows server. I can see the windows eventlog saying "received control channel command 'delzone <domain>'" where <domain> is the zone I deleted. But after that noting. And I see errors after a while because of bind trying to transfer the deleted zone again. The zonefile isn't deleted from c: amedzones...
View 1 Replies
View Related
Nov 6, 2009
I'm running Plesk 9.2.2 & using the supplied AWStats install. Where will I find the configuration that dictates when AWStats will be updated? It's currently updating at 3.36am daily, & I'd like to set it to hourly. Can't find anything in the root or psaadm crontabs & not sure where else to look.
View 5 Replies
View Related
Aug 1, 2014
I have setup bind in centos 6.5 and then edited /etc/named.conf and added the lines
The extension produced but I am getting the following error when restarting the bind service
Error in named configuration:
/etc/named.conf:2: unknown option '...'
/etc/named.conf:14: unknown option '*'
/etc/named.conf:21: 'options' redefined near 'options'
The following code suggested by plesk slave dns manager extension
Code:
options {
...
allow-new-zones yes;
};
key "rndc-key-mainserver ip" {
[Code] .....
After I removed ... from the options now I get the following error :
/etc/named.conf:51: unknown key 'rndc-key'
View 1 Replies
View Related
Jun 16, 2015
I installed Route 53 extension to manage a slave DNS server but when a add or remove some domain the process does not complete, Plesk stays loading without finish domain creation.
When I disable the extension, Plesk create and remove domains without any problem.
What could be happening?
View 1 Replies
View Related
May 5, 2015
I have recently started using the slave DNS manager in the Plesk extension library. I've found that even for DNS zones that are switched off in Plesk, failed sync/transfers still try to take place between the slave and master. Why is this so?
Shouldn't turning the DNS functionality off in Plesk remove the zone from the slave DNS server?
When a domains DNS functionality is turned off, it removed the zone info from the master, but no command is issued to remove it from the slave??
Domain that is trying to sync/transfer: example.com
Plesk/Master server: 111.11.11.111
Slave DNS: 222.222.22.222
Code:
May 6 08:51:39 ns2 named[1178]: zone example.com/IN: refresh: unexpected rcode (REFUSED) from master 111.11.11.111#53 (source 0.0.0.0#0)
May 6 08:51:39 ns2 named[1178]: zone example.com/IN: Transfer started.
May 6 08:51:40 ns2 named[1178]: transfer of 'example.com/IN' from 111.11.11.111#53: connected using 222.222.22.222#53166
[Code] ...
View 3 Replies
View Related
Mar 21, 2014
If I change DNS using Plesk Panel the DNS server does not send a notification to the slave server, however if I change DNS directly through the DNS Manager it does send the notifications. Looking around the only thing I can find is an old post [URL] .... I'm not sure if this is related.
View 7 Replies
View Related
Aug 31, 2014
Is there a way to receive notifications for Wordpress updates? (core, themes, and plugins).
View 2 Replies
View Related
Apr 9, 2014
My Plesk Panel fails to find updates for some reason. It keeps thinking that 11.5.30 Update #31 is the latest version, although the changelog (URL..) clearly shows 11.5.30 Update #40 is available.I tried to manually run the updater from command line:
Code:
C:ParallelsPleskadminin>ai.exe --select-product-id panel --select-release-current --reinstall-patch --install-component base
No success.
I tried to switch to the Early adopter releases No success. How can if fix Plesk Panel to update to the latest versions again?
My setup:
OS: Microsoft Windows Server 2008 R2 Service Pack 1
Panel version: 11.5.30 Update #31 , last updated at April 10, 2014 02:32 AM
View 9 Replies
View Related
Feb 26, 2015
So. Plesk has a button to enable or not enable automatic updates of WordPress installations it knows about. I toggled it and it didn't seem to effect the setting in my wp-config.php file:
//--- disable auto upgrade
define( 'AUTOMATIC_UPDATER_DISABLED', true );
which remained like that whatever I did to the Plesk button.
Nor does it seem to set this setting either way:
define( 'WP_AUTO_UPDATE_CORE', false );
So. Is it something independent of WordPress? I.e. Plesk goes and gets the updates and applies them? If so - what updates is it getting - major changes or just minor ones?
View 1 Replies
View Related
Jul 9, 2014
Since upgrading to Plesk 12, I'm getting near daily "Application Updates" emails. The body copy simply reads "date.timezone = Europe/London"
How do I stop these? They're very annoying and clients receive them too.
View 2 Replies
View Related
Jul 17, 2014
is there any way to disable automatic updates completely ? Because the lowest option in the panel is:
"Notify me about available updates but do not automatically install them" (Critical security updates will still be installed automatically.)
And while I can't figure out, which files are going to be updated even on this minmalistic setting, I have to disable it completely.
View 1 Replies
View Related
Sep 9, 2009
My server is down for about 4 hours. I have already submit a ticket to GipNetworks Support but no answer. It's rare that GipNetworks give me no support or explanation above 2 hours.
View 1 Replies
View Related
Feb 10, 2009
I found that adbrite are using 10 name servers .
asia3.akam.net
aus1.akam.net
eur1.akam.net
eur2.akam.net
ns1-105.akam.net
ns1-232.akam.net
ns2.adbrite.com
ns4.adbrite.com
usc2.akam.net
usw6.akam.net
could any one has for example 3 hosting accounts each one in
a ddifferent hosting company , could it be possible to put all Name Servers
of 3 different hosting sites under one domain name ?
View 3 Replies
View Related
Jul 16, 2007
I wrote my own script. Once in a while, under a certain condition, my script run for more than 30 seconds.
On that moment, the whole server go down.
I know about the problem only after checking the error_log
Since I'll be moving to reseller hosting I wonder if there is a way to get email every time there is such error.
View 6 Replies
View Related
Jul 11, 2014
I've got a e-mail notification problem since i upgraded from Plesk 11.5 to Plesk 12: One specific Application Update for customer X is being sent to all my customers.
Last week we did have a problem with a busted customer portal. ( not customer X, plus still on Plesk 11.5 ) I fixed this by using this procedure: [URL] ..... Restored two records and problem solved.
As a temporary resolution we disabled Application Updates for our customers, but I do want that my customers receive Application Updates, but just the one where they are the recipient.
View 2 Replies
View Related
May 26, 2015
I have recently deployed PPA with on nodes with hostnames on the serverroom.net.au domain, so management.serverroom.net.au, mail.serverroom.net.au etc. The DNS is currently hosted on a plesk server which will soon be migrated to PPA.
When I add the serverroom.net.au domain to PPA, I it fails at the sync task with an error saying that there are no A or AAA records for ns1.serverroom.net.au, even when these records exist in the external DNS. The same error occurs when I try to add the domain as a dns entry and switch to internal...
View 3 Replies
View Related
Feb 26, 2014
i have installed a Win2008R2 server with IIS and Coldfusion. I want to allow customer to set DSN, i know that older "Plesk Panel" versions that can do but i missing this now in PPA in the customer view. In the subscription is OBDC and Coldfusion connections allowed and unlimited. Must i do anything to activate this ?
View 2 Replies
View Related
May 5, 2014
We operate many Plesk VPS servers in a virtual environment for our customers and would really like the ability to allow Plesk VPS servers to switch to using our PPA DNS servers instead of having to have multiple ips on each VPS to run their own name servers. Not to mention the added nuisance of each customer having to register name servers and glue records.
We looked at adding the Plesk servers as nodes to our PPA cluster but the license jump and loss of Nginx is completely prohibitive. Is this possible?
View 2 Replies
View Related
May 5, 2014
How do I merge two subscriptions - ie, move domainB.com into the subscription of domainA.com?
View 5 Replies
View Related
Feb 12, 2014
I try to migrate FTP accounts from our old hosting panel to Plesk CP using plesk API, but I get following error message:
Code: You specified incorrect username.
The problem propably is, that the username (1234_ftpuserexample) stats with digits.
View 1 Replies
View Related
Feb 3, 2015
I try to apply my dns template to all dns but it can't work.
I try on the interface and on the command line.
/usr/local/psa/bin/dns --reset [domain_name] -ip [ip]
View 1 Replies
View Related