• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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