Project

General

Profile

Actions

Configure web server to submit jobs » History » Revision 7

« Previous | Revision 7/11 (diff) | Next »
Amber Herold, 06/08/2010 01:57 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 the network with a name "bestclusterever", you should name your cluster configuration php file bestclusterever.php, not your_cluster.php.
  1. Go to your myamiweb/processing directory (on CentOS this may be in /var/www/html)
  2. Copy default_cluster.php to your_cluster.php
  3. Edit your_cluster.php to correspond to your cluster configuration.
  4. 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 Amber Herold over 14 years ago · 7 revisions