Edited wiki page through web user interface.
This commit is contained in:
parent
8e1c621032
commit
6743b7f1a1
@ -15,9 +15,9 @@ To use PPSS in a distributed fasion, The following steps must be performed:
|
|||||||
= A list of all configuration options =
|
= A list of all configuration options =
|
||||||
|
|
||||||
{{{
|
{{{
|
||||||
bash-3.2$ ./ppss.sh --help
|
bash-3.2$ ./ppss --help
|
||||||
|
|
||||||
|P|P|S|S| Distributed Parallel Processing Shell Script 2.60b1
|
|P|P|S|S| Distributed Parallel Processing Shell Script 2.60b2
|
||||||
|
|
||||||
PPSS is a Bash shell script that executes commands in parallel on a set
|
PPSS is a Bash shell script that executes commands in parallel on a set
|
||||||
of items, such as files in a directory, or lines in a file.
|
of items, such as files in a directory, or lines in a file.
|
||||||
@ -29,6 +29,7 @@ Modes are optional and mainly used for running in distributed mode. Modes are:
|
|||||||
config Generate a config file based on the supplied option parameters.
|
config Generate a config file based on the supplied option parameters.
|
||||||
deploy Deploy PPSS and related files on the specified nodes.
|
deploy Deploy PPSS and related files on the specified nodes.
|
||||||
erase Erase PPSS and related files from the specified nodes.
|
erase Erase PPSS and related files from the specified nodes.
|
||||||
|
ec2 Start up Amazon EC2 instances and deploy PPSS on nodes.
|
||||||
|
|
||||||
start Starting PPSS on nodes.
|
start Starting PPSS on nodes.
|
||||||
pause Pausing PPSS on all nodes.
|
pause Pausing PPSS on all nodes.
|
||||||
@ -105,6 +106,20 @@ The following options are used for distributed execution of PPSS.
|
|||||||
--homedir | -H Directory in which directory PPSS is installed on the node.
|
--homedir | -H Directory in which directory PPSS is installed on the node.
|
||||||
Default is 'ppss-home'.
|
Default is 'ppss-home'.
|
||||||
|
|
||||||
|
Amazon EC2 platform specific options:
|
||||||
|
|
||||||
|
--awskeypair | -P The Amazon EC2 SSH keypair that new instances should use
|
||||||
|
|
||||||
|
--AMI | -A The Amazon Machine Image that should be used to create new running instances
|
||||||
|
|
||||||
|
--type | -T The type of EC2 instance that should be created.
|
||||||
|
Example: c1.xlarge or m1.medium
|
||||||
|
|
||||||
|
--security | -G The security group that should be used for networking access
|
||||||
|
|
||||||
|
--instances | -I The number of instances that should be started
|
||||||
|
|
||||||
|
|
||||||
Example: encoding some wav files to mp3 using lame:
|
Example: encoding some wav files to mp3 using lame:
|
||||||
|
|
||||||
./ppss -c 'lame ' -d /path/to/wavfiles -j
|
./ppss -c 'lame ' -d /path/to/wavfiles -j
|
||||||
@ -124,7 +139,6 @@ Running PPSS on a client as part of a cluster.
|
|||||||
./ppss node -d /somedir -c 'cp "$ITEM" /some/destination' -m 10.0.0.50 -u ppss -k ppss-key.key
|
./ppss node -d /somedir -c 'cp "$ITEM" /some/destination' -m 10.0.0.50 -u ppss -k ppss-key.key
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
= Preparation of server and nodes =
|
= Preparation of server and nodes =
|
||||||
|
Loading…
Reference in New Issue
Block a user