WEB11 WebSphere extreme Scale et WebSphere DataPower XC10 Appliance : les solutions de caching élastique WebSphere

Size: px
Start display at page:

Download "WEB11 WebSphere extreme Scale et WebSphere DataPower XC10 Appliance : les solutions de caching élastique WebSphere"

Transcription

1 WEB11 WebSphere extreme Scale et WebSphere DataPower XC10 Appliance : les solutions de caching élastique WebSphere Catherine Ezvan Consultante WebSphere IT Specialist certifiée Correspondante IBM auprès du Guide Share France WebSphere cath.ezvan@fr.ibm.com

2 Disclaimer Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion.

3 IBM Vision at a Glance Smarter Planet instrumented interconnected intelligent Green & Beyond New Intelligence Dynamic Infrastructure Smart Work

4 Application Infrastructure Portfolio Adoption Patterns IBM Offerings Application Foundation WebSphere Application Server Family WebSphere smash IBM CICS Transaction Server Intelligent Management WebSphere CloudBurst Appliance WebSphere Virtual Enterprise Extreme Transaction Processing WebSphere extreme Scale WebSphere DataPower XC10 WebSphere Real Time WebSphere Compute Grid

5 Standard Online Transaction Processing Model Users Presentation Static (HTML, JPG, GIF) Logic Java (Servlets, EJBs) Data Relational (IBM DB2, etc.) Dynamic (Servlets, JSPs) Traditional (COBOL, C/C++) Non-Relational (CICS, IBM IMS, etc) Other (VSAM, etc) This is the three tier model you may have heard about It may be physically three tier or physically one tier Logically it s three tier that s the key Works and works well as long as the demands placed on it don t outstrip some element of this which often happens when scaled up

6 Internet Has Opened Up a World of Users Users Compute Resources Think about some of the very large models in today s world: Online banking Online retailing Auction sites Social networking sites Potentially multi-millions of simultaneous users These numbers put enormous strain on the resources need to scale We re using very large here to set the stage to explain why data grids came about. However, extreme Scale can provide cost saving value in any sized environment.

7 Scaling the Presentation and Logic Layer Here s what we often see in response to work demands overwhelming some element of the design: Logical three tier physical one or many Users Data Relational (DB2, etc.) Non-Relational (CICS, IMS, etc) Other (VSAM, etc) Presentation and Logic Scaled Out Scaling out the presentation and logic layers spreads the work The data layer is a another matter more difficult to spread out

8 Scaling the Data Layer Logical three tier physical one or many Users See legend below Share the data -- this is what Parallel Sysplex does Works well proven technology. One physical copy shared between data resource engines with Sysplex management of the data locks Mirror the data -- various data mirroring technologies do this Multiple copies of the data updates to one reflect over to the other Partition the data -- split it across databases Split the data in some fashion and have application go to appropriate data partition

9 Caching Less-Volatile Data When scaling limitations are felt, one of the first things pursued is the caching of data that doesn t change much. General principle: avoid data call if possible. Users Cached Data Less I/O activity against the data subsystems Cached Data Example: basic user profile data for online banking customers or profile information for social networking site. Doesn t change much but it does change sometimes So the invalidation/update model has to be taken into account

10 Application Topologies Today Web Server Tier Application Server Tier Database Tier

11 Modern Application Infrastructure Topology with WebSphere Web Server Tier App Server Tier Elastic Data Grid Database Tier 1 extreme Scale for maximum flexibility covering data and application oriented scenarios 2 XC10 IBM HTTP Server WebSphere Application Server DataPower XC10 for simple data oriented scenarios: HTTP Session Replication Elastic Dynacache Web Side Cache DB2 UDB

12 Innovative Elastic Caching Solutions Data Oriented Session management Elastic DynaCache Web side cache extreme Scale Ultimate flexibility across a broad range of caching scenarios In-memory capabilities for application oriented scenarios Petabyte analytics Data buffer Event Processing Worldwide cache In-memory OLTP In-memory SOA Application Oriented DataPower XC10 Appliance Drop-in cache solution optimized and hardened for data oriented scenarios High density, low footprint improves datacenter efficiency Elastic caching for linear scalability High availability data replication Simplified management, monitoring and administration

13 What is WebSphere extreme Scale? A distributed caching platform. It takes the free memory across a number of Java Virtual Machines (JVM ) and marshals them into one logical cache. New York San Francisco London Shanghai Scales from simple inprocess topologies to powerful distributed topologies. Can be used as a form of in memory database to manage application state. It can be used as a platform for building powerful Extreme Transaction Processing (XTP) / Data Grid applications.

14 Traditional Cache Operation Cache capacity determined by individual JVM Size. Size of each cache = M # JVMs = N Total cache = M Invalidation load per server increases as cluster grows. Cold start servers hit the database. Application Application Application Application A A A New Server with cold cache Invalidation Chatter Invalidation load increases with cluster size Database Application A High load on Database Redundant copies of data at different versions

15 WebSphere extreme Scale Cache Operation Cache capacity determined by total cluster size Size of each cache = M # JVMs = N Total Cache = M x N Application Application E A B E No invalidation chatter Linearly scalable Less load on database and no cold start spikes Application B A Application C D Cache 5x Larger Cache 4x Larger Application D C

16 WebSphere extreme Scale and Distributed Caching: A Primer 3 2 Data is replicated automatically so high availability is automatic DB Data is kept in sync with database automatically (using adapters and technologies like JPA and Hibernate) 1 JVM JVM JVM JVM Data is stored in memory across a set of distributed machines. These machines can be across data centers or geographies. Distributed Cache Application 5 4 As data grows, just add more JVM s Applications use APIs to access, modify and update data -or- they can use a plug-in adapter (e.g. Dynacache for WebSphere Application Server)

17 Tell Me What It Really Means To Applications! DB JVM JVM JVM JVM JVM Application Application Application Consistent application and transaction response times even as data grows! This is referred to as linearly scalable No need to continually re-architect as data and transaction volumes continue to grow and grow Much faster access to data than a traditional database (just a hop over the network) Most of the management of data is automatically handled by W ebsphere extreme Scale WebSphere extreme Scale

18 Interesting! Tell me More!! DB Apps & Data Application JVM Application JVM Application JVM Application JVM Application JVM Imagine what happens when the application lives with the data? The data is hosted in a JVM. Which could be WebSphere Application Server or ANY Java EE application server. Or it can just be a JVM (no application server) any Java SE 1.4+ compliant JVM. The application lives there too. This is called co-location. The application and data are together. It s a marriage! It results in very good application and transaction performance because the application lives with the data, which is in-memory. New application patterns are possible. Cannot get better application / transaction performance than this WebSphere extreme Scale

19 Simple Caching Scenarios Challenges Application makes redundant calls, doing something over and over again, on expensive back-end systems Generally, to access data that does not change much (e.g., user profiles) Offload Redundant Processing Benefits Free up expensive back-end systems for critical tasks Reduce costs of system cycles for repetitive data retrieval Increase performance through inmemory, network cache Challenges Web sites that need better management and automatic fail-over of Web sessions usually WebSphere Commerce, WebSphere Portal or retail-related sites Drop-In HTTP Session Replication Benefits Automatic drop-in WebSphere extreme Scale cache without invasive coding changes Higher availability and performance for revenue-producing applications Challenges Web applications that use (WebSphere Application Server) DynaCache and need better performance and scalability of their caching investment Drop-In extension for DynaCache Benefits Better performance: turbo-charge WebSphere Application Server caching layer via WebSphere extreme Scale drop-in cache with no coding changes

20 WebSphere extreme Scale Non-invasive middleware Lightweight Single JAR, 15MB Integrates with W ebsphere Application Server and stack products WebSphere Business Events WebSphere Commerce IBM ILOG JRules And more! Also supports Non-W ebsphere servers Geronimo, JBoss, and others Enhances existing application infrastructure with little to no application code change

21 WebSphere extreme Scale: It s Not Just for Java Rest Data Service Allows HTTP clients, including.net and AJAX clients, to use and exploit W ebsphere extreme Scale. Rest Service is hosted on application server such as WebSphere Application Server or Tomcat. HTTP Clients WebSphere extreme Scale.Net/WCF AJAX OData Rest Service Grid Database PHP Other

22 WebSphere extreme Scale: Replication and Availability Granular control over where information is placed and replicated New York Application A E London Application Application E F I J Route client transactions to information based on your specifications Application Application B C F G Application Application G H K L Flexible definition of zone Across data centers Specific chassis Rooms in a building Application D H Beijing Application I B Application Application J K A D Application L C 2008 IBM Corporation

23 WebSphere extreme Scale: Native Integration with WebSphere Application Server WebSphere extreme Scale works with all WebSphere Application Server 6.x and 7.x versions WebSphere extreme Scale extends the value of WebSphere Application Server deployments by providing: Session management plug-in for multi data center support Dynamic cache plug-in to turbo-charge existing caching environments JPA / Hibernate side-cache to accelerate existing database queries Session Management Plug-in Dynamic cache service Plug-in Session Initiation Protocol Support JPA / Hibernate Side-cache Global Transaction Integrity Deep Management Integration Programming Models Serviceability WebSphere extreme Scale WebSphere Application Server

24 WebSphere extreme Scale: Tell Me What this Really Means to my Business! 1. Benefit from extreme cost savings for your IT processing Experience rapid time-to-value (payback in as few as 3 months) Achieve high return on investment (ROI) 2. Benefit from investments in your existing assets Extend application server investments (WebSphere Application Server, 3rd party Java application servers, Microsoft.NET) 3. Benefit from better use of your scarce and expensive IT resources Offload redundant data access from databases, LDAP servers, mainframes -- freeing up valuable backend resources and capacity 4. Benefit from high performance architectures to support your growth Provide seamless cache infrastructure across applications Deliver high performance and consistent response times Ensure high availability of critical applications

25 Introducing IBM WebSphere DataPower XC10 Appliance Easy drop in use for common scenarios Scale out with ease Large, elastic cache allows you to scale more economically while providing high Quality of Service Fault tolerance Support for data-oriented caching scenarios without rip & replace Lower risk of data loss while providing continuous availability Flexible and simple user management Simple solution for real world management and monitoring

26 WebSphere DataPower XC10: Easy drop-in use for common scenarios HTTP Session Management WAS Dynamic Cache Service ( Dynacache ) support Web Side Cache Little or no code changes required!

27 WebSphere DataPower XC10: Get Started page links for data caches

28 WebSphere DataPower XC10: Offloaded session management for HTTP requests WebSphere Application Server connects seamlessly to the DataPower XC10 appliance Client code must be installed on W ebsphere Application Server systems Easily configure WebSphere applications to store HTTP session data to a data cache on the DataPower XC10 appliance through the WebSphere Application Sever administrative console Replaces other session replication mechanisms

29 WebSphere DataPower XC10: End-to-end Session Management Scenario WebSphere Application Server side DataPower XC10 appliance side WebSphere Application Server Integrated console 2 Install DataPower XC10 client code DataPower XC10 Appliance console 1 Install DataPower XC10 Appliance DataPow er XC10 session data 3 Configure to use data cache on the DataPower XC10 Appliance for session management 4 Session data can be monitored on the appliance web console Application DataPow er XC10 servlet agent

30 WebSphere DataPower XC10: Dynamic Cache service support DataPower XC10 provides client code and a plug-in for WebSphere Application Server applications to support DynaCache API Allows applications deployed to WebSphere servers to use DataPower XC10 as a drop-in cache, instead of storing cache data in local memory or multiple instances of a disk cache

31 WebSphere DataPower XC10: Web Side Cache Used to store data for fast, lower-cost access than a database Uses ObjectMap APIs from W ebsphere extreme Scale Every time data is needed, the web side cache on the DataPower XC10 Appliance is checked first If the value is not found (cache miss), then the data is retrieved from the backend database and inserted into the cache Client can run in a standard Java EE compliant server environment or in any Java Virtual Machine compliant with Java SE V1.4 or beyond

32 Form Collectives of XC10 Appliances Collectives are a set of appliances which know about each other Allows for failover recovery if one of the appliances in the collective fails Default collective contains the appliance where you logged on Add additional appliances using the console interface Add additional appliance by supplying: Host name or IP address of the appliance to be added Secret key of the appliance to be added Adding one appliance to collective that contains only 1 appliance: Provides failover capability because 2 nd appliance automatically gets replica of all data

33 Flexible and Simple Management Native interfaces for administration and monitoring Relief to simple real world problems! Real-time monitoring that dynamically updates with the number of entries in the grid

34 Built-in console for management and administration How to set up the appliance scenarios for caching

35 WebSphere DataPower XC10: Summary Accelerated Time to Value Reduces the time necessary for install, setup and configuration through out-ofthe-box, drop-in use for simple side cache scenarios, HTTP Session replication and WebSphere Application Server dynamic cache service Simplified management and administration Offers a built-in, simplified administration and monitoring console to enable efficient setup, configuration, and management of the appliance and transaction load within your datacenter Ensures high availability of data for mission-critical applications Scales with simplicity Delivers high performance and consistent response times

36 WebSphere extreme Scale and DataPower XC10: Learn More Download WebSphere extreme Scale for free and build a trial app learn.html Browse the WebSphere extreme Scale Data Sheet ftp://ftp.software.ibm.com/common/ssi/pm/sp/n/wsd14072usen/ WSD14072USEN_HR.PDF Read Rob High s Article on XTP and WebSphere extreme Scale article_xtp.html?open&cm_mmc=5752-_-n-_-vrm_newsletter- _-10481_125043&cmibm_em=dm:0: XC10 Web Site Getting Started Wiki - extreme Scale and XC10 ftp://ftp.software.ibm.com/common/ssi/pm/sp/n/wsd14072usen/ WSD14072USEN_HR.PDF Additional resources Weekly video podcasts covering customers questions and forum posts on the IBM WebSphere extreme Scale product. ibmextremescale#p/a WebSphere Extreme Transaction Processing for Developers Space will discuss various topics for developing and deploying XTP applications and will point out emerging trends, benefits, challenges, and features associated with it. spaces/xtp

37 Backup

38 Offload Redundant Processing: Co-located application Business logic runs in parallel with where the data is stored. This is called co-location. The application and data are together. Results in very good application and transaction performance because the application lives with the data, which is in-memory. DB Application JVM Application JVM Application JVM Application JVM Application JVM Data Grid / Cache

39 Drop-In HTTP Session Replication HTTP sessions can be replicated across servers using extreme Scale A servlet filter that enables session replication can be inserted into any Web application Provides a session persistence approach that is independent of the W ebsphere cell infrastructure WebSphere products can use WebSphere extreme Scale as an upgraded session persistence mechanism Non-WebSphere servers (such as Geronimo or JBoss) can also use this servlet filter

40 Drop-In Dynamic cache service support Allows applications using the WebSphere dynamic cache service to leverage the advanced features and performance improvements of extreme Scale Supports W ebsphere Application Server V6.1 or V7.0 Dynamic cache evictors, dependency-based invalidation functions, and event listeners can be used on the WebSphere extreme Scale cache Dynamic cache can keep statistics for each grid instance

41 WebSphere extreme Scale: Monitoring Tools Support for leading external monitoring products IBM Tivoli Monitoring CA Wily Introscope Hyperic HQ Built-in monitoring with WebSphere Integrated Solutions Console and xsadmin command-line utility

42 WebSphere DataPower XC10: Monitoring Monitor settings: Allow users to monitor load for an application connected to the DataPower XC10 appliance Three view options available: Data grid overview Individual data grid overview Data grid detail reports

IBM WebSphere Distributed Caching Products

IBM WebSphere Distributed Caching Products extreme Scale, DataPower XC10 IBM Distributed Caching Products IBM extreme Scale v 7.1 and DataPower XC10 Appliance Highlights A powerful, scalable, elastic inmemory grid for your business-critical applications

More information

IBM Boston Technical Exploration Center 404 Wyman Street, Boston MA. 2011 IBM Corporation

IBM Boston Technical Exploration Center 404 Wyman Street, Boston MA. 2011 IBM Corporation IBM Boston Technical Exploration Center 404 Wyman Street, Boston MA 2011 IBM Corporation Overview WebSphere Application Server V8 IBM Workload Deployer WebSphere Virtual Enterprise WebSphere extreme Scale

More information

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1.

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. WD31_VirtualApplicationSharedServices.ppt Page 1 of 29 This presentation covers the shared

More information

ORACLE COHERENCE 12CR2

ORACLE COHERENCE 12CR2 ORACLE COHERENCE 12CR2 KEY FEATURES AND BENEFITS ORACLE COHERENCE IS THE #1 IN-MEMORY DATA GRID. KEY FEATURES Fault-tolerant in-memory distributed data caching and processing Persistence for fast recovery

More information

WebSphere Application Infrastructure

WebSphere Application Infrastructure WebSphere Infrastructure Richard Baird Vice President - WebSphere Foundation Development May 2012 Please Note IBM's statements regarding its plans, directions, and intent are subject to change or withdrawal

More information

Ecomm Enterprise High Availability Solution. Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7

Ecomm Enterprise High Availability Solution. Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7 Ecomm Enterprise High Availability Solution Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7 Ecomm Enterprise High Availability Solution Table of Contents 1. INTRODUCTION...

More information

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin. Oracle WebLogic Foundation of Oracle Fusion Middleware Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.com/in/lawrence143 History of WebLogic WebLogic Inc started in 1995 was a company

More information

WebSphere Application Server - Introduction, Monitoring Tools, & Administration

WebSphere Application Server - Introduction, Monitoring Tools, & Administration WebSphere Application Server - Introduction, Monitoring Tools, & Administration presented by: Michael S. Pallos, MBA Senior Solution Architect IBM Certified Systems Expert: WebSphere MQ 5.2 e-business

More information

Driving More Value From OpenVMS Critical Infrastructure in Local and Global Datacenters: A CASE STUDY. Presented by: J. Barry Thompson, CTO Tervela

Driving More Value From OpenVMS Critical Infrastructure in Local and Global Datacenters: A CASE STUDY. Presented by: J. Barry Thompson, CTO Tervela Driving More Value From OpenVMS Critical Infrastructure in Local and Global Datacenters: A CASE STUDY Presented by: J. Barry Thompson, CTO Tervela Case Study: Customer Challenges The Solution Overall Impact

More information

WebSphere Integration Solutions. IBM Day Minsk 2014. Anton Litvinov WebSphere Connectivity Professional Central Eastern Europe

WebSphere Integration Solutions. IBM Day Minsk 2014. Anton Litvinov WebSphere Connectivity Professional Central Eastern Europe WebSphere Integration Solutions IBM Day Minsk 2014 Ann Litvinov WebSphere Connectivity Professional Central Eastern Europe 1 Agenda 1 Understand vision for ESB capabilities 2 Understand DataPower Basics

More information

Big Data Sharing with the Cloud - WebSphere extreme Scale and IBM Integration Bus Integration

Big Data Sharing with the Cloud - WebSphere extreme Scale and IBM Integration Bus Integration Big Data Sharing with the Cloud - WebSphere extreme Scale and IBM Integration Bus Integration Dave Gorman IBM Integration Bus Performance Team Lead IBM Hursley gormand@uk.ibm.com Thursday 15 th August

More information

Private Cloud for WebSphere Virtual Enterprise Application Hosting

Private Cloud for WebSphere Virtual Enterprise Application Hosting Private Cloud for WebSphere Virtual Enterprise Application Hosting Tracy Smith Nationwide Insurance February 7, 2013 Session Number 12884 www.linkedin.com/in/tracysmith2 smitht40@nationwide.com Private

More information

Chapter 1 - Web Server Management and Cluster Topology

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

More information

IBM PureData System for Transactions. Technical Deep Dive. Jonathan Rossi, PureSystems Specialist rossij@us.ibm.com

IBM PureData System for Transactions. Technical Deep Dive. Jonathan Rossi, PureSystems Specialist rossij@us.ibm.com IBM expert integrated system Technical Deep Dive Maria N. Schwenger, PureSystems Specialist schwenge@us.ibm.com Jonathan Rossi, PureSystems Specialist rossij@us.ibm.com IBM PureData System for Transactions

More information

2012 LABVANTAGE Solutions, Inc. All Rights Reserved.

2012 LABVANTAGE Solutions, Inc. All Rights Reserved. LABVANTAGE Architecture 2012 LABVANTAGE Solutions, Inc. All Rights Reserved. DOCUMENT PURPOSE AND SCOPE This document provides an overview of the LABVANTAGE hardware and software architecture. It is written

More information

ScaleArc for SQL Server

ScaleArc for SQL Server Solution Brief ScaleArc for SQL Server Overview Organizations around the world depend on SQL Server for their revenuegenerating, customer-facing applications, running their most business-critical operations

More information

IBM WebSphere Application Server Family

IBM WebSphere Application Server Family IBM IBM Family Providing the right application foundation to meet your business needs Highlights Build a strong foundation and reduce costs with the right application server for your business needs Increase

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION KEY FEATURES AND BENEFITS STANDARD EDITION Java EE 7 full platform support Java SE 8 certification, support Choice of IDEs, development tools and frameworks Oracle Cloud compatibility Industry-leading

More information

In Memory Accelerator for MongoDB

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

More information

Bryan Tuft Sr. Sales Consultant Global Embedded Business Unit bryan.tuft@oracle.com

Bryan Tuft Sr. Sales Consultant Global Embedded Business Unit bryan.tuft@oracle.com Bryan Tuft Sr. Sales Consultant Global Embedded Business Unit bryan.tuft@oracle.com Agenda Oracle Approach Embedded Databases TimesTen In-Memory Database Snapshots Q&A Real-Time Infrastructure Challenges

More information

ScaleArc idb Solution for SQL Server Deployments

ScaleArc idb Solution for SQL Server Deployments ScaleArc idb Solution for SQL Server Deployments Objective This technology white paper describes the ScaleArc idb solution and outlines the benefits of scaling, load balancing, caching, SQL instrumentation

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Application Performance Management for Enterprise Applications

Application Performance Management for Enterprise Applications Application Performance Management for Enterprise Applications White Paper from ManageEngine Web: Email: appmanager-support@manageengine.com Table of Contents 1. Introduction 2. Types of applications used

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! http://www.pass4test.com We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way! http://www.pass4test.com We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : C5050-280 Title : IBM Cloud Computing Infrastructure Architect V1 Vendors

More information

C2030-280.Examcollection.Premium.Exam.34q

C2030-280.Examcollection.Premium.Exam.34q C2030-280.Examcollection.Premium.Exam.34q Number: C2030-280 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ Exam Code: C2030-280 Exam Name: IBM Cloud Computing Infrastructure

More information

Configuration Management of Massively Scalable Systems

Configuration Management of Massively Scalable Systems 1 KKIO 2005 Configuration Management of Massively Scalable Systems Configuration Management of Massively Scalable Systems Marcin Jarząb, Krzysztof Zieliński, Jacek Kosiński SUN Center of Excelence Department

More information

000-280. IBM Cloud Computing Infrastructure Architect V1. Version: Demo. Page <<1/9>>

000-280. IBM Cloud Computing Infrastructure Architect V1. Version: Demo. Page <<1/9>> 000-280 IBM Cloud Computing Infrastructure Architect V1 Version: Demo Page 1.Cloud architectures designed for service delivery and availability of services are extremely important. How is software

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION ORACLE WEBLOGIC SERVER KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION Java EE 6 full platform support plus selected Java EE 7 APIs Java SE 6 and 7 certification Oracle Java SE Support

More information

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Michelle Pregler Ball Emerging Markets Account Executive Shahrukh Niazi Sr.System Consultant Java Solutions Quest Background Agenda

More information

Chapter 2 TOPOLOGY SELECTION. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 TOPOLOGY SELECTION. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 TOPOLOGY SELECTION SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Topology selection criteria. Perform a comparison of topology selection criteria. WebSphere component

More information

IBM z13 for Mobile Applications

IBM z13 for Mobile Applications IBM z13 for Mobile Applications Octavian Lascu Mobile Adopt IBM z Systems Solution Guide IBM z13 for Mobile Applications IBM Redbooks Solution Guide In today s mobile era, over 10 billion devices are accessing

More information

Sponsored by: IBM. February 2010

Sponsored by: IBM. February 2010 W H I T E P A P E R L e v e r a g i n g a D y n a m i c A p p l i c a t i o n I n f r a s t r u c t u r e f o r E f f e c t i v e P r i v a t e C l o u d C o m p u t i n g Sponsored by: IBM Maureen Fleming

More information

IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities.

IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities. Application integration solutions To support your IT objectives IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities. Market conditions and business

More information

The Sierra Clustered Database Engine, the technology at the heart of

The Sierra Clustered Database Engine, the technology at the heart of A New Approach: Clustrix Sierra Database Engine The Sierra Clustered Database Engine, the technology at the heart of the Clustrix solution, is a shared-nothing environment that includes the Sierra Parallel

More information

Liferay Portal Performance. Benchmark Study of Liferay Portal Enterprise Edition

Liferay Portal Performance. Benchmark Study of Liferay Portal Enterprise Edition Liferay Portal Performance Benchmark Study of Liferay Portal Enterprise Edition Table of Contents Executive Summary... 3 Test Scenarios... 4 Benchmark Configuration and Methodology... 5 Environment Configuration...

More information

Converting Java EE Applications into OSGi Applications

Converting Java EE Applications into OSGi Applications Converting Java EE Applications into OSGi Applications Author: Nichole Stewart Date: Jan 27, 2011 2010 IBM Corporation THE INFORMATION CONTAINED IN THIS REPORT IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY.

More information

Scalable Architecture on Amazon AWS Cloud

Scalable Architecture on Amazon AWS Cloud Scalable Architecture on Amazon AWS Cloud Kalpak Shah Founder & CEO, Clogeny Technologies kalpak@clogeny.com 1 * http://www.rightscale.com/products/cloud-computing-uses/scalable-website.php 2 Architect

More information

WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity

WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity Frances Zhao-Perez Alexandra Huff Oracle CAF Product Management Simon Haslam Technical Director O-box Safe Harbor Statement

More information

Learn Oracle WebLogic Server 12c Administration For Middleware Administrators

Learn Oracle WebLogic Server 12c Administration For Middleware Administrators Wednesday, November 18,2015 1:15-2:10 pm VT425 Learn Oracle WebLogic Server 12c Administration For Middleware Administrators Raastech, Inc. 2201 Cooperative Way, Suite 600 Herndon, VA 20171 +1-703-884-2223

More information

The Enterprise Service Bus

The Enterprise Service Bus 1 ESBs: Essential Infrastructure for a Successful SOA March 2005 2 at a glance Customers include world s largest firms! 80% of Global Telecom! 70% of Financial Services in Global 100! Blue Chip System

More information

WebSphere Application Server V6.1 Extended Deployment: Overview and Architecture

WebSphere Application Server V6.1 Extended Deployment: Overview and Architecture Chapter 32 WebSphere Application Server V6.1 Extended Deployment: Overview and Architecture The WebSphere Application Server Extended Deployment (WAS XD) package provides many extensions to existing functionality

More information

Cloud Based Application Architectures using Smart Computing

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

More information

IBM Tivoli Composite Application Manager for WebSphere

IBM Tivoli Composite Application Manager for WebSphere Meet the challenges of managing composite applications IBM Tivoli Composite Application Manager for WebSphere Highlights Simplify management throughout the life cycle of complex IBM WebSphere-based J2EE

More information

Glassfish Architecture.

Glassfish Architecture. Glassfish Architecture. First part Introduction. Over time, GlassFish has evolved into a server platform that is much more than the reference implementation of the Java EE specifcations. It is now a highly

More information

Put a Firewall in Your JVM Securing Java Applications!

Put a Firewall in Your JVM Securing Java Applications! Put a Firewall in Your JVM Securing Java Applications! Prateep Bandharangshi" Waratek Director of Client Security Solutions" @prateep" Hussein Badakhchani" Deutsche Bank Ag London Vice President" @husseinb"

More information

WebSphere XD Virtual Enterprise v7.0: virtualization and infrastructure optimization

WebSphere XD Virtual Enterprise v7.0: virtualization and infrastructure optimization Antonella Bertoletti Executive IT Specialist WebSphere Client Technical Professional Team IBM Software Group WebSphere XD Virtual Enterprise v7.0: virtualization and infrastructure optimization WAS family

More information

<Insert Picture Here> Getting Coherence: Introduction to Data Grids South Florida User Group

<Insert Picture Here> Getting Coherence: Introduction to Data Grids South Florida User Group Getting Coherence: Introduction to Data Grids South Florida User Group Cameron Purdy Cameron Purdy Vice President of Development Speaker Cameron Purdy is Vice President of Development

More information

GigaSpaces Real-Time Analytics for Big Data

GigaSpaces Real-Time Analytics for Big Data GigaSpaces Real-Time Analytics for Big Data GigaSpaces makes it easy to build and deploy large-scale real-time analytics systems Rapidly increasing use of large-scale and location-aware social media and

More information

JBoss & Infinispan open source data grids for the cloud era

JBoss & Infinispan open source data grids for the cloud era JBoss & Infinispan open source data grids for the cloud era Dimitris Andreadis Manager of Software Engineering JBoss Application Server JBoss by Red Hat 5 th Free and Open Source Developer s Conference

More information

CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services

CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services PRODUCT SHEET CA Workload Automation Agents CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services CA Workload Automation Agents extend the automation capabilities

More information

IBM Proof of Technology Discovering business application services, featuring IBM WebSphere Application Server Network Deployment V8

IBM Proof of Technology Discovering business application services, featuring IBM WebSphere Application Server Network Deployment V8 IBM Proof of Technology Discovering business application services, featuring IBM WebSphere Application Server Network Deployment V8 Proof of Technology Introduction Welcome and Introductions Agenda Service

More information

White Paper: 1) Architecture Objectives: The primary objective of this architecture is to meet the. 2) Architecture Explanation

White Paper: 1) Architecture Objectives: The primary objective of this architecture is to meet the. 2) Architecture Explanation White Paper: 1) Architecture Objectives: The primary objective of this architecture is to meet the following requirements (SLAs). Scalability and High Availability Modularity and Maintainability Extensibility

More information

TIBCO ActiveSpaces Use Cases How in-memory computing supercharges your infrastructure

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,

More information

High Availability Implementation for JD Edwards EnterpriseOne

High Availability Implementation for JD Edwards EnterpriseOne High Availability Implementation for JD Edwards EnterpriseOne Ken Yeh, Manager, ERP Systems/JDE Enersource Colin Dawes, Director of Technology Services, Syntax Presentation Abstract Enersource Corporation

More information

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide Oracle Communications WebRTC Session Controller: Basic Admin Student Guide Edition 1.0 April 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

XAP 10 Global HTTP Session Sharing

XAP 10 Global HTTP Session Sharing XAP 10 Global HTTP Session Sharing Sep 2014 Shay Hassidim Deputy CTO, Distinguished Engineer 1 Agenda Agenda Web Application Challenges Introduce XAP Global HTTP Session Sharing Application Session Sharing

More information

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture JBoss Enterprise Middleware The foundation of your open source middleware reference architecture Red Hat open source solution stack changes the economics of IT infrastructure Offers proprietary replacements

More information

SOLUTIONS PRODUCTS INDUSTRIES RESOURCES SUPPORT ABOUT US. 2012 ClearCube Technology, Inc. All rights reserved. Contact Support

SOLUTIONS PRODUCTS INDUSTRIES RESOURCES SUPPORT ABOUT US. 2012 ClearCube Technology, Inc. All rights reserved. Contact Support 1 of 1 9/28/2012 3:21 PM Contact Us 1-866-652-350 SmartVDI Host Platforms ClearCube s Smart Virtual Desktop Infrastructure (SmartVDI ) host platforms scale from 100s to 1000s of virtual desktops, with

More information

Easy Deployment of Mission-Critical Applications to the Cloud

Easy Deployment of Mission-Critical Applications to the Cloud Easy Deployment of Mission-Critical Applications to the Cloud Businesses want to move to the cloud to gain agility and reduce costs. But if your app needs re-architecting or new code that s neither easy

More information

Monitoring IBM WebSphere extreme Scale (WXS) Calls With dynatrace

Monitoring IBM WebSphere extreme Scale (WXS) Calls With dynatrace Monitoring IBM WebSphere extreme Scale (WXS) Calls With dynatrace What is IBM WebSphere extreme Scale (WXS)? From IBM: WebSphere extreme Scale operates as an in-memory grid that dynamically processes,

More information

Microsoft Private Cloud Fast Track

Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track is a reference architecture designed to help build private clouds by combining Microsoft software with Nutanix technology to decrease

More information

Accelerating Hadoop MapReduce Using an In-Memory Data Grid

Accelerating Hadoop MapReduce Using an In-Memory Data Grid Accelerating Hadoop MapReduce Using an In-Memory Data Grid By David L. Brinker and William L. Bain, ScaleOut Software, Inc. 2013 ScaleOut Software, Inc. 12/27/2012 H adoop has been widely embraced for

More information

Developing Scalable Java Applications with Cacheonix

Developing Scalable Java Applications with Cacheonix Developing Scalable Java Applications with Cacheonix Introduction Presenter: Slava Imeshev Founder and main committer, Cacheonix Frequent speaker on scalability simeshev@cacheonix.com www.cacheonix.com/blog/

More information

Scaling Healthcare Applications to Meet Rising Challenges of Healthcare IT

Scaling Healthcare Applications to Meet Rising Challenges of Healthcare IT Scaling Healthcare Applications to Meet Rising Challenges of Healthcare IT December 2013 Copyright 2013 GigaSpaces. All Rights Reserved. Healthcare IT has entered the era of Big Data. Are your applications

More information

CA Workload Automation Agents for Mainframe-Hosted Implementations

CA Workload Automation Agents for Mainframe-Hosted Implementations PRODUCT SHEET CA Workload Automation Agents CA Workload Automation Agents for Mainframe-Hosted Operating Systems, ERP, Database, Application Services and Web Services CA Workload Automation Agents are

More information

Optimizing SQL Server AlwaysOn Implementations with OCZ s ZD-XL SQL Accelerator

Optimizing SQL Server AlwaysOn Implementations with OCZ s ZD-XL SQL Accelerator White Paper Optimizing SQL Server AlwaysOn Implementations with OCZ s ZD-XL SQL Accelerator Delivering Accelerated Application Performance, Microsoft AlwaysOn High Availability and Fast Data Replication

More information

Memory-to-memory session replication

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

More information

VERITAS Business Solutions. for DB2

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............................................................

More information

Introducing IBM WebSphere Application Server v8.5 The Future Is Now

Introducing IBM WebSphere Application Server v8.5 The Future Is Now 1 Introducing IBM WebSphere Application Server v8.5 The Future Is Now Application Infrastructure Trends Rapid application development and delivery driving simplified, integrated and automated development

More information

Using Tomcat with CA Clarity PPM

Using Tomcat with CA Clarity PPM Using Tomcat with CA Clarity PPM April 2014 Page 2 - Revision 1.0 TOMCAT Apache Tomcat is the black-box solution that comes bundled with CA Clarity PPM. The following topics will outline the benefits our

More information

Unit 2 Research Project. Eddie S. Jackson. Kaplan University. IT530: Computer Networks. Dr. Thomas Watts, PhD, CISSP

Unit 2 Research Project. Eddie S. Jackson. Kaplan University. IT530: Computer Networks. Dr. Thomas Watts, PhD, CISSP Running head: UNIT 2 RESEARCH PROJECT 1 Unit 2 Research Project Eddie S. Jackson Kaplan University IT530: Computer Networks Dr. Thomas Watts, PhD, CISSP 08/19/2014 UNIT 2 RESEARCH PROJECT 2 Abstract Application

More information

Big data management with IBM General Parallel File System

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

More information

CA Wily Introscope. CA Advantage. Benefits. Overview

CA Wily Introscope. CA Advantage. Benefits. Overview product brief: CA Wily Introscope CA Wily Introscope CA Wily Introscope monitors complex web applications in production environments 24x7, detects problems before they affect your customers and lets you

More information

Aplicações empresariais de elevada performance com Oracle WebLogic e Coherence. Alexandre Vieira Middleware Solutions Team Leader

Aplicações empresariais de elevada performance com Oracle WebLogic e Coherence. Alexandre Vieira Middleware Solutions Team Leader Aplicações empresariais de elevada performance com Oracle WebLogic e Coherence Alexandre Vieira Middleware Solutions Team Leader Which FOUNDATION? How to have CONTROL? How to run FASTER? Which FOUNDATION?

More information

Real-Time Coherence Monitoring in Integrated Environments

Real-Time Coherence Monitoring in Integrated Environments Real-Time Coherence Monitoring in Integrated Environments Correlating Coherence Monitoring Metrics with Infrastructure, Database, and Application Server Metrics 5 December 2013 - London, UK Everett Williams

More information

Using an In-Memory Data Grid for Near Real-Time Data Analysis

Using an In-Memory Data Grid for Near Real-Time Data Analysis SCALEOUT SOFTWARE Using an In-Memory Data Grid for Near Real-Time Data Analysis by Dr. William Bain, ScaleOut Software, Inc. 2012 ScaleOut Software, Inc. 12/27/2012 IN today s competitive world, businesses

More information

Redpaper. WebSphere Application Server V8.5.5 Technical Overview. IBM WebSphere

Redpaper. WebSphere Application Server V8.5.5 Technical Overview. IBM WebSphere IBM WebSphere Redpaper Carla Sadtler Jan Bajerski Davide Barillari Libor Cada Susan Hanson Guo Liang Huang Rispna Jain Shishir Narain Jennifer Ricciuti Christian Steege WebSphere Server V8.5.5 Technical

More information

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models 1 THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY TABLE OF CONTENTS 3 Introduction 14 Examining Third-Party Replication Models 4 Understanding Sharepoint High Availability Challenges With Sharepoint

More information

IBM PureFlex System. The infrastructure system with integrated expertise

IBM PureFlex System. The infrastructure system with integrated expertise IBM PureFlex System The infrastructure system with integrated expertise 2 IBM PureFlex System IT is moving to the strategic center of business Over the last 100 years information technology has moved from

More information

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE Contents 1. Pattern Overview... 3 Features 3 Getting started with the Web Application Pattern... 3 Accepting the Web Application Pattern license agreement...

More information

Web Application Hosting in the AWS Cloud Best Practices

Web Application Hosting in the AWS Cloud Best Practices Web Application Hosting in the AWS Cloud Best Practices September 2012 Matt Tavis, Philip Fitzsimons Page 1 of 14 Abstract Highly available and scalable web hosting can be a complex and expensive proposition.

More information

In-Memory BigData. Summer 2012, Technology Overview

In-Memory BigData. Summer 2012, Technology Overview In-Memory BigData Summer 2012, Technology Overview Company Vision In-Memory Data Processing Leader: > 5 years in production > 100s of customers > Starts every 10 secs worldwide > Over 10,000,000 starts

More information

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 at Instance level -ORACLE TIMESTEN 11gR1 CASE STUDY Oracle TimesTen In-Memory Database and Shared Disk HA Implementation

More information

Learning GlassFish for Tomcat Users

Learning GlassFish for Tomcat Users Learning GlassFish for Tomcat Users White Paper February 2009 Abstract There is a direct connection between the Web container technology used by developers and the performance and agility of applications.

More information

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010 Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

IBM Tivoli Composite Application Manager for WebSphere

IBM Tivoli Composite Application Manager for WebSphere Meet the challenges of managing composite applications IBM Tivoli Composite Application Manager for WebSphere Highlights Simplify management throughout the Create reports that deliver insight into life

More information

Middleware Platforms for Application Development: A Product Comparison

Middleware Platforms for Application Development: A Product Comparison Middleware Platforms for Application Development: A Product Comparison Richard Naszcyniec Senior Principal Program Marketing Manager, Red Hat June 13, 2013 Today s session Red Hat JBoss Middleware focus

More information

Enabling Database-as-a-Service (DBaaS) within Enterprises or Cloud Offerings

Enabling Database-as-a-Service (DBaaS) within Enterprises or Cloud Offerings Solution Brief Enabling Database-as-a-Service (DBaaS) within Enterprises or Cloud Offerings Introduction Accelerating time to market, increasing IT agility to enable business strategies, and improving

More information

Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE

Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE Table of Contents Overview... 2 Installation and Initial Configuration of SharePoint services... 3 System Requirements...

More information

CA Wily Introscope. CA Advantage. Benefits. Overview

CA Wily Introscope. CA Advantage. Benefits. Overview PRODUCT BRIEF: CA WILY INTROSCOPE CA Wily Introscope CA WILY INTROSCOPE MONITORS COMPLEX WEB APPLICATIONS IN PRODUCTION ENVIRONMENTS 24 X 7, DETECTS PROBLEMS BEFORE THEY AFFECT YOUR CUSTOMERS, AND LETS

More information

Choose an IBM WebSphere Application Server configuration to suit your business needs

Choose an IBM WebSphere Application Server configuration to suit your business needs IBM is the industry s market leading foundation for building, deploying, reusing, integrating and managing applications and services Choose an IBM configuration to suit your business needs Highlights Unparalleled

More information

InfiniteGraph: The Distributed Graph Database

InfiniteGraph: The Distributed Graph Database A Performance and Distributed Performance Benchmark of InfiniteGraph and a Leading Open Source Graph Database Using Synthetic Data Objectivity, Inc. 640 West California Ave. Suite 240 Sunnyvale, CA 94086

More information

Centrata IT Management Suite 3.0

Centrata IT Management Suite 3.0 Centrata IT Management Suite 3.0 Technical Operating Environment April 9, 2004 Centrata Incorporated Copyright 2004 by Centrata Incorporated All rights reserved. April 9, 2004 Centrata IT Management Suite

More information

Informix Dynamic Server May 2007. Availability Solutions with Informix Dynamic Server 11

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

More information

JBoss Enterprise Middleware

JBoss Enterprise Middleware JBoss Enterprise Middleware The foundation of your open source middleware reference architecture Presented By : Sukanta Basak Red Hat -- Vital Statistics Headquarters in Raleigh, NC Founded in 1993 Over

More information

White Paper: Why Upgrade from WebSphere Application Server (WAS) v7 to v8.x?

White Paper: Why Upgrade from WebSphere Application Server (WAS) v7 to v8.x? White Paper: Why Upgrade from WebSphere Application Server (WAS) v7 to v8.x? By TxMQ Publishing Services. 1430B Millersport Highway Williamsville, NY 14221 +1 (716) 636-0070 TxMQ.com consulting@txmq.com

More information

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Agenda Introduction Database Architecture Direct NFS Client NFS Server

More information

AppSense Environment Manager. Enterprise Design Guide

AppSense Environment Manager. Enterprise Design Guide Enterprise Design Guide Contents Introduction... 3 Document Purpose... 3 Basic Architecture... 3 Common Components and Terminology... 4 Best Practices... 5 Scalability Designs... 6 Management Server Scalability...

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information