Edited wiki page Manual2 through web user interface.

This commit is contained in:
Louwrentius@gmail.com 2011-12-28 22:03:57 +00:00
parent e344c05c05
commit cd0806d1c7
1 changed files with 17 additions and 10 deletions

View File

@ -46,11 +46,11 @@ Options are:
processing items based on the settings of this file.
The following options are used for distributed execution of PPSS.
--master | -m Specifies the SSH server that is used for communication between nodes.
Using SSH, file locks are created, informing other nodes that an item
is locked. Also, often items, such as files, reside on this host. SCP
is used to transfer files from this host to nodes for local procesing.
is locked. If items are files that must be processed, they must reside
on this host. SCP is used to transfer files from this host to nodes
for local procesing.
--node | -n File containig a list of nodes that act as PPSS clients. One IP / DNS
name per line.
@ -61,8 +61,8 @@ The following options are used for distributed execution of PPSS.
hosts that already once connected to the server. See the file
~/.ssh/known_hosts or else, manualy connect once and check this file.
--user | -u The SSH user name that is used when logging in into the master SSH
server.
--user | -u The SSH user name that is used by the node when logging in into the
master SSH server.
--script | -S Specifies the script/program that must be copied to the nodes for
execution through PPSS. Only used in the deploy mode.
@ -81,8 +81,15 @@ The following options are used for distributed execution of PPSS.
encoding a wav file is an mp3 file, the mp3 file is put in the
directory specified with this option.
--homedir | -H Directory in which directory PPSS is installed on the node.
--homedir | -H Directory in which PPSS is installed on the node.
Default is 'ppss-home'.
--script | -S Script to run on the node. PPSS must copy this script to the node.
--randomize | -R Randomise which items to process by the client in distributed mode.
This makes sure that with many nodes, it is prevented that some
clients spend all their time trying to get a lock on an item.
}}}
= Preparation of server and nodes =