The change-management tag has no wiki summary.
3
votes
1answer
50 views
Change Management Workflow Using Yum
We have a fairly strict patching process that we have to follow:
Patch a development or testing machine
Wait one week to see if it explodes
Patch the corresponding production machine to the same ...
0
votes
2answers
108 views
System compare tools [closed]
To enable us to do better change management tracking on our hosting platform, I need to be able to compare our production Windows 2003/2008 virtual servers with the base image they were cloned from.
...
1
vote
3answers
473 views
Use git for multiple server configuration files
We have migrated a lot of source code over to git and are very happy with our current solution. We would like to have our server configuration files versioned on the same system, but there are a few ...
9
votes
6answers
342 views
Is there a etckeeper equivalent for Windows? AKA Windows config revision-control
So, I want to make a central config file mercurial repository, so that I can have the changes to any config under revision control. This will include some GNU/Linux boxes (which will use etckeeper), ...
1
vote
1answer
554 views
Simple test plan template for Change management
We're looking for short checklist/template for to show that the change has actually worked and hasn't broken anything. This is being introduced as part of a more formal change management process. ...
0
votes
2answers
160 views
How to copy an SVN repository periodically without losing the target tags, and branches?
We want to download (export, checkout) a complete repository, and import to a different repository (with all the commit messages) periodically so we can implement a tag/branch strategy.
Background: ...
1
vote
2answers
258 views
Change Management Software [closed]
I manage an 80,000 user CIS application written in Uniface.
Every form in the application, and many of its processes, are represented by .frm files. We have hundreds of these files and 5 instances of ...
3
votes
4answers
2k views
Keeping track of changes to a System during Software/Patch Installation
Let's say I'm installing a software on Windows and I want to see all the changes it has made during its installation, what is the easiest way to keep track of system changes. The change could happen ...
4
votes
3answers
203 views
Does your change control process score change requester and/or implementers?
Does your organisation have a change process, formalising every change, from whole new system deployments to cable patches?
If so does your process score those asking for changes or/and also those ...
7
votes
3answers
351 views
Using revision control for Windows server configuration?
Does anyone have experience with Puppet or cfengine like setups for a Windows server environment? Is there such a thing?
I am looking to track configuration file and file security changes over a ...
65
votes
12answers
4k views
Using revision control for server configuration files?
In an environment with multiple system administrators, I see a few advantages to adding the server config files into a revision control system. Most notable are the ability to track changes, who made ...
2
votes
4answers
261 views
Are there any tools to do change management with Active Directory / Group Policy?
We seem to be having a lot of problems related to "forgetting some mundane detail" while managing our Group Policy settings in Active Directory, so I am curious as to whether there are any ...
37
votes
8answers
3k views
What tool do you recommend to track changes on a Linux/Unix server
I manage several Linux servers for clients in several roles like email, caching, web serving, filtering, firewalling/routing, and so on.
Since I don't own these computers and just provide remote ...