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 ...
随机推荐
- KnockoutJS 3.X API 第四章 表单绑定(6) click绑定
目的 click绑定主要作用是用于DOM元素被点击时调用相关JS函数.最常见用于button.input.a元素. 例如: You've clicked timesClick me var viewM ...
- 那些年我们写过的T-SQL(中篇)
中篇的重点在于,在复杂情况下使用表表达式的查询,尤其是公用表表达式(CTE),也就是非常方便的WITH AS XXX的应用,在SQL代码,这种方式至少可以提高一倍的工作效率.此外开窗函数ROW_NUM ...
- 将数据转化成字符串时:用字符串的链接 还是 StringBuilder
/* 目的:将数据转化成字符串时:用字符串的链接 还是 StringBuilder呢? */ public class Test{ public static void main(String[] a ...
- Linux驱动开发——__stringify
在Linux内核中有一个宏__stringify,在include/linux/stringify.h定义如下: #ifndef __LINUX_STRINGIFY_H #define __LINUX ...
- Android OpenGL 编写简单滤镜
Android 上使用Opengl进行滤镜渲染效率较高,比起单纯的使用CPU给用户带来的体验会好很多.滤镜的对象是图片,图片是以Bitmap的形式表示,Opengl不能直接处理Bitmap,在Andr ...
- 解决AndroidADT自带Eclipse编辑器不能自动代码提示的问题。
今天发现,我下载的AndroidADT开发套装中自带的Eclipse没有自动代码提示功能.通过参考http://blog.csdn.net/coolszy/article/details/724195 ...
- 一篇学习HTTP状态码的神文:我与依依的橙色岁月
好的,事情是这样的,数年前,我曾有过一段美好的夏日恋情,在此与大家分享. 依依 这个女孩叫做依依 ,她是 80 后的,生日是 1989 年 3 月吧,忘了哪一天了,分手太久了,记不起来了. 转学生 我 ...
- H5新特性websocket
websocket也是html5的新增加内容之一,号称是下一代客户端/服务器异步通信办法,私以为虽然有点吹牛的成分,但是以后说不定能成为异步通信的半壁江山,至于取代ajax,我觉的应该不会. webs ...
- canvas画简单电路图
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 【转】NoSQL初探之人人都爱Redis:(1)Redis简介与简单安装
一.NoSQL的风生水起 1.1 后Web2.0时代的发展要求 随着互联网Web2.0网站的兴起,传统的关系数据库在应付Web2.0网站,特别是超大规模和高并发的SNS类型的Web2.0纯动态网站已经 ...