Changes between Version 6 and Version 7 of Internal/Infrastructure
- Timestamp:
- Apr 8, 2008, 7:51:35 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Infrastructure
v6 v7 14 14 15 15 * [wiki:Internal/Infrastructure#GridServices Grid Services] 16 * [wiki:Internal/Infrastructure#NodeHandler Node Handler]17 * [wiki:Internal/Infrastructure#NodeAgnedt Node Agent]16 * [wiki:Internal/Infrastructure#NodeHandler Node Handler] 17 * [wiki:Internal/Infrastructure#NodeAgnedt Node Agent] 18 18 19 19 === Grid Services === … … 29 29 7. [wiki:Internal/Infrastructure/OMF/InterferenceGridService Interference Service] 30 30 31 === !NodeHandler ===31 === Node Handler === 32 32 33 Component that runs on a console and is use to control the experiment.33 The nodehandler is the central experiment controller. A central '''NodeHandler''' process communicates with '''NodeAgents''', one on each active node in the testbed. The '''NodeHandler''' is hosted on one of the testbed's utility servers (typically called console). Applications are loaded and executed by a '''NodeAgent''' on instructions from the '''NodeHandler'''. These instructions will also include the initial property settings for the applications. 34 34 35 * [wiki:Documentation/orbit-pxe/imaging Imaging node] 36 * [wiki:Internal/Infrastructure/NodeHandler/SaveNode Saving node image] 35 In addition to providing interfaces for experiment execution, nodehandler also provides the following built in commands: 37 36 38 === !NodeAgent === 37 * [wiki:Internal/Infrastructure/NodeHandler/Commands/LoadNode '''load''' - Install a given disk image on the nodes in a testbed] 38 * [wiki:Internal/Infrastructure/NodeHandler/Commands/SaveNode '''save''' - Saving node image] 39 * [wiki:Internal/Infrastructure/NodeHandler/Commands/TellNode '''tell''' - Switch ON/OFF the nodes in a testbed] 40 * [wiki:Internal/Infrastructure/NodeHandler/Commands/StatNode '''stat''' - Returns the status of the nodes in a testbed] 41 42 === Node Agent === 39 43 40 44 Component that runs on a node and is in the receiving side of the !NodeHandler commands.