Changes between Version 2 and Version 3 of Internal/Infrastructure/OMF/NodeHandler


Ignore:
Timestamp:
May 12, 2008, 1:48:28 PM (16 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Infrastructure/OMF/NodeHandler

    v2 v3  
    22
    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.  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.
     4
     5In addition to providing interfaces for experiment execution, nodehandler also provides the following built in applications:
     6
     7    * [wiki:Internal/Infrastructure/OMF/NodeHandler/Applications/LoadNode load] - Install a given disk image on the nodes in a testbed
     8    * [wiki:Internal/Infrastructure/OMF/NodeHandler/Applications/SaveNode save] - Saving node image
     9    * [wiki:Internal/Infrastructure/OMF/NodeHandler/Applications/TellNode tell] - Switch ON/OFF the nodes in a testbed?
     10    * [wiki:Internal/Infrastructure/OMF/NodeHandler/Applications/StatNode stat] - Returns the status of the nodes in a testbed?