Configure web server to submit job to local cluster » History » Revision 2
Revision 1 (Neil Voss, 05/27/2010 04:06 PM) → Revision 2/12 (Neil Voss, 05/27/2010 04:06 PM)
h1. Configure web server to submit job to local cluster
h2. Option 1: Use the setup wizard and add the local cluster headnode
# Go the setup wizard: http://localhost/myamiweb/setup or http://HOST.INSTITUTE.EDU/myamiweb/setup
# Step #2
# Profit...
h2. Option 2: Manually edit the config.php and add the local cluster headnode to the config.php
<pre>
$PROCESSING_HOSTS[]="LOCAL_CLUSTER_HEADNODE.INSTITUTE.EDU";
</pre>
It can also run on more than one cluster, _this is rare_:
<pre>
$PROCESSING_HOSTS[]="LOCAL_CLUSTER_HEADNODE1.INSTITUTE.EDU";
$PROCESSING_HOSTS[]="LOCAL_CLUSTER_HEADNODE2.INSTITUTE.EDU";
</pre>
_______
[[Setup job submission server|< Setup job submission server]] | [[Testing job submission|Testing job submission >]]
_______