diff --git a/wiki/Manual2.wiki b/wiki/Manual2.wiki index ae5ec6f..8b66d0e 100644 --- a/wiki/Manual2.wiki +++ b/wiki/Manual2.wiki @@ -339,7 +339,7 @@ All variables specified when generating a configuration script can be used withi Once SSH access is setup and the configuration file is generated, PPSS can be deployed to the nodes. This is very simple, as this example demonstrates: -`./ppss.sh deploy -C config.cfg +`./ppss deploy -C config.cfg During the phase when we generated the configuration file, a nodes file was specified. Thus PPSS knows, just by reading this configuration file, which file contains a list of nodes. @@ -368,7 +368,7 @@ Deployment of PPSS is executed in parallel for each host. Just as simple as deploying PPSS, PPSS is started on all nodes. -`./ppss.sh start -C config` +`./ppss start -C config` {{{ mrt 12 22:21:17: INFO - --------------------------------------------------------- @@ -384,9 +384,9 @@ mrt 12 22:21:20: INFO - Starting PPSS on node 10.0.0.31. To stop, pause or continue processing on all nodes, use the following commands: -`./ppss.sh stop -C config.cfg` -`./ppss.sh pause -C config.cfg` -`./ppss.sh continue -C config.cfg` +`./ppss stop -C config.cfg` +`./ppss pause -C config.cfg` +`./ppss continue -C config.cfg` Please note that nodes will continue processing the current item they are working on, they just stop processing new items if stop or pause is selected.