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

number of domains per IP-address not listed correctly

gijsbert

Basic Pleskian
I'm running plesk 9.5.1. On this server I have 684 domains configured on a single IP-address and 1 domain configured on another exclusive IP-address. All these domains are connected to a single client.

When I go to clients --> client name --> IP-addresses, the number of domains is listed correctly:

IP-address --> Hosting
1.2.3.4 --> 684
5.6.7.8 --> 1

So far so good. However, when I go to settings --> IP-addresses I see:

IP-address --> hosting
1.2.3.4 --> 107
5.6.7.8 --> 0

The same output is produced by the shellscript ipmanage, if I do an ./ipmanage --ip_list, the output is:

State Type IP Clients Hosting
0 S eth0:62.197.129.54/255.255.255.0 1 107
0 E eth0:62.197.130.5/255.255.255.0 1 0

I'm really puzzled by these numbers and I can't figure out why there are only 107 hostings listed in stead of the 684 it should be?

This server has been migrated from plesk 8.6.0 last week and on this old server, the number of hostings/IP are listed correctly, both under clients and under the serversettings. Maybe some of the data got corrupt during migration?

Has anybody seen this before and knows how to fix this issue?

Regards, Gijsbert
 
In client's IP pool domains without hosting are counted too but in home -> ip addresses you can see amount of domains only with hosting.
 
Hello IgorG,

First of all thanks for your reply. That's what I thought at first, but it isn't right. In my example the 5.6.7.8 IP is an exclusive IP and on this IP a physical hosting (with SSL-certificate) is setup.

Gijsbert
 
Dear Igor, I did a quick check on the numbers of hosting with the following result:

mysql> select htype, count(*) from domains group by htype;

+---------+----------+
| htype | count(*) |
+---------+----------+
| none | 165 |
| vrt_hst | 153 |
| std_fwd | 528 |
| frm_fwd | 4 |
+---------+----------+

These numbers are different then the 107 listed under settings --> IP-address.

Gijsbert
 
I can suggest you enable mysql logging ant try to find selects which are used for these values in interface.
 
Back
Top