• 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.

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