Recognize, Define, and Isolate the Problem What is the problem? Isolate the problem. What is the scope of the problem? Can you duplicate the problem? This is a critical step; if you cannot cause the problem to occur again, you will not be able to test your solution. Prioritize the problem(s). Is this something you have to fix right now? If it's a particularly difficult, boring, or unpleasant problem to solve, try the "ten minute plan." Just tell yourself you'll work on it for ten minutes. For most people, after they start working on a task, even an unpleasant one, they will commit to it. It's getting started that is the chore, not continuing to work on it.
Gather All Pertinent Facts About the Situation The Golden Question: What Changed? What's common to this problem? Does it happen from everywhere on the network? Do all OSs seems to be affected by this problem?
Define What the "End State" Should Be How should the system or systems behave normally? In other words, do you know what the correct behavior is? Make sure you clearly define that; otherwise, you will not be able to test the system to determine if it is functioning properly.
Develop Possible Solutions and Create an Action Plan Analyze and Compare Possible Solutions Select and Implement the Solution Critically Analyze the Solution for Effectiveness Repeat Process Until You Resolve the Problem |