• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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