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

Resolved How to change subscription IP Addresses from sahred to dedicated

Inder

New Pleskian
Hi folks,
I am using plesk version 12.5.30, centos 7. My sites are running of shared IP Address when am trying to change that to dedicated it show me following message "Error: Cannot change the type of IP address already allocated to a user. IP address xx.xxx.xxx.xxx is already allocated to user(s) as shared IP address."

I thing it is coming because this ip address is allocated to subscription users. I be grateful to whom help me to figure it out how to make it possible.
 
Try to enable debug mode - https://kb.plesk.com/en/120101 and change this IP address in command line with

# plesk bin subscription -u subscription_name -ip IP_Address

and check related errors in output and logs.
 
Hi folks,
I am using plesk version 12.5.30, centos 7. My sites are running of shared IP Address when am trying to change that to dedicated it show me following message "Error: Cannot change the type of IP address already allocated to a user. IP address xx.xxx.xxx.xxx is already allocated to user(s) as shared IP address."

I thing it is coming because this ip address is allocated to subscription users. I be grateful to whom help me to figure it out how to make it possible.


You may check in your db what kind of websites are hosted on this ip :
This query will give you dns records that uses this ip ... there are more good queries...
Code:
select z.name, r.host, r.type, r.val from dns_zone z, dns_recs r where  z.id=r.dns_zone_id and r.val like '%xx.xxx.xxx.xxx%';
 
Hello there! I have the exact problem with this. I cannot change the IP to dedicated due to this specific error.

I tried the query @kamtec1 suggested and all the subsriptions have the same IP.

Also I tried the solution of @IgorG for one subscription (you should specify each subscription).

Is there any solution for this?

Thank you!
 
I tried this.

I went to plesk db > psa > ip_pool table and I changed all the entries of column type from shared to exclusive.

Then I went to Plesk Backend Panel > Tools and settings > Ip Addressed > "My Server IP" and the options changed to dedicated.

Until now no problems.
 
Back
Top