• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue SLAVE dns manager

simonbourgoin

New Pleskian
Server operating system version
Ubuntu
Plesk version and microupdate number
Plesk Obsidian Web Host Edition Version 18.0.75
The zone are not syncing, here is the error message:

2026-02-02T02:46:01.321562+01:00 vmi3056558 named[12699]: client @0x707d9400c528 54.36.176.20#10692: received notify for zone 'on-sim.info': not authoritative
 
Hello, @simonbourgoin . Could you please execute the following command on the Master server:

Code:
plesk db "select * from ServiceNodeConfiguration where section = 'dnsConnector'"

Also, could you please confirm if the Slave DNS extension is installed on the Master server, or if there's another DNS extension installed, such as Amazon Route 53, for example?
 
root@srv:~# plesk db "select * from ServiceNodeConfiguration where section = 'dnsConnector'"
+---------------+--------------+---------------+-----------------------------------------------------------------+
| serviceNodeId | section | name | value |
+---------------+--------------+---------------+-----------------------------------------------------------------+
| 1 | dnsConnector | custom | true |
| 1 | dnsConnector | custom_script | "/opt/psa/bin/extension" --exec slave-dns-manager slave-dns.php |
| 1 | dnsConnector | plesk | true |
+---------------+--------------+---------------+-----------------------------------------------------------------+


The app slave is install and no other app related to dns

Merci :)
 
root@srv:~# plesk db "select * from ServiceNodeConfiguration where section = 'dnsConnector'"
+---------------+--------------+---------------+-----------------------------------------------------------------+
| serviceNodeId | section | name | value |
+---------------+--------------+---------------+-----------------------------------------------------------------+
| 1 | dnsConnector | custom | true |
| 1 | dnsConnector | custom_script | "/opt/psa/bin/extension" --exec slave-dns-manager slave-dns.php |
| 1 | dnsConnector | plesk | true |
+---------------+--------------+---------------+-----------------------------------------------------------------+


The app slave is install and no other app related to dns

Merci :)
I had remove to domain zone from the server
 
Back
Top