Application Lifecycle Management White Paper. Source Code Management Best Practice: Applying Economic Logic to Migration ALM

Size: px
Start display at page:

Download "Application Lifecycle Management White Paper. Source Code Management Best Practice: Applying Economic Logic to Migration ALM"

Transcription

1 ALM Application Lifecycle Management White Paper Source Code Management Best Practice: Applying Economic Logic to Migration

2 Summary: Is there a Business Case for Migration? Ultimately, what is the value and what is the effort? CollabNet founded the Subversion open source project in 2000 and remains a principal corporate sponsor of the project as well as the world s leading provider of Subversion software, support and services. Even with the project s move to the Apache Foundation, CollabNet continues to support more than 10,000 Subversion customers and has contributed more commits to Subversion than any other corporation. CollabNet Subversion Consultants, like the author of this white paper, have worked with hundreds of development teams to institute best practice for managing source code with version control. Often a company may presume that a full migration of structure and metadata is a requirement for user adoption and for a viable, useful Source Code Management (SCM) system. But there are considerations to be made including what is the cost, effort and complexity? If your current version control system is inadequate, and you have pushed it to its limits, you do have to ask yourself: do I want to migrate my problems? Or start anew? This white paper will communicates a comprehensive approach to determining a migration scope method that will maximize developer productivity during the transition. DATA: WHAT TO MIGRATE? A version control repository contains two distinct types of data. The first type of data is the actual content of the directories and files themselves which are given incremental revisions as changes are made to these elements. That is the most fundamental data that a migration needs to consider and appropriately handle. Most migrations are focused on the migration of this data. The second type of data varies greatly in extent and implementation from one SCM tool to another metadata (that is the data about the revisions or elements themselves). Simple metadata can contain the author, creation date and time, and log message for each revision of an artifact. This data is often required for migrations but not necessarily its duplication in the new system. Other common metadata that may be considered in a migration consists of branches and tags, or labels. Metadata can extend itself into attributes (i.e., name value pairs) that often support process or file specifics such as line endings, keyword expansion, or build labels or may support more proprietary types of data unique to the SCM tool that uses it. The latter class of metadata is rarely migrated because it is difficult to map it from the SCM tool that uses it to any logical location within Subversion. It is not a matter of having a place to migrate it to, as Subversion properties can be used for such data, but rather its relevance and usefulness. Most projects are best served by just moving the latest revisions and starting from that clean point. Others require several baselines to be migrated while again others need the intermediate revisions as well. Each of these may or may not need metadata migrations. Any metadata migrations will likely have some limitations on scope based on the legacy tool. Since we founded the Subversion open source project in 2000, it has become the most popular SCM tool in the world. Our leadership allows us to listen to the market and to work closely with some of the most talented people at organizations around the world. Bill Portelli, CEO, CollabNet SCM Migration White Paper Copyright 2011 CollabNet Inc., 2

3 WHEN TO MIGRATE? The ideal time to make changes to a project s version control environment is at the project s inception, so it is consistent throughout the project s lifecycle. For any migration, it is important to minimize the productivity impact of the transition as much as possible, which implies that migrations should happen at logical points (likely milestones or the inception of new release work) rather than at a random timeframe. This milestone based migration approach may imply that project sub-teams will migrate at different times based on the status of multiple release efforts. Phased migration is attractive in some cases, but makes the process much more complicated and costly. Sometimes, an arbitrary migration point has to be defined if a project either lacks an obvious migration point or if that point is seen as not occurring soon enough. Migration at logical breaks is the best approach if at all feasible. What's the Impact of Migration? Migrations may have a short-term impact on a project s schedule and productivity. There is the obvious impact of the time required to execute the migration, but also the impact of mastering a new tool as well as adapting to changes in the project s configuration management process. Sometimes there are natural schedule gaps which minimize the short term productivity loss. Still, CollabNet has found this impact to be reasonably limited and easily mitigated over time by the benefits of Subversion. Key to minimizing the impact is to communicate migration planning and execution information to the entire team to facilitate migration scheduling as well as to appropriately enable users through training. HOW TO MIGRATE AN ENTERPRISE? Some organizations choose to migrate large numbers of projects in a defined period of time. This requires additional planning and coordination and will likely affect the planning and flexibility of individual project migrations. While it is still important to migrate projects at milestone points, other considerations must be made when large numbers of projects need to be moved. First, it is advisable to do as much of the individual project planning as possible categorizing projects through analyzing the source SCM systems,the desired level of migration, and the size of the repository to be migrated. If possible, it is best to identify small representative projects for each of the categories to pilot the migration techniques. For each category, the pilot project should be migrated with lessons learned to be applied to subsequent migrations in that category. Following the pilot, migrations should occur within a category working up from the smallest and simplest to the largest and potentially most complex migration. As migrations are executed, lessons learned should be incorporated into the migration methods, which will help tackle larger migrations and eliminate risk incrementally. If possible, it is best to work through migrations involving no more than two SCM systems in parallel. Full History, Structure, Metadata Full History Baseline, Structure, Metadata Key Baselines Complexity Effort Cost No History SCM Migration White Paper Copyright 2011 CollabNet Inc., 3

4 MIGRATION SCOPE - WHAT DATA? Migrations differ in terms of data migration objectives. CollabNet classifies migration scope into either a Selective History or a Full History type of effort. Selective History Selective history migrations are those in which not all revisions and metadata are migrated into Subversion. The extent of data selection defines four types of selective history migrations: Migration with no History Contrary to many people s intuition as well as best practices with data from other classes of tools, this is the type that best suits most projects. This does not devalue history, but keeps it within the tool where it was created. A slimmed down version of the legacy SCM tool can be kept active for the occasional need to access historical data. In time, it may be that the data and SCM tool can both be archived for the increasingly rare time it is needed. This type of migration can be done by the project team itself using the Subversion import command to create the initial baseline from a user copy of the appropriate legacy revisions. It leaves the development of branches to the ongoing work of the team or the execution of the general configuration management plan. Cost Cost is low as no external resources are required and the time involved is limited. Level of Effort Effort is mostly limited to just that required to initially create the baseline. Complexity Little to no complexity is involved with the ability to easily and quickly remove the baseline or repository if the wrong baseline is imported. Migration of Key Baselines This is basically just repeating the first migration type multiple times. It is based on the observation that intermediate revisions are rarely useful from a historical perspective, but rather, most inquiries are focused on milestone revisions. Again, a slimmed down version of the legacy SCM tool can be kept, but that requirement is more optional with this type of migration. Again, this type of migration can be done by the project team itself and leaves branch configuration to the overall project configuration management plan. Cost Cost is low as no external resources are required and the time involved is limited. Level of Effort Effort is mostly limited to just that required to initially create the baselines. Complexity Little to no complexity is involved with the ability to remove baselines or repository if the wrong baselines are imported. Migration of Key Baselines with Structure This approach has much in common with the previous types, but also assumes the need to migrate, or create, an initial branching scheme within Subversion based on the existing scheme in the legacy tool. A little more care and effort is required to be sure that the correct branches are created at the appropriate points within the historical record as well as the appropriate places within the Subversion data structure. This approach requires careful consideration and planning of the branching scheme that will be used as well as the appropriate baselines to be migrated. This planning effort may benefit significantly from leveraging CollabNet Consulting Services experience and know-how. Cost Some amount of external resources may be useful at least in the planning stages of this type of migration. Cost is low as the time involved is limited. Level of Effort Effort is only slightly more than that required in the previous migration type. Complexity Limited complexity is involved with the ability to remove baselines or repository if the wrong baseline(s) is imported or branching is incorrect. SCM Migration White Paper Copyright 2011 CollabNet Inc., 4

5 Migration of Key Baselines with Structure and Metadata This approach extends the previous type one step further with the migration of some set of metadata. That metadata may be creation information (such as, author, timestamp, log message) or data like tags, or labels. This approach requires a migration tool in order to migrate the metadata correctly, introducing the potential that a tool may not migrate the desired metadata, that cost and effort may be required to extend the migration tool, or that the migration type be reconsidered. This migration type normally requires platform access to the repository to execute the tool. Cost Some amount of external resources may be required at execution time of this type of migration. Cost is medium as the time involved is limited, although more than with the previous types. Level of Effort Effort is more than that required to in the previous migration type, but still quite limited based on the number of baselines being migrated. Complexity Complexity is limited to the ability of the tool to migrate the desired metadata. As noted earlier, some types of metadata are easily mapped (for instance, creation information) and some have no obvious homes. The more elaborate the metadata to migrate the more significant the complexity. Full History Full history migrations are those in which intermediate revisions are migrated as well as key baselines. The extent of data selection itself defines at least three types of migrations: Full History of Partial Structure This approach finds value in taking the full revision set from key branches, but ignores other branches entirely. This approach is taken when pruning is seen as good hygiene prior to migrating to Subversion. Ignored branches are often developer, feature, or bug fix branches where the value is only realized from the revisions in the key development, integration or production branches. This approach requires a migration tool and it requires more selective use of that tool based on a thorough migration plan. Cost Cost can be high depending on the extent of the branches to be migrated versus those not migrated. There needs to be significant value in both migrating the data in general as well as in pruning the structure. Some amount of external resources will likely be required at least at execution time as well as in planning. The time involved could be extensive due to more manual effort being required. Level of Effort Effort is more than that required for any other migration type, but it will be bounded based on the number of branches being migrated. Complexity Complexity is fairly high based on the need for the migration tool to easily assist with the desired pruning as well as the appropriate usage of the tool, through much iteration, to create the desired structure within Subversion. Full History of Complete Structure This approach migrates the complete project data from a revision standpoint. This migration attempts to bring every historical revision into the Subversion repository. Cost Cost can be medium to high depending on the extent of the structure to be migrated. There needs to be significant value in migrating the data. Some amount of external resources will be required at least at execution time of this type of migration as well as in planning. The time involved could be medium to high due to amount of data to be migrated which raises costs. Level of Effort Effort is somewhat limited assuming the migration tool can migrate the full repository from a single invocation. Data corruption issues during or after migration can impact the level of effort. Complexity Complexity is relatively high based on the need for the migration tool to appropriately handle any data issues. SCM Migration White Paper Copyright 2011 CollabNet Inc., 5

6 Full History with Meta Data For either of the previous two migration types, metadata migration would add cost and complexity just as it did with the selective migration approach earlier. Cost Significant cost can be assumed to be added for metadata migration. Time will also increase due to the increased amount of data being migrated. Both cost and time are impacted by the type and extent of metadata being considered. Level of Effort Effort is still somewhat limited assuming the migration tool can migrate the full repository from a single invocation. As before, data issues during migration or afterwards can greatly impact the level of effort. Complexity Complexity is high based on the need for the migration tool to appropriately handle the desired metadata types as well as any data issues. MIGRATION SCOPE - LEGACY SYSTEMS Migrations could be categorized by the data repository size, repository structure, and the extent of history. It can be generally assumed that migrations get progressively more costly, time-consuming and complex as repositories are larger, have more extensive branching, and have a larger number of revisions for each element. This effect of data repository complexity will impact each of the categories below. Since the originating tool can play an important role in the scope, impact and difficulty of the migration, the following section categorize migrations based on the Version Control or Source Code Management tool parameters and evaluates them against a number of migration attributes: CVS or Stand-Alone Subversion The predecessor to Subversion, CVS migration falls into its own category based on broader familiarity with it as well as its role as the most common migration to Subversion being done today. It is also a potential path for other migrations that might use long-established migration tools to convert first to CVS and then to Subversion. In this case both the source and target systems are well understood and have a common model. Commonality Since Subversion was designed to be a replacement for CVS, there is a lot of similarity in the two tool models. This allows for logical data mapping. Available Tools CollabNet helped develop the most commonly used migration tool for this category, cvs2svn.py, and uses it frequently to convert customer repositories. Complexity CVS migration is the most understood migration category having the highest ability to modify existing tools if required. Time There is no way to accurately define the time required for a migration. This tool not only migrates the revisions and the metadata, but also attempts to create atomic commits based on the historical data. CollabNet has seen migrations that have taken hours (some just minutes) to those that have taken several days. Recommended Migration Type There should be an effort to determine the need and ROI for any migration of data. If data migration seems warranted, then any of the previously discussed migration types can be pursued with full history and metadata the most commonly selected option (among those migrating data). Expected Impact Given the commonality between CVS and Subversion, it can be expected that, with proper training, a project team will quickly (within a day to a week) be as productive with Subversion as they were with CVS and will subsequently be more productive due to Subversion s feature improvements. There also should be limited impact to the configuration management processes due to the same SCM Migration White Paper Copyright 2011 CollabNet Inc., 6

7 commonality. If a full migration was carried out, there will be no need to support a historical CVS repository. If a more limited migration approach was used, then there would be limited impact in maintaining a historical CVS repository with the potential to further limit that impact by archiving that repository and CVS when demand diminishes. Limited-Featured Version Control Tool Tools that have limited functionality beyond basic version control enable fairly simple migration mappings that can easily be automated. Examples of this type of migration are Serena PVCS or Microsoft Visual SourceSafe migrations. Commonality Since the source tool has a limited focus which is the basis for Subversion, there is a lot of similarity in the two tool models. This allows for logical data mapping with few exceptions. Available Tools While some Open Source tools exist for the purpose of converting Visual SourceSafe and PVCS repositories, you may find the best approach is to first convert them to CVS and then to Subversion. Complexity Complexity is higher than with CVS, but given the limited scope of the source tools and the Open Source nature of tools, it should be manageable if migration is required. Time There is no way to accurately define the time required for a migration. However, most tools in this category can generate a formula over time that correlates the number of elements and the average number of revisions to the time a conversion takes. Based on the amount of source data, migrations will likely range from hours to a few days. Visual SourceSafe is infamous for having corruption that may not even come to light until a migration. That may significantly lengthen the migration effort or even block the migration of some portions of the repository. Recommended Migration Type There should be an effort to determine the need and ROI for any migration of data. But if data migration seems warranted, it is best to limit the amount of data migrated. However, it is likely that a full history with metadata can be executed though it may take considerable effort. Expected Impact Given a common focus, it can be expected that, with proper training, a project team will quickly (within a couple of days to a week) be as productive with Subversion as they were with the previous tool and subsequently be more productive due to Subversion s feature improvements. There also should be some impact to the configuration management processes if the processes are adjusted to take advantage of Subversion-specific functionality. If a full migration was carried out, there will be no need to support a historical legacy repository. If a more limited migration approach was used, then there would be limited impact in maintaining a historical repository with the potential to further limit that impact by archiving that repository and legacy tool when demand diminishes. Full Featured Version Control Tool Examples of full featured version control tools are Perforce and AccRev. Commonality Since the source tool still is focused on version control, which is the basis for Subversion, there is a lot of similarity in the tool models. The general commonality allows for logical data mapping with some proprietary exceptions (e.g., most commonly merge tracking). Available Tools Some Open Source tools exist for the purpose of converting Perforce, but other tools in this category are likely best converted first to CVS and then to Subversion. This may also be the best SCM Migration White Paper Copyright 2011 CollabNet Inc., 7

8 approach for Perforce. Some, like AccuRev, have no open source migration tools available to use. Complexity Complexity is higher than with CVS or limited feature version control tools, but given the focused scope of the source tools and the Open Source nature of migration tools, it may be manageable if migration is required. Time There is no way to accurately define the time required for a migration. However, most tools in this category can generate a formula over time that correlates the number of elements and the average number of revisions to the time a conversion takes. Based on the amount of source data, migrations will likely range from hours to a few days. Recommended Migration Type Obviously, there still needs to be an effort to truly determine the need and ROI for any migration of data, but if data migration seems warranted, it is best to limit the amount of data migrated. However, it may be possible that a full history with metadata can be executed. Expected Impact Given a relatively common focus, it can be expected that, with proper training, a project team will quickly (within a few days to a week) be as productive with Subversion as they were with the previous tool and will subsequently be more productive due to Subversion s feature improvements. There also should be some impact to the configuration management processes if these processes are adjusted to take advantage of Subversion-specific functionality. If a full migration was carried out, there will be no need to support a historical legacy repository. If a more limited migration approach was used, then there would be limited impact in maintaining a historical repository with the potential to further limit that impact by archiving that repository and legacy tool when demand diminishes. Full-Featured SCM Tool Full Featured SCM Tool migration is the most difficult based on the extensive proprietary metadata and features found in most full featured SCM legacy tools. Examples of this type of tool are Rational ClearCase, Serena Dimensions, and Rational Synergy. Commonality Complexity is considerably higher than with the other categories of tools so complexity is relative to the migration type desired. Available Tools Some Open Source tools exist for limited conversions of ClearCase, but not for others. Complexity Full Featured VC Tool migration complexity is higher than any previous category, which may prevent or greatly complicate any broad migration effort. Time There is no way to accurately estimate the time required for a migration which will depend upon the breadth of the data that is being migrated. Recommended Migration Type True history migration types are highly discouraged for this category based on cost and complexity. The project team must have realistic goals for what metadata should be migrated. Expected Impact Given a broader focus in the legacy tool, it can be expected that, with proper training, a project team will soon (no more than one to two weeks) be as productive with Subversion as they were with the previous tool with the potential to be more productive due to the feature differences. There will likely be impact to the configuration management processes to adjust these processes to take advantage of Subversion-specific functionality. If a full migration was carried out, there may or may not be a need to support a historical legacy repository. If a more limited migration approach was used (most likely for this category), then there would be limited impact in maintaining a historical repository with the potential to further limit that impact by archiving that repository and legacy tool when demand diminishes. SCM Migration White Paper Copyright 2011 CollabNet Inc., 8

9 CONCLUSION Migrating a project from one version control tool to another requires careful consideration of what really needs to be migrated into the new environment, what may be left in a limited legacy system, and what may not be useful at all. It also requires careful determination of when to migrate. The impact of migration on the project must be taken into account as well as how it will be accomplished. Lastly, one must consider what scope of data will be included in the migration. This white paper has attempted to help you through these considerations. About the Author With over 25 years experience in software development and application customization, Bob Jenkins is the Director of CollabNet s Subversion Consulting Services. Bob has formally and informally participated in CollabNet s internal product management of Subversion since the 1.0 release. At CollabNet, Bob consults with enterprises that are planning to adopt Subversion on how to apply best practices to their Configuration Management (CM) processes. Bob also participates in defining the areas of investment by CollabNet in Subversion, still the number one version control tool for source code management (SCM). About CollabNet Subversion Edge Freely available as open source software, CollabNet Subversion Edge is an industry-first distribution that combines Subversion, the Apache HTTP Server, and ViewVC with a powerful, browser-based management interface. The graphical user interface greatly simplifies installation, administration, use, and governance of the entire software stack. A built-in update mechanism notifies users when new software components are available and allows users to install the updates directly from the browser-based UI. CollabNet Subversion Edge provides the fastest and easiest way to deploy a new Subversion server and greatly reduces ongoing administration time. The intuitive graphical user interface eliminates administration errors, enables easy and secure management of employee and external partner development teams, and provides critical operational analytics. CollabNet customers have found that using CollabNet Subversion Edge provides tens to hundreds of thousands of dollars per year in administration and ongoing management cost savings. Download CollabNet Subversion Edge now. About CollabNet CollabNet leads the industry in Agile application lifecycle management (Agile ALM) in the Cloud. The CollabNet TeamForge ALM platform, CollabNet Subversion software configuration management (SCM) solution, and ScrumWorks project and program management software enable teams using any environment, methodology, and technology to increase productivity by up to 50% and to reduce the cost of software development by up to 80%. The company also offers training, including Certified ScrumMaster training, software development process improvement services, and an innovative community management approach to driving enterprise development success. As the founder of the open source Subversion project, CollabNet has collaborative development for distributed teams in its DNA. For more information, visit For an in-depth Discussion and Demo: Contact CollabNet +1 (888) or send to SCM Transformation What s clear is that Subversion installation, administration, security, and governance have historically been command-linedriven, requiring special expertise and up-to-the-minute knowledge. Responding to this challenge, we created CollabNet Subversion Edge, with an elegant user interface, automated configuration, and update notifications that will revolutionize Subversion deployment. Bill Portelli, CEO, CollabNet SCM Migration White Paper Copyright 2011 CollabNet Inc., 9

10 CollabNet SUBVERSION Services Addendum Let CollabNet to guide you through your SCM transformation Subversion SCM Applied Workshop This four-day engagement includes a two-day onsite workshop (with architects, configuration managers, and senior software engineers) that aligns the organization's software development process to its use of Subversion. During the workshop, use cases and software development processes are formulated and mapped into Subversion best practices. At the end of the workshop, recommendations on how to organize the company's software development processes using Subversion are provided in a document. CollabNet's industry-leading Subversion curriculum is based on years of experience facilitating the adoption of Subversion in the enterprise. Subversion for Developers Subversion for Developers (standard) covers the complete spectrum of using Subversion for software development: from the typical development work cycle to mixed revisions to branching and merging operations. It explains Subversion's functionality on a conceptual level, and offers practical demonstrations. Subversion for Developers - Enterprise course covers advanced enterprise-level features like merge tracking, interactive conflict resolution and sparse checkouts more comprehensively. This course also includes developer labs with hands-on exercises. Subversion for Administrators (Standard) is targeted at engineers who are responsible for configuring and managing Subversion repositories and servers. Server configuration, repository layout, strategies for backup and recovery, and migration from legacy systems are discussed through examples. Subversion for Administrators - Advanced covers server configuration, repository layout, strategies for backup and recovery, and migration from legacy systems. This course also includes advanced topics such as: repository management, troubleshooting and application integrations. Visit: SCM Migration White Paper Copyright 2011 CollabNet Inc., 10

Software Configuration Management. Context. Learning Objectives

Software Configuration Management. Context. Learning Objectives Software Configuration Management Wolfgang Emmerich Professor of Distributed Computing University College London http://sse.cs.ucl.ac.uk Context Requirements Inception Elaboration Construction Transition

More information

Product Stack and Corporate Overview

Product Stack and Corporate Overview Product Stack and Corporate Overview October 2010 Laszlo Szalvay VP of the Worldwide Scrum Business CollabNet s Scrum Business Line is dedicated to Scrum and extreme programming (XP) as a means to an end

More information

Theme 1 Software Processes. Software Configuration Management

Theme 1 Software Processes. Software Configuration Management Theme 1 Software Processes Software Configuration Management 1 Roadmap Software Configuration Management Software configuration management goals SCM Activities Configuration Management Plans Configuration

More information

2405 - Using Git with Rational Team Concert and Rational ClearCase in enterprise environments

2405 - Using Git with Rational Team Concert and Rational ClearCase in enterprise environments 2405 - Using Git with Rational Team Concert and Rational ClearCase in enterprise environments Bartosz Chrabski Executive IT Specialist WW Competitive Sales Team bartosz.chrabski@pl.ibm.com Peter Hack ClearCase

More information

Software Development In the Cloud Cloud management and ALM

Software Development In the Cloud Cloud management and ALM Software Development In the Cloud Cloud management and ALM First published in Dr. Dobb's Journal, February 2009: http://www.ddj.com/development-tools/212900736 Nick Gulrajani is a Senior Solutions Architect

More information

IKAN ALM Architecture. Closing the Gap Enterprise-wide Application Lifecycle Management

IKAN ALM Architecture. Closing the Gap Enterprise-wide Application Lifecycle Management IKAN ALM Architecture Closing the Gap Enterprise-wide Application Lifecycle Management Table of contents IKAN ALM SERVER Architecture...4 IKAN ALM AGENT Architecture...6 Interaction between the IKAN ALM

More information

Global Software Change Management for PVCS Version Manager

Global Software Change Management for PVCS Version Manager Global Software Change Management for PVCS Version Manager... www.ikanalm.com Summary PVCS Version Manager is considered as one of the leading versioning tools that offers complete versioning control.

More information

Ensure Merge Accuracy in Continuous Integration Development Environments

Ensure Merge Accuracy in Continuous Integration Development Environments Ensure Merge Accuracy in Continuous Integration Development Environments 2 Defect Challenges in Continuous Integration Development Modern software development is rapidly moving to incremental development

More information

Delivering Quality Software with Continuous Integration

Delivering Quality Software with Continuous Integration Delivering Quality Software with Continuous Integration 01 02 03 04 Unit Check- Test Review In 05 06 07 Build Deploy Test In the following pages we will discuss the approach and systems that together make

More information

Solving the Software Quality Challenges of Agile Development

Solving the Software Quality Challenges of Agile Development Solving the Software Quality Challenges of Agile Development 2 Solving the Software Quality Risks of Agile Development Agile software development is a series of iterative and incremental development methods

More information

Mobile Development with Git, Gerrit & Jenkins

Mobile Development with Git, Gerrit & Jenkins Mobile Development with Git, Gerrit & Jenkins Luca Milanesio luca@gerritforge.com June 2013 1 ENTERPRISE CLOUD DEVELOPMENT Copyright 2013 CollabNet, Inc. All Rights Reserved. About CollabNet Founded in

More information

Driving Your Business Forward with Application Life-cycle Management (ALM)

Driving Your Business Forward with Application Life-cycle Management (ALM) Driving Your Business Forward with Application Life-cycle Management (ALM) Published: August 2007 Executive Summary Business and technology executives, including CTOs, CIOs, and IT managers, are being

More information

Introduction to Software Configuration Management. CprE 556 Electrical and Computer Engineering Department Iowa State University

Introduction to Software Configuration Management. CprE 556 Electrical and Computer Engineering Department Iowa State University Introduction to Software Configuration Management CprE 556 Electrical and Computer Engineering Department Iowa State University 1 Example Initially, implementation is in Modula-2 on a Mac. A11 B11 A12

More information

Contents. Introduction... 1

Contents. Introduction... 1 Managed SQL Server 2005 Deployments with CA ERwin Data Modeler and Microsoft Visual Studio Team Edition for Database Professionals Helping to Develop, Model, and Maintain Complex Database Architectures

More information

White Paper. CCRM Services on Cloud Benefits of Private Cloud for CCRM Services. Abstract. - Krishna Vaddadi

White Paper. CCRM Services on Cloud Benefits of Private Cloud for CCRM Services. Abstract. - Krishna Vaddadi White Paper CCRM Services on Cloud Benefits of Private Cloud for CCRM Services - Krishna Vaddadi Abstract Configuration, Change and Release Management (CCRM) activities are the primary deliverables in

More information

IKAN ALM and Collabnet TeamForge

IKAN ALM and Collabnet TeamForge IKAN ALM and Collabnet TeamForge Where Development, Testing and Operations meet Table of contents Executive summary...3 Problem statement...4 Solution Description...4 TeamForge and IKAN ALM...5 Versioning...5

More information

Version Control. Luka Milovanov lmilovan@abo.fi

Version Control. Luka Milovanov lmilovan@abo.fi Version Control Luka Milovanov lmilovan@abo.fi Configuration Management Configuration management is the management of system change to software products Version management: consistent scheme of version

More information

Key Benefits of Microsoft Visual Studio Team System

Key Benefits of Microsoft Visual Studio Team System of Microsoft Visual Studio Team System White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current view

More information

Configuration & Build Management

Configuration & Build Management Object-Oriented Software Engineering Using UML, Patterns, and Java Configuration & Build Management Outline of the Lecture Purpose of Software Configuration Management (SCM) Some Terminology Software Configuration

More information

Building Value with Continuous Integration

Building Value with Continuous Integration WHITE PAPER Building Value with Continuous Integration Choosing the right tools and technology for your organization Abstract Implementing continuous integration involves choosing the right tools and technology.

More information

White Paper. Software Development Best Practices: Enterprise Code Portal

White Paper. Software Development Best Practices: Enterprise Code Portal White Paper Software Development Best Practices: Enterprise Code Portal An Enterprise Code Portal is an inside the firewall software solution that enables enterprise software development organizations

More information

The Real Challenges of Configuration Management

The Real Challenges of Configuration Management The Real Challenges of Configuration Management McCabe & Associates Table of Contents The Real Challenges of CM 3 Introduction 3 Parallel Development 3 Maintaining Multiple Releases 3 Rapid Development

More information

Team Foundation Consulting. Training Workshops. Team Member Training User training designed to cater for specific roles within your team.

Team Foundation Consulting. Training Workshops. Team Member Training User training designed to cater for specific roles within your team. Team Foundation Consulting Training Workshops Team Member Training User training designed to cater for specific roles within your team. Project Manager Developer Tester End-to-End ALM Application Lifecycle

More information

The business value of improved backup and recovery

The business value of improved backup and recovery IBM Software Thought Leadership White Paper January 2013 The business value of improved backup and recovery The IBM Butterfly Analysis Engine uses empirical data to support better business results 2 The

More information

Critical Success Factors of CAD Data Migrations

Critical Success Factors of CAD Data Migrations Critical Success Factors of CAD Data Migrations Executive Summary Organizations implement PLM systems with several goals in mind: to better manage corporate assets, bring products to market faster, meet

More information

IBM WebSphere Operational Decision Management Improve business outcomes with real-time, intelligent decision automation

IBM WebSphere Operational Decision Management Improve business outcomes with real-time, intelligent decision automation Solution Brief IBM WebSphere Operational Decision Management Improve business outcomes with real-time, intelligent decision automation Highlights Simplify decision governance and visibility with a unified

More information

Surround SCM Best Practices

Surround SCM Best Practices Surround SCM Best Practices This document addresses some of the common activities in Surround SCM and offers best practices for each. These best practices are designed with Surround SCM users in mind,

More information

The Essentials of File Management with LabVIEW

The Essentials of File Management with LabVIEW The Essentials of File Management with LabVIEW Courtney Lessard LabVIEW Product Manager Presented by Alexandra Valiton, NI Field Engineer, Long Island How many files in your biggest application?.lvproj.vi.ctl.lvlib.dll

More information

CPSC 491. Today: Source code control. Source Code (Version) Control. Exercise: g., no git, subversion, cvs, etc.)

CPSC 491. Today: Source code control. Source Code (Version) Control. Exercise: g., no git, subversion, cvs, etc.) Today: Source code control CPSC 491 Source Code (Version) Control Exercise: 1. Pretend like you don t have a version control system (e. g., no git, subversion, cvs, etc.) 2. How would you manage your source

More information

Software Configuration Management. Addendum zu Kapitel 13

Software Configuration Management. Addendum zu Kapitel 13 Software Configuration Management Addendum zu Kapitel 13 Outline Purpose of Software Configuration Management (SCM) Motivation: Why software configuration management? Definition: What is software configuration

More information

CSCB07 Software Design Version Control

CSCB07 Software Design Version Control CSCB07 Software Design Version Control Anya Tafliovich Fall 2015 Problem I: Working Solo How do you keep track of changes to your program? Option 1: Don t bother Hope you get it right the first time Hope

More information

A discussion of information integration solutions November 2005. Deploying a Center of Excellence for data integration.

A discussion of information integration solutions November 2005. Deploying a Center of Excellence for data integration. A discussion of information integration solutions November 2005 Deploying a Center of Excellence for data integration. Page 1 Contents Summary This paper describes: 1 Summary 1 Introduction 2 Mastering

More information

Cisco Microsoft SQL Server Migration and Support Services

Cisco Microsoft SQL Server Migration and Support Services Cisco Microsoft SQL Server Migration and Support Services Enable Best-in-Class Databases on the Industry s Best-in-Class Server Cisco Data Center reference architectures for Microsoft SQL migration provide

More information

Software change and release management White paper June 2008. Extending open source tools for more effective software delivery.

Software change and release management White paper June 2008. Extending open source tools for more effective software delivery. Software change and release management White paper June 2008 Extending open source tools for more Page 2 Contents 2 Integrating and complementing open source tools 2 Trends in business shape software development

More information

POLAR IT SERVICES. Business Intelligence Project Methodology

POLAR IT SERVICES. Business Intelligence Project Methodology POLAR IT SERVICES Business Intelligence Project Methodology Table of Contents 1. Overview... 2 2. Visualize... 3 3. Planning and Architecture... 4 3.1 Define Requirements... 4 3.1.1 Define Attributes...

More information

Software configuration Management as a Software Engineering Discipline

Software configuration Management as a Software Engineering Discipline Software configuration Management as a Software Engineering Discipline Lorenco Damjanic Ericsson Nikola Tesla Zagreb Contents Product structures Software Engineering Software Configuration Management Software

More information

Serena Dimensions CM. Develop your enterprise applications collaboratively securely and efficiently SOLUTION BRIEF

Serena Dimensions CM. Develop your enterprise applications collaboratively securely and efficiently SOLUTION BRIEF Serena Dimensions CM Develop your enterprise applications collaboratively securely and efficiently SOLUTION BRIEF Move Fast Without Breaking Things With Dimensions CM 14, I am able to integrate continuously

More information

Making software from the open source community ready for the enterprise

Making software from the open source community ready for the enterprise JBoss Enterprise Middleware Making software from the open source community ready for the enterprise 2 Executive summary 2 JBoss Community projects 3 JBoss Enterprise Middleware Recommended for production

More information

Software Configuration Management and Continuous Integration

Software Configuration Management and Continuous Integration 1 Chapter 1 Software Configuration Management and Continuous Integration Matthias Molitor, 1856389 Reaching and maintaining a high quality level is essential for each today s software project. To accomplish

More information

Source Control Systems

Source Control Systems Source Control Systems SVN, Git, GitHub SoftUni Team Technical Trainers Software University http://softuni.bg Table of Contents 1. Software Configuration Management (SCM) 2. Version Control Systems: Philosophy

More information

BPM vs. SharePoint: Which is Right for Your Business

BPM vs. SharePoint: Which is Right for Your Business Gain a high level comparison between Business Process Management (BPM) platforms and SharePoint to better establish the proper software fit for your enterprise. BPM solutions and SharePoint are often viewed

More information

Source Control Guide: Git

Source Control Guide: Git MadCap Software Source Control Guide: Git Flare 11.1 Copyright 2015 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

END TO END DATA CENTRE SOLUTIONS COMPANY PROFILE

END TO END DATA CENTRE SOLUTIONS COMPANY PROFILE END TO END DATA CENTRE SOLUTIONS COMPANY PROFILE About M 2 TD M2 TD is a wholly black Owned IT Consulting Business. M 2 TD is a provider of data center consulting and managed services. In a rapidly changing

More information

Nexus Professional Whitepaper. Repository Management: Stages of Adoption

Nexus Professional Whitepaper. Repository Management: Stages of Adoption Sonatype Nexus Professional Whitepaper Repository Management: Stages of Adoption Adopting Repository Management Best Practices SONATYPE www.sonatype.com sales@sonatype.com +1 301-684-8080 12501 Prosperity

More information

Putting DevOps and the Hybrid Cloud into Practice with CollabNet TeamForge. Laurence Sweeney October 2012

Putting DevOps and the Hybrid Cloud into Practice with CollabNet TeamForge. Laurence Sweeney October 2012 Putting DevOps and the Hybrid Cloud into Practice with CollabNet TeamForge Laurence Sweeney October 2012 Challenges now driving DevOps adoption include the pressures and chaos of multiembedded platforms

More information

<Insert Picture Here> Introducing Hudson. Winston Prakash. Click to edit Master subtitle style

<Insert Picture Here> Introducing Hudson. Winston Prakash. Click to edit Master subtitle style Introducing Hudson Click to edit Master subtitle style Winston Prakash What is Hudson? Hudson is an open source continuous integration (CI) server. A CI server can do various tasks

More information

Coverity Services. World-class professional services, technical support and training from the Coverity development testing experts

Coverity Services. World-class professional services, technical support and training from the Coverity development testing experts Coverity Services World-class professional services, technical support and training from the Coverity development testing experts Coverity has helped over 1,100 customers around the globe assure the quality,

More information

Building Value with Continuous Integration

Building Value with Continuous Integration Building Value with Continuous Integration Abstract Implementing continuous integration involves choosing the right tools and technology. It also involves examining the software delivery pipeline for waste,

More information

Continuous Integration

Continuous Integration Continuous Integration Collaborative development issues Checkout of a shared version of software ( mainline ) Creation of personal working copies of developers Software development: modification of personal

More information

"Code management in multi programmer environments."

Code management in multi programmer environments. Another installment in the 'Computing in high energy physics' series (16 02 2004). "Code management in multi programmer environments." Author: D. Hatton (DESY/Hamburg) Table of Contents: 1. Overview 2.

More information

Successfully managing geographically distributed development

Successfully managing geographically distributed development IBM Rational SCM solutions for distributed development August 2004 Successfully managing geographically distributed development Karen Wade SCM Product Marketing Manager IBM Software Group Page 2 Contents

More information

Effective Storage Management for Cloud Computing

Effective Storage Management for Cloud Computing IBM Software April 2010 Effective Management for Cloud Computing April 2010 smarter storage management Page 1 Page 2 EFFECTIVE STORAGE MANAGEMENT FOR CLOUD COMPUTING Contents: Introduction 3 Cloud Configurations

More information

Software Engineering Best Practices. Christian Hartshorne Field Engineer Daniel Thomas Internal Sales Engineer

Software Engineering Best Practices. Christian Hartshorne Field Engineer Daniel Thomas Internal Sales Engineer Software Engineering Best Practices Christian Hartshorne Field Engineer Daniel Thomas Internal Sales Engineer 2 3 4 Examples of Software Engineering Debt (just some of the most common LabVIEW development

More information

In an ERP implementation how the entire organization works changes forever

In an ERP implementation how the entire organization works changes forever Whether you re upgrading from a legacy based system or automating from scratch, selecting and deploying the right ERP solution is something organizations must get right. An ERP pervades through the entire

More information

Maven or how to automate java builds, tests and version management with open source tools

Maven or how to automate java builds, tests and version management with open source tools Maven or how to automate java builds, tests and version management with open source tools Erik Putrycz Software Engineer, Apption Software erik.putrycz@gmail.com Outlook What is Maven Maven Concepts and

More information

Effective storage management and data protection for cloud computing

Effective storage management and data protection for cloud computing IBM Software Thought Leadership White Paper September 2010 Effective storage management and data protection for cloud computing Protecting data in private, public and hybrid environments 2 Effective storage

More information

Introduction to Programming Tools. Anjana & Shankar September,2010

Introduction to Programming Tools. Anjana & Shankar September,2010 Introduction to Programming Tools Anjana & Shankar September,2010 Contents Essentials tooling concepts in S/W development Build system Version Control System Testing Tools Continuous Integration Issue

More information

The Keys To Distributed & Agile Application Development in the Cloud

The Keys To Distributed & Agile Application Development in the Cloud The Keys To Distributed & Agile Application Development in the Cloud How leading firms are winning with strategies for efficient application development, without relying on co-location White Paper Agile

More information

Simplifying development through activity-based change management

Simplifying development through activity-based change management IBM Rational ClearCase and IBM Rational ClearQuest October 2004 Simplifying development through activity-based change management Allan Tate Product Manager IBM Software Group Karen Wade SCM Product Marketing

More information

Enterprise 2.0 and SharePoint 2010

Enterprise 2.0 and SharePoint 2010 Enterprise 2.0 and SharePoint 2010 Doculabs has many clients that are investigating their options for deploying Enterprise 2.0 or social computing capabilities for their organizations. From a technology

More information

Pragmatic Version Control

Pragmatic Version Control Extracted from: Pragmatic Version Control using Subversion, 2nd Edition This PDF file contains pages extracted from Pragmatic Version Control, one of the Pragmatic Starter Kit series of books for project

More information

6437A: Designing a Windows Server 2008 Applications Infrastructure (3 Days)

6437A: Designing a Windows Server 2008 Applications Infrastructure (3 Days) www.peaksolutions.com 6437A: Designing a Windows Server 2008 Applications Infrastructure (3 Days) Introduction This course will prepare IT professionals for the role of Enterprise Administrator. Students

More information

Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff

Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff The Challenge IT Executives are challenged with issues around data, compliancy, regulation and making confident decisions on their business

More information

Planning, Deploying, and Managing an Enterprise Project Management Solution

Planning, Deploying, and Managing an Enterprise Project Management Solution Planning, Deploying, and Managing an Enterprise Project Management Solution Course 2732 Five days Instructor-led Introduction The goal of this five-day, instructor-led course is to provide systems engineers

More information

How Rational Configuration and Change Management Products Support the Software Engineering Institute's Software Capability Maturity Model

How Rational Configuration and Change Management Products Support the Software Engineering Institute's Software Capability Maturity Model How Rational Configuration and Change Management Products Support the Software Engineering Institute's Software Capability Maturity Model by Bill Cottrell and John Viehweg Software Engineering Specialists

More information

CISC 275: Introduction to Software Engineering. Lab 5: Introduction to Revision Control with. Charlie Greenbacker University of Delaware Fall 2011

CISC 275: Introduction to Software Engineering. Lab 5: Introduction to Revision Control with. Charlie Greenbacker University of Delaware Fall 2011 CISC 275: Introduction to Software Engineering Lab 5: Introduction to Revision Control with Charlie Greenbacker University of Delaware Fall 2011 Overview Revision Control Systems in general Subversion

More information

8 Critical Success Factors When Planning a CMS Data Migration

8 Critical Success Factors When Planning a CMS Data Migration 8 Critical Success Factors When Planning a CMS Data Migration Executive Summary The first step to success. This paper is loaded with critical information that will promote the likelihood of your success

More information

DAVE Usage with SVN. Presentation and Tutorial v 2.0. May, 2014

DAVE Usage with SVN. Presentation and Tutorial v 2.0. May, 2014 DAVE Usage with SVN Presentation and Tutorial v 2.0 May, 2014 Required DAVE Version Required DAVE version: v 3.1.6 or higher (recommend to use the most latest version, as of Feb 28, 2014, v 3.1.10) Required

More information

Resolving Active Directory Backup and Recovery Requirements with Quest Software

Resolving Active Directory Backup and Recovery Requirements with Quest Software Resolving Active Directory Backup and Recovery Requirements with Quest Software By Mike Danseglio Sponsored by Table of Contents Backing Up Effectively... 1 Identifying an Incident... 2 Recovering from

More information

Reinforcing Agile Software Development in the Cloud

Reinforcing Agile Software Development in the Cloud Reinforcing Agile Software Development in the Cloud Why the Cloud Is Advantageous for Agile, and for Accelerating its Enterprise-wide Adoption White Paper Executive Summary The popularity of Agile software

More information

An Enterprise Cloud Development (ECD) Blueprint with TeamForge. An Implementation Checklist

An Enterprise Cloud Development (ECD) Blueprint with TeamForge. An Implementation Checklist An Enterprise Cloud Development (ECD) Blueprint with TeamForge An Implementation Checklist Table of Contents Overview... 3 Step 1 Embrace Cloud... 4 Step 2 Implement Community Architecture... 6 Step 3

More information

Calculating Earned Business Value for an Agile Project

Calculating Earned Business Value for an Agile Project Calculating Earned Business Value for an Agile Project By Dan Rawsthorne, PhD, CST Given the widespread adoption of Agile methodologies that has taken place over the past few years, it s clear that these

More information

HP SAP. Where Development, Test and Operations meet. Application Lifecycle Management

HP SAP. Where Development, Test and Operations meet. Application Lifecycle Management HP SAP Where Development, Test and Operations meet Application Lifecycle Management 1 Introduction 1.1 ALM CONCEPTS Application Lifecycle Management (ALM) empowers IT to manage the core application life-cycle,

More information

10 Steps to a Successful Digital Asset Management Implementation by SrIkAnth raghavan, DIrector, ProDuct MAnAgeMent

10 Steps to a Successful Digital Asset Management Implementation by SrIkAnth raghavan, DIrector, ProDuct MAnAgeMent m a y 2 0 1 2 10 Steps to a Successful Digital Asset Management Implementation Strategies and Best Practices Implementing and deploying enterprise solutions across the organization can be complex, involving

More information

A guide through the concepts of Serena Dimensions. René Steg Steg IT-Engineering, Zurich (Switzerland)

A guide through the concepts of Serena Dimensions. René Steg Steg IT-Engineering, Zurich (Switzerland) A guide through the concepts of Serena Dimensions René Steg Steg IT-Engineering, Zurich (Switzerland) Introduction About René Steg and Steg IT-Engineering Owner of Steg IT-Engineering since 2000 and contracted

More information

Simplified Management With Hitachi Command Suite. By Hitachi Data Systems

Simplified Management With Hitachi Command Suite. By Hitachi Data Systems Simplified Management With Hitachi Command Suite By Hitachi Data Systems April 2015 Contents Executive Summary... 2 Introduction... 3 Hitachi Command Suite v8: Key Highlights... 4 Global Storage Virtualization

More information

Protecting Business Information With A SharePoint Data Governance Model. TITUS White Paper

Protecting Business Information With A SharePoint Data Governance Model. TITUS White Paper Protecting Business Information With A SharePoint Data Governance Model TITUS White Paper Information in this document is subject to change without notice. Complying with all applicable copyright laws

More information

5 KEY BACKUP FEATURES TO ENSURE A SUCCESSFUL BACKUP REDESIGN

5 KEY BACKUP FEATURES TO ENSURE A SUCCESSFUL BACKUP REDESIGN 5 KEY BACKUP FEATURES TO ENSURE A SUCCESSFUL BACKUP REDESIGN BY JEROME WENDT, DCIG There are five key features that all backup software must now possess to ensure organizations successfully execute on

More information

Software Configuration Management. http:\\www.francisxavier.ac.in

Software Configuration Management. http:\\www.francisxavier.ac.in Software Configuration Management Outline Introduction what is SCM, who are involved, why it is imp? what are the steps? Basic Concepts of SCM Configuration Management Activities Configuration Management

More information

SCREAM (SCRUM TEAM MANAGEMENT TOOL)

SCREAM (SCRUM TEAM MANAGEMENT TOOL) SCREAM (SCRUM TEAM MANAGEMENT TOOL) HONOURS PROJECT PROPOSAL 2010 COMPUTER SCIENCE UNIVERSITY OF CAPE TOWN Christopher Jolly Bryan (Cliff) Siyam Alexander Kivaisi cjolly@cs.uct.ac.za bsiyam@cs.uct.ac.za

More information

The Migration of Microsoft Excel Tools to Next Generation Platforms:

The Migration of Microsoft Excel Tools to Next Generation Platforms: The Migration of Microsoft Excel Tools to Next Generation Platforms: Can You Hear the Footsteps? 2015 ICEAA Professional Development & Training Workshop June 9 12, 2015 Abstract Analysis tools are popular

More information

MICROSOFT U.S. BUSINESS & MARKETING ORGANIZATION

MICROSOFT U.S. BUSINESS & MARKETING ORGANIZATION MICROSOFT U.S. BUSINESS & MARKETING ORGANIZATION Marketing team aggregates and syndicates digital content on SharePoint 2010 for greater impact, efficiency, and control The Microsoft U.S. Business Marketing

More information

<Project Name> Configuration Management Plan

<Project Name> Configuration Management Plan Version [Note: The following template is provided for use with the Rational Unified Process. Text enclosed in square brackets and displayed in blue italics (style=infoblue) is included

More information

Managing and Maintaining Windows Server 2008 Servers

Managing and Maintaining Windows Server 2008 Servers Managing and Maintaining Windows Server 2008 Servers Course Number: 6430A Length: 5 Day(s) Certification Exam There are no exams associated with this course. Course Overview This five day instructor led

More information

Record Management in SharePoint

Record Management in SharePoint Record Management in SharePoint JULY 2013 (please consult http://www.katprotech.com/whitepapers for the latest version of this paper) ABOUT KATPROTECHNOLOGIES: Katpro Technologies is an advanced technology

More information

Cisco Data Preparation

Cisco Data Preparation Data Sheet Cisco Data Preparation Unleash your business analysts to develop the insights that drive better business outcomes, sooner, from all your data. As self-service business intelligence (BI) and

More information

key benefits of CloudForge

key benefits of CloudForge key benefits of CloudForge Why CloudForge? Instantly provision and integrate leading development tools Serving over 4,000 customers & 100,000+ users Subversion, Git & CVS available on a single platform

More information

SharePoint 2013 Migration Readiness

SharePoint 2013 Migration Readiness SharePoint 2013 Migration Readiness Decision Points around Migrating to SharePoint 2013 MARK ECKERT Contents Purpose... 1 SharePoint 2013 Implementation Options... 1 On-premise installation... 1 Cloud...

More information

Software Configuration Management and Change Management

Software Configuration Management and Change Management School of Innovation, Design and Engineering Mälardalen University Västerås, Sweden - April, 2009 - Sha Liu Master Thesis in Computer Science Software Configuration Management and Change Management Supervisor:

More information

Five best practices for deploying a successful service-oriented architecture

Five best practices for deploying a successful service-oriented architecture IBM Global Services April 2008 Five best practices for deploying a successful service-oriented architecture Leveraging lessons learned from the IBM Academy of Technology Executive Summary Today s innovative

More information

Perforce Backup Strategy & Disaster Recovery at National Instruments

Perforce Backup Strategy & Disaster Recovery at National Instruments Perforce Backup Strategy & Disaster Recovery at National Instruments Steven Lysohir National Instruments Perforce User Conference April 2005-1 - Contents 1. Introduction 2. Development Environment 3. Architecture

More information

Designing a Windows Server 2008 Applications Infrastructure

Designing a Windows Server 2008 Applications Infrastructure Designing a Windows Server 2008 Applications Infrastructure Course 6437A : Three days; Instructor-Led Introduction This three day course will prepare IT professionals for the role of Enterprise Administrator.

More information

About database backups

About database backups About database backups What is a backup? A backup refers to making copies of data so that these additional copies may be used to restore the original after a data loss event. Backups are useful primarily

More information

Information Management Advice 18 - Managing records in business systems: Overview

Information Management Advice 18 - Managing records in business systems: Overview Information Management Advice 18 - Managing records in business systems: Overview Introduction The purpose of this Advice is to assist agencies to identify and manage State records in business systems,

More information

Automation of Release and Deployment Management

Automation of Release and Deployment Management MAVERIC S POINT OF VIEW Automation of Release and Deployment Management ABSTRACT: This paper highlights why automation platforms for application release and deployment are becoming increasingly vital for

More information

The SMB IT Decision Maker s Guide: Choosing a SaaS Service Management Solution

The SMB IT Decision Maker s Guide: Choosing a SaaS Service Management Solution BEST PRACTICES WHITE PAPER The SMB IT Decision Maker s Guide: Choosing a SaaS Service Management Solution Nine Things to Look For in Your Next SaaS Service Desk Table of Contents Introduction...................................................

More information

Managing and Maintaining Windows Server 2008 Servers (6430) Course length: 5 days

Managing and Maintaining Windows Server 2008 Servers (6430) Course length: 5 days Managing and Maintaining Windows Server 2008 Servers (6430) Course length: 5 days Course Summary: This five-day instructor-led course provides students with the knowledge and skills to implement, monitor,

More information

Configuration Management Models in Commercial Environments

Configuration Management Models in Commercial Environments Technical Report CMU/SEI-91-TR-7 ESD-9-TR-7 Configuration Management Models in Commercial Environments Peter H. Feiler March 1991 Technical Report CMU/SEI-91-TR-7 ESD-91-TR-7 March 1991 Configuration Management

More information

Banking Application Modernization and Portfolio Management

Banking Application Modernization and Portfolio Management Banking Application Modernization and Portfolio Management Key Challenges and Success Factors As part of their long-term strategic plans, banks are seeking to capitalize on their legacy applications. Acquired

More information