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. 第六节:Vue过滤器的用法和自定义过滤器

    1.过滤器的用法,用  '|' 分割表达式和过滤器. 例如:{{ msg |  filter}}     {{msg | filter(a)}}  a就标识filter的一个参数. 用两个过滤器:{{ ...

  2. linux安装locust

    linux安装locust 1. 安装epel扩展源(目的是为了在安装Pip时不出现一堆乱七八糟的错误信息) EPEL(http://fedoraproject.org/wiki/EPEL) 是由 F ...

  3. android 键盘遮挡 父布局上滚解决

    private void controlKeyboardLayout(final View root, final View scrollToView) { root.getViewTreeObser ...

  4. Hadoop学习笔记—MapReduce的理解

    我不喜欢照搬书上的东西,我觉得那样写个blog没多大意义,不如直接把那本书那一页告诉大家,来得省事.我喜欢将我自己的理解.所以我会说说我对于Hadoop对大量数据进行处理的理解.如果有理解不对欢迎批评 ...

  5. 邻接表无向图(二)之 C++详解

    本章是通过C++实现邻接表无向图. 目录 1. 邻接表无向图的介绍 2. 邻接表无向图的代码说明 3. 邻接表无向图的完整源码 转载请注明出处:http://www.cnblogs.com/skywa ...

  6. 新手学习Python时常见的错误

    最近学习Python,现在把一些常见的错误总结如下: 1)忘记在 if , elif , else , for , while , class ,def 声明末尾添加 :(导致 "Synta ...

  7. 常用的Webservice接口

    常用的Webservice接口 . 查询手机:http://www.yodao.com/smartresult-xml/search.s?type=mobile&q=手机号码 . 查询IP:h ...

  8. java并发编程:并发容器之CopyOnWriteArrayList(转)

    原文:http://ifeve.com/java-copy-on-write/ Copy-On-Write简称COW,是一种用于程序设计中的优化策略.其基本思路是,从一开大家都在共享同一个内容,当某个 ...

  9. C#编程总结(九)字符编码

    C#编程总结(九)字符编码 相信大家一定遇到过乱码的问题,为什么会乱码呢?输出的数据怎么就跟输入的不一样呢? 最近在总结加密问题,也遇到了同样的困扰.所以今天来集中解决这个问题. 什么是字符? 字符是 ...

  10. Inno Setup info

    Introduce:     Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno S ...