Changes between Version 8 and Version 9 of Old/orbitHandler
- Timestamp:
- Aug 23, 2006, 4:12:55 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/orbitHandler
v8 v9 18 18 19 19 {{{ 20 joeuser@console.sb1:~$ ./ imageNodesnodeset baseline.ndz20 joeuser@console.sb1:~$ ./orbitImage nodeset baseline.ndz 21 21 }}} 22 22 … … 43 43 * '''orbitGetFileMerged''' - Merges a file from each node into one file on the console 44 44 * '''orbitCmd''' - Runs a user definable command that affects nodes in the set 45 * '''orbitCmdSeq''' - The same as 'orbitCmd' except commands are run sequentially 45 46 * '''orbitWait''' - Waits for a set of processes to finish 46 47 * '''orbitRun''' - Executes a command on each node in the set … … 49 50 * '''orbitKillOne''' - Kills the first matching process on each node in the set 50 51 51 ==== test ==== 52 If there is a command missing that you 52 53 54 === Command: orbitImage === 53 55 54 *under construction* 56 Makes use of images created using 'saveNode' that is part of the original NodeHandler framework. Only one set of nodes may be imaged at the same time. The useage for the command is: 57 58 {{{ 59 joeuser@console.sb1:~$ ./orbitImage nodeset baseline.ndz 60 }}} 61 62 === Command: orbitPower === 63 64 Allows the user to turn on and off a set of nodes on the grid without affecting those nodes not in the specified node set. This function will block and provide status updates until every node in the set has either turned on or off. The useage for the command is: 65 66 Turn on a set of nodes 67 {{{ 68 joeuser@console.sb1:~$ ./orbitPower nodeset on 69 }}} 70 71 Turn off a set of nodes 72 {{{ 73 joeuser@console.sb1:~$ ./orbitPower nodeset off 74 }}}