Changes between Version 22 and Version 23 of Old/orbitHandler
- Timestamp:
- Aug 23, 2006, 4:48:52 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/orbitHandler
v22 v23 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 usage of this command looks like this:152 These commands are identical, except that 'orbitCmdSeq' executes the user command sequentially and orbitCmd executes the commands 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 … … 167 167 === Command: orbitRun and orbitRunWait === 168 168 169 These commands will execute a command directly on the node itself the only difference is thatorbitRunWait will block until the command has completed.169 These commands will execute a user command directly on the node itself. orbitRunWait will block until the command has completed. 170 170 171 171 Configure the ip address of a the node … … 184 184 185 185 186 Date: Aug 23, 2006 187 Author: Chris Davies (chris@orderonenetworks.com) 188