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. SSRS2:Reporting Service 配置Service Account

    1,Service Account SSRS以一个Service方式实现,有三部分组成:Web Service,Report Manager和一个后台的进程,这个Service运行的账号就是Servi ...

  2. 【WP开发】正确理解页面缓存

    注:本文内容面向Runtime App. 在新建项目后,细心观察,你会发现在App类中有以下代码: // TODO: 将此值更改为适合您的应用程序的缓存大小 rootFrame.CacheSize = ...

  3. MVVM模式下,ViewModel和View,Model有什么区别

    摘自正美的5群 Model:很简单,就是业务逻辑相关的数据对象,通常从数据库映射而来,我们可以说是与数据库对应的model. View:也很简单,就是展现出来的用户界面. 基本上,绝大多数软件所做的工 ...

  4. Oracle常见错误

    1. Oracle无法动态注册 在SQL*PLUS下多次输入alter system register.监听器的状态始终显示为The listener supports no services. 可查 ...

  5. Java多线程系列--“JUC线程池”04之 线程池原理(三)

    转载请注明出处:http://www.cnblogs.com/skywang12345/p/3509960.html 本章介绍线程池的生命周期.在"Java多线程系列--“基础篇”01之 基 ...

  6. 自己的JS框架--Amy框架。

    这是我根据司徒正美<JavaScript框架设计>一书然后百度了很多东西之后自己写的一个JS框架,满足了司徒正美文中的种子模块部分,包含了命名空间.对象扩展.数组化.类型判断.选择器.多库 ...

  7. MySQL(Navicat)运行.sql文件时报错:[Err] 2006 - MySQL server has gone away 的解决方法

    背景: 今天导入一个数据量很大的.sql文件时,报错: 原因: 可能是sql语句过长,超过mysql通信缓存区最大长度. 解决:1. 编辑 MySQL 安装目录下的 my.ini,在最后添加以下内容: ...

  8. 原生js写的贪吃蛇网页版游戏特效

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <bo ...

  9. nginx+uwsgi+django+celery+supervisord环境部署

    前言 很久没更博客了,最近新写了一个小项目,后边有时间把一些心得放上来,先把环境的部署方式整理出来. 部署过程 先将环境的python升级为2.7 保证有pip 安装了nginx并配置 vim /Da ...

  10. VS2015 新Web项目(C#6)出现CS1617错误的解决

    VS2015新增了对C#6的支持. 在新的Web项目模板中通过引入nuget包Microsoft.CodeDom.Providers.DotNetCompilerPlatform:1.0.0并在web ...