Building smart products: best practices for multicore software development

Size: px
Start display at page:

Download "Building smart products: best practices for multicore software development"

Transcription

1 IBM Software Rational Thought Leadership White Paper Building smart products: best practices for multicore software development

2 2 Building smart products: best practices for multicore software development The planet is becoming more interconnected, instrumented and intelligent. All kinds of devices from medical devices to the global positioning system (GPS) in your car to large-scale defense systems rely on embedded software to interact with other systems and deliver an exceptional, differentiated user experience. But as the marketplace increasingly demands embedded systems that deliver greater functionality, a smaller form factor, greater reliability, lower power and a lower cost of operation, the pressure on companies to deliver just the right products increases. To make matters worse, companies are facing increasing time-to-market pressures, renewed calls for greater safety and security, limited development resources, and a need to lower costs. Multicore technologies have arisen to help address these competing concerns. Multicore enables companies to achieve significant power savings while increasing performance and scalability to support ever-escalating software demands. It also allows physical separation of software to help ensure that security and safety-critical concerns are met. And multicore provides a lower price-to-performance profile, driving significant product savings. Critical concerns in the move to multicore Moving to multicore-based products isn t always easy. Before you make the switch, it s important to consider the types of applications you ll be developing, the architecture of your hardware and software, your product goals, and your performance goals. There are many decisions to make when developing a multicore-based product, so it s essential to consider what processes you will use to assess alternate designs. You also need to look at your existing processes for change management and quality management and assess whether they will be appropriate for multicore. Your existing platform is another consideration. Will it be optimized for multicore? And is it scalable over the life span of your devices? These are important questions to ask. Finally, consider your existing software assets. Will they be reusable? And are they optimized for multicore? Giving serious consideration to each of these issues before moving to multicore can help make your transition more successful. Best practices from IBM and Wind River for multicore development Software is the key to success with multicore-based products. An integrated approach to building software that combines the design, development, test and platform configuration will enable you to capitalize on multicore s significant power and cost savings, substantial improvement in scalability, and feature support. IBM and Wind River have teamed to identify and enable the following best practices that can help smooth the transition to multicore development. Assess alternatives early Use automated generation Leverage existing software Best practices for multicore development Exploit an optimized multicore platform Apply virtualization Continually debug and test Figure 1: IBM and Wind River best practices can help make the transition to multicore easier.

3 IBM Software 3 Use trade-off studies to assess your alternatives as early in the process as possible Software must be the driving force behind your design decisions. It will ultimately determine your operating system needs and how well your system performs. Simply taking software from an existing system and moving it to a multicore processor will likely result in its running at the same speed or potentially even slower. That s why you need to consider the distribution of your software functionality, your resource needs and your performance goals as you begin to plan your project. Performing trade-off studies is critical to assessing alternatives and ensuring that you actually realize the desired improvements in performance, speed and resource utilization. Modeling the software architecture and different designs before committing to code can help you make better decisions and help improve the quality of your finished product. Modeling enables you to map existing tasks to cores and add other tasks as needed. Further, modeling can help you gain an understanding of how to optimize communications between the tasks and processes making up your system software. Finally, alternative operating system configurations may yield significantly different results, so they must be considered as part of the overall trade-off assessment. Simulation can also help you ascertain whether the solution will perform as expected or whether alternative designs might produce better functional results. Distributing functionality across a truly parallel environment can cause unforeseen task interaction, which may affect the quality of the delivered system. So simulation can help you determine where problems with interaction might occur and help ensure that the design will work as desired. From host-based to board-level environments, the right simulation tooling can help teams determine whether the software being developed will perform as expected before the hardware is available or even fully specified. Leveraging simulation at every level as part of an iterative and agile process can reduce risk in the software development life cycle. The modeled architecture and behavior of the software created as you perform the trade-off studies captures these important decisions and helps communicate them to stakeholders. You can document the trade-offs and make more-informed decisions about the product design along with the resources that will be required to implement it. This process helps ensure that the move to multicore is successful and that the product requirements, including performance and feature content, are addressed. Leverage existing software assets Reuse has become a fundamental part of good software development practices. It simply doesn t make financial or logistical sense to start each and every project from scratch even when you re moving to a new development model. To reduce costs and improve efficiency, you need to find ways to take advantage of existing code and existing products. However, transitioning existing software to multicore may uncover defects and unexpected behavior even if the software ran well in a single-core environment. Modeling and a model-driven approach to analyzing existing software can help your teams make this transition easier by helping them understand the current architecture of existing software and its underlying relationships.

4 4 Building smart products: best practices for multicore software development Visualization yields a deeper understanding of your existing assets and enables you to document your existing designs. You can then import, repartition and refactor existing software to optimize it for a multicore environment, at which point it can be integrated into new design components and the new application architecture. Modeling and automated code generation help make refactoring existing code a cost-effective alternative to rewriting the application from scratch. Finally, existing software components can be used in new designs and applications that are built for the products that target a multicore environment. Again, visualization, refactoring and automated generation capabilities in a strong modeldriven development tool greatly enhance your ability to make these reuse decisions. Further, when the components being reused have a track record of success in earlier products, their behavioral aspects are understood and tested, limiting the new test-and-debug efforts required for the new application. Clearly the ability to visualize existing designs, refactor them for multicore optimization, and integrate the software into new designs and architectures is critical to help ensure that the benefits of reuse to the business are achieved. Use automated generation of code, documentation and configurations Automation is another way to reduce costs, improve efficiency and ultimately speed time to market. The trade-offs you ve modeled can be leveraged through automation to quickly generate the structure, behavior and interprocess communications (IPC) code necessary to run the software on the specified multicore operating environment. The visualization of design and systematic replication of this design in the generated code is enabled through automatic generation and is critical to helping ensure that the delivered product addresses the expressed needs of the customer for functionality and performance. When moving a software component from one core to another, the modeled change can be regenerated and reflected in code that is specific to the new core as needed, even if it uses a different operating system or a different protocol to communicate with tasks on the original core. Typically, these moves would require developers to hand code the change, but with a modeled application, this change occurs simply by associating the task to the core. The automatic generation capabilities of a model-driven development tool handle the rest of the conversion to code and a running software component. Further, the optimized design can be generated into documentation that can support regulatory compliance or product certification efforts. In every phase of development for multicore, modeling, code generation and automated documentation are critical to helping companies deliver products with the right capabilities and the expected level of quality, on time. Continually debug and test It s no longer sufficient to worry about product quality after the software has been built particularly when you re dealing with embedded software that will be interacting with other components. Therefore, when using model-driven development techniques, it s important to continually test and debug. You need to test and debug at the model level as well as the code level on the host system and on the target system. Automated testing solutions can help you get more-effective test coverage and help you analyze runtime characteristics such as memory usage and performance.

5 IBM Software 5 A typical workflow might include the following steps: Use models first to validate the software architecture and design. This validation might include internal design reviews and walk-throughs. Models might be executable before they are fully realized, which means the architecture and behavior can be tested very early in the software development life cycle. These early execution tests may be derived automatically from the scenarios that elaborate the set of functional requirements for the software. Take advantage of target simulators and testing tools. During code development, developers can then leverage host-based and target simulators along with testing tools to perform early verification before integration and hardware availability. Changes to architecture can be made via models and subsequent code generation. Verifying models and generated code with hardware simulation results in realistic testing much earlier in the development process and makes it easier and more worthwhile to continually test models and code as they are modified. The same scenario-based tests used in the early execution phase can be leveraged to test the generated code as it is built, both on target simulators and in the host environment. Introduce test automation when code is available from developers. Testing can be done on either real hardware or simulators. By automating testing, teams can continually increase test coverage. Without automation, achieving adequate testing coverage is extremely time consuming and expensive. Dynamic runtime analytics can be used at this point to measure what is being tested in the real operating environment. Perform system integration and deploy real hardware. Leveraging on-chip debugging is a key tool at this stage to make debugging on real target hardware easier and more efficient. Multiple context debugging provided by Wind River Workbench On-Chip Debugging allows developers to debug potentially complex multicore scenarios that were difficult to debug in the past. Repeat these steps for updates. During product deployment, when making updates to system software as part of product maintenance, you can leverage the same modeling, coding, testing and deployment workflow described above. For many systems, software updates are required many years after initial deployment, so modeling and testing assets grow in value as time goes by. Apply virtualization It s clearly impossible to know what all of your future requirements will be. By adding a layer of virtualization to your applications, you can gain greater platform flexibility and make the right design choices based on your software not your platform. For example, it s possible to mix different operating systems on the same processor (multicore or single core), to host several instances of the same operating system in asymmetric multiprocessor (AMP) configurations, or to mix and match different operating systems and different multicore configurations, including AMP and symmetric multiprocessor (SMP) configurations. This flexibility can help future proof your multicore architecture because almost any possible configuration can be adopted in future revisions of your product. Virtualization also enables you to consolidate multiple applications and hardware configurations onto a single platform, potentially reducing hardware costs. For example, mixing a general purpose operating system (GPOS) and a real-time operating system (RTOS) can reduce the need for two or more separate systems in a previous generation product. Modern multicore platforms are providing sufficient computing power to enable this virtualized platform that further enables dramatic system consolidation on to a single device. Virtualization provides the flexibility that can help you future proof your product lines by enabling you to modify the target multicore configurations or add new platform requirements as your needs change.

6 6 Building smart products: best practices for multicore software development Leverage an optimized multicore platform To fully exploit the features of multicore, you need to make sure you re considering all of your architecture options. You need to take advantage of the operating system flexibility of multicore so you can support both RTOS and GPOS. You also need to choose the correct platform for your specific needs, either AMP or SMP. In AMP configurations, there is typically one operating system per core, and each core is independent of the others. Each OS can be different. With SMP configurations, one operating system controls all the cores, and the hardware complexity is abstracted from the applications running on it. Whatever multiprocessing mode is used, it s important that the operating system s platform is optimized for the underlying hardware architectures. This optimization process includes processor-specific tuning and leveraging acceleration coprocessors for networking, graphics or multimedia processing. In the case of an AMP configuration, it s important that the RTOS provide efficient IPC middleware for instances of the RTOS to communicate with each other. It s equally important to have an RTOS that is field proven in such configurations because of complexities such as handling interrupts. In an SMP configuration, it s important that the operating system be tuned to the particular processor because each has unique optimizations available. Equally important is the middleware that supports the RTOS because the network stack, graphics and file systems must be tuned to the particular multicore platform. In some cases, graphics and networking stacks should leverage additional hardware acceleration that the platform provides. Finally, it s essential to have support for virtualization, testing and modeling tools and on-chip debugging so you can take full advantage of multicore best practices. A comprehensive solution helps take the risk out of multicore development IBM Rational software a marketplace-leading platform for software life-cycle management is teaming with Wind River a global leader in the embedded and mobile industries to help companies take the risk out of multicore software development. The solution combines a set of preintegrated tools from IBM and Wind River that can help you manage multicore development from the early analysis and design phase all the way through testing on the target system. The solution includes: IBM Rational Rhapsody software, which supports modeldriven development including simulation and automated test generation. IBM Rational DOORS software for comprehensive requirements specification and management. IBM Rational Quality Manager software to manage quality aspects throughout the development process. IBM Rational Team Concert software for comprehensive change and configuration management. Wind River VxWorks and Wind River Linux software providing optimized multicore operating environments. Wind River Hypervisor for comprehensive virtualization support. Wind River Test Management to handle definition and tracking of testing on multicore environments. Wind River Workbench to manage the work environment for the development team, including code development and debug and test support. Wind River Simics, which supports board-level simulation.

7 IBM Software 7 IBM Rational Rhapsody software Model-driven development, simulation and testing WIND RIVER Wind River platform for multicore Wind River VxWorks and Wind River Linux Middleware Wind River Hypervisor IBM Rational DOORS software IBM Rational Requirements Composer software IBM Rational Team Concert software Collaboration IBM Rational ClearCase software IBM Rational ClearQuest software IBM Rational Build Forge software Requirements definition and management Build and release management Analysis and design Configuration and change management Construction WIND RIVER Wind River Workbench Development environment System and application monitoring On-chip debugging Wind River VxWorks and Wind River Linux Simulation Core file support IBM Rational Asset Manager software WIND RIVER Production WIND RIVER Quality management Asset management and reuse IBM Rational Quality Manager software Test planning and execution Reporting Wind River platform for multicore Wind River VxWorks and Wind River Linux Wind River Hypervisor Wind River Test Management Test execution optimization Test coverage and traceability Comprehensive run-time analytics Management of test labs and devices Not all Rational and Wind River products are shown. Figure 2: Rational software and Wind River provide solutions that can help you manage nearly every aspect of the multicore development and delivery process. Part of an integrated life-cycle approach to embedded software development IBM Rational software provides systems engineering and software development products, services and best practices to help companies define and manage their product development processes. The IBM Rational Software Delivery Platform for systems includes collaborative tools for requirements definition and management, model-driven development, software configuration and change management, build management, and test and quality management to help you manage just about every aspect of the software development life cycle. Wind River provides a wide range of operating systems and middleware that leverage the latest processor technology to address the needs of a broad range of companies. Wind River also provides the Wind River Workbench development platform including on-chip debugging, such as Joint Test Action Group (JTAG).

8 Together, Wind River and IBM can provide companies with the hardware-optimized runtime environments, middleware, software development tools and services they need to develop high-performance, maintainable and scalable multicore solutions. Together, Wind River and Rational solutions help developers architect and build devices for the future building products right the first time, reducing development costs and speeding time to market. For more information To learn more about how IBM and Wind River can help you successfully transition to multicore development, contact your IBM or Wind River representative or IBM Business Partner, or visit: ibm.com/software/rational/offerings/windriver/multicore Additionally, financing solutions from IBM Global Financing can enable effective cash management, protection from technology obsolescence, improved total cost of ownership and return on investment. Also, our Global Asset Recovery Services help address environmental concerns with new, more energy-efficient solutions. For more information on IBM Global Financing, visit: ibm.com/financing Copyright IBM Corporation 2010 IBM Corporation Software Group Route 100 Somers, NY U.S.A. Produced in the United States of America June 2010 All Rights Reserved IBM, the IBM logo, ibm.com, and Rational are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at Copyright and trademark information at ibm.com/legal/copytrade.shtml Wind River is a world leader in embedded and mobile software. We enable companies to develop, run, and manage device software faster, better, at lower cost, and more reliably Wind River Systems, Inc. The Wind River logo is a trademark of Wind River Systems, Inc., and Wind River, Simics and VxWorks are registered trademarks of Wind River Systems, Inc. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. References in this publication to IBM products or services do not imply that IBM intends to make them available in all countries in which IBM operates. The information contained in this documentation is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this documentation, it is provided as is without warranty of any kind, express or implied. In addition, this information is based on IBM s current product plans and strategy, which are subject to change by IBM without notice. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this documentation or any other documentation. Nothing contained in this documentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM (or its suppliers or licensors), or altering the terms and conditions of the applicable license agreement governing the use of IBM software. IBM customers are responsible for ensuring their own compliance with legal requirements. It is the customer s sole responsibility to obtain advice of competent legal counsel as to the identification and interpretation of any relevant laws and regulatory requirements that may affect the customer s business and any actions the customer may need to take to comply with such laws. Please Recycle RAW14217-USEN-00

IBM Software Rational. Five tips for improving the ROI of your software investments

IBM Software Rational. Five tips for improving the ROI of your software investments IBM Software Rational Five tips for improving the ROI of your software investments 2 Five tips for improving the ROI of your software investments It s estimated that companies may waste billions of dollars

More information

A new approach to verifying and validating medical device development.

A new approach to verifying and validating medical device development. Product development White paper June 2009 A new approach to verifying and Automating product development and compliance processes using IBM Rational software Irv Badr, senior manager, Rational software,

More information

IBM Rational Systems Developer, Version 7.0

IBM Rational Systems Developer, Version 7.0 Simplify model-driven development for software products and systems IBM Rational Systems Developer, Version 7.0 Highlights Offers integrated design and development, accommodating visualization and editing

More information

IBM PureApplication System

IBM PureApplication System IBM PureApplication System IBM PureApplication System Application platform system with integrated expertise 2 IBM PureApplication System IT is moving to the strategic center of business The last 100 years

More information

Transforming software delivery with cloud

Transforming software delivery with cloud IBM Software Thought Leadership White Paper August 2011 Transforming software delivery with cloud 2 Transforming software delivery with cloud Contents 2 Cloud: An opportunity 2 Increasing pressure from

More information

IBM Db2 Warehouse. Hybrid data warehousing using a software-defined environment in a private cloud. The evolution of the data warehouse

IBM Db2 Warehouse. Hybrid data warehousing using a software-defined environment in a private cloud. The evolution of the data warehouse IBM Db2 Warehouse Hybrid data warehousing using a software-defined environment in a private cloud The evolution of the data warehouse Managing a large-scale, on-premises data warehouse environments to

More information

Actionable enterprise architecture management

Actionable enterprise architecture management Enterprise architecture White paper June 2009 Actionable enterprise architecture management Jim Amsden, solution architect, Rational software, IBM Software Group Andrew Jensen, senior product marketing

More information

Address system-on-chip development challenges with enterprise verification management.

Address system-on-chip development challenges with enterprise verification management. Enterprise verification management solutions White paper September 2009 Address system-on-chip development challenges with enterprise verification management. Page 2 Contents 2 Introduction 3 Building

More information

IBM Continuous Engineering augmenting PLM with ALM and Systems Engineering

IBM Continuous Engineering augmenting PLM with ALM and Systems Engineering Edmund Mayer, P.E. IBM s and Software Engineering IBM Continuous Engineering augmenting PLM with ALM and s Engineering Manufacturers are struggling to manage product complexity Growing complexity will

More information

Jaguar Land Rover cuts software validation time by up to 90 percent

Jaguar Land Rover cuts software validation time by up to 90 percent Jaguar Land Rover cuts software validation time by up to 90 percent IBM Rational software helps manage near-real-time requirements updates for its developers worldwide Overview The need Jaguar Land Rover

More information

IBM Software IBM Business Process Manager

IBM Software IBM Business Process Manager IBM Software IBM Business Process Manager An industry-leading BPM unified platform to help drive innovation at scale 2 IBM Business Process Manager Highlights Mobile New responsive user interface controls

More information

WIND RIVER SIMICS WHEN IT MATTERS, IT RUNS ON WIND RIVER DEVELOP SOFTWARE IN A VIRTUAL ENVIRONMENT

WIND RIVER SIMICS WHEN IT MATTERS, IT RUNS ON WIND RIVER DEVELOP SOFTWARE IN A VIRTUAL ENVIRONMENT AN INTEL COMPANY WIND RIVER SIMICS Electronic systems are becoming increasingly complex, with more hardware, more software, and more connectivity. Current systems are software intensive, often containing

More information

Planning and design for smarter cities

Planning and design for smarter cities IBM Software Government Planning and design for smarter cities 2 Planning and design for smarter cities Infusing intelligence into the way cities work The interconnected nature of people, resources and

More information

IBM Global Business Services Microsoft Dynamics AX solutions from IBM

IBM Global Business Services Microsoft Dynamics AX solutions from IBM IBM Global Business Services Microsoft Dynamics AX solutions from IBM Powerful, agile and simple enterprise resource planning 2 Microsoft Dynamics AX solutions from IBM Highlights Improve productivity

More information

Leading provider of telecommunications equipment calls in IBM and IBM Advanced Business Partner Pathfinder Solutions to help improve code quality.

Leading provider of telecommunications equipment calls in IBM and IBM Advanced Business Partner Pathfinder Solutions to help improve code quality. Software development Case study Leading provider of telecommunications equipment calls in IBM and IBM Advanced Business Partner Pathfinder Solutions to help improve code quality. Overview Challenge A world-leading

More information

IBM Smarter systems for a smarter planet IBM workload optimized systems

IBM Smarter systems for a smarter planet IBM workload optimized systems IBM Smarter systems for a smarter planet IBM workload optimized systems Integrating software, hardware and services for better performance at lower cost 2 Smarter systems for a smarter planet To succeed

More information

IBM Systems Lab Services Systems Consulting. Proven expertise to help leaders design, build, and deliver IT infrastructure for the cognitive era

IBM Systems Lab Services Systems Consulting. Proven expertise to help leaders design, build, and deliver IT infrastructure for the cognitive era IBM Systems Lab Services Systems Consulting Proven expertise to help leaders design, build, and deliver IT infrastructure for the cognitive era 1 Proven expertise for the cognitive era Lab Services can

More information

IBM Tivoli Endpoint Manager for Software Use Analysis

IBM Tivoli Endpoint Manager for Software Use Analysis IBM Endpoint Manager for Software Use Analysis Rapid, granular inventory insights and always-on asset management enhance license compliance Highlights Identify licensed and unlicensed software with drill-down

More information

Automate, manage and optimize business processes in the cloud

Automate, manage and optimize business processes in the cloud IBM Software IBM Business Process Manager on Cloud Automate, manage and optimize business processes in the cloud Drive simplicity and speed into your business operations with IBM Business Process Manager

More information

IBM Sterling B2B Integrator

IBM Sterling B2B Integrator IBM Sterling B2B Integrator B2B integration software to help synchronize your extended business partner communities Highlights Enables connections to practically all of your business partners, regardless

More information

IBM Tivoli Endpoint Manager for Lifecycle Management

IBM Tivoli Endpoint Manager for Lifecycle Management IBM Endpoint Manager for Lifecycle Management A single-agent, single-console approach for endpoint management across the enterprise Highlights Manage hundreds of thousands of endpoints regardless of location,

More information

Ten steps to effective requirements management

Ten steps to effective requirements management IBM Software Requirements definition and management July 2013 Ten steps to effective requirements management 2 Ten steps to effective requirements management Introduction Requirements definition and management

More information

A roadmap for intelligent archiving

A roadmap for intelligent archiving August 2013 Effective database archiving in a new era of computing ENTER» Contents 3 5 7 8 11 12 14 2 Database archiving strategies, whether applied to packaged applications, custom applications or data

More information

IBM Self Checkout System 6

IBM Self Checkout System 6 IBM Self Checkout System 6 Making self checkout smarter Highlights Modular platform with separate scanning, payment and bagging units helps optimize front-end checkout Offers retailers opportunity to speed

More information

IBM Telecommunications, Media and Entertainment White Paper. Building the Next Generation Network

IBM Telecommunications, Media and Entertainment White Paper. Building the Next Generation Network IBM Telecommunications, Media and Entertainment White Paper Building the Next Generation 2 Building the Next Generation Contents 2 Business objectives for SDN/NFV 2 NFV adoption path 4 NFV program options

More information

IBM and SAS: The Intelligence to Grow

IBM and SAS: The Intelligence to Grow IBM and SAS: The Intelligence to Grow IBM Partner Relationships Building Better Businesses An intelligent team Business agility the ability to make quick, wellinformed decisions and rapidly respond to

More information

IBM Service Management solutions To support your IT objectives. Create and manage value throughout the entire service management life cycle.

IBM Service Management solutions To support your IT objectives. Create and manage value throughout the entire service management life cycle. IBM Service Management solutions To support your IT objectives Create and manage value throughout the entire service management life cycle. Business services are the lifeblood of an organization, the means

More information

VP SECURITIES A/S cuts costs with modern development tools

VP SECURITIES A/S cuts costs with modern development tools VP SECURITIES A/S cuts costs with modern development tools IBM Rational software and EGL technology facilitate migration and modernization Overview The need VP SECURITIES A/S needed to replace its CA Gen

More information

How do I simplify, accelerate and scale application testing in my Microsoft Azure development environments?

How do I simplify, accelerate and scale application testing in my Microsoft Azure development environments? SOLUTION BRIEF CA SERVICE VIRTUALIZATION ON DEMAND ON MICROSOFT AZURE How do I simplify, accelerate and scale application testing in my Microsoft Azure development environments? SOLUTION BRIEF CA DATABASE

More information

IBM Balanced Warehouse Buyer s Guide. Unlock the potential of data with the right data warehouse solution

IBM Balanced Warehouse Buyer s Guide. Unlock the potential of data with the right data warehouse solution IBM Balanced Warehouse Buyer s Guide Unlock the potential of data with the right data warehouse solution Regardless of size or industry, every organization needs fast access to accurate, up-to-the-minute

More information

Telelogic DOORS Web Access

Telelogic DOORS Web Access IBM Software Group Telelogic DOORS Web Access 2008 IBM Corporation Introducing Telelogic DOORS Web Access A rich Internet application providing an alternative method of accessing your Telelogic DOORS database

More information

Businesses are ready for a new approach to IT

Businesses are ready for a new approach to IT April 2012 Businesses are ready for a new approach to IT Simplify deployment and reduce complexity using systems integrated with expertise 2 Businesses are ready for a new approach to IT Contents 2 IT

More information

IBM Intelligent Operations Center for Smarter Cities

IBM Intelligent Operations Center for Smarter Cities IBM Industry Solutions IBM Intelligent Operations Center for Smarter Cities Coordinate city agencies and resources to deliver exceptional service to citizens Highlights Leverage information across all

More information

IBM Software WebSphere Achieve agility and profitable growth

IBM Software WebSphere Achieve agility and profitable growth IBM Software WebSphere Achieve agility and profitable growth Accelerate process automation and integration solutions with IBM BPM 2 Achieve agility and profitable growth Market pains Today s unpredictable

More information

IBM Systems Move to IBM

IBM Systems Move to IBM IBM Systems Move to IBM Migration made easy. Built on trust. Based on experience. In both business and IT, change is a constant. However, unexpected change can wreak havoc on carefully planned business

More information

CareCore National uses DevOps approach to cut defects by 50 percent

CareCore National uses DevOps approach to cut defects by 50 percent CareCore National uses DevOps approach to cut defects by 50 percent IBM Rational software helps reduce software defects caused by issues with requirements Overview The need CareCore wanted to overhaul

More information

Service oriented architecture solutions White paper. IBM SOA Foundation: providing what you need to get started with SOA.

Service oriented architecture solutions White paper. IBM SOA Foundation: providing what you need to get started with SOA. Service oriented architecture solutions White paper IBM SOA Foundation: providing what you need to get started with SOA. September 2005 Page 2 Contents 2 Executive summary 2 SOA: the key to maximizing

More information

IBM Systems Move to IBM

IBM Systems Move to IBM IBM Systems Move to IBM Migration made easy. Built on trust. Based on experience. In both business and IT, change is a constant. However, unexpected change can wreak havoc on carefully planned business

More information

Gain strategic insight into business services to help optimize IT.

Gain strategic insight into business services to help optimize IT. Closed-loop measurement and control solutions To support your IT objectives Gain strategic insight into business services to help optimize IT. Highlights Gain insight and visibility across the IT project

More information

Service management solutions White paper. Six steps toward assuring service availability and performance.

Service management solutions White paper. Six steps toward assuring service availability and performance. Service management solutions White paper Six steps toward assuring service availability and performance. March 2008 2 Contents 2 Overview 2 Challenges in assuring high service availability and performance

More information

Solution Brief: Developing Solutions for System i

Solution Brief: Developing Solutions for System i Solution Brief: Developing Solutions for System i Introduction If you already tap into the power of System i, you understand its ability to support business growth, simplify IT environments, help reduce

More information

IBM Emptoris Rivermine Telecom Expense Management solutions

IBM Emptoris Rivermine Telecom Expense Management solutions Industry Solutions IBM Emptoris Rivermine Telecom Expense Management solutions Addressing the telecommunications expense challenge Highlights With a global solution that addresses the entire telecommunications

More information

Accelerate modernization of enterprise assets using IBM s Rational Asset Analyzer

Accelerate modernization of enterprise assets using IBM s Rational Asset Analyzer Accelerate modernization of enterprise assets using IBM s Rational Asset Analyzer V.Quiblier. Rational Z Technical Sales Specialist 2006 IBM Corporation 2007 IBM Corporation Agenda IBM Software Group The

More information

Improving the business process of software delivery for Financial Services

Improving the business process of software delivery for Financial Services Improving the business process of software delivery for Financial Services Belinda Tee Senior Rational Technical Specialist The premiere software and product delivery event. 21 July, Sydney Belinda Tee,

More information

Ensuring progress toward risk management and continuous configuration compliance

Ensuring progress toward risk management and continuous configuration compliance IBM Security Thought Leadership White Paper July 2017 Ensuring progress toward risk management and continuous configuration compliance Get continuous compliance, real-time analytics and insight with IBM

More information

Mastering new and expanding financial services regulations and audits

Mastering new and expanding financial services regulations and audits IBM Software White Paper December 2010 Mastering new and expanding financial services regulations and audits 2 Mastering new and expanding financial services regulations and audits Contents 2 Executive

More information

Transforming business processes and information by aligning BPM and MDM

Transforming business processes and information by aligning BPM and MDM IBM Software InfoSphere Thought Leadership White Paper Transforming business processes and information by aligning BPM and MDM 2 Transforming business processes and information by aligning BPM and MDM

More information

A lifecycle approach to systems quality: because you can t test in quality at the end.

A lifecycle approach to systems quality: because you can t test in quality at the end. Systems quality management White paper December 2009 A lifecycle approach to systems quality: because you can t test in quality at the end. Moshe S. Cohen, market/offering manager, quality management,

More information

IBM Sterling Gentran:Server for Windows

IBM Sterling Gentran:Server for Windows IBM Sterling Gentran:Server for Windows Handle your business transactions with a premier e-business platform Overview In this Solution Overview, you will learn: How to lower costs, improve quality of service,

More information

IBM Sterling Order Management drop ship capabilities

IBM Sterling Order Management drop ship capabilities IBM Sterling Order Management drop ship capabilities Expand product assortment without increasing inventory costs Overview In this solution overview, you will learn: How to gain visibility into available

More information

Nationwide Mutual Insurance Company embraces IBM DevOp approach and Continues Testing, improves software quality by 50 percent

Nationwide Mutual Insurance Company embraces IBM DevOp approach and Continues Testing, improves software quality by 50 percent Insurance Overview The need Nationwide needed to better respond to changing market requirements and regulations, increase speed to market for new products and services, and support new channels of customer

More information

IBM Rational RequisitePro

IBM Rational RequisitePro Success starts with requirements management IBM Rational RequisitePro Highlights Offers advanced Microsoft Provides Web access for Word integration distributed teams Built on a robust Offers flexible reporting

More information

White paper June Managing the tidal wave of data with IBM Tivoli storage management solutions

White paper June Managing the tidal wave of data with IBM Tivoli storage management solutions White paper June 2009 Managing the tidal wave of data with IBM Tivoli storage management solutions Page 2 Contents 2 Executive summary 2 The costs of managing unabated data growth 3 Managing smarter with

More information

Watson Internet of Things. Agile Development Why requirements matter

Watson Internet of Things. Agile Development Why requirements matter Watson Internet of Things Agile Development Why requirements matter Executive summary The clear benefits of agile development better collaboration, incremental delivery, early error detection and the elimination

More information

Security intelligence for service providers

Security intelligence for service providers Security Thought Leadership White Paper July 2015 Security intelligence for service providers Expanded capabilities for IBM Security QRadar including multi-tenancy, unified management and SaaS 2 Security

More information

Improve the buying experience of configurable product and service bundles

Improve the buying experience of configurable product and service bundles White Paper Improve the buying experience of configurable product and service bundles Contents: 1 Introduction 1 Key benefits 2 IBM Sterling Configure, Price, Quote 4 Key differentiators Introduction Companies

More information

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs An Oracle White Paper January 2013 Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs Executive Summary... 2 Deploy Services Faster and More Efficiently... 3 Greater Compute

More information

IBM Rational Software

IBM Rational Software 2007 IBM Corporation IBM Rational Software Development Conference 2008 Measured Capability Improvement Framework: A Systematic Approach to Software Excellence Per Kroll Chief Architect IBM Rational Expertise

More information

Security solutions White paper. Effectively manage access to systems and information to help optimize integrity and facilitate compliance.

Security solutions White paper. Effectively manage access to systems and information to help optimize integrity and facilitate compliance. Security solutions White paper Effectively manage access to systems and information to help optimize integrity and facilitate compliance. March 2007 Contents 2 Overview 3 Answer key questions related to

More information

IBM Analytics Unleash the power of data with Apache Spark

IBM Analytics Unleash the power of data with Apache Spark IBM Analytics Unleash the power of data with Apache Spark Agility, speed and simplicity define the analytics operating system of the future 1 2 3 4 Use Spark to create value from data-driven insights Lower

More information

IBM Digital Analytics Accelerator

IBM Digital Analytics Accelerator IBM Digital Analytics Accelerator On-premises web analytics solution for high-performance, granular insights Highlights: Efficiently capture, store, and analyze online data Benefit from highly scalable

More information

Adaptive work environments

Adaptive work environments Adaptive work environments Helping business achieve operational efficiency through people and SOA. Flexibility that enables people to rapidly access and interact with targeted business processes Business

More information

The IBM and Oracle alliance. Power architecture

The IBM and Oracle alliance. Power architecture IBM Power Systems, IBM PowerVM and Oracle offerings: a winning combination The smart virtualization platform for IBM AIX, Linux and IBM i clients using Oracle solutions Fostering smart innovation through

More information

Ford Motor Company keeps drivers connected

Ford Motor Company keeps drivers connected Ford Motor Company keeps drivers connected A suite of IBM WebSphere software creates a strong, scalable service delivery network Overview The need To empower consumers by connecting them from their car

More information

Strategy Roadmap. CA s Mainframe 2.0 Strategy Roadmap

Strategy Roadmap. CA s Mainframe 2.0 Strategy Roadmap Strategy Roadmap CA s Mainframe 2.0 Strategy Roadmap Norman Hollander Senior Principal Product Manager February 2009 Strategy Roadmap 2 CA s Mainframe 2.0 Initiative This published roadmap was based on

More information

IBM Software Information Management. Automating information capture with advanced, intelligent document recognition technology

IBM Software Information Management. Automating information capture with advanced, intelligent document recognition technology IBM Software Information Management Automating information capture with advanced, intelligent document recognition technology 2 Automating information capture with advanced, intelligent document recognition

More information

IBM _` iseries systems Retail

IBM _` iseries systems Retail iseries systems delivering technology innovations and maximum business productivity to retailers for their On Demand Business IBM _` iseries systems Retail Highlights Helps simplify IT environments by

More information

Extending the value of RPG applications on the IBM System i platform.

Extending the value of RPG applications on the IBM System i platform. Asset modernization with Rational Business Developer software and EGL White paper May 2008 Extending the value of RPG applications Page 2 Contents 2 Introduction 3 When does it make sense to modernize

More information

Application Lifecycle Management for SAP Powered by IBM Rational

Application Lifecycle Management for SAP Powered by IBM Rational Application Lifecycle Management for SAP Powered by IBM Rational Change is Critical to Business Innovation There are 3 key drivers for change events Business Drivers Modified Business Processes M&A and

More information

Dramatically improve the way work gets done with IBM Business Process Manager

Dramatically improve the way work gets done with IBM Business Process Manager IBM Software Thought Leadership White Paper Dramatically improve the way work gets done with IBM Business Process Manager 2 Dramatically improve the way work gets done with IBM Business Process Manager

More information

IBM Tivoli Composite Application Manager for Applications Diagnostics

IBM Tivoli Composite Application Manager for Applications Diagnostics Quickly resolve Web application issues in complex IT environments IBM Tivoli Composite Application Manager for Applications Diagnostics Highlights Monitor the overall health of Web applications and servers

More information

IBM Sterling B2B Integrator for B2B Collaboration

IBM Sterling B2B Integrator for B2B Collaboration IBM Sterling B2B Integrator for B2B Collaboration IBM gives you improve control beyond the edge of your enterprise Overview In this solution overview, you will learn: Marketplace momentum is gained as

More information

Driving competitive advantage with real-time applications, enabled by SAP HANA on IBM Power Systems

Driving competitive advantage with real-time applications, enabled by SAP HANA on IBM Power Systems Business Challenge wanted to support its customers business process innovations with a robust, in-memory cloud solution, helping them to benefit from real-time insights and gain new competitive advantages.

More information

Cognitive enterprise archive and retrieval

Cognitive enterprise archive and retrieval Cognitive enterprise archive and retrieval IBM Content Manager OnDemand provides quick, efficient access to critical documents to enable an optimal customer experience Highlights Archive, protect and manage

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

IBM Service Management Buyer s guide: purchasing criteria. Choose a service management solution that integrates business and IT innovation.

IBM Service Management Buyer s guide: purchasing criteria. Choose a service management solution that integrates business and IT innovation. IBM Service Management Buyer s guide: purchasing criteria Choose a service management solution that integrates business and IT innovation. Close the integration gap between business and IT innovation According

More information

IBM Planning Analytics

IBM Planning Analytics Speed, agility and foresight Powered by IBM TM1 Highlights Automates manual, spreadsheet-based planning, budgeting, forecasting, reporting and analysis Links operational tactics to financial plans, synthesizes

More information

IBM Informix Dynamic Server and IBM Software Group compatibility: powerful synergies for on demand computing.

IBM Informix Dynamic Server and IBM Software Group compatibility: powerful synergies for on demand computing. Unlocking value from existing IT investments IBM Informix Dynamic Server and IBM Software Group compatibility: powerful synergies for on demand computing. 1 Integrated software solutions for e-business

More information

IBM Maximo Asset Management solutions for the oil and gas industry

IBM Maximo Asset Management solutions for the oil and gas industry IBM Software Solution Brief Oil and Gas IBM Maximo Asset Management solutions for the oil and gas industry Internet of Things helps oil and gas companies achieve operational excellence and improve quality

More information

Fast Forward Shareholder Value from your SAP Investment using IBM Rational

Fast Forward Shareholder Value from your SAP Investment using IBM Rational Fast Forward Shareholder Value from your SAP Investment using IBM Rational James Hunter Worldwide Offerings Manager Packaged Applications and System Integrators The premiere software and product delivery

More information

Introducing Notebooks: A power tool for data scientists

Introducing Notebooks: A power tool for data scientists Cloud data services Thought leadership whitepaper Big data and Analytics Introducing Notebooks: A power tool for data scientists 2 Introducing Notebooks: A power tool for data scientists Fast, flexible

More information

IBM Global Services January Realizing the business value of systems management with Linux-powered grid computing

IBM Global Services January Realizing the business value of systems management with Linux-powered grid computing IBM Global Services January 2004 Realizing the business value of systems management with Linux-powered grid computing Page 2 Table of Contents 3 Leveraging Linux-powered grid computing 4 Supporting a flexible

More information

Model-Driven Development for Safety-Critical Software Components

Model-Driven Development for Safety-Critical Software Components Model-Driven Development for Safety-Critical Software Components By Franz Walkembach, Product Line Manager WHEN IT MATTERS, IT RUNS ON WD RIVER EXECUTIVE SUMMARY Software platforms are becoming an increasingly

More information

Welcome to IoT CE/CLM on Cloud

Welcome to IoT CE/CLM on Cloud IBM Watson Internet of Things Continuous Engineering Welcome to IoT CE/CLM on Cloud Tarik Mlahi, IBM WIoT 27-Sept-2017 1 2017 IBM Corporation Highlights SaaS benefits SaaS editions Architecture Security

More information

Effective SOA governance.

Effective SOA governance. Governing service-oriented architecture March 2006 Effective SOA governance. Kerrie Holley, IBM Distinguished Engineer, Business Consulting Services Jim Palistrant, IBM Market Manager, Rational SOA Steve

More information

IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking

IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking Grid Computing IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking customers. Often, banks may purchase lists and acquire external data to improve their models. This data, although

More information

IBM Cognos Controller Standard Reports

IBM Cognos Controller Standard Reports Standard Reports Highlights Preconfigured, standard reports give you out-of-the-box functionality throughout the close cycle. Detailed reports provide the information you need in the format you need it.

More information

IBM WebSphere Extended Deployment, Version 5.1

IBM WebSphere Extended Deployment, Version 5.1 Offering a dynamic, goals-directed, high-performance environment to support WebSphere applications IBM, Version 5.1 Highlights Dynamically accommodates variable and unpredictable business demands Helps

More information

SEB. Crossing a threshold to more agility and smarter payments. Smart is...

SEB. Crossing a threshold to more agility and smarter payments. Smart is... SEB Crossing a threshold to more agility and smarter payments Smart is... Enabling value-added services in the wake of SEPA, which was causing payments processing to become something of a commodity The

More information

Staples, Inc. IBM WebSphere Commerce software and IBM POWER7 servers improve performance. Smart is

Staples, Inc. IBM WebSphere Commerce software and IBM POWER7 servers improve performance. Smart is Staples, Inc. IBM WebSphere Commerce software and IBM POWER7 servers improve performance Smart is Smarter Commerce: Precision marketing lifts revenues Staples is a trusted source for office solutions and

More information

IBM Cloud White Paper. How to get the benefits of cloud behind your firewall: IBM Cloud Private

IBM Cloud White Paper. How to get the benefits of cloud behind your firewall: IBM Cloud Private IBM Cloud White Paper How to get the benefits of cloud behind your firewall: IBM Cloud Private 2 How to get the benefits of cloud behind your firewall: IBM Cloud Private Contents 2 Introduction 3 Developers

More information

Achieve greater efficiency in asset management by managing all your asset types on a single platform.

Achieve greater efficiency in asset management by managing all your asset types on a single platform. Asset solutions To support your business objectives Achieve greater efficiency in asset by managing all your asset types on a single platform. Obtain an entirely new level of asset awareness Every company

More information

Integration and Infrastructure Software. Process Integration from IBM. Optimizing resources to improve productivity.

Integration and Infrastructure Software. Process Integration from IBM. Optimizing resources to improve productivity. Integration and Infrastructure Software Process Integration from IBM. Optimizing resources to improve productivity. Optimize and deploy business processes that are in line with strategic goals. Market

More information

Manage more data, meet healthcare regulations and improve availability

Manage more data, meet healthcare regulations and improve availability IBM Software Healthcare Thought Leadership White Paper Manage more data, meet healthcare regulations and improve availability Addressing today s increasing storage demands in the healthcare industry with

More information

Knauf builds high-speed business insight with SAP and IBM

Knauf builds high-speed business insight with SAP and IBM Knauf builds high-speed business insight with SAP and IBM Overview Knauf Group, headquartered in Iphofen, Germany, manufactures world-leading insulation materials, construction equipment and tools. With

More information

Are You Ready For a New Era in B2B Collaboration?

Are You Ready For a New Era in B2B Collaboration? IBM Commerce July 2016 Thought Leadership White Paper Are You Ready For a New Era in B2B Collaboration? Defining characteristics of modern B2B collaboration and ways in which successful companies are approaching

More information

On demand operating environment solutions To support your IT objectives Transforming your business to on demand.

On demand operating environment solutions To support your IT objectives Transforming your business to on demand. On demand operating environment solutions To support your IT objectives Transforming your business to on demand. IBM s approach to service-oriented architecture Doing business in the on demand era Technological

More information

Rebuilding Our Energy Future with Power Generation Solutions from IBM

Rebuilding Our Energy Future with Power Generation Solutions from IBM Energy & Utilities industry Rebuilding Our Energy Future with Power Generation Solutions from IBM Innovation that matters Today s challenges Globally, the power generation business has never been more

More information

Effective Test Automation of SAP Implementations

Effective Test Automation of SAP Implementations Effective Test Automation of SAP Implementations Vipin Kumar Managing Director & Software Engineering Evangelist Astra Infotech Pvt Ltd vk@astrainfotech.com QM15 2009 IBM Corporation Agenda Introduction

More information

Coca-Cola Bottling Co. Consolidated maximizes profitability

Coca-Cola Bottling Co. Consolidated maximizes profitability Coca-Cola Bottling Co. Consolidated maximizes profitability Delivering deeper insight into customer demand four times faster with the IBM FlashSystem Solution Overview The need To capitalize on sales opportunities

More information