• 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

Cannot delete IP address

  • Thread starter Robert disclosed
  • Start date
R

Robert disclosed

Guest
I changed the IP from my server, the old IP is now listed in Plesk with a red button.

When I go to the ip management and I select the IP for repair I get an error:
Error: IP address cannot be repaired under Virtuozzo environment.

I also cannot select the IP for delete, all checkboxes are greyed out.
When I add the old IP again and reload the IPs it is green again.

When green I still cannot delete the IP, checkboxes are still greyed out, also this IP is displayed in bold font type.
There are no clients or domain asigned to this IP, this IP was the default IP on installation.
This IP is listed in the home screen as server IP address.

How can I remove this IP complete from Plesk?
 
Try to check and remove it first with /usr/local/psa/admin/bin/ifmng (--help for details)
Then you can try to remove it from IP_Addresses table, but note, that you should check following internal dependences:

clients.pool_id=Repository.rep_id and Repository.component_id=IP_addresses.id

also check

hosting.ip_address_id=IP_Address.id
 
Back
Top