Systems Operations and Support

Slides:



Advertisements
Similar presentations
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 20 Systems Operations and Support.
Advertisements

Systems Implementation and Operation
System Construction and Implementation Objectives:
Software Configuration Management
System Design and Analysis
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 19 Systems Construction and Implementation.
Chapter 1 The Systems Development Environment 1.1 Modern Systems Analysis and Design Third Edition.
PERTEMUAN 7 Copyright © 2002 Pearson Education, Inc.
Chapter 1 Assuming the Role of the Systems Analyst
Computer Security: Principles and Practice
Irwin/McGraw-Hill Copyright © 2004 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS6th Edition.
Introduction to Systems Analysis and Design
Software Reengineering 2003 년 12 월 2 일 최창익, 고광 원.
Introduction to Systems Analysis and Design Trisha Cummings.
Systems Analysis and Design: The Big Picture
Chapter 9 Database Planning, Design, and Administration Sungchul Hong.
Term 2, 2011 Week 3. CONTENTS The physical design of a network Network diagrams People who develop and support networks Developing a network Supporting.
System Construction and Implementation
Module CC3002 Post Implementation Issues Lecture for Week 6 AY 2013 Spring.
Managing the development and purchase of information systems (Part 1)
Software Testing Life Cycle
Copyright Irwin/McGraw-Hill Systems Support Prepared by Kevin C. Dittman for Systems Analysis & Design Methods 4ed by J. L. Whitten & L. D. Bentley.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
INFO 503Lecture #101 Introduction to Information Systems Analysis Systems Operations and Support Review INFO 503 Glenn Booker.

CS 360 Lecture 3.  The software process is a structured set of activities required to develop a software system.  Fundamental Assumption:  Good software.
Chapter 3: Software Maintenance Process Omar Meqdadi SE 3860 Lecture 3 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
Principles of Information Systems, Sixth Edition Systems Design, Implementation, Maintenance, and Review Chapter 13.
1 Systems Analysis & Design Systems Implementation & Support IS 431: Lecture 11 CSUN Information Systems.
Principles of Information Systems, Sixth Edition Systems Design, Implementation, Maintenance, and Review Chapter 13.
IFS310: Module 13 Implementation and Support - Construction, Conversion and Maintenance of the New System.
1 Systems Support Introduction  The chapter will address the following questions:  What is systems support?  What is the role of a repository in systems.
20-1 Systems support is the on-going technical support for users, as well as the maintenance required to fix any errors, omissions, or new requirements.
Chapter 5: Software Re-Engineering Omar Meqdadi SE 3860 Lecture 5 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
Software Maintenance Speaker: Jerry Gao Ph.D. San Jose State University URL: Sept., 2001.
Principles of Information Systems, Sixth Edition 1 Systems Design, Implementation, Maintenance, and Review Chapter 13.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Systems Analysis & Design AUTHOR: PROFESSOR SUSAN FUSCHETTO 10/24/
Bina Nusantara 19 C H A P T E R SYSTEM CONSTRUCTION AND IMPLEMENTATION.
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Computer Security: Principles and Practice First Edition by William Stallings and Lawrie Brown Lecture slides by Lawrie Brown Chapter 17 – IT Security.
MANAGEMENT INFORMATION SYSTEM
Tutorial 4 IT323.  Q1. As a software project manager in a company that specializes in the development of software for the offshore oil industry, you.
Chapter 1 The Systems Development Environment
NERC Published Lessons Learned Summary
NERC Lessons Learned Summary
Software Configuration Management
Software Project Configuration Management
Chapter 1 The Systems Development Environment
System Design, Implementation and Review
Information Systems Development
Chapter 1 The Systems Development Environment
Chapter 1 The Systems Development Environment
Managing Multi-user Databases
Description of Revision
Chapter 1 The Systems Development Environment
Systems Design, Implementation, and Operation
Chapter 1 Database Systems
CLINICAL INFORMATION SYSTEM
Introduction to Systems Analysis and Design
The chapter will address the following questions:
SYSTEMS ANALYSIS & DESIGN
Systems Construction and Implementation
Chapter 1 Database Systems
System Construction and Implementation
Systems Construction and Implementation
Chapter 1 The Systems Development Environment
{Project Name} Organizational Chart, Roles and Responsibilities
Outline Context for database development Goals of database development
Presentation transcript:

Systems Operations and Support Chapter 20 Systems Operations and Support Chapter 20 – Systems Operations and Support

Objectives Define systems operations and support. Describe relative roles of a repository, program library, and database in systems operations and support. Differentiate between maintenance, recovery, technical support, and enhancement as system support activities. Describe tasks required to maintain programs in response to bugs. Describe role of benchmarking in system maintenance. Describe the systems analyst’s role in system recovery. Describe forms of technical support provided by a systems analyst for the user community. Describe tasks that should/may be performed in system enhancement, and relationship between enhancement and original systems development process. Describe the role of reengineering in systems enhancement. Describe three types of reengineering. Chapter 20 – Systems Operations and Support

Chapter 20 – Systems Operations and Support

Support versus Operation Systems support is the on-going technical support for users, as well as the maintenance required to fix any errors, omissions, or new requirements that may arise. Systems operation is the day-to-day, week-to-week, month-to-month, and year-to-year execution of an information system’s business processes and application programs. An operational system is a system that has been placed into operation. Frequently called a production system. Chapter 20 – Systems Operations and Support

The Context of Systems Operation and Support Chapter 20 – Systems Operations and Support

Systems Development, Operation, and Support Functions Chapter 20 – Systems Operations and Support

Three Important Data Stores The repository is a data store(s) of accumulated system knowledge—system models, detailed specifications, and any other documentation accumulated during systems development. The program library is a data store(s) of all application programs. The business data is all those data stores of the actual business data created and maintained by the production application programs. Chapter 20 – Systems Operations and Support

Systems Support Activities Chapter 20 – Systems Operations and Support

System Support Activities System maintenance corrects “bugs” or errors that slipped through the system development process. System recovery is the restoration of the system and data after a system failure. Technical support is any assistance provided to users in response to inexperience or unanticipated situations. System enhancement is the improvement of the system to handle new business problems, new technical problems, or new technology requirements. Chapter 20 – Systems Operations and Support

System Maintenance - Causes of “Bugs” Poorly validated requirements. Poorly communicated requirements. Misinterpreted requirements. Incorrectly implemented requirements or designs. Simple misuse of the programs. Chapter 20 – Systems Operations and Support

System Maintenance Objectives To make predictable changes to existing programs to correct errors. To preserve those aspects of the programs that were correct, and to avoid “ripple effects” of changes that may adversely affect the correctly functioning aspects. To avoid, as much as possible, the degradation of system performance. To complete the task as quickly as possible without sacrificing quality and reliability of the system. Chapter 20 – Systems Operations and Support

System Maintenance Tasks Chapter 20 – Systems Operations and Support

System Maintenance Tasks Validate the problem. Benchmark the program. test script - a repository of test cases to be executed against all program revisions. Study and debug the program to fix: Poor program structure. Unstructured (or poorly structured) logic. Prior maintenance (so-called “ripple” effects.) Dead code. Poor or inadequate documentation. Test the program. Chapter 20 – Systems Operations and Support

Testing Unit testing (essential) ensures that the stand-alone program fixes the bug without undesirable side effects to the program. System testing (essential) ensures that the entire application, of which the modified and unit tested program was a part, still works as a complete system. Regression testing (recommended) extrapolates the impact of the changes on system performance (throughput and response time) by analyzing before-and-after performance against the test script. Version control - a process whereby a librarian program keeps track of changes made to programs to facilitate backtracking. Chapter 20 – Systems Operations and Support

System Recovery Activities Recover from user’s terminal. Menu option Reboot Systems operations personnel correct server problem (network admin, database admin, webmaster). Data administrator recovers lost data or corrupted files. Lost transactions must be reprocessed (roll forward) Partially processed transactions must be undone (roll back) Network administrator fixes LAN or WAN problem. Technicians or vendor reps fix hardware problem. Software bug must be trapped and fixed. Chapter 20 – Systems Operations and Support

Technical Support Being on call to assist users Typical tasks: Routinely observing use of system Conducting user-satisfaction surveys and meetings Changing business procedures for clarification Providing additional training Logging enhancement ideas and requests in repository Chapter 20 – Systems Operations and Support

System Enhancement Triggers New business problems New business requirements New technology requirements (inclusive of hardware and software upgrades) New design requirements Chapter 20 – Systems Operations and Support

System Enhancement Tasks Chapter 20 – Systems Operations and Support

System Enhancement Tasks Analyze enhancement request. If appropriate, make the quick fix. Changes that can be made without Restructuring stored data Updating stored data Inputting new data In other words, reports and outputs Requirements that exceed this should be subjected to systems analysis and design to consider implications. Can be written in 4GLs Chapter 20 – Systems Operations and Support

System Enhancement Tasks (continued) Recover the existing physical system: Updating repository and documentation for changes Database recovery and restructuring Program analysis, recovery, and restructuring Software metrics - mathematically proven measurements of software quality and developer productivity. Measurement of control flow knots (logic complexity) Measurement of cycle complexity Code reorganization of modularity and/or logic Code conversion from one language to another Code slicing to create reusable software components or objects out of existing code Chapter 20 – Systems Operations and Support

System Obsolescence All systems degrade over time At some point, not cost-effective to support and maintain Leads to a new systems development project Full circle to chapters 3-19 Chapter 20 – Systems Operations and Support