configuration management
Also found in: Dictionary, Thesaurus, Medical, Financial, Acronyms, Wikipedia.
Related to configuration management: Change management
configuration management
(job)A discipline applying technical and administrative
controls to:
1. Identification and documentation of physical and functional characteristics of configuration items.
2. Any changes to characteristics of those configuration items.
3. Recording and reporting of change processing and implementation of the system.
See also code management, software life-cycle.
1. Identification and documentation of physical and functional characteristics of configuration items.
2. Any changes to characteristics of those configuration items.
3. Recording and reporting of change processing and implementation of the system.
See also code management, software life-cycle.
configuration management
(1) In a network, a system for gathering current configuration information from all nodes in a LAN.(2) In software development, a system for keeping track of large projects. Although version control, which maintains a database of revisions, is part of the system, a full-blown software configuration management system (SCM system or CM system) automatically documents all components used to build executable programs. It is able to recreate each build as well as to recreate earlier environments in order to maintain previous versions of a product. It may also be used to prevent unauthorized access to files or to alert the appropriate users when a file has been altered.
Increasingly, parts of version control and configuration management are being added to application development systems. Examples of stand-alone configuration management systems are PVCS, CA Harvest and ClearCase. See CSCI and version control.