• 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!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Installation Error Pls.

T

tg25500

Guest
YadaServer01# vi /usr/local/sitebuilder/tmp/sb_config-0809050451.log
[2008 Sep 5 04:51:11] Migration process started
[2008 Sep 5 04:51:11] [2008-09-05T04:51:11+07:00 - #0 - error] Exception : SQL
STATE[HY000] [2002] Can't connect to local MySQL server through socket '/tmp/mys
ql.sock' (2); file: /usr/local/sitebuilder/include/Zend/Zend/Db/Adapter/Pdo/Abst
ract.php; line: 111; code: 0
[2008 Sep 5 04:51:11] [WARN] Migration process has finished with errors
[2008 Sep 5 04:51:11] [WARN] Installation of 3 module has failed (3)
[2008 Sep 5 04:51:11] [WARN] Installation of 3 module has failed (1)
[2008 Sep 5 04:51:30] [ERROR] Errors during locales update
 
According to migration error it looks like connect to MySQL server is not possible. It can be caused by MySQL server itself or not valid credentials which are used for this connect. Try to check if everything is fine with MySQL service and that connect is possible.
After installation is completed, you should use 'sb_config' utility for configuration. I can suggest you to check online documentation where all options for 'sb_config' utility are described - http://download1.parallels.com/SiteBuilder/4.2.0/doc/install/en_US/html/index.htm -> Configuring Plesk Sitebuilder after Installation
 
Pls

Sorry I not understand config after install you want i reconfig sb_config below same index.htm document Y/N and how to
thank


YadaServer01# sb_config
Usage:
--phpcli_path PHP CLI executable [/usr/local/sitebuilder/bin/php]
--phpcgi_path PHP CGI executable [/usr/local/sitebuilder/cgi-bin/php]
--update_locales Update locales [no]
--update_templates Update templates [no]
--update_modules Update modules [no]
--update_skins Update skins [no]
--migrate_all Migrate all sites [no]
--help Show this help [no]
--verbose Be verbose [no]
--[no]use_rewrite Enable/disable mod_rewrite usage [yes]
--sb_admin_passwd Password for admin user [not changed by default]
--db_host MySQL database remote host [localhost]
--db_port MySQL database remote port [3306]
--db_admin_name MySQL administrator username [root]
--db_admin_passwd MySQL administrator password
--sb_db_user_name Sitebuilder MySQL username [sitebuilder_db]
--sb_db_user_passwd Sitebuilder MySQL password
--sb_db_name Sitebuilder database name [sitebuilder3]
--httpd_port Webserver port [80]
--sb_host_ip Create virtual host on the specified IP [61.19.242.133]
--sb_hostname Sitebuilder virtual host name [sitebuilder.YadaServer01.yadaaday.com]
--httpd_owner Webserver user and group [www:www]
--[no]enable_ssl Enable/disable SSL [no]
 
To configure host name for Sitebuilder you need to perform the following command:

# sb_config --sb_hostname="www.yadaaday.com" --sb_host_ip 61.19.242.133
 
Back
Top