I am looking for some software to manage configuration data within an organisation.
The end result is to be able to answer the question "what breaks when I remove xyz component?"
We could write this ourselves but I am sure someone has done it already.
The software should answer questions such as: - What software / systems access this data? - Which server does this system reside on? - What external data does this system require?
This is related to development in that to replace an existing system we must understand the interdependences and ensure that the solution does not unintentionally break other systems.
Is there a tool that shows a hierarchical tree of dependencies for a single piece of software or data repository and allows drill down?
There are a number of tools that seem to focus on hardware / OS / infrastructure configuration management using automated sniffing.
- CFEngine
- easycmdb
Any suggested CMS / CMDB?
Thank you