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 ...
随机推荐
- Spring配置汇总
现在主流的JavaWeb应用几乎都会用到Spring,以下是Spring的配置,以及结合Web的SpringMVC配置的汇总. jar包的引入 与Web项目集成 Spring配置文件 SpringMV ...
- iis https 客户端证书
1.自建根证书 makecert -r -pe -n "CN=WebSSLTestRoot" -b 12/22/2013 -e 12/23/2024 -ss root -sr lo ...
- mysqll底层分享(一):MySQL索引背后的数据结构及算法原理
http://www.uml.org.cn/sjjm/201107145.asp#nav-2 http://tech.it168.com/a2011/0711/1216/000001216087_al ...
- 使用Nginx配置NodeJs程序(Windows平台)
简介 Nginx("engine x") 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 服务器. Nginx 是由 Igor Sysoev ...
- Java多线程系列--“基础篇”02之 常用的实现多线程的两种方式
概要 本章,我们学习“常用的实现多线程的2种方式”:Thread 和 Runnable.之所以说是常用的,是因为通过还可以通过java.util.concurrent包中的线程池来实现多线程.关于线程 ...
- Java多线程系列--“JUC集合”05之 ConcurrentSkipListMap
概要 本章对Java.util.concurrent包中的ConcurrentSkipListMap类进行详细的介绍.内容包括:ConcurrentSkipListMap介绍ConcurrentSki ...
- [C] C++对C的部分扩充
C语言只允许变量在程序(或函数)开始处定义,而C++允许变量在程序的任何位置定义. C语言中没有定义作用域限定运算符. C语言中没有布尔类型. C++中关于枚举类型和结构类型的定义更加简洁. C++新 ...
- 实用js代码大全
实用js代码大全 //过滤数字 <input type=text onkeypress="return event.keyCode>=48&&event.keyC ...
- JavaScript变量和数据类型
变量 变量就是一个元素,类似于数学中的概念,用来指定表示一个对象.在JavaScript中,用来指定变量的关键字为var.当声明新变量时,可以使用关键词 "new" 来声明其类型 ...
- 一篇学习HTTP状态码的神文:我与依依的橙色岁月
好的,事情是这样的,数年前,我曾有过一段美好的夏日恋情,在此与大家分享. 依依 这个女孩叫做依依 ,她是 80 后的,生日是 1989 年 3 月吧,忘了哪一天了,分手太久了,记不起来了. 转学生 我 ...