Changes between Version 2 and Version 3 of MultiHost
- Timestamp:
- Apr 27, 2007, 2:50:51 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiHost
v2 v3 10 10 11 11 == Run MySQL on a separate host == 12 When you initially create a BOINC project using [ http://boinc.berkeley.edu/make_project.php make_project], everything runs on a single host: MySQL database server, web server, scheduling server, daemons, tasks, and file upload handler. Of these tasks, the MySQL server does the most work (typically as much as all the others combined). So, if you need to increase the capacity of your server the first step is to move the MySQL server to a separate host (preferably a fast computer with lots of memory). Specify this host in the [http://boinc.berkeley.edu/project_options.phpproject configuration file].12 When you initially create a BOINC project using [MakeProject make_project], everything runs on a single host: MySQL database server, web server, scheduling server, daemons, tasks, and file upload handler. Of these tasks, the MySQL server does the most work (typically as much as all the others combined). So, if you need to increase the capacity of your server the first step is to move the MySQL server to a separate host (preferably a fast computer with lots of memory). Specify this host in the [ProjectOptions project configuration file]. 13 13 14 14 15 15 == Run server daemons and tasks on multiple hosts == 16 If you need more server capacity, you can move some of the server [ http://boinc.berkeley.edu/project_daemons.php daemons] and [http://boinc.berkeley.edu/project_tasks.phptasks] to separate hosts. (Start by moving the one that's doing the most work).16 If you need more server capacity, you can move some of the server [ProjectDaemons daemons] and [ProjectTasks tasks] to separate hosts. (Start by moving the one that's doing the most work). 17 17 18 18 When you move daemons and tasks to other hosts, those hosts must satisfy the following rules: 19 19 20 * The [ http://boinc.berkeley.edu/groups.phpproject admin account] must exist on all hosts, and a user must be able to use 'ssh' to run commands on any other host without typing a password.20 * The [GroupPermissions project admin account] must exist on all hosts, and a user must be able to use 'ssh' to run commands on any other host without typing a password. 21 21 * The hosts must share a common network file system, and path to the project directory relative to the project admin's home directory (typically ~/projects/PROJECT_NAME) must be the same on all hosts. 22 22 * One host is designated as the project's '''main host''' in config.xml. '''The 'start', 'stop', and 'status' scripts should normally be run on the main host''' (if you run them on a different host X, they'll affect only daemons and tasks on host X). … … 24 24 25 25 Host locations are specified as follows: 26 * Scheduling servers are listed in the project's [ http://boinc.berkeley.edu/server_components.phpmaster page].27 * The hosts on which tasks and daemons are run are specified in the [ http://boinc.berkeley.edu/configuration.phpconfig.xml] file.28 * Data servers are listed in [ http://boinc.berkeley.edu/tools_work.php#wu_template workunittemplate files].29 * File upload handlers are listed in [ http://boinc.berkeley.edu/tools_work.php#result_templateresult template files].26 * Scheduling servers are listed in the project's [ServerComponents master page]. 27 * The hosts on which tasks and daemons are run are specified in the [ProjectConfigFile config.xml] file. 28 * Data servers are listed in [WorkGeneration template files]. 29 * File upload handlers are listed in [WorkGeneration result template files]. 30 30 * Your web server runs on the host to which your project URL is mapped. 31 31 32 32 33 33 == Parallelize schedulers and daemons == 34 If you need even more server capacity, you can parallelize most of the BOINC daemons so that multiple instances run on a single (multiprocessor) host, or on different hosts. For example, the following [ http://boinc.berkeley.edu/project_daemons.phpconfig.xml] entries run two instances of the transitioner on the host 'kosh'. Because these instances are on the same host, you must specify different output and PID files.34 If you need even more server capacity, you can parallelize most of the BOINC daemons so that multiple instances run on a single (multiprocessor) host, or on different hosts. For example, the following [ProjectDaemons config.xml] entries run two instances of the transitioner on the host 'kosh'. Because these instances are on the same host, you must specify different output and PID files. 35 35 {{{ 36 36 <daemon>