Configure web server to submit jobs » History » Version 6
Neil Voss, 05/27/2010 03:56 PM
1 | 1 | Neil Voss | h1. Configure web server to submit jobs |
---|---|---|---|
2 | |||
3 | h2. configuration at web server side |
||
4 | |||
5 | *IMPORTANT*: What we refer here as _your_cluster.php_ should not be taken literally. For example, if you access your cluster through network with a name "bestclusterever", you should name your cluster configuration php file *bestclusterever.php*, not _your_cluster.php_. |
||
6 | # Go to your_dbem_1_5_1/processing directory |
||
7 | # Copy *default_cluster.php* to _your_cluster.php_ |
||
8 | # [[ClusterPhpSettings|Edit your_cluster.php]] to correspond to your cluster configuration. |
||
9 | # Edit *config_processing.php* to add your cluster and, if desired, a stand-alone workstation as processing_host and register the _your_cluster.php_ you just created. |
||
10 | |||
11 | <pre> |
||
12 | $PROCESSING_HOSTS[]="your_stand-alone_processing_workstation"; |
||
13 | $PROCESSING_HOSTS[]="your_cluster"; |
||
14 | $CLUSTER_CONFIGS= array ( |
||
15 | 'your_cluster' |
||
16 | ); |
||
17 | </pre> |
||
18 | 2 | Neil Voss | |
19 | 3 | Neil Voss | _______ |
20 | |||
21 | 2 | Neil Voss | [[Setup job submission server|< Setup job submission server]] | [[Testing job submission|Testing job submission >]] |
22 | 3 | Neil Voss | |
23 | _______ |