• 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

Change IP Address of Server

Paul Muloin

New Pleskian
running sitebuilder 4.1 on Debian 4

We changed the IP address on the server and lost access to sitebuilder.

I updated the DNS for the master domain from where sitebuilder is called (sitebuilder.plesk01.cableweb.ca) and also tried changing it in 2 other files I found relating to sitebuilder as follows

opt/sitebuilder/config ...changed line to point to new IP
etc/hosts ..edited line referring to server IP

still unable to access sitebuilder login page

I restored the IP's so I was able to get in again and noticed that in sitebuilder>>server>>hosts there was 2 hosts created there. One is ftp.cableweb.ca owned by Admin and another using the old IP address as the host name owned by the reseller account.

I am not able to edit the host record, keeps giving error saying reached max number of hosts. I tried deleting the host from the list to re-add using the new IP but after removing the old one the Add New Host icon remains greyed out so cannot add new record or restore the old one.

please outline the steps required to change the IP address of a server using sitebuilder
 
Change IP Address for Sitebuilder

trying to change the IP of sitebuilder

Have tried steps here http://kb.parallels.com/6254 but get the following error

> sb_config --sb_host_ip 50.21.229.26
[FATAL] No suitable PHP found
There were some configuration errors, check logs
Logs saved to /opt/sitebuilder/tmp/sb_config-1203061419.log

content from above log file entry is below
Fatal error encountered at /opt/sitebuilder/utils/SB/Logging.pm line 121
SB::Logging::Log('SB::Logging=HASH(0x8482678)', 5, 'No suitable PHP found') called at /opt/sitebuilder/utils/SB/Utils.pm line 109
SB::Utils::checkParameters() called at configure line 303
main::main() called at configure line 377
[2012 Mar 6 14:19:28] [FATAL] No suitable PHP found


tried modifying the below files manually
/opt/sitebuilder/config
/etc/hosts
dns for the domain sitebuilder runs on pointed to the new IP

after making above changes and restarting apache trying to access sitebuilder gives a login page not found error

any suggestions would be appreciated
 
Change IP Address for Sitebuilder - FIX

Here are the steps we made to get sitebuilder to work with a new IP address

the following files all have references to the IP sitebuilder uses, edit each of them to use the new IP

/opt/sitebuilder/config
/etc/hosts
/etc/apache2/conf.d/zz011_sitebuilder.conf

update the A record in the DNS for the domain sitebuilder is running on

restart Apache service
 
Back
Top