How to document linux server configuration?
Posted
by Margaret Thorpe
on Server Fault
See other posts from Server Fault
or by Margaret Thorpe
Published on 2010-06-13T09:06:58Z
Indexed on
2010/06/13
9:13 UTC
Read the original article
Hit count: 330
linux
Hi,
I have about 20 linux servers which I need to document the configuration of. I do not mean the detailed configuration of services, but rather user accounts, databases, databases accounts, ip addresses, physical location, SSH port etc. etc. I know all this data is stored in config files, but I want to centralize it all. I am considering just creating a spreadsheet to record this data, but was wondering if there is something better (perhaps a small php/mysql app) which would be more structured and complete than a hacked together spreadsheet.
What do you use?
© Server Fault or respective owner