Training - Problem and Change Management
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.
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?
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?
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.
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?
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?
Step of Change Management
- Filter change requests
- Assess the impact of changes
- Authorize changes
- Review changes
- Close requests for changes
Output of Change Management
- Change Management Reports
- Request for Change
- Change advisory board decisions
- Forward schedule of changes
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
- Critical factors for the success of change management
- Appropriate tools
- Supporting processes
- Management commitment
Training - Problem and Change Management的更多相关文章
- 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 ...
- POJ 3100 Root of the Problem || 1004 Financial Management 洪水!!!
水两发去建模,晚饭吃跟没吃似的,吃完没感觉啊. ---------------------------分割线"水过....."--------------------------- ...
- SAP Change Request Management (ChaRM)基础教程
本文介绍了SAP Solution Manager中的变更请求管理工具(Change Request Management,以下简称ChaRM ). 最近打算写个上线前请求号检查工具,为此需要了解相关 ...
- 《Continuous Delivery》 Notes 2: Configuration Management
What is Configuration Management? Configuration Management refers to the process by which all artifa ...
- Project Management Process
Project Management ProcessDescription .............................................................. ...
- 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 ...
- English Training Material - 03
Cross-cultural understanding (2) 1 The following text is about cultural diversity. Read it through o ...
- Greedy Change
Greedy Change time limit per test 2 seconds memory limit per test 256 megabytes input standard input ...
- FZU oj 2277 Change 树状数组+dfs序
Problem 2277 Change Time Limit: 2000 mSec Memory Limit : 262144 KB Problem Description There is ...
随机推荐
- javaweb回顾第十一篇过滤器(附实现中文乱码问题)
1:过滤器概念 过滤器就是一种在请求目标资源的中间组件,比喻把污水转换成纯净水中间需要一个污水净化设备,那么这个设备就好比一个过滤器.那么我用图来表示过滤器(可以有多个过滤器)运行的过程 2:Filt ...
- 移动开发框架剖析(一) Hammer专业的手势控制
一直在写jQuery的源码教程,都没时间研究别的框架了.Hammer是我项目御用的一个手势库,早期1.x版本的swipe事件的响应不灵敏的问题而改过源码,2.x就已经更正过来,而且源码的结构也整个翻新 ...
- LVS负载平衡集群(没成型)
LVS:可以实现高可用的.可伸缩的Web.Mail.Cache和Media等网络服务,实现一个可高用.高性能.低成本的服务器应用软件 LVS集群组成: 前端:负载均衡层 --由一台或多台负载调度器构成 ...
- 深入理解PHP内核(五)函数的内部结构
php的函数包括用户定义的函数.内部函数(print_r count...).匿名函数.变量函数($func = 'print_r'; $func(array('a','b'));) PHP内核源码中 ...
- Angularjs 跳转页面并传递参数的方法总结
http://www.zhihu.com/question/33565135 http://www.codeproject.com/Articles/1073780/ASP-NET-MVC-CRUD- ...
- Cocos2d-x 3.2学习笔记(三)学习绘图API
关于cocos2d-x 3.2 版本的绘图方法有两种 1.使用DrawNode类绘制自定义图形. 2.继承Layer类重写draw()方法. 以上两种方法都可以绘制自定义图形,根据自己的需要选择合适的 ...
- JavaScript闭包(一)——实现
闭包的官方的解释是:一个拥有许多变量和绑定了这些变量的环境的表达式(通常是一个函数),因而这些变量也是该表达式的一部分. 通俗点的说法是: 从理论角度:所有的函数.因为它们都在创建的时候就将上层上下文 ...
- 学习制作精美 CSS3 按钮效果的10个优秀教程
由于互联网世界正在发生变化,人们往往喜欢那些有更多互动元素的网站,因此现在很多 Web 开发人员也在专注于提高他们的 CSS3 技能,因为 CSS3 技能可以帮助他们在很大的程度上实现所需的吸引力.这 ...
- java变量的加载顺序
学习编程思想 package com.test.java.classs; /** * Created by Administrator on 2015/12/7. * 在类的内部,变量定义的顺序决定了 ...
- UWP开发入门(二十一)——保持Ui线程处于响应状态
GUI的程序有时候会因为等待一个耗时操作完成,导致界面卡死.本篇我们就UWP开发中可能遇到的情况,来讨论如何优化处理. 假设当前存在点击按钮跳转页面的操作,通过按钮打开的新页面,在初始化过程中存在一些 ...