Bart Steegmans. GSE meeting 3 June IBM Corporation
|
|
|
- Annabella Smith
- 9 years ago
- Views:
Transcription
1 DB2 for z/os Data Sharing for Everybody Bart Steegmans GSE meeting 3 June 2010
2 Agenda What is DB2 data sharing and why would you want it? DB2 Data Sharing Architecture Increased availability Systems management Workload management Summary Many thanks to Michael Dewert, Jeff Josten and Mark Rader for allowing me to use parts of their material. 1
3 DB2 for z/os Data Sharing What and why? 2
4 The world has changed When DB2 Data sharing was introduced in 1995 Only for the happy few At that t time the major reason was capacity growth A lot has changed since Increased availability needs with ALL customers Fewer opportunities for planned outages Unplanned outages can cause a disaster for the business Server consolidations If you are not using DB2 data sharing already, maybe this is a good time to look into what it can bring to your installation 3
5 DB2 Data Sharing Definitions iti DB2 data sharing allows applications running on more than one DB2 subsystem to read and write to the same set of data concurrently DB2 data sharing allows customers to provide highest level of scalability, performance and continuous availability Group: DSN0A to enterprise applications DB1A that use DB2 data Local Locks (IRLM) DB2A Local Locks (IRLM) Local Buffer Pools SCA Locks GBP Local Buffer Pools Catalog Directory User Data BSDS Logs Work Files Runtime Libraries BSDS Logs Work Files Runtime Libraries 4
6 Alternative Parallel DBMS Architectures Node 1 Node 2 Node n... Shared Nothing (SN) Database is partitioned No disks are shared amongst the nodes Distributed commit is necessary Data repartioning necessary as nodes are added Susceptible to skewed access patterns Node 1 Node 2 Node n... Coupling Technology Node 1 Node 2 Node n... Shared Disks (SDi) No database partition necessary But partitioning can give better performance Strong fail-over characteristics Dynamic load balancing Inter-node concurrency and coherency control mechanisms are needed Messaging overhead limits scalability Shared Data (SDa) Adaptation of SDi Coupling facility is used as hardware assist for efficient concurrency and coherency control Strong fail-over and load balancing as with SDi Flexible growth Messaging overhead minimized, excellent scalability 5
7 Why DB2 Data Sharing? General drivers Capacity: outgrow single system size Avoid splitting the databases Continuous availability requirements Protect against planned and unplanned outages Easier growth accommodation and cost effectiveness Need scalable, non-disruptive growth Dynamic workload balancing Effective utilization of available MIPS for mixed workloads Handle unpredictable workload spikes System consolidation i for easier systems management Application Investment Protection SQL interface is unchanged for data sharing Applications do not need to become "cluster aware" Turbo Charger for existing applications 6
8 Why DB2 Data Sharing -2? Leverage existing infrastructure Enhanced Operational Capability Enhanced Return On Investment Better leverage of your investment in the mainframe Low Risk Implementation as technology is proven Low cost or high cost implementation choices available 7
9 DB2 for z/os Data Sharing Architecture 8
10 Parallel l Sysplex (PSX) Scalable Capacity Flexible Configuration Workload Balancing 7x24 Availability Single System Image Sysplex Timer Protocol (STP) PSX Components: Sysplex Timer Protocol (STP) Sysplex Timers Coupling Facility (CF) LPARs High-speed shared memory CF Control Code (CFCC) Structures (Lock, Cache, List) CF Links CF Resource Management (CFRM) Policy Cross-System Extended Services (XES), part of z/os FICON 9
11 DB2 Data Sharing Basics A DB2 Data Sharing Group consists of: 2 or more DB2 members with a single Catalog/Directory 1-way data sharing initially, for migration, etc. Active and archive logs for each member Use log record sequence number (LRSN) instead of RBA DB2 and User data on shared disk For DB2 use, Coupling Facilities (CFs) contain: 1 Lock structure per data sharing group 1Sh Shared dcommunications i Area (SCA) per group Multiple Group Buffer Pools (GBP) per group 1 GBP per Buffer Pool containing shared data GBP0, GBP8K0, GBP16K0, GBP32K0 required 10
12 DB2 Data Sharing Implementation Steps Coupling Facilities SCA LOCK1 Group BP Sysplex Timer Protocol (STP) DB2A DB2B IRLM Buffer Pools IRLM Buffer Pools 1-way Data Sharing 2-way Data Sharing Shared DASD DB2A Log DB2B Log DB2 Cat/Dir DB2 DBs 11
13 DB2 N-way Data Sharing Coupling Facilities SCA LOCK1 Group BP Sysplex Timer Protocol (STP) DB2A DB2B DB2n IRLM Buffer Pools IRLM Buffer Pools IRLM Buffer Pools... Shared DASD DB2A Log DB2B Log... DB2n Log DB2 Cat/Dir DB2 DBs 12
14 Citi Critical lperformance Factors Two factors to preserving data integrity in a data sharing environment Inter-system concurrency control - global locking Multiple readers OR One writer Inter-system buffer coherency control managing changed data When one system changes data rows that also reside in other system(s) "Data sharing overhead" is attributable to the extra CPU cost needed to manage these two factors Thousands to tens of thousands of messages per second not a problem on a well designed d system 13
15 Inter-system t Concurrency Control Global locking using PSX Coupling Technology: Node1 Node2 Tx1: Lock A (no wait) usec Tx2: Lock Lock B Structure (no wait) Coupling Facility Cost of obtaining lock does not increase when adding (3rd through nth) DBMS instances (scalability) 14
16 Inter-system t Buffer Coherency Control Managing changed data using PSX Coupling Technology: Node1 Tx1: Update page P1 BP Commit Write P1 & send XI (2) * (no wait) Store-in caching (1) usec Group Coupling Buffer Facility (2) Pool (3) Coupling Facility usec usec Node2 Tx2: Read and Register P1 (1) Access P1: P1 is invalid Refresh P1(3) BP P1 P1 XP1 * Cross-invalidate (XI) to other member without interrupt. 15
17 CASTOUT processing CASTOUT is the process that hardens changed pages in the GBP to disk. CASTOUT will occur when: CLASST exceeded Analogous to VDWQT GBPOOLT exceeded Analogous to DWQT GBP checkpoint No more inter-db2 interest in the page set GBP being rebuilt, but alternate GBP is not big enough to contain cached pages DB2A Castout Buffer Local Buffer Pool Shared Data Castout Global Buffer Pool DB2B Local Buffer Pool 16
18 Design Goals - Data Sharing Performance Little or no performance impact if data not actually shared, i.e. if no inter-db2 R/W interest Dynamic recognition of sharing Minimal and acceptable CPU overhead if inter-db2 R/W interest exists Overhead will vary based on individual workload characteristics Near-linear scalability when adding 3 rd through n th nodes Incur majority of data sharing overhead going from 1-way to 2-way Beyond 2-way, additional overhead is minimal 17
19 DB2 Data Sharing OLTP Scalability IMS/TM with DB2 V4 OLTP workload 96.75% of ideal scalability from 2 to 8 nodes demonstrated 18
20 Data Sharing Performance Summary CPU cost of data sharing varies based on: CF access intensity for locking and caching. This varies based on: Percentage of CPU time in DB2 Degree of read/write sharing Number of locks obtained Access rate to shared data Insert/delete t intensity it Release of DB2 Hardware configuration Lock contention rates Data sharing cost varies from one workload to another 'Typical' 2-way data sharing overhead about 10% Important: this is relative to the workload, not an address space Individual jobs/transactions may have higher overhead < 0.5% added cost per member past 2-way 19
21 Data Sharing Performance in Production Host CPU effect with primary application involved in data sharing 10% is a typical average Scalability and performance for real life customer workloads Industry Trx Mgr / DB Mgr z/os Images CF access per Mi % of used capacity Pharmacy CICS/DB % Insurance CICS/IMS+DB % Banking IMS/IMS+DB % Transportation CICS/DB % Banking IMS/IMS+DB % Retail CICS/DB2+IMS 3 4 5% Shipping CICS/DB2+IMS 2 8 9% Note: Mi stands for million instructions 20
22 DB2 for z/os Data Sharing Increased availability 21
23 Design for High Availability Most single points of failure eliminated: DB2 subsystem or z/os system CPC (or CEC) I/O path Goal: Continuous availability across planned or unplanned outage of any single hardware or software element Strategy: Remove all causes for planned outages Build on legacy of robust, fault tolerant MVS components On a failure: Isolate failure to lowest granularity possible Automate recovery and recover fast 22
24 DB2 Member Outage Planned "Rolling" maintenance One DB2 stopped at a time DB2 data continuously available via the N-1 members DB2 Group DB2A DB2B X X.... Other members temporarily pick up work of the member that is down Batch work can be offloaded to another member with more available capacity to reduce the batch window Applies to hardware and operating system changes too Rolling IPLs KEY TO SUCCESS: Applications must be able to run on more than one DB2 member! DB2n 23
25 DB2 Release Migration DB2 Data Sharing Group can be available and applications executing - across release migrations N/N+1 release levels can coexist Coexistence of mixed releases in a data sharing group can add complexity Consult DB2 manual, Data Sharing: Planning and Administration for details Process: Apply SPE to each DB2 member Restart each DB2 member Put in new release Restart each DB2 member Catalog migration done once per data sharing group Catalog migration locks some of the catalog Recommendation: Perform during a period of low activity 24
26 DB2 Member Outage Unplanned The other "surviving" members remain up and running The architecture t allows all members to access all portions of the data base Work can be dynamically routed away from the failed DB2 member assuming applications can run on >1 DB2 DB2 Group DB2A DB2B.... The failed member holds "retained locks" to protect inconsistent data from being accessed by other members MVS Automatic Restart Manager (ARM) can automatically restart failed DB2 members Restart Light minimizes impact of LPAR failures DB2n 25
27 Coupling Facility Outages Planned outages: use the z/os operator command to "rebuild" REBUILD moves the structures to another CF LPAR No outage to data sharing group REALLOCATE to move back DB2A Unplanned outages: the system automatically recovers the lost structures Lock & SCA are dynamically rebuilt into alternate CF Spare CF capacity required to house the structures White space part of CF capacity planning GBPs must be duplexed for high availability DB2 for z/os allows duplexing of Lock and SCA but duplexing not necessary for high availability Unless in a 2-ICF configuration. CF1 DB2B... CF2 26
28 Duplexing 2Ki Kinds User-managed duplexing Applies to GBPs User = DB2; DB2 is responsible for managing two structures in different CF LPARs System-managed duplexing Applies to LOCK1 and SCA XES (z/os) is responsible for managing two structures t in different CF LPARS DB2 is not aware of second structure Everything happens on the primary, then on the secondary Recommended if CFs run on Internal Coupling Facilities (ICFs) and co-reside on CEC with DB2 members Avoid double failure scenario More expensive than DB2 s user managed duplexing (more CF requests) For best availability and performance, ensure that Lock and SCA are failure-isolated from the DB2 members 27
29 GBP Duplexing Allocate secondary GBP on alternate CF Write changed pages to both primary and secondary If loss of connectivity or loss of structure - Switch to secondary (seconds) No rebuild required; changed pages already in GBP Cross-invalidate buffers and gradually repopulate directory entries No application outage unless both primary and secondary GBPs are lost Always enable GBP duplexing Minimal performance overhead Can avoid long outage time in case of CF failure 28
30 V5 GBP Duplexing Recovery IRWW workload Measured at 08/22/98 29
31 Parallel l Sysplex Configurations A CF01 B CF01 DB2A DB2B DB2A DB2B CF02 ICF02 C DB2A DB2B D DB2A DB2B ICF02 ICF01 ICF01 ICF02 30
32 Parallel l Sysplex Configurations A A: Traditional configuration LOCK1 and SCA in one CF Duplexed GBPs spread across both CFs Primary and secondary GBPs balanced based on load B C B: One Integrated CF (ICF), one external CF LOCK1 and SCA in external CF Duplexed GBPs spread across both CFs Primary GBP in ICF has advantages for local DB2 C: Two ICF configuration Lock1 and SCA duplexed; allocated in both CFs System-managed duplexing Performance implication for LOCK1 requests Duplexed GBPs spread across both CFs Primary GBP in ICF has advantages for local DB2 31
33 Sysplex in a Box Some SAP customers use this configuration to avoid planned outages Still at risk of unplanned outages, especially hardware MVSA DB2A MVSB DB2B ICF01 ICF02 32
34 Disaster Recovery (DR) Planning Many disaster recovery techniques are available and used PTAM XRC GDPS Don t forget to delete the DB2 CF structures before starting up at the remote site!!! HyperSwap to protect against DASD failures Used by GDPS for site failover z/os 1.10 Basic Hyperswap for local site availability (not DR) Recommendation: Practice Disaster Recovery processes and procedures
35 Geographically Dispersed Parallel l Sysplex Single System z Parallel Sysplex GDPS Site 1 Site 1 Site 1 Site 2+ System z 34
36 DB2 for z/os Data Sharing Systems management 35
37 Systems management Requires a parallel sysplex New hardware CF, CF links, Sysplex Timer Protocol (STP),.. New software components XCF, XES, CFRM policy,.. Existing software behaves different Eg. DB2 needs different structures t in the CF,.. Not just DB2, but also MVS, IMS, CICS, Don t rush into it Build knowledge! Carefully design, set up, test DR will be have to be adjusted as well 36
38 Systems Management -2 Goal: Single - system image DB2 data sharing "ease of use features: Command prefix support Group attachment name DDL, Bind, utilities, authorization are all "group scope" Single DDF location name for the DB2 data sharing group Subset: LOCATION ALIAS "Group scope" on display output "Group scope" for online performance monitors Log merging g for replication (IFCID 306) Network Transaction Managers CICS WAS IMS TM DDF Appl Appl Appl Appl Appl DB2 data sharing group z/os Parallel Sysplex 37
39 DB2 for z/os Data Sharing Workload management 38
40 Dynamic Workload Balancing Workload Manager (WLM) CICSPlex System Manager (CPSM) Route workload between CICS TORs and AORs Network IMS Transaction Manager (TM) Shared message queues Transaction Managers BMPs WebSphere Connection pooling Connection concentration Distributed access (DDF) Dynamic Virtual IP Addressing (DVIPA) Sysplex Distributor CICS WAS IMS TM DDF Appl Appl Appl Appl Appl DB2 data sharing group z/os Parallel Sysplex 39
41 on WebSphere To exploit DB2 Data Sharing workload balancing and transparent failover, both, application server connection pool AND connection concentrator/ connection pool should be used Application Server Applicati Resource Adapter JCA Connection Manager DB Connection Pool JVM DB2 Universal Driver JDBC/SQLJ Logical Connection 1 Transport Logical 1 pooled connections Connection 2 Logical Connection 3 disconnect at commit/rollback Transport 2 to DB2 Data Sharing Group CF 40
42 Sysplex Distributor ib t and DVIPA DB2 Universal Driver JDBC/SQLJ IBM Data Server Driver or DB2 Connect First connection through Sysplex Distributor ib t determines to which h DB2 member the requester will attach -Workload Balancing -Availability CONNECT TO GroupIP DB2 Universal Driver JDBC/SQLJ Or DB2 Connect Sysplex Distributor CF Pooled connections to DB2 Data Sharing Group CONNECT TO GroupIP 41
43 DB2 for z/os Data Sharing Applications changes 42
44 Application Changes? SQL interface does not change However, locking and commit frequency may impact data sharing performance Commit frequently long time recommendation (Also applies to non-data sharing) Take advantage of lock avoidance ISO(CS) and CURRENTDATA NO New messages and return codes Applications should be able to run on more than one DB2 member for high availability Summary: Turbo Charger for existing applications 43
45 Does data sharing allow parallelism? li V3 TCB (originating i task) I/O Parallelism Single Execution Unit Multiple I/O streams V4 CP Parallelism Multiple Execution Units Each has a single I/O stream SRBs (parallel tasks) V5 Sysplex Query Parallelism Sysplex Query Parallelism Parallel l tasks spread across Parallel l Sysplex Processor Processor Processor Memory Memory Memory I/O Channel I/O Channel I/O Channel 44
46 Best Practices Can Help You Improve Availability Tune for fast DB2 restarts Tune RETLWAIT system parameter to wait for incompatible retained locks instead of immediate rejection Use Restart Light for LPAR failures Combine with z/os Automatic Restart Manager (ARM) Use GBP Duplexing Utilize rolling software upgrades Use advanced disaster recovery features Performance High performance insert Minimize lock contention ISO(CS) CURRENTDATA(NO) or ISO(UR) to encourage lock avoidance and minimize impact of retained locks Commit frequently! Avoid XIs due to directory reclaims 45
47 Best Practices Can Help You Improve -2 Avoid affinity routing Sysplex-enable applications to run on multiple l DB2 members Symmetry of group brings operational simplicity, makes it easy to scale out horizontally, and easier to roll software maintenance Remove application affinities to specific DB2 members so that connections can be dynamically rerouted to other members Achieve much better high availability if affinity routing is avoided Avoid limiting access to an object from a single member Makes continuous availability unworkable Retained X page set P-lock prevents access from other members until failed member completes forward phase of restart 46
48 DB2 Data Sharing Should Be in Your Life Data sharing technology provides the base to allow DB2 to deliver continuous availability and nearly unlimited scalability into the future DB2 Data Sharing is a proven technology Many customers in DB2 data sharing production Work is ongoing to deliver further data sharing enhancements in future releases 47
49 DB2 for z/os Data Sharing Summary 48
50 DB2 data sharing and Parallel l Sysplex Grow capacity More tran/sec Reduce ET for single query by exploiting sysplex CPU // Increase availability Unplanned outages Planned outages Rolling maintenance Workload distribution Group: DSN0A BSDS Logs DB1A Local Locks (IRLM) Local Buffer Pools Work Files Catalog Directory Runtime Libraries SCA Locks GBP User Data BSDS Logs DB2A Local Locks (IRLM) Local Buffer Pools Work Files Runtime Libraries 49
51 Enhanced Operational Capability and Return On Investment Have you already invested heavily in system infrastructure? Not getting full value from that investment? Leverage existing investment and achieve step change in operational capability Significant improvement to in-site operational recovery capability New model for in-site it failover can be enabled vs. full Disaster Recovery invocation Better utilisation of existing system resources through workload balancing Removing scaling factors that might inhibit M&A activity 50
52 Low Implementation ti Risk Well proven technology Widespread deployment around worldwide global customer community Global experience and skills Evolve to target environment with incremental change Target applications with demanding requirements for continuous availability 51
53 You are in good company fiserv. 52
54 Thank you Questions? 53
55 Disclaimer Copyright IBM Corporation All rights reserved. US U.S. Government tusers Restricted ti t drights - Use, duplication or disclosure restricted t by GSA ADP Schedule Contract with IBM Corp. THE INFORMATION CONTAINED IN THIS PRESENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY OF THE INFORMATION CONTAINED IN THIS PRESENTATION, 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 PRESENTATION OR ANY OTHER DOCUMENTATION. NOTHING CONTAINED IN THIS PRESENTATION 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 ANY AGREEMENT OR LICENSE GOVERNING THE USE OF IBM PRODUCTS AND/OR SOFTWARE. IBM, the IBM logo, ibm.com, and DB2 are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol ( or ), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at Copyright and trademark information at 54
DB2 z/os Data Sharing
Stephan Arenswald DB2 z/os Data Sharing [email protected] 05.07.2011 DB2 z/os Data Sharing Ich / Me / ぼく Entwickler am IBM Tivoli OMEGAMON XE for DB2 Performance Expert on z/os Seit über 2 Jahren fest angestellt,
Consolidated Service Test
CST2Q16 (RSU1606) July 5, 2016 Prepared by: CST Team As part of IBM's commitment to quality and continuous improvement, IBM established the Consolidated Service Test (CST) team consisting of cross product
How To Choose A Business Continuity Solution
A Business Continuity Solution Selection Methodology Ellis Holman IBM Corp. Tuesday, March 13, 2012 Session Number 10387 Disclaimer Copyright IBM Corporation 2010. All rights reserved. U.S. Government
SHARING: NEW FLEXIBILITY. http://www.db2mag.com/db_area/archives/1996/q4/9601beu.shtml. Sysplex and DB2: Version 4 Data Sharing
Page 1 of 11 http://www.db2mag.com/db_area/archives/1996/q4/9601beu.shtml Sysplex and DB2: Version 4 Data Sharing By David Beulke Winter 1996 Printer-Friendly Version Email this Story Bookmark to del.ico.us
The Benefits of Virtualizing
T E C H N I C A L B R I E F The Benefits of Virtualizing Aciduisismodo Microsoft SQL Dolore Server Eolore in Dionseq Hitachi Storage Uatummy Environments Odolorem Vel Leveraging Microsoft Hyper-V By Heidi
VERITAS Business Solutions. for DB2
VERITAS Business Solutions for DB2 V E R I T A S W H I T E P A P E R Table of Contents............................................................. 1 VERITAS Database Edition for DB2............................................................
IBM TotalStorage IBM TotalStorage Virtual Tape Server
IBM TotalStorage IBM TotalStorage Virtual Tape Server A powerful tape storage system that helps address the demanding storage requirements of e-business storag Storage for Improved How can you strategically
Big data management with IBM General Parallel File System
Big data management with IBM General Parallel File System Optimize storage management and boost your return on investment Highlights Handles the explosive growth of structured and unstructured data Offers
z/os Data Replication as a Driver for Business Continuity
z/os Data Replication as a Driver for Business Continuity Karen Durward IBM August 9, 2011 Session Number 9665 Important Disclaimer Copyright IBM Corporation 2011. All rights reserved. U.S. Government
Memory-to-memory session replication
Memory-to-memory session replication IBM WebSphere Application Server V7 This presentation will cover memory-to-memory session replication in WebSphere Application Server V7. WASv7_MemorytoMemoryReplication.ppt
In Memory Accelerator for MongoDB
In Memory Accelerator for MongoDB Yakov Zhdanov, Director R&D GridGain Systems GridGain: In Memory Computing Leader 5 years in production 100s of customers & users Starts every 10 secs worldwide Over 15,000,000
An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database
An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always
The IBM Archive Cloud Project: Compliant Archiving into the Cloud
Christian Bolik, IBM Research & Development, November 2010 The IBM Archive Cloud Project: Compliant Archiving into the Cloud (...or in German: Revisionssichere Ablage in der Cloud) Disclaimer Copyright
CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1
CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level -ORACLE TIMESTEN 11gR1 CASE STUDY Oracle TimesTen In-Memory Database and Shared Disk HA Implementation
IBM Tivoli Storage Manager Version 7.1.4. Introduction to Data Protection Solutions IBM
IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM Note: Before you use this
Bigdata High Availability (HA) Architecture
Bigdata High Availability (HA) Architecture Introduction This whitepaper describes an HA architecture based on a shared nothing design. Each node uses commodity hardware and has its own local resources
IBM DB2 specific SAP NetWeaver Business Warehouse Near-Line Storage Solution
IBM DB2 specific SAP NetWeaver Business Warehouse Near-Line Storage Solution Karl Fleckenstein ([email protected]) IBM Deutschland Research & Development GmbH June 22, 2011 Important Disclaimer
Building the perfect cloud with IBM System z
IBM Systems and Technology Thought Leadership White Paper June 2011 Building the perfect cloud with IBM System z A cloud computing platform that leverages the strengths of industry-leading mainframe technology
2792 - Leveraging WebSphere Commerce for Search Engine Optimization (SEO)
2792 - Leveraging WebSphere Commerce for Search Engine Optimization (SEO) Walfrey Ng, Development Manger, WebSphere Commerce Srini Rangaswamy, Product Manager, WebSphere Commerce IBM s statements regarding
Disaster Recovery for Oracle Database
Disaster Recovery for Oracle Database Zero Data Loss Recovery Appliance, Active Data Guard and Oracle GoldenGate ORACLE WHITE PAPER APRIL 2015 Overview Oracle Database provides three different approaches
Module 14: Scalability and High Availability
Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High
FICON Extended Distance Solution (FEDS)
IBM ^ zseries Extended Distance Solution (FEDS) The Optimal Transport Solution for Backup and Recovery in a Metropolitan Network Author: Brian Fallon [email protected] FEDS: The Optimal Transport Solution
Recommendations from DB2 Health Check Studies: Speed of Recovery
Recommendations from DB2 Health Check Studies: Speed of Recovery John Campbell & Florence Dubois IBM DB2 for z/os Development [email protected] [email protected] 2012 IBM Corporation Disclaimer/Trademarks
Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software
Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication September 2002 IBM Storage Products Division Raleigh, NC http://www.storage.ibm.com Table of contents Introduction... 3 Key
Symantec NetBackup OpenStorage Solutions Guide for Disk
Symantec NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 7.6 Symantec NetBackup OpenStorage Solutions Guide for Disk The software described in this book is furnished under a
IBM RATIONAL PERFORMANCE TESTER
IBM RATIONAL PERFORMANCE TESTER Today, a major portion of newly developed enterprise applications is based on Internet connectivity of a geographically distributed work force that all need on-line access
Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB
Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Executive Summary Oracle Berkeley DB is used in a wide variety of carrier-grade mobile infrastructure systems. Berkeley DB provides
Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building Blocks. An Oracle White Paper April 2003
Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building Blocks An Oracle White Paper April 2003 Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building
BMC Mainframe Solutions. Optimize the performance, availability and cost of complex z/os environments
BMC Mainframe Solutions Optimize the performance, availability and cost of complex z/os environments If you depend on your mainframe, you can rely on BMC Sof tware. Yesterday. Today. Tomorrow. You can
IMS Disaster Recovery Overview
IMS Disaster Recovery Overview Glenn Galler [email protected] IBM Advanced Technical Skills (ATS) August 8, 2012 (1:30-2:30 pm) IBM Disaster Recovery Solutions IMS Recovery Solutions IMS databases are
Performance and scalability of a large OLTP workload
Performance and scalability of a large OLTP workload ii Performance and scalability of a large OLTP workload Contents Performance and scalability of a large OLTP workload with DB2 9 for System z on Linux..............
The Benefits of POWER7+ and PowerVM over Intel and an x86 Hypervisor
The Benefits of POWER7+ and PowerVM over Intel and an x86 Hypervisor Howard Anglin [email protected] IBM Competitive Project Office May 2013 Abstract...3 Virtualization and Why It Is Important...3 Resiliency
Informix Dynamic Server May 2007. Availability Solutions with Informix Dynamic Server 11
Informix Dynamic Server May 2007 Availability Solutions with Informix Dynamic Server 11 1 Availability Solutions with IBM Informix Dynamic Server 11.10 Madison Pruet Ajay Gupta The addition of Multi-node
SAP HANA SPS 09 - What s New? SAP HANA Scalability
SAP HANA SPS 09 - What s New? SAP HANA Scalability (Delta from SPS08 to SPS09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All rights reserved. 1 Disclaimer This
Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010
Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,
IBM s Information Management System (IMS) is still one of the most popular OnLine Transaction Processing (OLTP) systems in the world with more than
IBM s Information Management System (IMS) is still one of the most popular OnLine Transaction Processing (OLTP) systems in the world with more than 50 billion transactions running through IMS databases
ORACLE DATABASE 10G ENTERPRISE EDITION
ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.
IBM WebSphere Application Server Communications Enabled Applications
IBM WebSphere Application Server Communications Enabled Applications Configuring a CEA environment 2011 IBM Corporation This presentation describes how to configure a WebSphere Application Server environment
Red Hat Enterprise linux 5 Continuous Availability
Red Hat Enterprise linux 5 Continuous Availability Businesses continuity needs to be at the heart of any enterprise IT deployment. Even a modest disruption in service is costly in terms of lost revenue
Practical Performance Understanding the Performance of Your Application
Neil Masson IBM Java Service Technical Lead 25 th September 2012 Practical Performance Understanding the Performance of Your Application 1 WebSphere User Group: Practical Performance Understand the Performance
Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit.
Is your database application experiencing poor response time, scalability problems, and too many deadlocks or poor application performance? One or a combination of zparms, database design and application
UPSTREAM for Linux on System z
PRODUCT SHEET UPSTREAM for Linux on System z UPSTREAM for Linux on System z UPSTREAM for Linux on System z is designed to provide comprehensive data protection for your Linux on System z environment, leveraging
Quantum StorNext. Product Brief: Distributed LAN Client
Quantum StorNext Product Brief: Distributed LAN Client NOTICE This product brief may contain proprietary information protected by copyright. Information in this product brief is subject to change without
IBM Software Information Management Creating an Integrated, Optimized, and Secure Enterprise Data Platform:
Creating an Integrated, Optimized, and Secure Enterprise Data Platform: IBM PureData System for Transactions with SafeNet s ProtectDB and DataSecure Table of contents 1. Data, Data, Everywhere... 3 2.
EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers
EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is
IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand.
IBM Global Technology Services September 2007 NAS systems scale out to meet Page 2 Contents 2 Introduction 2 Understanding the traditional NAS role 3 Gaining NAS benefits 4 NAS shortcomings in enterprise
Maximum Availability Architecture
Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability
Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics
Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics Please note the following IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice
Windows Embedded Security and Surveillance Solutions
Windows Embedded Security and Surveillance Solutions Windows Embedded 2010 Page 1 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues
Application Brief: Using Titan for MS SQL
Application Brief: Using Titan for MS Abstract Businesses rely heavily on databases for day-today transactions and for business decision systems. In today s information age, databases form the critical
Cloud Based Application Architectures using Smart Computing
Cloud Based Application Architectures using Smart Computing How to Use this Guide Joyent Smart Technology represents a sophisticated evolution in cloud computing infrastructure. Most cloud computing products
Deploying Global Clusters for Site Disaster Recovery via Symantec Storage Foundation on Infortrend Systems
Deploying Global Clusters for Site Disaster Recovery via Symantec Storage Foundation on Infortrend Systems Application Notes Abstract: This document describes how to apply global clusters in site disaster
Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system
Integrated and reliable the heart of your iseries system i5/os the next generation iseries operating system Highlights Enables the legendary levels of reliability and simplicity for which iseries systems
Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware
Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery
High availability options for IBM Rational License Key Server
High availability options for IBM Rational License Key Server Pankaj Sharma October 15, 2012 Page 1 of 13 INTRODUCTION...3 HIGH AVAILABILITY OF LICENSES FOR RATIONAL APPLICATIONS...4 THREE-SERVER REDUNDANCY...5
Overview. Business value
PRODUCT SHEET CA VM:Backup for z/vm CA VM:Backup for z/vm CA VM:Backup for z/vm (CA VM:Backup) provides an efficient and reliable means of backing up CMS and non-cms data in z/vm and mainframe Linux systems.
Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale
WHITE PAPER Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale Sponsored by: IBM Carl W. Olofson December 2014 IN THIS WHITE PAPER This white paper discusses the concept
Deploying a private database cloud on z Systems
Deploying a private database cloud on z Systems How DPS evolved over time and what is coming next SAP on z IBM Systems Conference Holger Scheller - IBM April 13 th, 2016 Trademarks The following are trademarks
Industry Models and Information Server
1 September 2013 Industry Models and Information Server Data Models, Metadata Management and Data Governance Gary Thompson ([email protected] ) Information Management Disclaimer. All rights reserved.
ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA
ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA SUMMARY ONE PLATFORM FOR ALL DATA WOULD YOU LIKE TO SAVE 20% TO 30% ON YOUR STORAGE SPEND? We can
COMPARISON OF VMware VSHPERE HA/FT vs stratus
COMPARISON OF VMware VSHPERE HA/FT vs stratus ftserver SYSTEMS White Paper 2 Ensuring Availability of Virtualized Business-Critical Applications in an Always-On World Introduction Virtualization has become
Chapter 1 - Web Server Management and Cluster Topology
Objectives At the end of this chapter, participants will be able to understand: Web server management options provided by Network Deployment Clustered Application Servers Cluster creation and management
Information Management for System z. IMS - Information Management System - Transaction Monitor Part -
Information Management for System z IMS - Information Management System - Transaction Monitor Part - Thilo Liedloff Technical Sales / IT-Specialist IMS 18.09.2009 2008 IBM Corporation What is IMS? YOU
A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES
A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES By: Edward Whalen Performance Tuning Corporation INTRODUCTION There are a number of clustering products available on the market today, and clustering has become
SuSE Linux High Availability Extensions Hands-on Workshop
SHARE Orlando August 2011 SuSE Linux High Availability Extensions Hands-on Workshop Richard F. Lewis IBM Corp [email protected] Trademarks The following are trademarks of the International Business Machines
WebSphere Business Monitor
WebSphere Business Monitor Administration This presentation will show you the functions in the administrative console for WebSphere Business Monitor. WBPM_Monitor_Administration.ppt Page 1 of 21 Goals
EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers
EMC VPLEX FAMILY Continuous Availability and Data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is
SQL Server 2014 New Features/In- Memory Store. Juergen Thomas Microsoft Corporation
SQL Server 2014 New Features/In- Memory Store Juergen Thomas Microsoft Corporation AGENDA 1. SQL Server 2014 what and when 2. SQL Server 2014 In-Memory 3. SQL Server 2014 in IaaS scenarios 2 SQL Server
BROCADE PERFORMANCE MANAGEMENT SOLUTIONS
Data Sheet BROCADE PERFORMANCE MANAGEMENT SOLUTIONS SOLUTIONS Managing and Optimizing the Performance of Mainframe Storage Environments HIGHLIGHTs Manage and optimize mainframe storage performance, while
Tuning U2 Databases on Windows. Nik Kesic, Lead Technical Support
Tuning U2 Databases on Windows Nik Kesic, Lead Technical Support Nik Kesic s Bio Joined unidata in 1995 ATS (Advanced Technical Support), U2 Common Clients and DB tools College degree in Telecommunications
IBM Cognos Controller Version 10.2.0. New Features Guide
IBM Cognos Controller Version 10.2.0 New Features Guide Note Before using this information and the product it supports, read the information in Notices on page 9. Product Information This document applies
TSM (Tivoli Storage Manager) Backup and Recovery. Richard Whybrow Hertz Australia System Network Administrator
TSM (Tivoli Storage Manager) Backup and Recovery Richard Whybrow Hertz Australia System Network Administrator 2 Preparation meets success 3 Hertz Service Delivery Hertz has over 220 car hire locations
IMS Disaster Recovery
IMS Disaster Recovery Part 1 Understanding the Issues February 5, 2008 Author Bill Keene has almost four decades of IMS experience and is recognized world wide as an expert in IMS recovery and availability.
SAN Conceptual and Design Basics
TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer
New SMTP client for sending Internet mail
IBM Software Group Enterprise Networking Solutions z/os V1R11 Communications Server New SMTP client for sending Internet mail z/os Communications Server Development, Raleigh, North Carolina This presentation
Data Deduplication: An Essential Component of your Data Protection Strategy
WHITE PAPER: THE EVOLUTION OF DATA DEDUPLICATION Data Deduplication: An Essential Component of your Data Protection Strategy JULY 2010 Andy Brewerton CA TECHNOLOGIES RECOVERY MANAGEMENT AND DATA MODELLING
IBM System Storage DS5020 Express
IBM DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage Highlights Mixed host interfaces support (Fibre Channel/iSCSI) enables SAN tiering Balanced performance well-suited
be architected pool of servers reliability and
TECHNICAL WHITE PAPER GRIDSCALE DATABASE VIRTUALIZATION SOFTWARE FOR MICROSOFT SQL SERVER Typical enterprise applications are heavily reliant on the availability of data. Standard architectures of enterprise
Server Consolidation with SQL Server 2008
Server Consolidation with SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 supports multiple options for server consolidation, providing organizations
Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008
Best Practices Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Installation and Configuration Guide 2010 LSI Corporation August 13, 2010
EMC Unified Storage for Microsoft SQL Server 2008
EMC Unified Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON and EMC FAST Cache Reference Copyright 2010 EMC Corporation. All rights reserved. Published October, 2010 EMC believes the information
IBM Software Information Management. Scaling strategies for mission-critical discovery and navigation applications
IBM Software Information Management Scaling strategies for mission-critical discovery and navigation applications Scaling strategies for mission-critical discovery and navigation applications Contents
Online Transaction Processing in SQL Server 2008
Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,
TIBCO ActiveSpaces Use Cases How in-memory computing supercharges your infrastructure
TIBCO Use Cases How in-memory computing supercharges your infrastructure is a great solution for lifting the burden of big data, reducing reliance on costly transactional systems, and building highly scalable,
IBM Communications Server for Linux - Network Optimization for On Demand business
Optimizing your network infrastructure for on demand business IBM Communications Server for Linux - Network Optimization for On Demand business IBM Communications Server for Linux provides a cost-effective
Integrated Application and Data Protection. NEC ExpressCluster White Paper
Integrated Application and Data Protection NEC ExpressCluster White Paper Introduction Critical business processes and operations depend on real-time access to IT systems that consist of applications and
IBM DB2 Near-Line Storage Solution for SAP NetWeaver BW
IBM DB2 Near-Line Storage Solution for SAP NetWeaver BW A high-performance solution based on IBM DB2 with BLU Acceleration Highlights Help reduce costs by moving infrequently used to cost-effective systems
The Methodology Behind the Dell SQL Server Advisor Tool
The Methodology Behind the Dell SQL Server Advisor Tool Database Solutions Engineering By Phani MV Dell Product Group October 2009 Executive Summary The Dell SQL Server Advisor is intended to perform capacity
Microsoft SQL Server Always On Technologies
Microsoft SQL Server Always On Technologies Hitachi Data Systems Contributes Always On Storage Solutions A Partner Solutions White Paper By Rick Andersen and Simon Pengelly December 2006 Executive Summary
Cognos Performance Troubleshooting
Cognos Performance Troubleshooting Presenters James Salmon Marketing Manager [email protected] Andy Ellis Senior BI Consultant [email protected] Want to ask a question?
Using Oracle Real Application Clusters (RAC)
Using Oracle Real Application Clusters (RAC) DataDirect Connect for ODBC Introduction In today's e-business on-demand environment, more companies are turning to a Grid computing infrastructure for distributed
SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery
SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery by Diane Beeler, Consulting Product Marketing Manager, BMC Software and Mati Pitkanen, SQL-BackTrack for Oracle Product Manager, BMC Software
Deploying Exchange Server 2007 SP1 on Windows Server 2008
Deploying Exchange Server 2007 SP1 on Windows Server 2008 Product Group - Enterprise Dell White Paper By Ananda Sankaran Andrew Bachler April 2008 Contents Introduction... 3 Deployment Considerations...
High Availability with Postgres Plus Advanced Server. An EnterpriseDB White Paper
High Availability with Postgres Plus Advanced Server An EnterpriseDB White Paper For DBAs, Database Architects & IT Directors December 2013 Table of Contents Introduction 3 Active/Passive Clustering 4
ERserver. iseries. Work management
ERserver iseries Work management ERserver iseries Work management Copyright International Business Machines Corporation 1998, 2002. All rights reserved. US Government Users Restricted Rights Use, duplication
z/os V1R11 Communications Server System management and monitoring Network management interface enhancements
IBM Software Group Enterprise Networking Solutions z/os V1R11 Communications Server z/os V1R11 Communications Server System management and monitoring Network management interface enhancements z/os Communications
CA Scheduler Job Management r11
PRODUCT SHEET CA Scheduler Job Management CA Scheduler Job Management r11 CA Scheduler Job Management r11 (CA Scheduler JM), part of the Job Management solution from CA Technologies, is a premier z/oscentric
Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server
Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Software, Inc. 257 Turnpike Road; Suite 210 Southborough,
