Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- 11/30/05 19:43:36 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 6 6 * All complex specification logic is executed on the server side. This makes the system easy to modify, debug and repair. 7 7 * All architecture-specific functionality is embedded in the Bcfg2 client. This makes server-side specific specification portable between systems. 8 * Bcfg2 should be the primary interface between administrators and their systems. To this end, Bcfg2 exposes detailed information about actions taken and their results, and also stores current state information about all client machines. This information is all made available through a series of reports. 8 * Bcfg2 is designed to be the primary interface between administrators and their systems. To this end, Bcfg2 exposes detailed information about actions taken and their results, and also stores current state information about all client machines. This information is all made available through a series of reports. 9