Unix System configuration management Overview

Every Unix system got deployed has a life similar to software source codes. Once the system is built and delivered into production by OS CD or netinstall server, it assume its decentralized life in an IT system.

Changes are done by system administrators and those configuration changes are hardly recorded or documented. It is a costly process to dig out what got changed without a SCM solution.

There are many solutions exists to tackle this area of challenge(see references).

This howto is an attempt to use hg and Trac for tackling decentralized system administration.

Model of IT Unix system administration

hg

Trac

Bill of Material

  1. hg on every system.
    1. python interpretor.
  2. Trac server.

References