The National Ignition Facility (NIF) Software Engineering Efforts Presentation to SIR Computers and Technology Group March 17, 2016

Size: px
Start display at page:

Download "The National Ignition Facility (NIF) Software Engineering Efforts Presentation to SIR Computers and Technology Group March 17, 2016"

Transcription

1 The National Ignition Facility (NIF) Software Engineering Efforts Presentation to SIR Computers and Technology Group March 17, 2016 Eric Stout NIF Controls Software Architect

2 The NIF mission is to study high-energy-density physics and fusion ignition NIF is the world's largest and most energetic laser NIF s goal is to demonstrate nuclear fusion with energy gain for the first time in the laboratory NIF explores extreme conditions in a laboratory setting 100 million degrees K 100 billion times atmospheric pressure 2

3 The mission of NIF is to produce high-energy-density conditions and, ultimately, fusion ignition High Energy Density Physics Fusion Ignition Basic Science Helping ensure the nation's security without nuclear weapons testing Research for a safe, virtually unlimited, carbon-free energy future Achieving breakthroughs in a wide variety of scientific disciplines, including astrophysics, materials science, radioactive and hazardous waste treatment, particle physics, and x-ray and neutron science 3

4 Inertial confinement fusion will be used to produce ignition and energy gain NIF s 192 energetic laser beams will be used to compress very small deuterium-tritium fusion targets the size of a BB 4

5 Target chamber hanging

6

7 The NIF is all about the data The NIF has just one product data The NIF is a very dynamic environment and the management of data is essential in order to meet it s scientific goals There are several different categories of data used on the NIF Setup data Configuration data Calibration data Analysis data A large number of tools have been implemented to handle this ever growing amount of data The purpose of the support tools is to facilitate taking high quality shots on the NIF

8 Three dozen diagnostic systems were deployed by 2010 for the National Ignition Campaign SPIDER Target Alignment Sensor Positioner Static x-ray Imager POLAR DIM DANT E CRYO-Target Positioner MRS Chamber Center Reference System DIM Final Optics Damage Inspection Neutron Time of Flight 20m Target Positioner Neutron Time of Flight 20m Full Aperture Backscatter Station 8

9 Data is at the heart of the NIF Input Campaign Management & Shot Setup Shot Planning & Loop Analysis Output (NIF Archive) (Oracle DB) Shot Setup Reports Configuration of Installed Parts Automated Analysis Automated Shot Data Analysis IDL Cluster Conduct Experiment Integrated Computer Control System (ICCS) Calibration Values Shot Data & Analysis Results Manual Analysis Downloads Visualization Laser Performance Operations Model The NIF archive is the foundation of the support tools

10 The NIF project has five teams developing the support tools Shot Planning & Loop Analysis Tools Lane Mgr Damage Calculator Optics Loop Viewers HIF Estimated Exposure Tool Campaign Management Campaign Management Tool Target diagnostic Template Mgr Approval Mgr Configuration Checker Enterprise Configuration Management Work Permits Data Analysis & Visualization Analysis Archive (CMS) Laser Performance Operations Model Physics model interface Logs Analysis Analysis engine Calibration Archive (CDMS) Site Registry (Glovia) Facility Calendar Pulse Shape Editor Maintenance Tracking (SMART) Data Loader (ETL) Beam Pointing Assistant Target Selection Manager Parts List Manager Radiological Tracking System Configurator Document Control (ECMS) Visualization Archive Exporter Experimenter Website Data Loader (ETL) Data source management Reports Verification These toolsets constitute over 40 integrated applications

11 A significant effort has been needed in order to implement the support tools Code count by support tool Languages used Shot Planning & Loop Tools, 181,433 Data Analysis & Visualization, 656,908 Laser Performance Operations Model, 287,598 Campaign Management, 948,211 C/C++ 6% HTML 8% IDL 5% Other 7% Java 50% Configuration Management, 2,550,690 SQL 11% XML 13% 4.3M lines of code in order to implement the current capabilities

12 The CMT shot setup allows users to configure the Dante Diagnostic CMT allows the specification of over 18,000 setup parameters of which over 500 are applicable to Dante

13 The Lane Manager is used to schedule experiments based on Dante availability Lane Manager is the primary means of communicating the shot schedule

14 The Shot Report page indicates the success of each diagnostic analysis Automated analysis supports over a dozen diagnostics

15 Multiple views of the Dante data are visualized not just the final result The tools can visualize data across many shots and compare them to simulated data

16 The Laser Performance Operations Model allows scientists to verify that the laser met it goals Key data items: Laser Use Laser Energy Laser Timing Laser Pulse Shape Laser Power Balance LPOM data is used in Dante analysis to adjust the timing of the results based upon the actual laser timing

17 ICCS software provides software controls automation across all NIF laser subsystems Master Oscillator Beam Control Cryogenic Amplifier & Power Conditioning Optics Inspection Target Area Positioners Optical Switch (PEPC) Injection Laser Laser Diagnostics 17

18 NIF is a 192 beam laser organized into clusters, bundles, and quads

19 Requirements of the NIF Integrated Computer Control System (ICCS) Core duties Configure facility for an experiment Execute experiment Store experimental results Implementation challenges Control of 50,000 device points Beam alignment to <50 microns on target Beam timing within <30 psec Flexible automation with oversight by 14 operators Shot-to-shot goal of <4 hours Assure Situational awareness Machine protection A highly data-driven, modular, automated, and distributed controls architecture was needed for a system the size of NIF 19

20 The Integrated Computer Control System (ICCS) robustly operates NIF Highly data-driven Device configuration Experiment definitions Experiment model Experiment results NIF Control Room Highly distributed 35 Framework & Supervisory servers 3 compute clusters (110 nodes) 950 Front-End Processors 950 embedded controllers 2,400 processes Industry-standard software design Object-oriented design patterns CORBA as a communication middleware Automatic control of 192-beam shots is overseen by 14 operator stations Early key design decisions have proven successful and are now the foundation for controlling the NIF 20

21 ICCS consists of 3.5 million lines of software running on 1,900 distributed computers throughout NIF ICCS computer and control hardware 21

22 A segmented and layered architecture implements ICCS control system Oracle Database Framework Services Experiment Automation System Safety (Allen-Bradley, Rockwell) PLC/IO PLC/IO Utilities (Allen-Bradley, Rockwell) Vacuum PLC Cooling PLC NIF, Target, and Bundle Supervisory Systems Software Distribution Bus (CORBA over network) FEP (VxWorks, Ada) Devices Embedded Controller FEP (Solaris, Ada) Devices Embedded Controller FEP (Windows, Ada/Java) Devices Embedded Controller Graphical User Interfaces Argon PLC Local PC 16k Points 50k Points 22

23 Common frameworks in all processes simplify maintenance and operation of ICCS C Connection Objects Application Objects T C O R Object Factory System Manager Status Monitor Message Log Alerts Events Reservations Shot Archive Machine History Config/ Name Service P B A Framework Agents Heartbeat Startup/Shutdown All ICCS processes have the same core behaviors Consistency provides flexibility in software development staff assignments 23

24 Object-oriented, data-driven design abstracted 50,000 control points to 300 discrete control classes Motor Example Control Points Quantity Stepping motors 10,500 Mirror surface actuators 7,500 Binary actuators 2,200 Precision timing triggers 1,600 Cameras 1,000 Photodiodes 900 Resulting reduction in code base has significantly improved the maintainability 24

25 ICCS primary requirement is to automatically align, fire and diagnose laser shots with a goal of <4 hours Fire pre-amplifier Fire main amplifiers S h o t Amplifier cooling Archive Shot Preparation S h o t Verify S h o t Archive 30-m 20-m 2-s <4 hours Automated Shot Cycle Acquire campaign shot goals from laser physics model Perform automatic alignment and wavefront correction Configure diagnostics and laser performance settings Conduct countdown (software:4-min and timing:2-sec) Assess shot outcome and archive shot data 25

26 Automation software execute NIF experiments with data driven workflow and re-useable macro steps Shot Director Layer Shot Cycle States Implement_Plan Collaboration Layer Shot Model With Macro Step Sequences Laser Diagnostics Laser Alignment Shot Supervisor Layer Macro Step Phases Align Main Laser (Perform Phase) Steps Align PABTS (step) Substeps Set Filter 30% Open Shutter Status & Control Layer Setpoints Filter Shutter Goto 30% Transmission Goto Open 26

27 Setpoints simplify verification and management of device control settings A device setpoint consists of A unique, device-specific name One or more configuration settings Setpoints can be Pre-defined in the database Created on demand Experiment Automation System uses setpoints to configure, verify, and lock devices in shot position Outside shots, operators can view, change, and command devices to known setpoints Over 100,000 device setpoint reconfigurations are performed on each shot cycle The setpoint abstraction provides a system-wide language for device state management 27

28 A user interface framework ensures consistent presentation layer and simplifies development Navigator Starting point for operators Provides database-driven table of contents for traversing GUI hierarchy Broadviews Scalable schematic diagrams for a subsystem Live control and status updates for collections of devices Control Panels Specialized interface for a single device type Detailed status and control All user interfaces: Update automatically when device state changes Alert users of connectivity problems 28

29 Drilldown Load Inventory Drilldown Database 29

30 ICCS Cornerstone: Rigorous software engineering practices Documented governance plan for Software Quality Assurance IEEE standards used as best practice guidelines Peer reviews for designs and code changes Integrated product testing Independent Verification and Validation team Dedicated Configuration Management team The ICCS software engineering process is a key component of NIF equipment protection 30

31 Rigorous quality controls at every development phase assure delivery of reliable software Development Team Quality Control Team Operations Team Release Plan Test Procedures Acceptance Test Software Development Software Integration Off-line Test & Training NIF Install On-line Test Commissioning Software Change Requests Software Change Control Board Stakeholder Steering Committee Work Authorization Point System Ready 31

32 Incremental deployment strategy delivers functionality, while iteratively managing risk Target high-level project milestones Bi-monthly software releases (previously 3-6 months) Flexibility for interim software patches and data changes as required Release content driven by Enhanced capabilities and operational improvements Defect corrections Framework and code migration Overlapped 2-month development, test and deployment lifecycle Stakeholders prioritize release content SW Leads collect detailed requirements Developers design, code, unit test and integrate Independent test team performs offline and online qualification tests 13.2 Feb Mar Apr May Jun Jul 2M 1M Aug Sept Oct Nov Dec Jan M 2M 1M Legend M 2M 1M Development M 2M 1M Integration M 2M 1M QA 32

33 Issues Software schedules are planned and tracked to ensure successful releases Scope Coded Reviewed Integration Tested Qualification Tested Progress Release Scope Closure Rates 0 Using historical rate projections to manage release content has greatly increased success in meeting deployment schedule 33

34 Future work activities continue to focus on increasing controls availability to NIF operations Availability NIF operational support (20-30%) Laser preparation shots (concurrent shot cycles) Maintenance operations automation (AMT & Loop1 commissioning shots) Reduce backlog of RAM software change requests Predictive monitoring for off-normal system states Maintainability Continued multi-year code base migration to Java Controls Enhancements Beamline pulse delays up to 1 micro second (Long Delays) Short Pulse backlighter capability commissioning (ARC) 34

35 Technology refresh is an active effort Software and hardware options are constantly improving Industry trend is toward open source software Migrating codebase from Ada to Java Hardware platform independence Large inventory of vendor and open-source libraries Significantly better debugging, profiling, monitoring tools Easier to find industry expertise when staffing Migrating processes to Linux x86 commodity hardware Virtual machines Developing strategy for FEP technology refresh ICCS software architecture was designed for evolutionary change with minimal impact 35

36 Port all ICCS software to a single language platform Now Future AccuRev, Apex Code Repository Rational Ada, GNAT Ada OrbExpress, Java, Jacorb Operating Systems VxWorks, Linux, Solaris, Windows Technology Refresh Accurev Code Repository Java, Jacorb Operating Systems Linux, Windows, Virtual Machines Platforms Sun, X86, PPC, VME, field buses Platforms x86, VME, field buses 36

37 ICCS is successfully operating at full scale A distributed architecture Supports continual evolutionary change with minimal impacts A data-driven architecture Allows modification of run-time behavior without new software releases Model-driven Experiment Automation System Provides the flexibility and parallelism required to meet all NIF program missions Actively leverage new technologies Fewer and more mainstream tools Runtime diagnostics for evaluating system performance A versatile, data-driven software architecture using client/server distribution will support NIF operation for decades 37

38 38

Title page - CLEO Baltimore, May 9, 2007 Software Engineering Processes Used to Develop the NIF Integrated Computer Control System* A.

Title page - CLEO Baltimore, May 9, 2007 Software Engineering Processes Used to Develop the NIF Integrated Computer Control System* A. Title page - CLEO Baltimore, May 9, 2007 Software Engineering Processes Used to Develop the NIF Integrated Computer Control System* A. Peter Ludwigsen 2007 International Conference on Accelerators and

More information

Status of the National Ignition Facility s Control and Information Systems

Status of the National Ignition Facility s Control and Information Systems Status of the National Ignition Facility s Control and Information Systems Presentation to 14 th International Conference on Accelerator & Large Experimental Physics Control Systems (ICALEPCS) October

More information

STATUS OF THE NATIONAL IGNITION FACILITY (NIF) INTEGRATED COMPUTER CONTROL AND INFORMATION SYSTEMS

STATUS OF THE NATIONAL IGNITION FACILITY (NIF) INTEGRATED COMPUTER CONTROL AND INFORMATION SYSTEMS STATUS OF THE NATIONAL IGNITION FACILITY (NIF) INTEGRATED COMPUTER CONTROL AND INFORMATION SYSTEMS 16th International Conference on Accelerator & Large Experimental Physics Control Systems (ICALEPCS) October

More information

Sustaining the National Ignition Facility (NIF) Integrated Computer Control System (ICCS) Over Its Thirty Year Lifespan

Sustaining the National Ignition Facility (NIF) Integrated Computer Control System (ICCS) Over Its Thirty Year Lifespan Sustaining the National Ignition Facility (NIF) Integrated Computer Control System (ICCS) Over Its Thirty Year Lifespan ICALEPCS 2017 October 2017 This work was performed under the auspices of the U.S.

More information

Introducing. Data analysis & Machine learning Machine vision Powerful script language Custom instrument drivers

Introducing. Data analysis & Machine learning Machine vision Powerful script language Custom instrument drivers Introducing InstruNEXT Automation Center Data analysis & Machine learning Machine vision Powerful script language Custom instrument drivers Data logging and visualization TCP/IP-based remote UI architecture

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

IBM Tivoli Workload Scheduler

IBM Tivoli Workload Scheduler Manage mission-critical enterprise applications with efficiency IBM Tivoli Workload Scheduler Highlights Drive workload performance according to your business objectives Help optimize productivity by automating

More information

What s New with the PlantPAx Distributed Control System

What s New with the PlantPAx Distributed Control System What s New with the PlantPAx Distributed Control System Copyright 2016 Rockwell Automation, Inc. All Rights Reserved. 1 PLANT-WIDE Control and Optimization SCALABLE and Modular SECURE Open and Information-enabled

More information

Teledyne DALSA Industrial Products. Embedded vision for industry

Teledyne DALSA Industrial Products. Embedded vision for industry Teledyne DALSA Industrial Products Embedded vision for industry Agenda Embedded Vision Applications, technologies and implementation choices Embedded Vision for Industry Review of off the shelf solutions

More information

QUALITY ASSURANCE PLAN OKLAHOMA DEPARTMENT OF HUMAN SERVICES ENTERPRISE SYSTEM (MOSAIC PROJECT)

QUALITY ASSURANCE PLAN OKLAHOMA DEPARTMENT OF HUMAN SERVICES ENTERPRISE SYSTEM (MOSAIC PROJECT) QUALITY ASSURANCE PLAN OKLAHOMA DEPARTMENT OF HUMAN SERVICES ENTERPRISE SYSTEM (MOSAIC PROJECT) MOSAIC Quality Assurance Plan v04.02 Prepared by: Approved by: QUALITY ASSURANCE PLAN APPROVALS QA/QC Program

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

MONITORING AND MANAGEMENT

MONITORING AND MANAGEMENT LEVERAGING SPLUNK FOR CONTROL SYSTEM MONITORING AND MANAGEMENT 16 th International Conference on Accelerator & Large Experimental Physics Control Systems (ICALEPCS) October 8-13, 2017 Mikhail Fedorov National

More information

Global Controls Software

Global Controls Software Global Controls Software Global Controls Software Team: J. Bogart, R. Chestnut, S. Clark, M. Crane, L. Hendrickson, J. Rock, R. Sass, H. Shoaee, E. Siskind, N. Spencer Control Software Overview Control

More information

Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake

Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake White Paper Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake Motivation for Modernization It is now a well-documented realization among Fortune 500 companies

More information

Wonderware System Platform 2017 Real-time Operations Control Platform for Supervisory, HMI, SCADA and IIoT

Wonderware System Platform 2017 Real-time Operations Control Platform for Supervisory, HMI, SCADA and IIoT Wonderware System Platform 2017 Real-time Operations Control Platform for Supervisory, HMI, SCADA and IIoT Wonderware System Platform 2017 is extremely open and built to interface with countless hardware

More information

<Insert Picture Here> Oracle Business Process Analysis Suite: Overview & Product Strategy

<Insert Picture Here> Oracle Business Process Analysis Suite: Overview & Product Strategy Oracle Business Process Analysis Suite: Overview & Product Strategy Devesh Sharma Dec, 2006 Oracle BPA/BPM Product Management Agenda 1 2 3 4 5 Need for Business Process Management

More information

Case Study: Oracle Application Management Suite for Oracle E-Business Suite

Case Study: Oracle Application Management Suite for Oracle E-Business Suite Case Study: Oracle Application Management Suite for Oracle E-Business Suite Angelo Rosado Sr. Principal Product Manager Applications Technology Group, Oracle E-Business Suite Development Sue Gill Senior

More information

Industrial IT System 800xA Engineering

Industrial IT System 800xA Engineering Industrial IT System 800xA Engineering Overview Features and Benefits Integrated Engineering Environment Supports the engineering of the entire extended automation system - from field device to plant management

More information

Introducing FUJITSU Software Systemwalker Centric Manager V15.0

Introducing FUJITSU Software Systemwalker Centric Manager V15.0 Introducing FUJITSU Software Systemwalker Centric Manager V15.0 < Version 1.0 > November 2013 FUJITSU LIMITED Contents Integrated Monitoring Required in Virtualization/Server Integration Characteristics

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

Windchill System Validation Technical Brief

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

More information

Leverage Rockwell Automation s industry expertise

Leverage Rockwell Automation s industry expertise Discrete Machine Performance Solution Computer and Software bundled for Continuous Solution Improvement Technical Data Leverage Rockwell Automation s industry expertise through packaged solutions powered

More information

Ignition SCADA for Water/Wastewater

Ignition SCADA for Water/Wastewater Ignition SCADA for Water/Wastewater An Introduction to Inductive Automation s Ignition software Presented By: Matt Furman & Todd Morrison of Results Engineering, Inc. Date: 2/6/2018 Results Engineering,

More information

Dell and JBoss just work Inventory Management Clustering System on JBoss Enterprise Middleware

Dell and JBoss just work Inventory Management Clustering System on JBoss Enterprise Middleware Dell and JBoss just work Inventory Management Clustering System on JBoss Enterprise Middleware 2 Executive Summary 2 JBoss Enterprise Middleware 5 JBoss/Dell Inventory Management 5 Architecture 6 Benefits

More information

What Do You Need to Ensure a Successful Transition to IoT?

What Do You Need to Ensure a Successful Transition to IoT? What Do You Need to Ensure a Successful Transition to IoT? As the business climate grows ever more competitive, industrial companies are looking to the Internet of Things (IoT) to provide the business

More information

SYSTEM PLATFORM POWERED BY WONDERWARE

SYSTEM PLATFORM POWERED BY WONDERWARE POWERED BY WONDERWARE Real-time Operations Control Platform for Supervisory, HMI, SCADA and IIoT System Platform is the world s only responsive, scalable platform for Supervisory, SCADA, HMI and IIoT applications

More information

BACSOFT IOT PLATFORM: A COMPLETE SOLUTION FOR ADVANCED IOT AND M2M APPLICATIONS

BACSOFT IOT PLATFORM: A COMPLETE SOLUTION FOR ADVANCED IOT AND M2M APPLICATIONS BACSOFT IOT PLATFORM: A COMPLETE SOLUTION FOR ADVANCED IOT AND M2M APPLICATIONS What Do You Need to Ensure a Successful Transition to IoT? As the business climate grows ever more competitive, industrial

More information

Enabling Efficiency in Stores to Improve the Customer Experience. Presented by Andrei Cotunoaei

Enabling Efficiency in Stores to Improve the Customer Experience. Presented by Andrei Cotunoaei Enabling Efficiency in Stores to Improve the Customer Experience Presented by Andrei Cotunoaei Map updated in August 2012 Vodafone World Presence Vodafone Romania Over 8 million customers 279 stores 1

More information

Tel (+49) , Fax (+49) ,

Tel (+49) , Fax (+49) , Corresponding author: Jörg Schacht Mailing address: Max-Planck-Institut für Plasmaphysik, Teilinstitut Greifswald, Wendelsteinstr. 1, D-17491 Greifswald, Tel (+49) 3834 882761, Fax (+49) 3834 882709, E-Mail:

More information

Oracle Hyperion Planning : Create & Manage Applications

Oracle Hyperion Planning : Create & Manage Applications Oracle University Contact Us: 0845 777 7711 Oracle Hyperion Planning 11.1.1: Create & Manage Applications Duration: 0 Days What you will learn This course is designed to teach you how to create and administer

More information

Sharing and Deploying MATLAB Programs

Sharing and Deploying MATLAB Programs Sharing and Deploying Programs Dr. Harald Brunnhofer 2015 The MathWorks, Inc. 1 Data Analytics Workflow Business Systems Smart Connected Systems Data Acquisition Data Analytics Analytics Integration :

More information

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Cloud Blueprint and Roadmap Service 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Cloud Computing: Addressing Today s Business Challenges Business Flexibility & Agility Cost

More information

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

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

More information

Access and present any data the way you want. Deliver the right reports to end users at the right time

Access and present any data the way you want. Deliver the right reports to end users at the right time Crystal Reports Overview Access and present all your enterprise data with a single reporting solution Deliver up-to-date reports to end users securely over the web Integrate reporting functionality into

More information

Managing Multivendor SANs with SAN InSite Brett Oxenhandler Senior Software Product Marketing Manager & Tom Clark Director, Technical Marketing

Managing Multivendor SANs with SAN InSite Brett Oxenhandler Senior Software Product Marketing Manager & Tom Clark Director, Technical Marketing Managing Multivendor SANs with SAN InSite 2000 Brett Oxenhandler Senior Software Product Marketing Manager & Tom Clark Director, Technical Marketing March, 2000 Introduction The deployment of Storage Area

More information

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM Rational Software Development Conference 2007 2007 IBM Corporation What

More information

Advanced Support for Server Infrastructure Refresh

Advanced Support for Server Infrastructure Refresh Advanced Support for Server Infrastructure Refresh Transitioning to new server technology can deliver massive performance and availability improvements. However concerns about the migration process and

More information

Tools and technology usage in PFMS application lifecycle management process

Tools and technology usage in PFMS application lifecycle management process Tools and technology usage in PFMS application lifecycle management process LEPL Financial-Analytical Service, Ministry of Finance October, 2015 Dimitri Rakviashvili, Head of Software Department Agenda

More information

A New Way to Extract More Value from Your Production Supply Chain. with Production Accounting and Reconciliation (PAR)

A New Way to Extract More Value from Your Production Supply Chain. with Production Accounting and Reconciliation (PAR) A New Way to Extract More Value from Your Production Supply Chain with Production Accounting and Reconciliation (PAR) Outline Accounting Process Basic Enhanced Challenges to achieving Enhanced Value PAR

More information

CORE APPLICATIONS ANALYSIS OF BUSINESS-CRITICAL ADABAS & NATURAL

CORE APPLICATIONS ANALYSIS OF BUSINESS-CRITICAL ADABAS & NATURAL ADABAS & NATURAL ANALYSIS OF BUSINESS-CRITICAL CORE APPLICATIONS CONTENTS 2 Core applications in a changing IT landscape 3 The need for comprehensive analysis 4 The complexity of core applications 5 An

More information

Service Virtualization

Service Virtualization Service Virtualization A faster, more efficient and less costly way to develop and test enterprise-class applications As cloud and mobile computing gain rapid acceptance, IT departments are expected to

More information

Exalogic Elastic Cloud

Exalogic Elastic Cloud Exalogic Elastic Cloud Mike Piech Oracle San Francisco Keywords: Exalogic Cloud WebLogic Coherence JRockit HotSpot Solaris Linux InfiniBand Introduction For most enterprise IT organizations, years of innovation,

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

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads Tivoli Workload Automation View, Control and Automate Composite Workloads Mark A. Edwards Market Manager Tivoli Workload Automation Corporation Tivoli Workload Automation is used by customers to deliver

More information

IBM Rational Extensions for SAP Applications Application lifecycle management for consistent governance

IBM Rational Extensions for SAP Applications Application lifecycle management for consistent governance IBM Rational Extensions for SAP Applications Application lifecycle management for consistent governance Level: Introductory September 2007 Rational Integrations for SAP Solutions, Page 2 of 14 Contents

More information

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules POLOPOLY V9 TECHNICAL OVERVIEW System Architecture Templates and Presentation Modules 2008 Atex Group Ltd Polopoly, Polopoly Content Manager, Polopoly Relationship Manager, Polopoly User Module, Polopoly

More information

Applying Automated Methods of Managing Test and Evaluation Processes

Applying Automated Methods of Managing Test and Evaluation Processes Applying Automated Methods of Managing Test and Evaluation Processes Chad Stevens, CTEP Presented to the ITEA 35th International T&E Symposium December 2018 1 Outline Purpose Background and Athena Usage

More information

ProfessionalPLUS Station Software Suite

ProfessionalPLUS Station Software Suite DeltaV Distributed Control System Product Data Sheet September 2017 ProfessionalPLUS Station Software Suite Global database, architected for flexibility and scalability Powerful, graphical engineering

More information

Benefits. + + Consistent quality to recipe specification. + + Increase asset utilization and operational efficiency

Benefits. + + Consistent quality to recipe specification. + + Increase asset utilization and operational efficiency Wonderware InBatch Flexible Batch Management Wonderware InBatch software enables sophisticated equipment arbitration and concurrent batch execution capabilities to maximize asset utilization, plant throughput

More information

ABB Ability System 800xA Engineering Overview ABB

ABB Ability System 800xA Engineering Overview ABB ABB Ability System 800xA Engineering Overview ABB 2 ABB ABILIT Y SYSTEM 800X A ENGINEERING Introduction System 800xA Engineering provides real-time information integration for better and faster access.

More information

Laser Megajoule Facility (L.M.J.) Control system status report

Laser Megajoule Facility (L.M.J.) Control system status report Laser Megajoule Facility (L.M.J.) Control system status report J. Nicoloso, J.-J. Dupas, CEA, DAM, DIF, F-91297 Arpajon, France J.-C. Picon, F. Signol, CEA, DAM, CESTA, F-33114 Le Barp, France Presented

More information

SIMATIC BATCH. Automation of batch processes with SIMATIC BATCH

SIMATIC BATCH. Automation of batch processes with SIMATIC BATCH Automation of batch processes with clients and OS clients Engineering System OS-LAN Batch server OS server Plant bus SIMATIC PCS 7 always offers the right solution for attractively priced and effective

More information

IBM WebSphere Service Registry and Repository, Version 6.0

IBM WebSphere Service Registry and Repository, Version 6.0 Helping you get the most business value from your SOA IBM Repository, Version 6.0 Highlights Provide clear visibility into service Use other standard registries associations and relationships while and

More information

The Business Process Environment

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

More information

Rancho Parkway South Lake Forest, CA U.S.A. Tel Fax

Rancho Parkway South Lake Forest, CA U.S.A. Tel Fax 26561 Rancho Parkway South Lake Forest, CA 92630 U.S.A. Tel 949-727-3200 Fax 949-727-3270 www.wonderware.com 2008 Invensys Systems, Inc. All rights reserved. No part of the material protected by this copyright

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 5 UPDATE 17D 5 Revision History 5 Overview 5 Optional Uptake of New Features (Opt In) 6 Update Tasks 6 Feature Summary 7 Demand Management 9 Forecast Unique Demand Segments

More information

<Insert Picture Here> Cloud: Is it Ready for Prime Time?

<Insert Picture Here> Cloud: Is it Ready for Prime Time? Cloud: Is it Ready for Prime Time? Dave Partridge dave.partridge@oracle.com Senior Sales Consultant, Oracle Public Sector Platform Team May 29, 2013 The following is intended to outline

More information

Service Virtualization

Service Virtualization A White Paper Analysis from Orasi Software Service Virtualization A Faster, More Efficient and Less Costly Way to Develop and Test Enterprise-Class Applications Page 2 Contents 3 Introduction 4 Development

More information

Autonomic Computing: Standards for Self-Managing Systems

Autonomic Computing: Standards for Self-Managing Systems Autonomic Computing: Standards for Self-Managing Systems Alan Ganek Vice President IBM Autonomic Computing ibm.com/autonomic 1 x On Demand Era Responsive in real-time Variable cost structures Focused on

More information

5 Things to Consider Before Implementing Your Next Automation System Project

5 Things to Consider Before Implementing Your Next Automation System Project 5 Things to Consider Before Implementing Your Next Automation System Project A true paradigm shift is needed to improve capital efficiency and keep automation system projects off the critical path. TABLE

More information

Business Rules Modeling Studio

Business Rules Modeling Studio Business Rules Modeling Studio Highlights Progress Corticon Business Rules Modeling Studio is a standalone desktop environment to model, analyze, test and save business rules as executable decision services.

More information

IBM i Reduce complexity and enhance productivity with the world s first POWER5-based server. Highlights

IBM i Reduce complexity and enhance productivity with the world s first POWER5-based server. Highlights Reduce complexity and enhance productivity with the world s first POWER5-based server IBM i5 570 Highlights Integrated management of multiple operating systems and application environments helps reduce

More information

Reduce Production Incidents with Oracle Enterprise Manager 12c and give yourself a break! Roland Evers

Reduce Production Incidents with Oracle Enterprise Manager 12c and give yourself a break! Roland Evers Reduce Production Incidents with Oracle Enterprise Manager 12c and give yourself a break! Roland Evers About us Roland Evers 34 years old Living in The Netherlands 9 years at Accenture > 5 years Oracle

More information

Introduction of Hinemos an Open Source Integrated System Management Software

Introduction of Hinemos an Open Source Integrated System Management Software Introduction of Hinemos an Open Source Integrated System Management Software NTT DATA Intellilink Corporation IT Operations Management Business Unit 2017/7/1 2017 NTT DATA INTELLILINK Corporation INDEX

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

Rational Unified Process (RUP) in e-business Development

Rational Unified Process (RUP) in e-business Development Rational Unified Process (RUP) in e-business Development Jouko Poutanen/11.3.2005 2004 IBM Corporation Agenda Characteristics of e-business Development Business Modeling with RUP and UML Rational Tools

More information

Oracle Real-Time Decisions (RTD) Ecommerce Interaction Management Use Case

Oracle Real-Time Decisions (RTD) Ecommerce Interaction Management Use Case Oracle Real-Time Decisions (RTD) Ecommerce Interaction Management Use Case Nicolas Bonnet Senior Director Product Management Oracle Business Intelligence The following is intended

More information

<Insert Picture Here> Oracle Software Configuration Manager Delivering Configuration Management As A Service

<Insert Picture Here> Oracle Software Configuration Manager Delivering Configuration Management As A Service Oracle Software Configuration Manager Delivering Configuration Management As A Service Helmut Weymann Director Customer Support Agenda What is the Software Configuration Manager?

More information

Merchandising. Merchandising Retail Intelligence. Mark Healy Senior Director. Operations

Merchandising. Merchandising Retail Intelligence. Mark Healy Senior Director. Operations Merchandising Retail Intelligence Mark Healy Senior Director Merchandising Operations 1 About The Home Depot Founded 1978 in Atlanta, GA. World's largest Home Improvement Retailer 2,055 Stores in US/Canada/Mexico

More information

The Open IoT Stack: Architecture and Use Cases

The Open IoT Stack: Architecture and Use Cases The Open IoT Stack: Architecture and Use Cases James Kirkland Chief IoT Architect, Red Hat Marco Carrer CTO, Eurotech 1 TODAY S IoT CHALLENGES Lack of Open Standards Diverse set of technologies, features,

More information

Automated Service Builder

Automated Service Builder 1 Overview ASB is a platform and application agnostic solution for implementing complex processing chains over globally distributed processing and data ASB provides a low coding solution to develop a data

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

INFOBrief. EMC VisualSRM Storage Resource Management Suite. Key Points

INFOBrief. EMC VisualSRM Storage Resource Management Suite. Key Points INFOBrief EMC VisualSRM Storage Resource Management Suite Key Points EMC VisualSRM is data center-class software specifically architected to provide centralized storage resource management for mid-tier

More information

WHITE PAPER. CA Nimsoft APIs. keys to effective service management. agility made possible

WHITE PAPER. CA Nimsoft APIs. keys to effective service management. agility made possible WHITE PAPER CA Nimsoft APIs keys to effective service management agility made possible table of contents Introduction 3 CA Nimsoft operational APIs 4 Data collection APIs and integration points Message

More information

Global Value 7. Productivity Suite for GammaVision. Optimizing Gamma Spectrometry Processes through Secure Data Management and Measurement Automation.

Global Value 7. Productivity Suite for GammaVision. Optimizing Gamma Spectrometry Processes through Secure Data Management and Measurement Automation. Productivity Suite for GammaVision Optimizing Gamma Spectrometry Processes through Secure Data Management and Measurement Automation. Global Value was designed to transform the standard GammaVision spectroscopy

More information

MAXIMIZING THE ENHANCED CAPABILITIES OF PTC SOLUTIONS IN THE SUN ENVIRONMENT Now s the time to make the move to Pro/INTRALINK 8.

MAXIMIZING THE ENHANCED CAPABILITIES OF PTC SOLUTIONS IN THE SUN ENVIRONMENT Now s the time to make the move to Pro/INTRALINK 8. MAXIMIZING THE ENHANCED CAPABILITIES OF PTC SOLUTIONS IN THE SUN ENVIRONMENT Now s the time to make the move to Pro/INTRALINK 8.0 and a Web-based architecture. Here s why and how. White Paper March 2006

More information

Oracle Systems Optimization Support

Oracle Systems Optimization Support Oracle Systems Optimization Support Oracle Systems Optimization Support offerings provide customers with welldefined packaged services. Let Oracle Advanced Customer Support help you make the most of your

More information

Open Core Engineering Freedom and efficiency redefined

Open Core Engineering Freedom and efficiency redefined Open Core Engineering Freedom and efficiency redefined Meet new software engineering challenges with new opportunities Progressively shorter product life cycles are increasing the demand for highly productive,

More information

Scott Lowden SAP America Technical Solution Architect

Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Training Overview - SAP Business Intelligence Scott Lowden SAP America Technical Solution Architect NetWeaver Components Detail Business Intelligence SAP AG 2003, Title of Presentation, Speaker

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

My Oracle Support Configuration Manager

My Oracle Support Configuration Manager Proaktiver automatisierter Support für Oracle Systeme: My Oracle Support Configuration Manager Helmut Weymann Customer Support Manager Email - helmut.weymann@oracle.com My Oracle

More information

COURSE LISTING. Courses Listed. with Business Intelligence (BI) Crystal Reports. 26 December 2017 (18:02 GMT)

COURSE LISTING. Courses Listed. with Business Intelligence (BI) Crystal Reports. 26 December 2017 (18:02 GMT) with Business Intelligence (BI) Crystal Reports Courses Listed BOC345 - SAP Crystal Reports 2011: Optimizing Report Data Processing BOC320 - SAP Crystal Reports: - BOCE10 - SAP Crystal Reports for Enterprise:

More information

COMOS Training Calendar 2017/2018

COMOS Training Calendar 2017/2018 COMOS Training Calendar 2017/2018 www.siemens.com/comos Scan this code for further informations. Calendar 2017/2018 Offer Whether you re looking for basic knowledge for first-time users or specialist know-how

More information

Oracle Systems Optimization Support

Oracle Systems Optimization Support Oracle Systems Optimization Support Oracle Systems Optimization Support offering provides customers with welldefined packaged services. Let Oracle Advanced Customer Services help you make the most of your

More information

Accenture Software for Health and Public Service. Accenture Public Service Platform. Taking SOA from the Whiteboard to the Data Center and Beyond

Accenture Software for Health and Public Service. Accenture Public Service Platform. Taking SOA from the Whiteboard to the Data Center and Beyond Accenture Software for Health and Public Service Accenture Public Service Platform Taking SOA from the Whiteboard to the Data Center and Beyond The Accenture Public Service Platform The Accenture Public

More information

Wireless Sensor Networks Applications

Wireless Sensor Networks Applications Wireless Sensor Networks Applications Amy Wang VP of Technology Mela Networks, Inc. www.melanetworks.com awang@melanetworks.com 408-426-4425 WSN Workshop March 8, 2006 Where Is WSN? Visibility Peak of

More information

An Oracle White Paper June Running Oracle E-Business Suite on Oracle SuperCluster T5-8

An Oracle White Paper June Running Oracle E-Business Suite on Oracle SuperCluster T5-8 An Oracle White Paper June 2013 Running Oracle E-Business Suite on Oracle SuperCluster T5-8 Fully Integrated, Complete Hardware and Software Solution Oracle SuperCluster T5-8 provides a highly available,

More information

Overview and Frequently Asked Questions

Overview and Frequently Asked Questions Overview and Frequently Asked Questions OVERVIEW On April 20, 2009, Oracle announced that it has agreed to acquire Sun Microsystems. The transaction is subject to regulatory approval and until such time

More information

Oracle Enterprise Manager 13c Cloud Control

Oracle Enterprise Manager 13c Cloud Control Oracle Enterprise Manager 13c Cloud Control Oracle SOA Management Pack Enterprise Edition MANAGEMENT FOR ORACLE SOA SUITE AND ORACLE SERVICE BUS APPLICATIONS Oracle Enterprise Manager is Oracle s integrated

More information

IBM SmartCloud public images with selected software

IBM SmartCloud public images with selected software IBM SmartCloud public images with selected software Current as of September 1, 2011. To find out how your organization can leverage the IBM SmartCloud, visit our IBM SmartCloud Enterprise website. PAYG:

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 JD Edwards EnterpriseOne Tools and Technologies and Fusion Applications

More information

``Overview. ``The Impact of Software. ``What are Virtual Prototypes? ``Competitive Electronic Products Faster

``Overview. ``The Impact of Software. ``What are Virtual Prototypes? ``Competitive Electronic Products Faster Virtualizer ``Overview ``The Impact of ``What are Virtual Prototypes? ``Competitive Electronic Products Faster ``Use Virtual Prototyping from Specification to Deployment ``Virtualizer Technical Specification

More information

Building smart products: best practices for multicore software development

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

More information

Systems Engineers provide a Key Contribution and Role in System Integration and Test

Systems Engineers provide a Key Contribution and Role in System Integration and Test s Engineers provide a Key Contribution and Role in Integration and Test National Defense Industrial Association (NDIA) 9 th Annual s Engineering Conference October 23-26/2006 Test & Evaluation Track, Tuesday

More information

Instrumentation & Controls. Siemens Power Plant Automation -- SPPA-T3000. Technical Highlights. The New Benchmark in Control.

Instrumentation & Controls. Siemens Power Plant Automation -- SPPA-T3000. Technical Highlights. The New Benchmark in Control. Instrumentation & Controls Siemens Power Plant Automation -- SPPA-T3000 Technical Highlights The New Benchmark in Control Power Generation The new benchmark for Distributed Control Systems Developed to

More information

Enterprise Modeling to Measure, Analyze, and Optimize Your Business Processes

Enterprise Modeling to Measure, Analyze, and Optimize Your Business Processes SAP Solution in Detail SAP NetWeaver SAP Enterprise Modeling Applications by Software AG Enterprise Modeling to Measure, Analyze, and Optimize Your Business Processes Table of Contents 4 Quick Facts 5

More information

NLC CONTROL SYSTEM REQUIREMENTS DOCUMENT

NLC CONTROL SYSTEM REQUIREMENTS DOCUMENT NLC CONTROL SYSTEM REQUIREMENTS DOCUMENT INTRODUCTION Description of NLC Collider Description of Control Building Description of Control Room Development & Implementation Strategies Lifetime Assumptions

More information

Live Classroom Curriculum Guide

Live Classroom Curriculum Guide Curriculum Guide Live Classroom Curriculum Guide Update to Windchill PDMLink 10.0 from Windchill PDMLink 8.0 Update to Windchill PDMLink 10.0 from Windchill PDMLink 9.0/9.1 Introduction to Windchill PDMLink

More information

Integrating Configuration Management Into Your Release Automation Strategy

Integrating Configuration Management Into Your Release Automation Strategy WHITE PAPER MARCH 2015 Integrating Configuration Management Into Your Release Automation Strategy Tim Mueting / Paul Peterson Application Delivery CA Technologies 2 WHITE PAPER: INTEGRATING CONFIGURATION

More information

RightITnow ECM. Overview. The IT Operations Management Solution

RightITnow ECM. Overview. The IT Operations Management Solution The IT Operations Management Solution RightITnow ECM Overview RightITnow ECM (Event Correlation Manager) is a multi-source event correlation and IT operations management solution that aggregates, filters

More information