A Framework for Software Maintenance and Support Phase

Size: px
Start display at page:

Download "A Framework for Software Maintenance and Support Phase"

Transcription

1 A Framework for Software Maintenance and Support Phase Zafar Nasir and Abu Zafar Abbasi Department of Computer Science National University of Computer & Emerging Sciences Karachi, Pakistan {zafar.nasir, Abstract Software maintenance is one of the major concerns of software development and maintenance organizations. Over the years, the cost of maintenance has become the critical factor in decision making pertaining to long term viability of business and information systems. Software maintenance has strong bearing with overall software development life cycle. Depending upon the abilities of project team in the overall software development environment, a good software maintenance process would reduce the cost involved in terms of money, manpower, resources and time. In this paper we have discussed a simple but comprehensive framework for software maintenance and support phase. Based upon the guidelines of the proposed framework for software maintenance could be easily manageable and also become cost-effective. Keywords- software maintenance, framework, procedures, software support, process model I. INTRODUCTION Software organizations that rely on developing and maintaining software are facing new, globally competitive market. With the increase in competition among vendors all over the world, the customer is expecting the services and product of high quality, with little cost and complemented by top support service. Maintaining software is not an easy task, it requires the proper management system within the organization. The organization software maintenance system has to fulfill the needs like technical measure of the domain as well as optimum quality service, with maximize strategic impact and minimum cost of maintenance activities. To achieve above, organization would require continuous process improvement of processes for software maintenance. However, the software maintenance is noteworthy activity as the 75 percent of system s lifespan cost occupy by maintenance [2]. The term software maintenance bears a significantly different meaning with its counterpart i.e. hardware or machine maintenance. The software neither wears out nor deteriorates with time nor needed repair as does the hardware. Software maintenance implies the changes or upgradations required from clients after delivery of product due to observed bugs or requirement of some new functionality. Although the software maintenance phase starts after the delivery of product to the client, it covers a major portion of the cost, effort and time involved in the project. Broadly speaking software maintenance covers all the work made on a software system after it is delivered or becomes operational spreading to corrective changes, adapting to new requirements, improving existing functions, and enhancing application with new functions [3]. Formally we may define software maintenance as, Software maintenance is the process of modifying a software system or component after delivery to correct faults, improve performances or other attributes, or adapt to a changed environment. [6] However, it may be noted that software maintenance is not just bug fixing but rather involves planning of post delivery operations, supportability, and logistics even in the development and testing phase. There is a strong relationship between software maintenance and project cost and effort estimation. A good software maintenance process could significantly reduce the maintenance cost to the organization as well make it more easily manageable. In overall software organization context, the development process and maintenance process share common tasks. High level relation between them is shown in figure 1 [5]. The information from development process is always required in maintenance process as in the case of software configuration where the continuous switching between this two processes take place. After the issue is reported and before the action is taken, the team evaluates and classifies it as Change request, Bug fix, Assistance, or Installation. After classification of logs, the development team is notified about the logged request. Evaluation is done by development team to identify the impact on the code and architecture of system. After approval of request, code and other artifacts are modified and update is provided to client. CUSTOMER USERS Services Agreement Management Services DEVELOPMENT TEAM Evaluation Solutions Problem Resolution/Communication SOFTWARE MAINTENANCE Contracts SUPPLIERS Figure 1. Relationship between Software Maintenace & Stakeholders /10/$ IEEE

2 The rest of the paper is organized as follows: Section II highlights the issues in software maintenance, section III describes our proposed framework, section IV describes a case study based on our proposed framework followed by conclusions in section V. II. ISSUES IN SOFTWARE MAINTENANCE A. Impact Analysis Impact analysis requires comprehensive examination of the impact of the changes or upgradations on the existing system. Maintainer must have comprehensive knowledge of the system structure and architecture. They utilize this knowledge to identify potential area or amount of work needed to cater the required changes and come up with timeline and estimates required to achieve the required change. Following are objective of Impact analysis: Determine the scope of the change Come up with estimate of resource required to achieve the work Examine the cost and benefit of change Classify the complexity of the change and communicate to others. The impact analysis is a key issue in software maintainability and has direct effect on cost of maintenance. B. Complex code and Architecture Maintenance cost shoots up when software is obliged to change. Sometime the changes requested by user when system does not meet their requirement, and sometime due to bugs the unanticipated fault occur in software program. All the change, either to fix bug or the addition of functionality is turn out to be tricky and complicated if architecture and code is complex. There is quantifiable cost correlated with the time spent on learning and understanding of the product. The research performed on large systems has indicated that the number of changes applied to the system and the complexity of the code both associate positively to the maintenance cost [1]. C. Lack of Understanding One of the essential tasks in modifying system is the understanding of system. The maintainer must know how system is used and developed. In fact the programmer takes majority of their time in understanding of the system before they start change. According to Parikh [2], The software maintenance is the world in which developers use up half of all their time. In that world, the main objective of the development is to develop new functionality. The major professional challenge is to understand the system. D. Undefined Process and Procedure for Maintenance It is a fact that most of the organizations do not have defined processes and standards for software maintenance. This is the most neglected area which results in more cost and time in maintenance phase. E. Involvement of Senior Staff It is important to have senior management commitment on maintenance to provide special services to customer. The inability of senior management comprehend the need and requirements of software maintenance undermines the customer relationship and increases the maintenance cost also. F. Maintenance Cost Estimation Software maintenance is an expensive phase in the software project life cycle and require careful assessment and estimation in order to come up with a viable project. Failing to do so sometimes cost much higher than anticipated also jeopardizing the organization reputation and customer relation. One of the examples of estimation of maintenance problem is Y2K bug; the bug that is considered as most expensive bug in the history of computer era. However the bug was rectified but required high cost and effort to prevent it. For example Nokia have spent around 75 million Euros for that purpose. G. Improper User Training At times it happened that software firm deployed the software without having any proper plan for user training which results in cost ineffective and unsatisfactory experience. Unless users don t know how to use the new or updated product, they would tend to make and report such bugs and errors that could have been resolved otherwise. So there comes requirement of a proper training process to ensure that users have received training to correctly and efficiently operate the software. H. Dependency on Outside Supplier At times, the software organization and their software maintenance department depend upon third party vendors, suppliers and outsourcers for specific services. For example, a supplier that customizes an ERP software. Sometime organization contracts with persons or even autonomous organizations that become part of maintenance team and provide their expertise when required. To offer quality maintenance service to client, maintainer must build good relationship with all suppliers and manage them professionally to achieve satisfactory performance. I. Lack of Documentation Documentation is considered as the most important artifact in software maintenance, especially for legacy systems where there is the requirement of migration to new platform. It has been proven that documentation assists to understand the system if it is exercised correctly. The maintenance team will not able to understand the design of system properly if there is lack of documentation and resulted in consumption of time before they could do some useful work. J. Measuring Maintenance and Support Service An organization must keep eye on evaluation of maintenance and support service. It will help them to improve the service and measure customer satisfaction.

3 Organization must conduct surveys and distribute questionnaire or any mechanism to obtain customer feedback about their product and maintenance services. K. Motivation of Support personal Maintenance is usually provided when there are bugs or failures occurred in the system. Lot of pressure is exerted on support personal as this is directly related to customer s satisfaction. Therefore support personal considers themselves as the second line staff and there are many instances where support personal is not appreciated like sale personal. Study shows that highly motivated maintenance team can really deliver results and organization must include maintenance cost as the part of product cost. III. A FRAMEWORK FOR SOFTWARE MAINTENANCE Most of the organizations do not have well-defined standards and procedure for the maintenance process [4]. Process management in software maintenance is the most unfocused area. Question arise why there is lack of interest in process and procedure of software maintenance. The researchers say that maintenance is the post delivery activity of software development process, hence given the least privilege. Based on the source of maintenance request, activities are managed through different processes. The source of maintenance can be project manager, users or operations department. We propose a software maintenance process that is easily manageable and in effect cost-effective also. It underlines the procedures, documents and roles associated with stakeholders of software maintenance process. A. System for Maintenance The purpose of this system is to streamline and document working relationship and procedures between customer support department and development teams. This system identifies the role of each stake holder, evaluates the change requests, perform impact analysis, implement the required changes, perform post change testing, versioning and documentation. Each customer complaint or change request must pass through this system so that it may be effectively managed and addresses. The key functionalities of such system are listed below: Receiving and logging customer calls related to maintenance Prioritizing and categorizing issues Assignment of issues to customer support engineers and/or developers Procedure for issue-fixes and minor enhancements. Procedure for issue evaluation and classification Procedure for issue closure Procedure for issue escalation To identify common recurring issues and close them for all clients Gauge and improve customer support by providing internal statistical and management reports on average issue response time Procedure for handling Change Requests Procedure for operating the Tracker System Providing an yearly report to the client about the issues/enhancements during the maintenance period Procedure for Code Versioning The key procedures are described below: B. Issue Logging Procedure Software maintenance related issues may be received in various forms including but not limited to: Direct phone call by the customer by the customer Demo of the issue by the client Issue communicated indirectly Developers must ensure that no issues are directly taken from customers bypassing maintenance department. In case if a customer directly calls a developer and reports an issue, developer should inform customer politely to send a formal so that issue can be formally tracked. In addition Developer should share such reporting with customer support coordinator. In all cases, the maintenance department will log the call in a Issue Tracking System with all relevant details, and later inform the customer with an issue ID in the following format: PA - CA - Date - Issue # Product Abbreviation Client Abbreviation dd-mm-yyy Figure 2. Issue ID format Issue Number The additional information recorded in the Issue Tracking System other than the issue ID would be: Issue Reported by Issue Reporting Date and Time o Reporting date of issue will be the date when it is logged Brief description of the reported problem Expected time of problem fixing o If any information required to analyze the problem is missing, Customer Support should inform the customer that no tentative closing date will be issued till the time all the information is received and evaluation is performed. Also the aging of the issue will be considered from the point when customer has provided the required information. Issue Category (discussed in next section) C. Issue Evaluation and Classification Procedure Evaluation of an issue is the most critical aspect of maintenance and support life cycle. After an issue is

4 reported and before any action is taken the Customer Support team is responsible to evaluate the issue and classify it as one of following: Change Request Bug Fix (Source code update is required) Assistance Organization Internal Client Installation Server Migration Updation Required In case issue is classified as a general technical support call, maintainer should respond to customers queries over the phone or by mail using its knowledge base (Maintenance personnel, some formal trouble shooting guide) within reasonable time (immediately over the phone, or next day over the mail). If the issue is categorized as a configuration problem it should be discussed with the development team in case of insufficient training on particular product. However the prime resource for such problems should be from maintenance support and a resource from the development team can be assigned with maintainer for training purposes. In case of change requests the development will be done on the commitment expressed in CRF hence approval of CRF is mandatory. Evaluation of an issue will be carried out by a maintainer. A maintainer is responsible to analyze the issue, request logs from customer and in case of bug fixes try to pin point the problem. The goal of evaluation is that maintenance department provides Level 1 and Level 2 support of all issues. D. Change Request Procedure Change requests must be propagated to the Maintenance Department. The maintenance department will evaluate the change request and determine the feasibility of the change from the following perspectives: Does the change detract significantly from the standard operating procedure of the product? Does the change introduce any unacceptable security risk? Will the change introduce any instability in the system? If they determine that the change can be performed without impacting the quality of the product, then a further analysis will be done to determine the time and effort required for the change. All change requests will be undertaken once confirmation is received from the customer. The change request workflow for maintenance is shown in figure 3. In case the Maintenance department determines that the requested change is not practicable, the requested change will be declined and the client will be informed about the reasons for the decision. Figure 3. Change Request Management Workflow

5 Maintenance department logs the received Change Request (CR) in should be in some Tracking tool that is received via telephone, visit or and notifies the Client about CR logging via . Any CR received by Business Development (BD) or any other department is to be forwarded to maintenance department. Concerned Team Lead (TL) is notified about the logged CR. Evaluation of CR is done by the Team Lead (decline /accept / man-days efforts) and forwarded to maintenance department. Maintenance department in turns forwards it to BD. Business Department finalizes the financial impact of the CR and informs maintenance department. Maintenance department prepares the Change Request Form (CRF) and informs the customer to seek approval for the timelines and cost estimate. On approval, the Customer sends signed CRF back to maintenance department. In case a response against the CRF is not received, reminder ( s &/or call) needed to be sent to the client. After approval, a delivery date is provided to the Client. Before deployment, the validation phase is carried out. The assigned engineer is responsible to enter his comments after carrying out the testing. To ensure that the CRF has been tested, another developer or Senior developer would need to enter his Reviewed By comments, only after which the CRF can be sent to the Client. Incase his/her comments have not been entered, the update/patch would not be sent by the Maintenance Department. The acceptance of the CR maybe received via (soft copy) or a hard copy to Maintenance Department. Once the CRF has been closed, assigned Support Engineer informs Finance, Business Department & Corporate Department about the formal closure of the CR. The CR status is set as closed and as per the payment terms, the invoice is raised. Response will be provided for CR evaluations and documenting the CRF, which will include the TL evaluation and BD time for cost evaluation E. Activities after Issue Closure 1) Probable cause analysis: If an issue has been resolved simply by restarting of the software or rebooting of the machine, a detailed post-issue analysis must be performed to identify the root cause of the problem. The call must not be closed until complete analysis and root cause has been determined. 2) Impact analysis: For all issues, an impact analysis must be performed to determine whether any other customer installations may be under threat of a similar incidence. If it is determined that one or more sites may be vulnerable to such an incidence, then an internal call must be logged to take proactive corrective measure for all such installations. 3) Sign off The Sign-Off form shall be filled by the maintainer which is signed by the Client Personnel. The details of the Sign- Off form shall be as follows Issue ID Issue Summary Severity Level Person assigned Activity Summary A brief description of the activity to be performed by the CSE/SE like deploying update patch or modifications required in a file. Expected time required Starting time Ending time Start time Completion time Client Personnel Client and CSE/SE Comments Client and CSE/SE Signatures This document is then kept in a physical file so as to keep the record of the activity performed respective to the issue of the client. IV. CASE STUDY We have tested the proposed framework in one of leading vendors of Pakistan in e-banking. They have developed complex switch, card production system and other e- banking systems. The company maintains 15 software systems ranging from the size of 10 thousand line of source code to 100 thousand line of source code. Many these products have been maintained over the years and frequently produce new releases. Of these product 60 percent is written in C, 30 percent in.net and 10 percent in proprietary fourth generation language. Most of these systems run on Linux and UNIX workstation, 10 percent run on ATM and CDMs. A. Data Collection Technique Following are the form used to collect the data to estimate maintenance cost: Customer Survey Form Customer Sign-off Form Release Log Change Request Form B. PVCS Tracker To ensure that information is recorded in an organized and systematic way in the PVCS Tracker by any personnel assigned to an issue logged in the tracker. Following is the procedure is applicable to anyone who is to use the PVCS Tracker and to ensure that all the work

6 done by the individual is recorded in the relevant fields of the PVCS Tracker. The CSD shall log an issue and fill in all the relevant details for logging an issue and shall assign it to a CSE or an SE whatever the case may be. The assigned CSE or SE shall then from there on feed in all the work done by him/her in the relevant fields of the PVCS Tracker. All concerned personnel shall have the PVCS Tracker open at all times during working hours so that any notification for an issue is not left unattended. C. Quantitative Analysis This section contains the result of data collected. The data consist of 10 complete releases of 5 products. The effect on per release is from 1000 hours to 2000 hours. Change in release from 1000 LOC to 5000 LOC. The mean effort distribution on different change requests is shown in figure 4. In our experience with the software development company, enhancements are more than correction showing that error corrections are relatively small changes while the enhancements are relative bigger changes in functionality of system. V. CONCLUSION Estimating the cost of maintenance is fairly complex due to correlation between core system and the changes applied to it. We have presented a customized taskoriented framework in this research paper to manage the processes for software maintenance. The framework includes procedures, tasks and activities that blend the software maintenance process to become more cost effective. The case study was performed at a local software house, where the model was validated. This has helped us to understand as to why efforts increase on application of changed processes. We believe that a more cost effective and comprehensive model can be developed by combining the presented quantitative approach with suitable reliability growth models. REFERENCES Figure 4. Effort Distribution on the Basis of Maintenance Types [1] Linda Brice, John Connell, Alam, A methodology for minimizing maintenance Cost, In proceedings of AFIPS Joint Computer Conferences, pp , 1983 [2] Parikh G, Tutorial on software maintenance, IEEE, New York, 1983 [3] Alain April, Jane Huffman Hayes,, Alain Abran, and Reiner Dumke, Software maintenance maturity model, 2004 [4] Khaled M. Khan et al, Task and method of software maintenance, A process oriented framework, Austrilian Journal of Information Suystems, Vol 9, No. 1, pp 51-60, 2001 [5] Hunt B Tuner, McRitchie, Software maintenance implications on cost and schedule, In proceedings of Aerospace conference, 2008 [6] IEEE Std , Standard Glossary of Software Engineering Terminology, IEEE Computer Society Press, Los Alamitos, CA, 1990

Assessment Results using the Software Maintenance Maturity Model (S 3m )

Assessment Results using the Software Maintenance Maturity Model (S 3m ) Assessment Results using the Software Maintenance Maturity Model (S 3m ) David-Alexandre Paquette Alain April Alain Abran École de Technologie Supérieure david-alexandre.paquette.1@ens.etsmtl.ca alain.april@etsmtl.ca

More information

Pass4sure.ITIL-F.347.QA

Pass4sure.ITIL-F.347.QA Pass4sure.ITIL-F.347.QA Number: ITIL-F Passing Score: 800 Time Limit: 120 min File Version: 19.1 http://www.gratisexam.com/ ITIL-F.EN.dat ITIL Foundation Enjoy the real success with nicely written Questions

More information

WHAT DO YOU NEED TO KNOW ABOUT SOFTWARE MAINTENANCE

WHAT DO YOU NEED TO KNOW ABOUT SOFTWARE MAINTENANCE WHAT DO YOU NEED TO KNOW ABOUT SOFTWARE MAINTENANCE Alain April, A. Abran and R. Dumke Software accounts now for a increasing share of the content of modern equipments and tools, and must similarly be

More information

Documents the request as clearly and completely as possible on the Change Request Form Submits request to project manager

Documents the request as clearly and completely as possible on the Change Request Form Submits request to project manager 1 Change Management Roles The Requester, Documents the request as clearly and completely as possible on the Change Request Form Submits request to project manager The Project Manager, Tracks status of

More information

QUMU CLOUD PLATFORM CUSTOMER SUPPORT AGREEMENT

QUMU CLOUD PLATFORM CUSTOMER SUPPORT AGREEMENT QUMU CLOUD PLATFORM CUSTOMER SUPPORT AGREEMENT I. DEFINITIONS "Approved Support Contacts" means CUSTOMER employees that are authorized to initiate Support Requests with QUMU Customer Support and that are

More information

KEEP THE LIGHTS ON - APPLICATION MAINTENANCE AND SUPPORT

KEEP THE LIGHTS ON - APPLICATION MAINTENANCE AND SUPPORT KEEP THE LIGHTS ON - APPLICATION MAINTENANCE AND SUPPORT The Infosys next-generation application management services bring in business relevant application maintenance and support for different models

More information

Paragon Software Group

Paragon Software Group Group Technical Support Policy Table of Contents TABLE OF CONTENTS 2 PARAGON TECHNICAL SUPPORT - MISSION STATEMENT 3 INTRODUCTION 4 Purpose of this document 4 Disclaimer 4 SUPPORT SERVICES OVERVIEW 5 Support

More information

NevCare Nevion global support

NevCare Nevion global support Professional Services NevCare Nevion global support The NevCare operation consists of a geographically dispersed team of engineers that provides worldwide email and phone assistance to Nevion s customer

More information

Overview on ROI (Return on Investment) From SAP

Overview on ROI (Return on Investment) From SAP Overview on ROI (Return on Investment) From SAP Applies to: SAP Consulting Professionals Summary There is no standard method of measuring the ROI however It is possible to measure ROI from SAP Implementation

More information

EX0-114_Wins_Exam. Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0

EX0-114_Wins_Exam.   Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0 EX0-114_Wins_Exam Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ 20000 IT Service Management Foundation Bridge based on ISO/IEC Total Questions: 78

More information

ITIL Intermediate Capability Stream:

ITIL Intermediate Capability Stream: ITIL Intermediate Capability Stream: OPERATIONAL SUPPORT AND ANALYSIS (OSA) CERTIFICATE Sample Paper 2, version 6.1 Gradient Style, Complex Multiple Choice SCENARIO BOOKLET This booklet contains the scenarios

More information

IT Service Management Foundation based on ISO/IEC20000

IT Service Management Foundation based on ISO/IEC20000 IT Service Management Foundation based on ISO/IEC20000 Number: EX0-115 Passing Score: 60 Time Limit: 90 min File Version: 4.0 http://www.gratisexam.com/ Exin EX0-115 IT Service Management Foundation based

More information

Incident Management Process

Incident Management Process Incident Management Process TABLE OF CONTENTS Incident Management Process... 1 Chapter 1. Incident Process... 1 1.1. Primary goal... 1 1.2. Process Definition:... 1 1.3. Objectives - Provide a consistent

More information

ROLE : INFORMATICA ADMINISTRATOR

ROLE : INFORMATICA ADMINISTRATOR Experience summary: ROLE : INFORMATICA ADMINISTRATOR Having 5 years of experience on ETL Informatica Administration on windows and Unix environment. Highly Experience in Installation and upgrade and Configuration

More information

1. You should attempt all 40 questions. Each question is worth one mark. 3. The pass mark for this exam is 26 out of 40 (65%).

1. You should attempt all 40 questions. Each question is worth one mark. 3. The pass mark for this exam is 26 out of 40 (65%). The ITIL Foundation Examination Sample Paper D Question Booklet Multiple Choice Examination Duration: 60 minutes Instructions 1. You should attempt all 40 questions. Each question is worth one mark. 2.

More information

IBM Infrastructure Security Services - Managed Security Information and Event Management (Managed SIEM)

IBM Infrastructure Security Services - Managed Security Information and Event Management (Managed SIEM) IBM Infrastructure Security Services - Managed Security Information and Event Management (Managed SIEM) DK_INTC-8838-00 11-2011 Page 1 of 17 Table of Contents 1.Scope of Services...3 2.Definitions...3

More information

The technical resources for which the IT Support Analyst provides support and management include:

The technical resources for which the IT Support Analyst provides support and management include: Job description Post IT Support Analyst Grade 5 Hours 35 hours per week To fulfil the demands of this post, the post holder will need to work flexibly in response to service requirements. Early starts

More information

Technology, Systems & Delivery

Technology, Systems & Delivery Job title Job family Senior Product Manager Technology, Systems & Delivery Proposed band D Job purpose The Senior Product Manager is responsible for defining and implementing a compelling product strategy

More information

IBM Tivoli Service Desk

IBM Tivoli Service Desk Deliver high-quality services while helping to control cost IBM Tivoli Service Desk Highlights Streamline incident and problem management processes for more rapid service restoration at an appropriate

More information

DeviceLock Technical Support Guide

DeviceLock Technical Support Guide DeviceLock Technical Support Guide Contents DeviceLock Technical Support Guide... 1 Contents... 1 Introduction... 2 Scope of Technical Support... 2 Technical Support Components and Plans... 2 Service Level

More information

ITIL from brain dump_formatted

ITIL from brain dump_formatted ITIL from brain dump_formatted Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Экзамен A QUESTION 1 Which role is responsible for carrying out the activities of a process? A. Process

More information

IT Outsourcing Operational Philosophy from INFOBHAN

IT Outsourcing Operational Philosophy from INFOBHAN IT Outsourcing Operational Philosophy from INFOBHAN for Qatar Steel RFQ TDR-003/22/2011 and TDR-005/22/2011 1. Introduction In today s business world, companies face significant challenges in managing

More information

Managing Project Risks

Managing Project Risks The Project Reality As per The Standish Group report released in 1994 only 16% of all IT projects attempted successfully occur within the "triple constraint" of cost, time, and user requirements. While

More information

SERVICE LEVEL AGREEMENT V1.4 Vscene Services & Connected Hardware

SERVICE LEVEL AGREEMENT V1.4 Vscene Services & Connected Hardware SERVICE LEVEL AGREEMENT V1.4 Vscene Services & Connected Hardware Overview Ajenta s Vscene users benefit from the proactive support of the Vscene service desk, provided by a dedicated team of support engineers,

More information

Risk Mitigation in a Core Banking Conversion

Risk Mitigation in a Core Banking Conversion Risk Mitigation in a Core Banking Conversion Greg Meidt, chief information officer Chemical Bank Dick Smies, vice president IBS Conversion Services 1 800 822 6758 Introduction A core banking migration

More information

Support Services Policy for Access Education including Success Plans

Support Services Policy for Access Education including Success Plans Support Services Policy for Access Education including Success s v0.4 March 2017 2 Support Success s We recognise that customers have different support requirements and to reflect this you will be offered

More information

Windchill System Validation Technical Brief

Windchill System Validation Technical Brief Technical Brief Contents About This Document... 2 Supported Releases and Products... 2 Audience... 2 Support Policy for Enterprise Deployment Resources... 2 Challenge... 3 Solution... 3 Planning... 4 Preparing...

More information

Annexure 1: Scope of work for the Information Service Management Tool (Help desk Tool)

Annexure 1: Scope of work for the Information Service Management Tool (Help desk Tool) Annexure 1: Scope of work for the Information Service Management Tool (Help desk Tool) The purpose of the University acquiring the solution/system is to satisfy the following objectives: Have a single

More information

Osprey Technologies, LLC. Quality Manual ISO9001:2008 Rev -

Osprey Technologies, LLC. Quality Manual ISO9001:2008 Rev - February 8, 2015 1 Osprey Technologies, LLC Quality Manual ISO9001:2008 Rev - February 8, 2015 Released by Dave Crockett President 6100 S. Maple Avenue, Suite 117 Tempe, AZ 85283 www.osprey-tech.com February

More information

RISK ENGINEERING GUIDELINE

RISK ENGINEERING GUIDELINE RISK ENGINEERING GUIDELINE BUSINESS CONTINUITY MANAGEMENT (BCM) HDI Risk Consulting Business Interruption www.hdi.global Development and Implementation of a Business Continuity Management System (BCMS)

More information

Enterprise Availability Management

Enterprise Availability Management Statement of Work Enterprise Availability Management This Statement of Work ( SOW ) is between the Customer (also called you and your ) and the IBM legal entity referenced below ( IBM ). This SOW is subject

More information

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle.

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle. Maturity Process Owner Check Release Description Valid Name / Department Name / Department Name / Department Detailed procedure for software development Title: Software Development Procedure Purpose: This

More information

SERVICE FROM THE START FOR WAVE 5000 EA REGION PARTNER CHANNEL

SERVICE FROM THE START FOR WAVE 5000 EA REGION PARTNER CHANNEL 7 FEBRUARY 2016 SERVICE FROM THE START FOR WAVE 5000 EA REGION PARTNER CHANNEL The design, technical, and cost information furnished with this proposal is proprietary information of Motorola Solutions,

More information

ORACLE SYSTEMS MIGRATION SERVICES FOR IBM ENVIRONMENTS

ORACLE SYSTEMS MIGRATION SERVICES FOR IBM ENVIRONMENTS ORACLE SYSTEMS MIGRATION SERVICES FOR IBM ENVIRONMENTS SAFELY MIGRATE TO A NEW IT INFRASTRUCTURE WITH THE RIGHT TOOLS AND EXPERTISE KEY FEATURES Effectively address issues such as endof-life, unpredictable

More information

ENTERPRISE ACTIVE MAINTENANCE AND SUPPORT SERVICE

ENTERPRISE ACTIVE MAINTENANCE AND SUPPORT SERVICE ENTERPRISE ACTIVE MAINTENANCE AND SUPPORT SERVICE Customer is a licensee of certain Software AG products under a Licence and Maintenance Agreement that the Customer has executed with a Software AG subsidiary

More information

The Incident Management process consists of seven procedures for handling support requests.

The Incident Management process consists of seven procedures for handling support requests. Process The Incident Management process consists of seven procedures for handling support requests. The first procedure is called "Support Request Registration". This procedure is used by service desk

More information

Daitan White Paper The Software Development versus Maintenance Dilemma COMMON MISCALCULATIONS IMPACT REVENUE AND MARKET SHARE

Daitan White Paper The Software Development versus Maintenance Dilemma COMMON MISCALCULATIONS IMPACT REVENUE AND MARKET SHARE Daitan White Paper The Software Development versus Maintenance Dilemma COMMON MISCALCULATIONS IMPACT REVENUE AND MARKET SHARE Highly Reliable Software Development Services http://www.daitangroup.com Daitan

More information

QUESTION: 1 What is known as a temporary solution that enables the user to continue working? A. Known Error B. Request For Change (RFC) C. Service Req

QUESTION: 1 What is known as a temporary solution that enables the user to continue working? A. Known Error B. Request For Change (RFC) C. Service Req Vendor: EXIN Exam Code: ITSM20F Exam Name: IT Service Management Foundation based on ISO/IEC 20000 (ITSM20F.EN) Version: Demo QUESTION: 1 What is known as a temporary solution that enables the user to

More information

FaithPLM Solutions. About Client

FaithPLM Solutions. About Client About Client Our client is a full line supplier of small hydro power plants. One of the Leading manufacturer of hydraulic turbines and turnkey supplier of mechanical packages for hydro power projects.

More information

Interoute Application Management comprises the following managed services for application and database software:

Interoute Application Management comprises the following managed services for application and database software: 1. SERVICE DESCRIPTION 1.1. Scope of Interoute Application Management Services 1.1.1. Interoute Application Management comprises the following managed services for application and database software: a)

More information

QUESTION 1 What is known as a temporary solution that enables the user to continue working? A. Known Error B. Request For Change (RFC) C. Service Requ

QUESTION 1 What is known as a temporary solution that enables the user to continue working? A. Known Error B. Request For Change (RFC) C. Service Requ Vendor: Exin Exam Code: EX0-115 Exam Name: IT Service Management Foundation based on ISO/IEC 20000 Version: Demo QUESTION 1 What is known as a temporary solution that enables the user to continue working?

More information

ANNEX THREE. Regime for Monitoring of Separation of Batelco and NBN Compliance

ANNEX THREE. Regime for Monitoring of Separation of Batelco and NBN Compliance ANNEX THREE Regime for Monitoring of Separation of Batelco and NBN Compliance Compliance Monitoring Regime Draft for Discussion Purpose: To establish a regime for monitoring Batelco s compliance with the

More information

EXIN ITIL Exam Questions & Answers

EXIN ITIL Exam Questions & Answers EXIN ITIL Exam Questions & Answers Number: ITIL Passing Score: 800 Time Limit: 120 min File Version: 37.4 http://www.gratisexam.com/ EXIN ITIL Exam Questions & Answers Exam Name: ITIL V3 Foundation Exam

More information

ITSM Process Description

ITSM Process Description ITSM Process Description Office of Information Technology Service Catalog Management ITSM Process Description Service Catalog Management Page 1 Table of Contents Table of Contents 1. Introduction 2. Service

More information

EXIN ITIL. Exam Name: Exin ITIL Foundation

EXIN ITIL. Exam Name: Exin ITIL Foundation EXIN ITIL Number: EX0-001 Passing Score: 800 Time Limit: 120 min File Version: 24.5 http://www.gratisexam.com/ Exam Name: Exin ITIL Foundation Exam A QUESTION 1 Which role is responsible for carrying out

More information

Tender for AMC of Hitachi make UPS

Tender for AMC of Hitachi make UPS Tender for AMC of Hitachi make UPS Checklist of documents to be submitted in Prerequisite document envelope: ISO Certification (ISO-20000) Company Registration details. Documents justifying Prior experience

More information

EXIN ITIL Exam Questions & Answers

EXIN ITIL Exam Questions & Answers EXIN ITIL Exam Questions & Answers Number: ITIL Passing Score: 800 Time Limit: 120 min File Version: 37.4 http://www.gratisexam.com/ EXIN ITIL Exam Questions & Answers Exam Name: ITIL V3 Foundation Exam

More information

SUPPORT SCOPE & CONTRACT

SUPPORT SCOPE & CONTRACT SUPPORT SCOPE & CONTRACT Copyright 2017 NTP Software 1 Table of Contents Scope of Support... 3 What does support include?... 3 What does support exclude?... 4 Overview... 5 Support Contract... 5 Supported

More information

County of Sutter. Management Letter. June 30, 2012

County of Sutter. Management Letter. June 30, 2012 County of Sutter Management Letter June 30, 2012 County of Sutter Index Page Management Letter 3 Management Report Schedule of Current Year s 4 Schedule of Prior Auditor Comments 9 Prior Year Information

More information

UPGRADE PROCESS REVISED: 03/20/2015

UPGRADE PROCESS REVISED: 03/20/2015 UPGRADE PROCESS REVISED: 03/20/2015 Our overall objective at Steward Consulting, Inc. (SCI), is to have your live upgrade to a new version of Sage 100 ERP (formerly known as Sage MAS 90 or Sage MAS 200)

More information

AGILENT SPECIFICATIONS INFORMATICS SOFTWARE SUPPORT AND SERVICES SILVER-LEVEL

AGILENT SPECIFICATIONS INFORMATICS SOFTWARE SUPPORT AND SERVICES SILVER-LEVEL AGILENT SPECIFICATIONS INFORMATICS SOFTWARE SUPPORT AND SERVICES SILVER-LEVEL The following terms set forth the specifications under which Agilent will provide support and services to customers who are

More information

Sure (Isle of Man) Limited Managed Networks Essential Level Support Service Terms and Conditions

Sure (Isle of Man) Limited Managed Networks Essential Level Support Service Terms and Conditions The Sure (Isle of Man) Limited ( Sure ) Managed Networks Essential Level Support Service Terms and Conditions should be read in conjunction with the: General Terms and Conditions, all of which apply. Where

More information

Appendix A - Service Provider RACI Model

Appendix A - Service Provider RACI Model Portfolio es: R A C / I P.1 Portfolio Strategy Centralized management of one or more portfolios (major programs), which includes identifying, prioritizing, authorizing, managing, and controlling projects,

More information

SESSION 408 Tuesday, November 3, 10:00am - 11:00am Track: Service Support and Operations

SESSION 408 Tuesday, November 3, 10:00am - 11:00am Track: Service Support and Operations SESSION 408 Tuesday, November 3, 10:00am - 11:00am Track: Service Support and Operations Preventative Problem Management: What ITIL Didn't Teach You Gabriel Soreanu Solutions Architect, Cisco Systems gsoreanu@cisco.com

More information

Risk Analysis (Project Impact Analysis)

Risk Analysis (Project Impact Analysis) Chapter 2 Risk Analysis (Project Impact Analysis) 2.1 Overview Risk management is a process that provides management with the balance of meeting business objectives or missions and the need to protect

More information

PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3)

PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3) PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3) 3.1 IV&V Methodology and Work Plan 3.1.1 NTT DATA IV&V Framework We believe that successful IV&V is more than just verification that the processes

More information

SOLUTION DESCRIPTION

SOLUTION DESCRIPTION SOLUTION DESCRIPTION Table of Contents 1. INTRODUCTION 3 2. PROVISIONING 3 3. DEVICE AND ACCESSORY ORDERING 4 4. ACCOUNT DEVELOPMENT 5 5. CUSTOMER AND USER SUPPORT 5 6. BILLING 6 7. MANAGING SERVICE INTERRUPTIONS

More information

GOVERNANCE AES 2012 INFORMATION TECHNOLOGY GENERAL COMPUTING CONTROLS (ITGC) CATALOG. Aut. / Man. Control ID # Key SOX Control. Prev. / Det.

GOVERNANCE AES 2012 INFORMATION TECHNOLOGY GENERAL COMPUTING CONTROLS (ITGC) CATALOG. Aut. / Man. Control ID # Key SOX Control. Prev. / Det. GOVERNANCE 8.A.1 - Objective: Information Technology strategies, plans, personnel and budgets are consistent with AES' business and strategic requirements and goals. Objective Risk Statement(s): - IT Projects,

More information

Meeting Management Solution

Meeting Management Solution Meeting Management Solution 707 17 th Street Suite 4000 Denver, CO 80202 Alex Chacon 800-274-5624 x703 Prepared For Sarasota Public Schools Date Updated 04-20-2018 Valid for 90 Days Executive Summary...

More information

GRIEVANCE REDRESSAL POLICY

GRIEVANCE REDRESSAL POLICY GRIEVANCE REDRESSAL POLICY 1 Index: S.no Contents Page no. 1.0 Introduction 5 2.0 Grievance registration and touch points 6 3.0 Grievance handling approach 7 4.0 System support & tool for grievance management

More information

Integrated IT Management Solutions. Overview

Integrated IT Management Solutions. Overview Integrated IT Management Solutions Overview freedommanage IT, The Numara FootPrints family of IT Management products and solutions streamline, automate and improve IT operations. They have been designed

More information

Technical Support Program

Technical Support Program Technical Support Program Technical Support Program Overview of Standard Support, Premium Support and Advanced Monitoring Service March 2018 2016 Skybox Security, Inc. All rights reserved. 0 Contents Introduction

More information

One Identity Support Guide

One Identity Support Guide WHITE PAPER One Identity Support Guide Introduction The One Identity Support team provides world-class support. Excellence in customer support goes beyond just providing technical answers. It is about

More information

Remedy Change Management 4.0

Remedy Change Management 4.0 Remedy Change Management 4.0 User s Guide October November 1999 1999 CM-40B-UG-01 CM-400-UG-01 1991 1999 by Remedy Corporation. All rights reserved. This documentation may not be copied in whole or in

More information

PRODUCT COMPLAINTS MANAGEMENT. Infosys Handbook For Life Sciences

PRODUCT COMPLAINTS MANAGEMENT. Infosys Handbook For Life Sciences PRODUCT COMPLAINTS MANAGEMENT Infosys Handbook For Life Sciences Table of Contents Introduction 3 Infosys Point of View 4 Success Story - Complaint management for one of the world s top 5 bio-pharmaceutical

More information

Guardian Support and Guardian Support + Repair for Portable Analyzers and Online Systems

Guardian Support and Guardian Support + Repair for Portable Analyzers and Online Systems Guardian Support and Guardian Support + Repair for Portable Analyzers and Online Systems Risk management Lifecycle management Incident management Service Data Sheet Offering extended value and flexibility

More information

Incident Management Process

Incident Management Process OSF Service Support Incident Management Process [Version 1.1] [From https://www.ok.gov/cio/documents/incidentmanagementprocess.doc] Incident Management Process Table of Contents About this document...

More information

The Economic Benefits of Puppet Enterprise

The Economic Benefits of Puppet Enterprise Enterprise Strategy Group Getting to the bigger truth. ESG Economic Value Validation The Economic Benefits of Puppet Enterprise Cost- effectively automating the delivery, operation, and security of an

More information

SOFTWARE ENGINEERING SOFTWARE MAINTENANCE

SOFTWARE ENGINEERING SOFTWARE MAINTENANCE SOFTWARE ENGINEERING SOFTWARE MAINTENANCE Software maintenance is the process of modification or making changes in the system after delivery to overcome errors and faults in the system that were not uncovered

More information

Clarification to Bidders Batch no.: 1 RFP No. 42/S/HAAD/PT/2014 Clarification issue date : 01 st October, 2014

Clarification to Bidders Batch no.: 1 RFP No. 42/S/HAAD/PT/2014 Clarification issue date : 01 st October, 2014 Q. S/R Questions & Answers 1. Q. The number of ITIL processes that are already implemented A: 5 ITIL processes are implemented within currant service desk and we are in process for more Service request,

More information

Materion AMTS Supplier Quality Manual

Materion AMTS Supplier Quality Manual Advanced Materials Technologies and Services Inc. Materion AMTS Supplier Quality Manual Supplier Name: Supplier Address: Suppliers shall review the attached Supplier Quality Manual and acknowledge receipt

More information

13 WAYS TO BUILD AN EFFECTIVE GSOC

13 WAYS TO BUILD AN EFFECTIVE GSOC 13 WAYS TO BUILD AN EFFECTIVE GSOC You know you need a Global Security Operations Center (GSOC) to support what you ve built, identify threats, and prevent disasters before they happen, but how do you

More information

How Improving Communication Skills Increases Bottom Line Results

How Improving Communication Skills Increases Bottom Line Results How Improving Communication Skills Increases Bottom Line Results Introduction Communication is the act of transferring information from one person to another. While it s simple enough to say, it s not

More information

Single Per Event Support Americas

Single Per Event Support Americas Service Details service overview Single Per Event Support Americas HP Services, Solution Center offers a comprehensive menu of per event services, packaged consulting, and customized consulting. Please

More information

Evaluating CSIRT Operations

Evaluating CSIRT Operations Evaluating CSIRT Operations FIRST 2006 CERT Training and Education Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213-3890 CERT, CERT Coordination Center, and Carnegie Mellon

More information

This is agreement is governed by the PSC Master Services Agreement (MSA) (named Master Services Agreement ) found at:

This is agreement is governed by the PSC Master Services Agreement (MSA) (named Master Services Agreement ) found at: IBM WATSON MARKETING SOFTWARE SUPPORT AGREEMENT This is agreement is governed by the PSC Master Services Agreement (MSA) (named 201804 Master Services Agreement ) found at: http://www.purplesquareconsulting.com/master-services-agreements.

More information

MAPS Service Level Agreement Executive Summary

MAPS Service Level Agreement Executive Summary MAPS Service Level Agreement Executive Summary MAPS Team is committed to providing our Customers with support and customer care services to the best possible standards. This document is intended to communicate

More information

Introduction. Communication: ion: Why Is Something So Simple, So Hard?

Introduction. Communication: ion: Why Is Something So Simple, So Hard? How Improving Communication Skills Increases Bottom Line Results Introduction Communication is the act of transferring information from one person to another. While it s simple enough to say, it s not

More information

Support Policy Nintex Subscription

Support Policy Nintex Subscription Support Policy Nintex Subscription I. Overview This Support Policy ( Support Policy ) describes the policies and procedures under which Nintex ( Nintex ) provides technical support and maintenance services

More information

Customer Care Charter

Customer Care Charter All rights reserved. No part of this manual may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, without

More information

Service Operation. Scenario One

Service Operation. Scenario One Service Operation Scenario One A large corporation completed implementing a new IT service management framework last month and has selected its new service management tools. The new processes of the framework

More information

EPICOR, INCORPORATED QUALITY ASSURANCE MANUAL

EPICOR, INCORPORATED QUALITY ASSURANCE MANUAL EPICOR, INCORPORATED QUALITY ASSURANCE MANUAL Revision: 6 Date 05/18/09 EPICOR, INCORPORATED 1414 E. Linden Avenue P.O. Box 1608 Linden, NJ. 07036-0006 Tel. 1-908-925-0800 Fax 1-908-925-7795 Table of Contents:

More information

SUPPORT SCOPE & CONTRACT

SUPPORT SCOPE & CONTRACT SUPPORT SCOPE & CONTRACT Copyright 2018 NTP Software 1 Table of Contents Scope of Support... 3 What does support include?... 3 What does support exclude?... 4 Overview... 5 Maintenance Contract... 5 Support

More information

Operating procedure. Managing customer contacts

Operating procedure. Managing customer contacts Operating procedure Managing customer contacts Contents 1. Introduction 2. Staff welfare 3. Application and context of this procedure 4. Defining and dealing with challenging customer behaviour 5. Equality

More information

The Business Process Environment

The Business Process Environment The Business Process Environment Flexible, Sensible Process Empowerment EMCONEX TECHNICAL BRIEF Richer Systems Group, Inc. February 2012 IDE Script Writer Alert System Audit Tracking Content Manager TABLE

More information

STATE OF MINNESOTA Office of Governor Mark Dayton 130 State Capitol 75 Rev. Dr. Martin Luther King Jr. Boulevard Saint Paul, MN 55155

STATE OF MINNESOTA Office of Governor Mark Dayton 130 State Capitol 75 Rev. Dr. Martin Luther King Jr. Boulevard Saint Paul, MN 55155 STATE OF MINNESOTA Office of Governor Mark Dayton 130 State Capitol 75 Rev. Dr. Martin Luther King Jr. Boulevard Saint Paul, MN 55155 December 13, 2013 Ms. Virginia M. Rometty Chairman, President, and

More information

CHAPTER 7: BUSINESS SKILLS FOR TECHNICAL PROFESSIONALS

CHAPTER 7: BUSINESS SKILLS FOR TECHNICAL PROFESSIONALS CHAPTER 7: BUSINESS SKILLS FOR TECHNICAL PROFESSIONALS A Guide to Customer Service Skills for the Service Desk Professional Third Edition 302 OBJECTIVES In this chapter students will learn: How to acquire

More information

Customer Service Functions Automation for Effective Banking Management in Nigeria

Customer Service Functions Automation for Effective Banking Management in Nigeria International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 4 Issue 10 ǁ October. 2016 ǁ PP.16-25 Customer Service Functions Automation

More information

Request for Proposals (RFP) Shared Information Technology (IT) Services for Rural Communities of Scott County, Iowa

Request for Proposals (RFP) Shared Information Technology (IT) Services for Rural Communities of Scott County, Iowa Request for Proposals (RFP) Shared Information Technology (IT) Services for Rural Communities of Scott County, Iowa Response Submission Requirements Submission Deadline: Submission Contact: Submission

More information

STANDARD SUPPORT SERVICE FOR LARGE BUSINESS CUSTOMERS SOLUTION DESCRIPTION

STANDARD SUPPORT SERVICE FOR LARGE BUSINESS CUSTOMERS SOLUTION DESCRIPTION STANDARD SUPPORT SERVICE FOR LARGE BUSINESS CUSTOMERS SOLUTION DESCRIPTION Table of Contents 1. INTRODUCTION 3 2. PROVISIONING 3 3. DEVICE AND ACCESSORY ORDERING 4 4. SUPPORTING DEVICE SOFTWARE 5 5. ACCOUNT

More information

Payment Terminal Services Description

Payment Terminal Services Description Payment Terminal Services Description Version date: March 2018 1 Introduction This document describes the following standard services Adyen provides to the Merchant with respect to Payment Terminals provided

More information

MANAGED NOC AND HELP DESK SERVICES

MANAGED NOC AND HELP DESK SERVICES CALL US 1-800-238-6360 MANAGED NOC AND HELP DESK SERVICES A seamlessly integrated unit of your operations We provide you with a seamless experience of owning a Network Operations Center without actually

More information

IAEA Specification. Provision of Oracle and related technologies skilled resources STATEMENT OF WORK. Page 1 of 14

IAEA Specification. Provision of Oracle and related technologies skilled resources STATEMENT OF WORK. Page 1 of 14 STATEMENT OF WORK Provision of Oracle and related Page 1 of 14 1. Introduction The IAEA's ERP project, known as the Agency-wide Information System for Programme Support (AIPS), will improve the quality,

More information

NATIONAL E-PROCUREMENT PROJECT GUIDANCE NOTES

NATIONAL E-PROCUREMENT PROJECT GUIDANCE NOTES NATIONAL E-PROCUREMENT PROJECT GUIDANCE NOTES WORKFLOW AND AUTHORISATION Title: Workflow and Authorisation Identification: Outlines some of the basic workflow concepts and the wider business issues that

More information

SUMMIT Project Management

SUMMIT Project Management SUMMIT Management DATA SHEET SUMMIT, Symphony SUMMIT, the Symphony SUMMIT logo, and all other Symphony SUMMIT product, brand or service names are registered trademarks or trademarks of Symphony SUMMIT,

More information

Service Operation. Scenario One

Service Operation. Scenario One Service Operation Scenario One A large corporation completed implementing a new IT service management framework last month and has selected its new service management tools. The new processes of the framework

More information

Build Your Own SAP Fiori App in the Cloud Edition My Design & Develop Challenge

Build Your Own SAP Fiori App in the Cloud Edition My Design & Develop Challenge STORY Background The facilities management department has reponsibilities for the day-to-day running of the building, these tasks may be outsourced or carried out by direct employed staff. Due to the requirement

More information

EXIN.ITIL _by.getitcert.com Mine Modified

EXIN.ITIL _by.getitcert.com Mine Modified EXIN.ITIL.2012-08-24_by.getitcert.com Mine Modified Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Getitcert.com can help you get IT certified without

More information

Getting the most out of your SIEM technology

Getting the most out of your SIEM technology Getting the most out of your SIEM technology Co-management helps to maximize existing investments and rapidly advance security Whitepaper Make Security Possible Table of Contents Maximizing the SIEM s

More information

MASTER SERVICE LEVEL AGREEMENT (MSLA)

MASTER SERVICE LEVEL AGREEMENT (MSLA) MASTER SERVICE LEVEL AGREEMENT (MSLA) Charles Darwin University Document Owner Service Level Manager Zubair NAQVI Zubair NAQVI Version Date Revision/Description Author 1.00 16 February 2010 Creation Zubair

More information