Book Image

Microsoft System Center 2012 Service Manager Cookbook

Book Image

Microsoft System Center 2012 Service Manager Cookbook

Overview of this book

Microsoft System Center Service Manager (SCSM) offers enterprises a complete, integrated platform for automating and adapting IT Service Management best practices to your organization's requirements. "Microsoft System Center Service Manager Cookbook" provides you with real-world, immediately usable recipes which will show you how to configure and administer System Center Service Manager 2012 and understand how to solve particular problems and scenarios to take this tool further. In Microsoft System Center Service Manager Cookbook, you will get to grips with practical recipes which will show you how to configure and administer System Center Service Manager 2012. This cookbook features distinct recipes on the practical implementation of ITSM Frameworks and Processes, Microsoft System Center 2012 Service Manager Administration, how to configure Service Level Agreements (SLAs). It will also cover incident and problem management, the design of change and release management as well as implementing and editing security roles.
Table of Contents (20 chapters)
Microsoft System Center 2012 Service Manager Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating an Incident and Problem Management process


This recipe discusses creating an Incident and Problem Management process.

Getting ready

In Incident Management we focus on restoring a service to its known mode of operation before an unplanned interruption. Problem Management requires you to focus on understanding the actual cause of the interruption with the goal of providing a permanent resolution.

The ITIL© framework books and online resources discuss best practice for Incident and Problem Management processes. You must plan to review and understand Incident and Problem Management principles as a prerequisite to creating the processes.

How to do it...

An example of the steps for creating an Incident and Problem Management process is as follows.

Incident Management

Here are the example steps specific to an Incident Management process:

  1. Agree and document the organization incident management policy.

  2. Document the operational process to support the incident management policy. This should include but not be limited to:

    • Support hours

    • Classification categories

    • Escalation procedures

  3. Create and assign people roles to manage the process. For example:

    • Service Desk analysts

    • Desktop support

    • Infrastructure analyst

    • Service Desk managers

  4. We typically have two channels for incident management:

    • Service Desk team-created incidents using the SCSM console.

      Sample process steps from incident creation to priority allocation are shown in the following figure:

    • Automated or end user self-service created incidents (end user web portal, e-mail, or automatic system event driven).

      Sample process steps from incident creation to priority allocation are shown in the following screenshot:

  5. The difference between the two typical channels is how the incident is initially categorized (triage). The next step "Process Incident" involves the creation of a process flow to match how the incident management team manage the incident based on your policies and procedures. An example is shown in the following figure:

  6. Monitor and report on the performance of the incident management process. The aim is to improve the process and also identify incidents which require Problem Management.

Problem Management

Here are the example steps specific to a Problem Management process:

  1. Agree and document the organization Problem Management policy.

  2. Document the operational process to support the Problem Management policy.

  3. Create and assign people roles to manage the process. For example:

    • Problem analysts

    • Problem managers

  4. Review the Incident Management process with the aim of identifying instances of the following type:

    • Repeated issues over a defined period (for example, monthly, quarterly, or annually)

    • Incidents with known workarounds (typically implies there is an opportunity for root cause investigation)

  5. Perform detailed investigation on incidents escalated to Problem management using internal experts or third-party external support.

  6. Create a change request for problems with known permanent fixes.

How it works...

Incident Management is about getting services that people rely on back to an agreed operational state as soon as possible. An example of Incident Management is a customer who is unable to access their documents:

  1. On investigation we find that the issue is with the laptop assigned to the customer.

  2. We issue the customer with a loan laptop and confirm access to their document.

The previous steps will resolve the incident but we still have a problem. What is wrong with the customer's laptop?

The answer to the question is Problem Management. We use Problem Management to identify the true (root) cause of the issue. Continuing with our scenario from Incident Management:

  1. The desktop engineering team identify the issue as a network hardware device failure in the laptop.

  2. The team also identify that this issue has been happening to a number of laptops over the last quarter.

  3. The team also identify through asset management that we purchase a set of laptops from a vendor and all the issues relate to this set.

  4. We escalate to the vendor and get a driver fix.

  5. A change request is raised to proactively apply the fix to all laptops from the set.

The fix applied to all laptops in scope resolves the issue on the original laptop. We can close the problem and also change the original status of the incident to close. A final best practice will be to create a knowledge article about this known issue and its corresponding fix.

The previous examples illustrate how Incident Management and Problem Management work in practice.