电子运维流程管理系统的设计与实现.doc
《电子运维流程管理系统的设计与实现.doc》由会员分享,可在线阅读,更多相关《电子运维流程管理系统的设计与实现.doc(59页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、目 录摘 要IABSTRACTII第1章绪论1系统开发背景1国内外研究现状2存在的主要问题3本文的主要工作41.5 论文的组织结构5第2章系统需求分析6系统概述6系统需求问题描述7系统功能性需求8系统非功能性需求15第3章系统架构概要设计17系统设计目标和原则17系统技术架构设计18系统物理架构18系统逻辑架构18系统功能架构20系统功能组成20流程管理功能组成21系统接口22第4章系统详细设计25工单管理工作流模型25工单管理工作流管理构成254.1.2 网络变更与配置管理29缓冲管理详细设计36值班管理37作业计划39缓冲管理39数据库设计40第5章系统实现与测试42系统实现42流程管理的
2、实现42值班管理的实现45作业计划的实现48系统接口的实现50测试515.2.1 测试环境51测试方案51第6章 结 论53参考文献54致 谢56CONTENTSChinese AbstartIEnglish ABSTRACTIIChapter 1 introduction1 development background1 the lastest state of technologh2 the main problem need to be resolved in this paper3 the main work of this paper41.5 the structure of thi
3、s paper5Chapter 2 the requirement analysis for the system6 the introduction for the system6 the discription of requirement for the system7 functional requirement8 non- functional requirement15Chapter 3 construction design for the system17 desing aim and principle for this system17 technology constru
4、ction design18 technology construction for the system18 logical construction for the system19 functional construction for the system20 function composition of this system20 function composition of the workflow management22 interface of the system23Chapter 4 detail design for the system26 the model f
5、or workflow26 workflow management component264.1.2 the workflow model30detail design for buffer managemen37 duty managemnt38 operation plan40 buffer management404.3database design41Chapter 5 implement and test for the system43 the whole implement for the system43 the implement for the workflow manag
6、ement43the implement for the duty managemn46 the implement for the operation plan49 the implement for the interface51 system test525.2.1 test condition52 test project52Chapter 6 ummary an outlook54Reference55Thanks 57摘 要电子运维管理系统是电信业务开展和运营时所必须的支撑平台,是电信网络管理的重要组成,它包含用于运行和监控网络的所有系统。合理使用OSS(运营支撑系统)技术,建设功
7、能完善、互通灵活、充分共享信息的运营支撑系统,是我国电信运营商目前极为关注并重点发展的运营管理战略之一。当前系统的网络管理维护功能较为完整,具备了对各专业网络的数据配置、告警监控、性能分析等能力,但在告警与性能的关联分析方面还有所欠缺,这也是目前各大运营商重点关注的内容。综合信息平台是以指标引擎为核心的一套完全可定制的数据分析框架。基于现有话务网管、传输网管、数据网管等专业网管的数据库,不需要另外存储大量的原始网管数据。以客户自定义的方式构造数据的抽取规则、维度、分析模型,形成多级的关键业绩指标管理体系。以综合信息平台为基础,可以将关键业绩指标同告警监控结合起来,通过对指标值的分析,提前发现网
8、络异常,定位异常网元,实现主动监控。本文在现有网络管理系统基础上,根据现有技术情况,采用J2EE架构,设计并实现了主动监控系统。目前系统主要包含了流程管理、值班管理、作业计划以及部分portal的功能,如知识经验管理、文档管理等。流程管理系统,以工作实现为设计目的,主要包括工单流程管理、值班管理、作业计划、资源调度、代维系统。本文详细介绍了系统的设计开发思路和实现方法,首先介绍了项目的背景及意义,然后通过面向对象方法深入分析用户需求,依据项目设计原则及目标,提出系统功能、体系结构和技术架构设计,并使用UML技术详细设计组成模块。在实现部分,对系统的主要功能点和关键实现进行详细论述。最后,对系统
9、的进一步完善和发展方向提出自己的看法。关键字:电子运维管理系统;网络管理;关键流程管理;J2EE ABSTRACT Electronic operation and maintenance management system is a necessary supported platform for operation of telecommunications services, is an important component of the telecommunications network management, it contains all the systems which c
10、an operate and monitor network. Use OSS (operation support system) reasonably, construct a perfect functions, information sharing, flexible operation support system, is one of the operation management strategy that china pay more attention and focus on to develop it. The management and maintenance f
11、unctions of current system are integrated, which has the analysis abilities to do data configuration, alarm monitor, performance analysis, etc, but is short of alarm and do correlation analysis of performance. Comprehensive information platform , core of index and a set of engine which is a fully cu
12、stomizable data analysis framework. Based on the existing communications network management, data transmission network management, data network management, etc . as the specialized network management and dont need additional effort to store the original large data for network management. Based on cu
13、stomer custom way to construct the rule of extract data, dimensions, analysis model to form a multi-level management system of key performance indicators. Based on comprehensive information platform, the key performance indicators can be combined with alarm monitor, through the analysis of index and
14、 discover the network anomalies in advance and position abnormalities to implement activity monitoring. This thesis based on the existing network management system, according to the existing technology, adopting J2EE framework, design and implement active monitoring system. Current system mainly inc
15、ludes the process management, duty management, working planning and part of the portal functions, such as knowledge management and documentation management experience, etc. Process management system, to work for the design purpose, mainly including the work flow management, duty management, working
16、planning , resource scheduling , maintenance system. This paper introduces the design of the system and the method of realizing development idea, firstly introduces the background and significance of the project, and then using the object-oriented method goes deeply into analyzing users requirements
17、, according to project principles and objectives provides the design of system functions, system structure and technical architecture and use the UML module to detailed design the component modules. In the implement part, detailed describe the main function points and key implementation of system. F
18、inally, provide the personal view of the direction of further improvement and development for the system .Key words: Electronic operation and maintenance management system; Network management; Key workflow management; J2EE第1章绪论当前基于TMN(Telecommunication Management Network,电信管理网)1标准的网管系统的建设和应用在网络日常维护管
19、理中发挥了重要的作用,由于网管系统侧重的是对设备的管理功能,而人是生产力三要素中最具有决定意义的要素,因此,实现以人为主体的业务流程的管理则成为贯穿网络管理过程的纽带。随着国内电信运营市场的不断开放,各运营商向公众提供了越来越多的通信业务,用户数和业务量都逐年大幅增长,市场竞争日趋激烈,如何在运营商内部建立起一套有效的运维交互平台,理顺不同部门以及上下级之间的协作关系,规范工作流程,提高工作效率,实现故障处理、资源调度优化、系统割接、业务保障等运维工作的闭环流程监控和管理,是目前各运营商都比较关心的问题2。网络部虽然制定了各种各样的管理办法和规章制度,但由于缺少IT系统的支撑,缺少对业务流程的
20、监控手段,管理人员无从发现流程执行中的瓶颈或问题,具体说来,目前的系统在以下方面存在改进空间:1. 流程没有制度化,没有形成规范化文档,知识和经验的积累得不到有效共享。2. 流程中执行的角色和活动所需要的模板需要更加明确。3. 流程执行IT化支撑手段不完备,导致各下级公司在执行过程中有所偏差,上级公司难以进行有效控制。4. 流程的监控和闭环需要加强。5. 流程执行需要建立KPI指标。电子运维管理系统是基于任务的工单管理系统,每个任务单由任务、人物(人力资源)和设备(网络资源)组成,由多个任务单按照需求的顺序组织在一起,就构成了网络运维的业务流程3。工作流是针对日常工作中具有固定程序的活动而提出
21、的一个概念,目的是将一个具体的工作分解成多个任务、角色,通过一定的规则和过程,约束这些任务的执行和监控,达到提高企业生产经营管理水平的目标。工作流系统能够反映网络运维流程的如下几个方面的问题:网络运维过程是什么(活动、任务)、怎么做(条件、规则)、由谁来做(组织、角色)、做的怎样(监控)。基于工作流的电子运维流程管理平台的建设,由于其技术上的先天优势,不仅可以改进以上不足,实现以上管理目标,而且可以很轻易地支持流程的调整与优化4。电子运维管理系统是电信业务开展和运营时所必须的支撑平台,是电信网络运营管理的重要组成,它包含用于运行和监控网络的所有系统。作为中国运营支撑系统建设开端的97工程建设开
22、始以来,目前中国电信运营商的运营支撑系统建设已经基本成型。尤其是从2002年以后的近几年里,中国电信运营商普遍开始系统的规划和建设运营支撑系统5。目前国内的研究主要集中在以下几个方面:一是运营支撑系统的业务范围,二是运营支撑系统的业务架构,三是运营支撑系统使用的技术和标准6。在业务范围方面,普遍认为运营支撑系统需要包括计费、账务、结算、营业、客户服务、决策支持、资源管理等内容。在业务架构上,国内倾向于把电信运营支撑系统分为业务支撑系统(BSS,Business Support System),网管支撑系统(NMSS,Network Management Support System)与管理支撑
23、系统(MSS,Management Support System)7。三个子系统实现不同的功能,同时彼此又相互联系。其中BSS完成计费、账务和结算等,NMSS完成面向资源的后台支撑,包括专业网络管理系统,综合网络管理系统,服务保障系统等,MSS支撑企业所需的所有非核心业务流程8。技术和标准方面,国内的研究主要集中在对运营支撑系统标准的跟踪和制定上,集中在ITU-T的TMN建议的本地化工作上9。目前,在这方面开展工作的主要是中国通信标准化协会,主要研究集中在网元、网络管理、业务提供等方面。在国外,运营支撑系统的研究主要集中在标准的研究上10。随着传统电信技术的发展,对多厂商、多设备环境的管理日益
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 电子 流程 管理 系统 设计 实现
限制150内