Changes between Version 20 and Version 21 of Old/orbitHandler
- Timestamp:
- Aug 23, 2006, 4:43:55 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/orbitHandler
v20 v21 6 6 orbitHandler is an alternative framework for controlling the ORBIT lab. It consists of a series of console commands that that operate on subsets of nodes. The major features: 7 7 8 * Precisely specif iy large, intricate node sets8 * Precisely specify large, intricate node sets 9 9 * Send specific commands to each node in the set 10 * Distributed ftp equiv ilant10 * Distributed ftp equivalent 11 11 * Entirely command line driven 12 12 * No global grid operations … … 106 106 === Command: orbitImage === 107 107 108 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 us eage for the command is:108 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 usage for the command is: 109 109 110 110 {{{ … … 114 114 === Command: orbitPower === 115 115 116 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 us eage for the command is:116 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 usage for the command is: 117 117 118 118 Turn on a set of nodes … … 128 128 === Command: orbitPutFile === 129 129 130 Acts like a distributed ftp function. It allows a file to be copied from the console to every node in set. The us eage for this command is:130 Acts like a distributed ftp function. It allows a file to be copied from the console to every node in set. The usage for this command is: 131 131 132 132 Copy a file to the home directory of the node … … 150 150 === Command: orbitCmd and orbitCmdSeq === 151 151 152 These commands are identical, except that 'orbitCmdSeq' executes the user command sequentially and orbitCmd executes the command simultaneously. Each of these commands will replace '%x' and '%y' with the x and y coordinates for all the nodes in the nodeset. The us eage of this command looks like this:152 These commands are identical, except that 'orbitCmdSeq' executes the user command sequentially and orbitCmd executes the command simultaneously. Each of these commands will replace '%x' and '%y' with the x and y coordinates for all the nodes in the nodeset. The usage of this command looks like this: 153 153 154 154 Ping every node in the node set