Problem Management


Problem management seeks to identify the underlying causes of incidents in an IT infrastructure and to remove those causes. The problem management process addresses the causes of incidents reactively and proactively.

  1. Reactive problem management--problem control activities:

    • What mechanisms currently exist in your organization to respond to reported incidents and to find their causes?
    • How are problems currently identified and recorded? Are records of identified problems available to everyone who needs them?
    • How is responsibility for investigating problems allocated?
    • When a cause and a workaround for a problem are discovered, how is that information cascaded to the rest of the IT department?
    • How is information about causes and workarounds shared with the rest of the company?
  2. Reactive problem management--error control activities:

    • What mechanisms or processes are used to determine the cost of resolving a known error?
    • How are the benefits of resolving a known error measured? Who holds responsibility for determining which known errors will be resolved?
    • How are those decisions made?
    • What mechanisms are used to ensure that decisions to fix known errors are carried out correctly?
    • Under what conditions are known errors considered closed?
  3. Proactive problem management:

    • What methods are used to identify potential problems in the infrastructure?
    • What criteria are used to determine which components of the infrastructure should be examined for potential problems?
    • What steps are taken to analyze trends in reported problems?

Change Management


Change management is an IT service management process that controls the way changes are introduced in an IT environment. Careful management ensures changes will be more orderly and less disruptive. Companies that implement change management minimize the negative impact of IT changes on the quality of service delivered to users of the company's information systems.

  1. Change request and approval:

    • What mechanisms currently exist in your organization to propose changes to the IT infrastructure?
    • What person or group holds responsibility for evaluating proposed changes?
    • What criteria are used to accept or reject proposed changes?
    • How do the criteria for accepting or rejecting proposed changes relate to the business goals of the company?
    • How are proposed changes scheduled?
    • How is the schedule of changes communicated to those who must execute them?
    • How is the schedule communicated to the rest of the company?
  2. Change review:

    • What mechanisms exist to review whether completed changes were successful?
    • What criteria are used to gauge the success of a change?
    • Under what conditions is a planned change considered closed?
  3. Step of Change Management

    • Filter change requests
    • Assess the impact of changes
    • Authorize changes
    • Review changes
    • Close requests for changes
  4. Output of Change Management

    • Change Management Reports
    • Request for Change
    • Change advisory board decisions
    • Forward schedule of changes
  5. Responsibilities of Change Manager

    • Receive and filters requests for change
    • Coordinate the activities of the change advisory board
    • Issues and maintains the forward schedule of changes
    • Closes RFCs
  6. Critical factors for the success of change management
    • Appropriate tools
    • Supporting processes
    • Management commitment

Training - Problem and Change Management的更多相关文章

  1. Using Change Management and Change Control Within a Project

    In any project, change is inevitable whether it comes from within the project or from external sourc ...

  2. POJ 3100 Root of the Problem || 1004 Financial Management 洪水!!!

    水两发去建模,晚饭吃跟没吃似的,吃完没感觉啊. ---------------------------分割线"水过....."--------------------------- ...

  3. SAP Change Request Management (ChaRM)基础教程

    本文介绍了SAP Solution Manager中的变更请求管理工具(Change Request Management,以下简称ChaRM ). 最近打算写个上线前请求号检查工具,为此需要了解相关 ...

  4. 《Continuous Delivery》 Notes 2: Configuration Management

    What is Configuration Management? Configuration Management refers to the process by which all artifa ...

  5. Project Management Process

    Project Management ProcessDescription .............................................................. ...

  6. Android内存管理(1)WRANGLING DALVIK: MEMORY MANAGEMENT IN ANDROID PART 1

    from : http://www.raizlabs.com/dev/2014/03/wrangling-dalvik-memory-management-in-android-part-1-of-2 ...

  7. English Training Material - 03

    Cross-cultural understanding (2) 1 The following text is about cultural diversity. Read it through o ...

  8. Greedy Change

    Greedy Change time limit per test 2 seconds memory limit per test 256 megabytes input standard input ...

  9. FZU oj 2277 Change 树状数组+dfs序

    Problem 2277 Change Time Limit: 2000 mSec    Memory Limit : 262144 KB  Problem Description There is ...

随机推荐

  1. ZZUOJ 1199 大小关系(拓扑排序,两种方法_判断入度和dfs回路判断)

    /* 这道题如果按照度为0的节点来判断的时候,将度为0的节点和其相连的节点(度数并减去1) 从图中去掉,如果度为0的节点的个数为0个但是图中的节点没有都去掉的 时候那么说明 出现了回路!用这种方法必须 ...

  2. jQuery中$.extend

    $.fn是指jquery的命名空间,加上fn上的方法及属性,会对jquery实例每一个有效. 如扩展$.fn.abc(),即$.fn.abc()是对jquery扩展了一个abc方法,那么后面你的每一个 ...

  3. Java Class文件详解

    作者:禅楼望月(http://www.cnblogs.com/yaoyinglong) Java Class文件中包含以下信息: [+]view code ClassFile { u4 magic;  ...

  4. 【GIT】Github上传本地代码详解

    本教程结合Github服务端和客户端完成本地代码上传至Github,下面进行详细讲解: 1.创建Github账号,这一个步骤应该不用太多解释,直接上官网进行注册登录即可https://github.c ...

  5. Windows Azure HandBook (5) Azure混合云解决方案

    <Windows Azure Platform 系列文章目录> 在很多情况下,我们都会遇到本地私有云和公有云做互通互联的混合云场景.对于这种混合云的场景,微软的Windows Azure会 ...

  6. Java线程面试题 Top 50 (转载)

    转载自:http://www.cnblogs.com/dolphin0520/p/3958019.html 原文链接:http://www.importnew.com/12773.html   本文由 ...

  7. 使用Graphviz绘图(一)

    前言 日常开发或者编写课程论文时,除了代码文档的编写,其中一个很重要的部分就是需要绘制流程图.示意图 绘制流程图有很多工具,一般常见的就有如下几种: Word.PPT等办公软件 Viso以及开源的Di ...

  8. 类库,委托,as.is,var,泛型集合

    类库: 就是让别人调用你写的方法,并且不让别人看到你是怎么实现的.(比如说一些核心文件) 如果有功能你不会做,需要别人帮忙,那么你的同事可以帮你写好一个类,然后你来调用这个类中的方法,完成你的项目. ...

  9. Emit学习(3) - OpCodes - 动态添加属性、构造函数、方法

    上一篇介绍了 IL 的部分, 基础的部分, 暂时就介绍到那里了, 接下来要进入代码编写阶段了. 今天的主题是 在代码运行的过程中, 去动态的创建类, 属性, 方法. 来源:http://www.cnb ...

  10. 前端代码标准最佳实践:CSS

    前端工程师对写标准的前端代码的重视程度很高.这些最佳标准实践并不是那个权威组织发布的,而是由大量的前端工程师们在实践过程中的经验总结,目的在于提高代码的可读性,可维护性和性能.那么接着上一篇,我们再来 ...