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 |