Changes between Version 8 and Version 9 of Old/orbitHandler


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

Legend:

Unmodified
Added
Removed
Modified
  • Old/orbitHandler

    v8 v9  
    1818
    1919{{{
    20 joeuser@console.sb1:~$ ./imageNodes nodeset baseline.ndz
     20joeuser@console.sb1:~$ ./orbitImage nodeset baseline.ndz
    2121}}}
    2222
     
    4343 * '''orbitGetFileMerged''' - Merges a file from each node into one file on the console
    4444 * '''orbitCmd''' - Runs a user definable command that affects nodes in the set
     45 * '''orbitCmdSeq''' - The same as 'orbitCmd' except commands are run sequentially
    4546 * '''orbitWait''' - Waits for a set of processes to finish
    4647 * '''orbitRun''' - Executes a command on each node in the set
     
    4950 * '''orbitKillOne''' - Kills the first matching process on each node in the set
    5051
    51 ==== test ====
     52If there is a command missing that you
    5253
     54   === Command: orbitImage ===
    5355
    54 *under construction*
     56Makes 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{{{
     59joeuser@console.sb1:~$ ./orbitImage nodeset baseline.ndz
     60}}}
     61
     62   === Command: orbitPower ===
     63
     64Allows 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
     66Turn on a set of nodes
     67{{{
     68joeuser@console.sb1:~$ ./orbitPower nodeset on
     69}}}
     70
     71Turn off a set of nodes
     72{{{
     73joeuser@console.sb1:~$ ./orbitPower nodeset off
     74}}}