Changes between Version 4 and Version 5 of Software/eAM/bCMC
- Timestamp:
- Apr 23, 2015, 7:55:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/eAM/bCMC
v4 v5 2 2 [[TOC(Software/eAM/b*, depth=3)]] 3 3 4 === Description === 5 6 The Chassis Manager Controller (CMC) orchestrates the agents that are on each node. It keeps track of node states and issues commands to each node to preform the experiments. It maintains a model of the grid state by polling the individual node chassis managers. It is the central clock keeper of an experiment and schedules experiment events (Up, down, exec, etc...) 7 8 4 9 === Usage === 5 10 6 The Chassis Manager Controller (CMC) orchestrates the agents that are on each node. It keeps track of node states and issues commands to each node to preform the experiments . It is the central clock keeper of an experiment and schedules experiment events (Up, down, exec, etc...) 7 8 9 === Notes === 11 The Chassis Manager Controller is not directly interacted with by users. Instead if acts on messages handed to it from the Experiment controller. It will respond to queries for the current state of the grid (read from the grid state model). It will also carry out on/off/reset commands by pushing messages to the individual CMs. 10 12 11 13