- Server operating system version
- Debian 10
- Plesk version and microupdate number
- 18.0.50
Hi all,
We want to remove IP addresses that we no longer use (15 ip).
No domain affected.
It's ok with 14 but not for 1, we have a message:
Unable to remove the IP address x.x.x.x because it is used by the DNS zone of one or more domains
There is no domain that use this IP:
if the fact that the IP is used in a DNS zone of a domain blocks the deletion (without being the IP of the domain), how can we detect which domain is concerned?
There are 150 domains on the affected server.
I don't want to go to each DNS zone...
Is there a commande line?
Thank you.
Erwan
We want to remove IP addresses that we no longer use (15 ip).
No domain affected.
It's ok with 14 but not for 1, we have a message:
Unable to remove the IP address x.x.x.x because it is used by the DNS zone of one or more domains
There is no domain that use this IP:
plesk db "SELECT d.id AS 'Domain ID', d.name AS 'Domain', ipc.ipAddressId AS 'IP ID', ip.ip_address AS 'IPv4/IPv6' FROM domains d, DomainServices ds, IpAddressesCollections ipc, IP_Addresses ip WHERE d.id = ds.dom_id AND ds.type = 'web' AND ds.ipCollectionId = ipc.ipCollectionId AND ip.id = ipc.ipAddressId ORDER BY d.id ASC"
if the fact that the IP is used in a DNS zone of a domain blocks the deletion (without being the IP of the domain), how can we detect which domain is concerned?
There are 150 domains on the affected server.
I don't want to go to each DNS zone...
Is there a commande line?
Thank you.
Erwan