| 1 | = Orbit Management Framework = |
| 2 | |
| 3 | Consists of three major software components: |
| 4 | |
| 5 | * [wiki:Internal/OMF#GridServices Grid Services] |
| 6 | * [wiki:Internal/OMF#NodeHandler NodeHandler] |
| 7 | * [wiki:Internal/OMF#NodeAgnedt NodeAgent] |
| 8 | |
| 9 | == Grid Services == |
| 10 | |
| 11 | All testbed services are based on [wiki:Internal/OMF/GridServicesApi ORBIT Grid Services API]. The services are |
| 12 | |
| 13 | 1. [wiki:Internal/OMF/CMCGridService Chassis Manager Controller (CMC)] |
| 14 | 2. [wiki:Internal/OMF/FrisbeeGridService Frisbee] |
| 15 | 3. [wiki:Internal/OMF/InventoryGridService Inventory] |
| 16 | 4. [wiki:Internal/OMF/LoginGridService Login Service] |
| 17 | 5. [wiki:Internal/OMF/OMLGridService OML Service] |
| 18 | 6. [wiki:Internal/OMF/PXEGridService PXE Service] |
| 19 | |
| 20 | == !NodeHandler == |
| 21 | |
| 22 | Component that runs on a console and is use to control the experiment. |
| 23 | |
| 24 | == !NodeAgent == |
| 25 | |
| 26 | Component that runs on a node and is in the receiving side of the !NodeHandler commands. |