Changes between Version 6 and Version 7 of Internal/Infrastructure


Ignore:
Timestamp:
Apr 8, 2008, 7:51:35 PM (16 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Infrastructure

    v6 v7  
    1414
    1515 * [wiki:Internal/Infrastructure#GridServices Grid Services]
    16  * [wiki:Internal/Infrastructure#NodeHandler NodeHandler]
    17  * [wiki:Internal/Infrastructure#NodeAgnedt NodeAgent]
     16 * [wiki:Internal/Infrastructure#NodeHandler Node Handler]
     17 * [wiki:Internal/Infrastructure#NodeAgnedt Node Agent]
    1818
    1919=== Grid Services ===
     
    2929 7. [wiki:Internal/Infrastructure/OMF/InterferenceGridService Interference Service]
    3030
    31 === !NodeHandler ===
     31=== Node Handler ===
    3232
    33 Component that runs on a console and is use to control the experiment.
     33The 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.
    3434
    35  * [wiki:Documentation/orbit-pxe/imaging Imaging node]
    36  * [wiki:Internal/Infrastructure/NodeHandler/SaveNode Saving node image]
     35In addition to providing interfaces for experiment execution, nodehandler also provides the following built in commands:
    3736
    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 ===
    3943
    4044Component that runs on a node and is in the receiving side of the !NodeHandler commands.