Plesk 12.x / Linux :: Slave DNS Manager - Still Tries To Sync Zones That Are Switched Off

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


ADVERTISEMENT

Plesk 12.x / Linux :: Slave DNS Manager Not Creating DNS Zone In Slave Server

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

Plesk 12.x / Linux :: DNS Zones Not Created On Slave Servers

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

Plesk 12.x / Linux :: Getting Slave DNS Manager To Work

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

Plesk 12.x / Linux :: Slave DNS Manager Not Deleting Zone?

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

Plesk 12.x / Linux :: Configuring Slave DNS Manager - Unknown Option

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

Plesk 12.x / Linux :: Soa Serial 0 Domain Will Be Switched Off Soon

Apr 20, 2015

I have one domain (just one?) that has a serial of 0 (on my server 5.9.57.170 , latest plesk)

Because of that, dns updates don't happen, dns servers don't respond , and my domain issuer is threatening to revoke the domain as it is not working as it should.

> dig auringostaitaan.fi @5.9.57.170 soa +short
robotns3.second-ns.com. torsten.ruger.gmail.com. 0 10800 3600 604800 10800

You can see the test here [URL] .... when you enter the domain auringostaitaan.fi

In trying to fix this i have switched the dns off,changed the mode, enabled RIPE, but i get what it says [URL] ....

Note: See the sample of SOA serial number generated with the selected format. If the resulting number is less, than the current zone number, the modification may cause temporary malfunction of DNS for this domain. Zone updates may be invisible to Internet users for some time.

View 10 Replies View Related

Plesk 11.x / Linux :: How To Integrate Slave DNS

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

Plesk 12.x / Linux :: Slave DNS Error

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

Plesk 12.x / Linux :: Route53 Duplicate Hosted Zones

Dec 10, 2014

This is a clean installation of Plesk, nothing else has been done on the server. After the Plesk 12 Installation I installed the Route53 Extension directly from the Panel.

I authenticated with the Access ID / Secret key, as soon as I start creating Domains I get duplicated zones in Route53. When I delete the Domain from Plesk only one Domain gets deleted, the other one remains.

This is my debug log where I see it executes the script twice:

Code:
[2014-12-10 14:50:15] DEBUG [panel] DNS Custom backend call: [{"command":"create","zone":{"name":"dummy123123test.nl.","displayName":"dummy123123test.nl.","soa":{"email":"vincent@mkbsc.nl","status":0,"type":"slave","ttl":86400,"refresh":10800,"retry":3600,"expire":604800,
"minimum":10800,"serial":1418219415,"serial_format":"UNIXTIMESTAMP"},"rr":

[Code] ....

The strange thing is, in the custom call it lists all the records twice as well..

When I disable the Plesk DNS Template it doesn't create Zones at all, when I then enable the Template per domain it creates one Zone correctly.

PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Parallels Plesk v12.0.18_build1200140610.21 os_Ubuntu 14.04

PROBLEM DESCRIPTION
On Sub creation Plesk creates two hosted zones in AWS Route53

STEPS TO REPRODUCE
Install Plesk 12
Install Route53 Extension from Panel
Create subscription

ACTUAL RESULT
Duplicated zones in AWS Route53

EXPECTED RESULT
One Hosted Zone in AWS Route53

View 12 Replies View Related

Plesk 12.x / Linux :: Unlock And Sync Error

Nov 17, 2014

When I try to unlock a subscription I get the following error message. The fact is that I have not customized any time any parameter of this subscription, but has blocked me.ERROR: Call to a member function isDefault() on a non-object (Domain.php:966)

View 6 Replies View Related

Plesk 12.x / Linux :: How To Sync Customers With WHMCS

Jun 11, 2014

I'am using Plesk 12 Web Pro Edition, I would like to know how can I sync my customers with WHMCS? I have config Plesk Server (at whmcs, module version Plesk 10/11) according to WHMCS. But I still with error and without can sync, users, domains, etc... from plesk web pro to whmcs.

View 3 Replies View Related

Plesk 12.x / Linux :: Unable To Sync Subscriptions With Service Plan

Jan 29, 2015

I have a 'Service Plan' which has 270 subscriptions associated with it. When I navigate to 'Service Plans' page, underneath my plan it reads "Unable to sync subscriptions with the service plan" along with a yellow exclamation mark.

If I go into the plan there is another message near the "Update & Sync" button stating that syncing will take time and therefore be run in the background. When I click the "Update & Sync" button nothing appears to happen. If I then click on the plan again, as if to edit the settings I get the following "Warning: Subscriptions are currently syncing with the service plan. Please wait until the sync process is finished." and it prevents me from accessing the plan settings.

If I wait a while, I can eventually get into the plan settings again, which should mean that the Update & Sync has completed. However the "Unable to sync subscriptions with the service plan" warning is still present under my custom plan on the 'Service Plans' page and if I navigate to a subscription to check if it has been updated it hasn't.

If I change the subscription plan to another plan and then change it back to my original plan again, then the changes are reflected. But this is obviously a workaround.

Why doesn't the "Update & Sync" button do as it should?

Why is my plan "Unable to sync subscriptions with the service plan"?

View 2 Replies View Related

Plesk 11.x / Linux :: Can't Sync Subscription With Command Line Interface

Dec 9, 2014

I have a subscription and I'm able to switch the subscription to a given service-plan, but I'm unable to sync the subscription with the plan, using the CLI. These are my commands:

/usr/local/psa/bin/subscription --switch-subscription <domain.com> -service-plan Hosting

result => The subscription <domain.com> is now associated with the service plan Hosting..When watching the webinterface in Plesk, I see the domain is "connected" to the service plan, so far so good. However, I notice that the subscription is not synced.

Back to the CLI, I've tried some combinations, but I can't get the subscription synced. The webbased interface keeps telling me that the subscription is unsynced. Here is what I've tried:

/usr/local/psa/bin/subscription --sync-subscription <domain.com>

And I also unlocked it (just in case it was locked) like so: /usr/local/psa/bin/subscription --unlock-subscription <domain.com>

The funny part is that the CLI tells me: "Subscription <domain.com> was synchronized with the associated service plans." but unfortenately it's not if I look through the GUI. Only if I click the sync-option webbased the subscription get synced. we have to transfer over 1000 domains and need to sync these domains with a given service-plan.

View 1 Replies View Related

Plesk 12.x / Linux :: Migrate Tool Doesn't Sync Per-domain PHP Settings

Dec 1, 2014

I'm using the migrate tool to clone our production server to a backup server.

I'm using the following command

Code:
cd /opt/psa/bin/
./migrate --migrate-server -host x.x.x.x -password mypwd

I've noticed that the per-domain PHP settings (like open_basedir and include_path) are not transmit to the backup server. Is that the expected behavior ? I would have prefer the migrate tool to include all settings....

View 1 Replies View Related

Plesk 11.x / Linux :: FTP Backup Manager

Aug 12, 2014

I have a problem with my Plesk Backup Manager... When I'm doing server backup (sending to FTP) I get this message...

Error:
Runtime error: Export dump to FTP failed at /usr/local/psa/admin/bin/plesk_agent_manager line 727.
at /usr/local/psa/admin/bin/plesk_agent_manager line 727
main:erform('verbose', 4, 'owner-type', 'server', 'split-size', undef, 'session-path', '/usr/local/psa/PMM/sessions/2014-08-12-094353.297', 'description', ...) called at /usr/local/psa/admin/bin/plesk_agent_manager line 1319

[code]....

The dump have been made successfully but can not be imported to FTP due to errors. The dump 'test_info_1408120943.xml' have been leaved at repository. Please export it manually
Error:Can't upload file '/usr/local/psa/PMM/tmp/backup5DrNQ9/test_info_1408120943.xml.tar' to ftp. Error code: 1

View 2 Replies View Related

Plesk 12.x / Linux :: Backup Manager Automating Tasks

Mar 1, 2015

I have setup Backup Manager to backup Files and Configurations every week for every subscription. This worked really good however we are now considering changing this to daily basis.

As the free space on server will decrease. I was wondering i there is any way with cronjobs how to remove the backup older than 24 weeks. How to make such an cronjob script?

If possible i also would like to know where the Backup Manager physically stores its backups?

View 5 Replies View Related

Plesk 12.x / Linux :: Migration Manager And Horde Settings

Apr 8, 2015

I am setting up a new server and started to migrate domains from an 11.x plesk server to this new server with plesk 12.x on it. Everything works fine, domains, users, mailboxes, everything is migrated - except the horde settings inside the webmail. I recognized this after my first login into webmail, normally the inbox is shown (I configured my webmaoil this way) but after the migration this setting is lost - including all other settings. How to migrate this settings?

View 1 Replies View Related

Plesk 12.x / Linux :: Migration Manager Doesn't Copy Anything

Jan 24, 2015

I've got a problem to migrate A user from one server to another.

I tried to use the migration manager, but if I start the migration manager the migration will be started but after 2 seconds it has finished and no migration has be doen.

or should I moove the data manually?

View 1 Replies View Related

Plesk 12.x / Linux :: Reset Owner File Manager

Jan 13, 2015

CentOS 7 64bit + Plesk 12

How can i reset the owner state of the files in file manager. right now some files have the ROOT as owner. I know with DirectAdmin there is a Reset owner feature. But this is cant find in Plesk.

View 3 Replies View Related

Plesk 12.x / Linux :: Backup Manager - Exclude One Domain?

Sep 19, 2014

I would like to have the Backup Manger run a full server backup but exclude one domain that has tons of material which does not need to be backed up as often.

Years ago, Plesk did have the option to choose the domains to backup (Admin login). However, It was a problem at times because I would forget to include new domains.

I do not know of any similar option present now to exclude a domain from the full Scheduled Backup.

I am thinking that I could set up a reseller (myself), put all of the sites I would like to backup more often in that account and run backup from that level.

The Problem with including all of the sites is that the SUPER LARGE site, bogs downs the backup process and I really do not knew it included as often.

View 1 Replies View Related

Plesk 12.x / Linux :: 12.0.18 Subscriptions Backup Manager Disable

Jan 23, 2015

I have migrated User from Confixx 3.3.9 to Plesk and now it works fine.

In the Subscriptions i have disable the Feature Backup for the Costumers, but it dosent take an effect.

So i Turn it on and off again. But there was also no effect.

View 1 Replies View Related

Plesk 12.x / Linux :: File Permission And Backup Manager

May 27, 2015

I lately decide to change my server provided and I decided to go for pre-installed Plesk12 service , plesk installed with os installation and in the beginning was looking ok , till I faced two problems .

The first problem I found is on Backup manager , I set a daily backup with maximum of 5 but every day I receive the error :The backup backup_website.com_info_1505272137.xml and backup_website.com_info_1505262137.xml was not created , I check the current backup task and the two task shows fails.(picture attached)

The second problem I found It may be related , is concerning the File permission , the user root and on group root are not able to change any file permission but the user pinco on group root is able to change it as well as the user Pinco on group psacln/psaserv , I updated the plesk12 to latest release to see if maybe was some changes but unfortunately nothing

Not migration for domains and was fresh install for os and plesk12

Plesk version:12.0.18 Update #48
OS: CentOS 6.2 (Final)

View 7 Replies View Related

Plesk 12.x / Linux :: Event Manager Commands - Where Does STDOUT Go

Mar 5, 2015

If a shell script is run via the Plesk Events Manager, where does STDOUT & STDERR go? (assuming that nothing in the script itself is redirecting it)

Does it get automatically sent to /dev/null?

Does it get written to a file somewhere?

Is having a script produce output when run from Plesk Event Manager likely to cause any problems?

View 3 Replies View Related

Plesk 12.x / Linux :: Failed To Start PHP FastCGI Process Manager

Mar 10, 2015

I use centos 7 , atomic repo, plesk 12 12.0.18 Update #37 php fpm not work.

[root@vmi36735 ~]# systemctl status php-fpm.service
php-fpm.service - The PHP FastCGI Process Manager
Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled)
Active: failed (Result: resources)

[Code] ....

View 5 Replies View Related

Plesk 12.x / Linux :: Migration And Transfer Manager - Connection Timeout

Jul 8, 2015

When I start the process in Migration & Transfer Manager i have this error: Error: Connection timeout. I see in the log file:

[2015-07-08 19:39:55.977|22820] INFO: Launchpad started : /usr/local/psa/admin/bin/launchpad --send-scout --host=... ... .... --port=22 --login=root --session-path=/usr/local/psa/PMM/msessions....
[2015-07-08 19:39:56.021|22820] DEBG: Connecting to ....:22
[2015-07-08 19:39:56.021|22820] DEBG: Resolving ..... .....
[2015-07-08 19:42:03.344|22820] ERR : Unable to open socket to ......:22: Connection timed out

[2015-07-08 19:42:03.398|22820] INFO: ConnectionTimedOut[....]: Timeout while attempting connection to host ........ [./../commons/socket.h:65]
plesk::Socket::Socket(const string&, short unsigned int)
[2015-07-08 19:42:03.399|22820] INFO: Launchpad finished. Exit code: 12

In two servers the configuration is identical: CENTOS 7 and PLESK 12

View 5 Replies View Related

Plesk 12.x / Linux :: Migration Manager - Migrating Data From Old Server

May 18, 2015

I have a new Server (CentOS Linux 7.1.1503) and will migrate the Data from my old Server (Ubuntu 14.04 LTS) with the Migration Manager. Both Servers running with Plesk 12.0.18

After i entered the Server-IP and the Login-Data for the old Server i became this Error on the new Server:

Fehler: launchpad error (Error code = 2):
== STDERR ====================
Cannot request remote agent status using command line /var/cache/20150518173107557/PleskX.pl: UNIVERSAL->import is deprecated and will be removed in a future perl at (eval 25) line 3.
UNIVERSAL->import is deprecated and will be removed in a future perl at IPC/Run.pm line 1060.
UNIVERSAL->import is deprecated and will be removed in a future perl at IPC/Run/IO.pm line 78.
UNIVERSAL->import is deprecated and will be removed in a future perl at IPC/Run/Timer.pm line 161.
Died at AgentConfig.pm line 23.
==============================Click to expand...

View 2 Replies View Related

Plesk 12.x / Linux :: DNS Manager - Managing All Server With Single Nameserver

Aug 23, 2014

I have many server with Plesk 12...in this server I have single nameserver...example server number 1 have ns1.domain.com and ns2.domain.com - server number 2 have ns1.tldnames.com ns2.tldnames.com etc etc...

Now I want manage all server with single nameserver example all server working with ns1.newnameserver.com and ns2.newnameserver.com ....

I have licenses for my server of Plesk no limits...how check if PPA is installed in my server ? Otherwise how to install PPA or other software for DNS Manager?

View 8 Replies View Related

Plesk 12.x / Linux :: Setup Backup Manager To Store Backups

Sep 29, 2014

I've been running a Plesk server with around 100 domains for years and years now. I've always used a backup service provided by the server vendor, but with a new server, I wanted to consider some of the backup options built into Plesk.

1. It looks like Plesk/Acronis is dead or only for Windows. Is that right?

2. If I add a backup drive to the server, can I setup Plesk Backup Manager to store the backups there (instead of on the main RAID array)?

3. Are there any other 3rd party extensions that I should consider?

View 8 Replies View Related

Plesk 11.x / Linux :: Missing Rsync Option At Migration Manager

Feb 15, 2014

I want to migrate a Plesk 9 tot a Plesk 11.5 server. The new server runs CentOs 6.5, but everyone talks about a checkbox with Rsync option and I also see this at pictures at the internet. But in my Plesk panel this option is missing.

where my Rsync checkbox is?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved