• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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