Project

General

Profile

Setup Remote Processing » History » Version 18

Amber Herold, 06/04/2010 04:14 PM

1 13 Neil Voss
h1. Setup Remote Processing
2 9 Neil Voss
3
The web interface for Appion allows one to directly login to a computer and process Appion jobs. But this requires a job submission system to be installed.
4
5 16 Neil Voss
h2. Types of clusters:
6 1 Amber Herold
7 16 Neil Voss
* Local cluster a.k.a. processing host — this is a cluster that has all of the data directories mounted locally and all processing software installed
8
* Remote cluster a.k.a. cluster — this is a cluster that has a limited selection of software and the data is not accessible
9
10 17 Amber Herold
h2. Local Cluster Appion processing setup
11 1 Amber Herold
12 18 Amber Herold
The following applies to both the web-server computer (setup earlier) and a job submission system on a local cluster. The job submission system usually consists of a head node (main computer) for recieving and processing jobs and individual processing nodes (slave computers) for running jobs. All of these system CAN exist on an single computer.
13 17 Amber Herold
14 1 Amber Herold
# [[Setup job submission server]]
15 14 Neil Voss
# [[Install SSH module for PHP]]
16 16 Neil Voss
# [[Configure web server to submit job to local cluster]]
17 14 Neil Voss
# [[Testing job submission]]
18 1 Amber Herold
# [[Potential job submission problems]]
19 14 Neil Voss
20 17 Amber Herold
h2. Remote Appion Processing through ssh setup
21 14 Neil Voss
22 16 Neil Voss
# [[Edit the default_cluster.php file]]
23 14 Neil Voss
24
25
26 3 Amber Herold
______
27
28
[[Create a Test Project|< Create a Test Project]]
29 4 Amber Herold
30
______