• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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