• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Migration 11 to 12 server_pref.php --update -preview-domain error

BobClaas

Basic Pleskian
When i migrated from plesk 11 to 12 i got an error upding the preview domain.
I copy the command and tryed it in console:

/usr/local/psa/admin/plib/api-cli/server_pref.php --update -preview-domain mydomain.nl -ignore-nonexistent-options
Inconsistent zone "mydomain.nl": The NS record "mydomain.nl. IN NS ns2.mydomain.nl." has no address records (A or AAAA).

Which zone is it refering to?
The DNS of the default domain of the server is registered and mained by my provider
For all the other domains the server is the primary DNS. Nameserver is the mentioned above mydomain.nl
The secondary DNS server is of my provider (slave)

DNS records of my main (servers) domain located at my provider:

Name Server IP Location
ns1.transip.nl
ns0.transip.net
ns2.transip.eu
SOA Record – mydomain.nl
Name Server ns0.transip.net
Email Email Masking [email protected]
Serial Number 2014090301
Refresh 4 hours
Retry 30 minutes
Expiry 28 days
Minimum 1 hour

DNS Records – mydomain.nl
Record Type TTL Priority Content
mydomain.nl A 1 day my-ipv4 ()
mydomain.nl MX 1 day 10 mydomain.nl
mydomain.nl NS 1 day ns1.transip.nl
mydomain.nl NS 1 day ns0.transip.net
mydomain.nl NS 1 day ns2.transip.eu
mydomain.nl SOA 1 hour ns0.transip.net. hostmaster.transip.nl. 2014090301 14400 1800 2419200 3600
mydomain.nl TXT 1 day v=spf1 +a +mx ip4:my-ipv4 ip6:my-ipv61 mx:mail.mydomain.nl -all
mail.mydomain.nl A 1 day my-ipv4 ()
www.[I]mydomain.nl[/I] CNAME 1 day mydomain.nl



Example DNS of one of the domains hosted on the server which has his nameserver of my primairy server domain:

Name Servers – example-hosted-domain.nl More Info
Name Server IP Location
ns1.mydomain.nl
ns2.mydomain.nl
SOA Record – example-hosted-domain.nl
Name Server ns1.mydomain.nl
Email Email Masking Image@[I]example-hosted-domain.nl[/I]
Serial Number 2014090301
Refresh 4 hours
Retry 1 hour
Expiry 7 days
Minimum 3 hours
DNS Records – example-hosted-domain.nl
Record Type TTL Priority Content
example-hosted-domain.nl A 1 day (my-ipv4)
example-hosted-domain.nl MX 1 day 10 mail.mydomain.nl
example-hosted-domain.nl NS 1 day ns1.mydomain.nl
example-hosted-domain.nl NS 1 day ns2.mydomain.nl
example-hosted-domain.nl SOA 1 day ns1.mydomain.nl info.example-hosted-domain.nl. 2014090301 14400 3600 604800 10800
example-hosted-domain.nl TXT 1 day v=spf1 +a +mx ip4:my-ipv4 ip6:my-ipv4 mx:mail.mydomain.nl -all
example-hosted-domain.nl SOA 3 hours ns1.mydomain.nl info.example-hosted-domain.nl. 2014090301 14400 3600 604800 10800
mail.example-hosted-domain.nl A 1 day my-ipv4 ()
www.[I]example-hosted-domain.nl[/I] CNAME 1 day example-hosted-domain.nl
 
Back
Top