Actions
Configure web server to submit jobs » History » Revision 6
« Previous |
Revision 6/11
(diff)
| Next »
Neil Voss, 05/27/2010 03:56 PM
Configure web server to submit jobs¶
configuration at web server side¶
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.- Go to your_dbem_1_5_1/processing directory
- Copy default_cluster.php to your_cluster.php
- Edit your_cluster.php to correspond to your cluster configuration.
- 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.
$PROCESSING_HOSTS[]="your_stand-alone_processing_workstation"; $PROCESSING_HOSTS[]="your_cluster"; $CLUSTER_CONFIGS= array ( 'your_cluster' );
< Setup job submission server | Testing job submission >
Updated by Neil Voss over 14 years ago · 6 revisions