Changes between Version 7 and Version 8 of Old/orbitHandler


Ignore:
Timestamp:
Aug 23, 2006, 4:03:17 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/orbitHandler

    v7 v8  
    3838The following are list of supported commands.
    3939
    40 '''orbitImage''' - Images a set of nodes
    41 '''orbitPower''' - Turns on or off a set of nodes
    42 '''orbitPutFile''' - Copies a file from the console to a set of nodes
    43 '''orbitGetFileMerged''' - Merges a file from each node into one file on the console
    44 '''orbitCmd''' - Runs a user definable command that affects nodes in the set
    45 '''orbitWait''' - Waits for a set of processes to finish
    46 '''orbitRun''' - Executes a command on each node in the set
    47 '''orbitRunWait''' - Executes a command on each nodes and blocks on completion
    48 '''orbitKillAll''' - Kills all matching processes on each node in the set
    49 '''orbitKillOne''' - Kills the first matching process on each node in the set
     40 * '''orbitImage''' - Images a set of nodes
     41 * '''orbitPower''' - Turns on or off a set of nodes
     42 * '''orbitPutFile''' - Copies a file from the console to a set of nodes
     43 * '''orbitGetFileMerged''' - Merges a file from each node into one file on the console
     44 * '''orbitCmd''' - Runs a user definable command that affects nodes in the set
     45 * '''orbitWait''' - Waits for a set of processes to finish
     46 * '''orbitRun''' - Executes a command on each node in the set
     47 * '''orbitRunWait''' - Executes a command on each nodes and blocks on completion
     48 * '''orbitKillAll''' - Kills all matching processes on each node in the set
     49 * '''orbitKillOne''' - Kills the first matching process on each node in the set
    5050
    5151==== test ====