Adaptive Internet Data Centers

Size: px
Start display at page:

Download "Adaptive Internet Data Centers"

Transcription

1 Abstract Adaptive Internet Data Centers Jerome Rolia, Sharad Singhal, Richard Friedrich Hewlett Packard Labs, Palo Alto, CA, USA {jar sharad Trends in Internet infrastructure indicate that organizations with mission-critical needs are outsourcing applications to a small number of Internet data center providers. These providers operate networks and services at a global scale, and offer customers (and other service providers) a variety of services ranging from high bandwidth networking to fullfledged application hosting and IT management services. These global service providers offer their services through large data centers. Each will eventually contain 10,000-50,000 servers with high-speed network connections to other data centers and the Internet. The large scale and rapid evolution of these data centers offers significant challenges for the data center operators. This paper describes issues that face data centers as they scale in size and our current research to support such scalability. It explains our approach to: introduce greater numbers of applications into these environments, support automated management, and make it attractive for organizations to outsource the hosting of greater numbers of applications. Keywords : Internet data centers, resource management, virtual application environments 1 Introduction s are increasingly relying on their computing applications to support customer interactions and global inter and intra-organizational workflows. al effectiveness and customer loyalty requires secure, continuous, and responsive application behavior. Rapidly evolving application features, workloads, and infrastructure technology make the management of applications and their supporting infrastructure a significant challenge. One approach for dealing with such problems is to outsource the hosting of critical applications to data centers. This paper gives an overview of data centers and application hosting. It describes issues that face data centers as they increase in size and motivates our recent research on Internet data center infrastructure. Data centers can offer customers different levels of services. At a minimum, the first generation data centers offer a reliable physical infrastructure along with some value added management services. Physical infrastructure includes redundant air conditioning, hazard management (such as sprinkler systems), power systems, as well as redundant network connectivity. This gives an ideal physical environment for critical systems infrastructure. We define an application as a collection of operating system processes that reside on one or more compute nodes to provide some service. There are many models for co-locating applications in these data centers. We distinguish models for co-location based on how applications and data center resources are shared.

2 Data center resources Data center resources Data center resources Data center resources Case A Case B Case C Figure 1 hosting examples Figure 1 shows several application hosting scenarios. s may support individual users, many users from a single organization, or many users from multiple organizations. Similarly data center computing resources can be dedicated to specific instance of an application or shared by multiple instances of an application or even multiple applications. Thus, for example case A in Figure 1, a web based customer resource management (CRM) application may support users from several organizations with its application components running on dedicated computing resources. The users are only exposed to their own organization s data. s are isolated by the application itself so they are not aware of other organizations. In case B, a web page hosting service may serve several organizations from a single compute node with one web server per customer organization. Alternatively, as in case C, each organization could receive its own compute node. s with dedicated compute resources typically place their resources in a locked cage within the data center. Co-location alternatives have implications regarding isolation, security, reliability, cost, predictability, and data center scalability. Case C offers the path of least resistance for introducing greater numbers of applications into Internet data centers but has operational scalability issues that must be addressed. We consider these issues in this paper. Data center service providers also offer value added management services. Typical services include health and performance monitoring for networks, servers, and application processes. On-site staff may have the capability to restart applications or servers. Other services may help to manage security, limit the impact of denial of service attacks, backup data, distribute applications and/or content to several global locations, conduct capacity planning exercises, and deploy more server resources for applications when required. Value added management services help organizations that outsource to realize the advantages of centralized management. They also increase profitability for the data center provider and offer a means to differentiate its service from that of its competition. Our research is focused on the run-time and operational scalability of Internet data centers. Section 2 of this paper presents goals for large Internet data centers, i.e. those with 10,000 or more servers, and introduces the notion of virtual application environments (VAE). VAEs provide a model for encapsulating system resources in a way that supports the management of these very large systems. Section 3 describes modern application and operating system platforms and how they relate to the notion of VAEs. Section 4 explains how we exploit VAEs to reduce application provisioning and lifecycle

3 costs and to provide continuous operation and managed performance. Summary remarks are provided in Section 5. 2 Large Internet Data Centers Economies of scale for physical infrastructure encourage the growth of Internet data centers to the tens of thousands of compute nodes. However it is unclear that current centers can scale to this magnitude. Large data centers need a very large number of applications to feed their potential capacity. Therefore it must be attractive for organizations to outsource the hosting of more applications than is the case today. Also it is not clear that current Internet data center management practices will scale for such large systems. Consider a 50,000 server data center with an average of 20 servers per organization. This implies approximately 2500 cages, system specific agreements, and management processes for managing each cage's 20 or so servers. A tremendous physical effort will be needed to intervene within these cages simply to add, update, and replace computing resources. Data center operators will have to react to common problems in different ways depending on each customer's unique agreements. These issues lead to the following goals for large Internet data centers: It should be straightforward to introduce both new and legacy applications to the data center this is essential to exploit potential data center capacity. Data center management services must be automated so that very large numbers of applications can be managed in a cost effective manner. s that outsource application hosting should be able to delegate responsibility for more comprehensive management services to the data center -- to realize the benefits of centralized infrastructure management and encourage outsourcing. Now we present our assumptions about the nature of large scale Internet data centers and an approach for achieving the above goals. We assume that the majority of servers in large data centers will be commodity servers running common operating systems such as Linux, Windows, and FreeBSD. We refer to these as front-end servers. Specific server products will be chosen to minimize price and maximize performance. Price is a function of purchase price, power consumption, and computing capacity per cubic meter. presentation (web servers), logic, and data object servers will execute on such platforms. This is the case today for many of the Internet's most popular sites. Furthermore, most application platform vendors currently support one or more of these operating systems or plan to support them. Back-end servers will typically host databases and other persistent storage servers such as file servers. These rely on more scalable and robust multi-processor operating systems such as HP-UX, Sun Solaris, IBM AIX and MVS, and Windows 2000 Data Center servers. Commodity servers will be connected to backend servers via network switching fabrics. The use of cages in this next generation data center will be limited to the proportionally small number of backend servers that require infrequent physical intervention.

4 Typical management actions for hosted applications include upgrading application content, application lifecycle functions such as installation and changing software versions, and adding processing resources to better meet performance objectives. To achieve our goals we must minimize physical intervention for these kinds of actions. Upgrading content is application specific and likely to remain in the hands of an application's organization. However application lifecycle support and performance management offer many opportunities for automation. We focus on automating the management of the more rapidly changing and numerous front-end servers. To support automation and ease of introducing applications into the data center we introduce the notion of virtual application environments (VAE). A VAE presents an environment to an application that is consistent with the application s configuration requirements. For example, every application has certain requirements regarding network connectivity, file systems, middleware, and storage services. It can have explicit layers of servers and many local area networks. Network and storage fabrics are configured to make a portion of the data center's resources and back end servers appear to an application as a dedicated environment. Data center management services create these VAEs in a manner that isolates them from one another. Each VAE is allocated appropriate network, compute, and storage resources. In the next section we describe control and monitoring interfaces for hosted applications. The control interface enables us to add and remove resources from an application and thus supports application lifecycle management. Furthermore monitoring information provides the data center management systems with real-time feedback on application behavior. This information is used to make decisions about when to add/remove resources from an application. A goal of our research is to develop a service level directed resource management system that accepts monitoring information, compares the information with service level objectives, decides changes to resource allocation, and then dynamically implements the changes. We view the system as dynamically allocating resources, such as nodes, to VAEs from a pool of shared data center resources. Note that each VAE has a rigid multitier software and networking structure with rich state information that is determined by the nature of its application. For this reason it is not helpful to think of allocating applications to individual data center resources. Instead resources must be introduced within an application environment so that they can join the application's context. This is the dual of the standard view of load balancing where application components are allocated dynamically to a pool of shared system resources. This latter form of load balancing may occur within applications but in general not, due to security concerns, between hosted applications (except case B of Figure 1). We believe this change in paradigm is important for the multi-tier applications typical of large Internet data center environments. 3 and Operating System Platforms This section describes application and operating system platforms and their synergy with the management paradigm we propose. s can face significantly different workloads over time. Time of day, time of month, growth in the number of users, and special events can cause rapid and sometimes

5 unpredictable changes to workload intensity and mix. It is common for workload intensity to change by a factor of 3 to 7 depending on time of day alone. Special events (e.g., web-based promotions) can cause even more significant changes to resource requirements. These continuous changes combined with the complexity of applications makes it difficult to over-provision resources for all possible workload conditions [1]. Instead our goal is to allocate resources to applications as needed. This section describes common patterns for controlling the allocation of resources to applications. We discuss relevant features of load balancers, application specific middleware, and operating system platforms. An application can be as simple as a single operating system process that provides a service. Alternatively it can have multiple tiers with tens or hundreds of operating system processes cooperating on common goals. In this paper we focus on the more complex applications. processes are typically organized in clusters. For example, a cluster of web server processes, each running on its own compute node, may serve a common set of web pages. When web page request volume increases more web servers (one per node) can be added to the cluster. If request volume is low, a node can be removed from the cluster and reused for some other purpose. The most common way of supporting clusters of web servers is to use a load balancer. A load balancer receives all requests for a virtual IP address. The load balancer then uses a lookup table to choose a web server from the cluster that serves that IP address. It forwards the request to that server. Various policies are used to divide the work across the cluster of servers. By managing the load balancer lookup table we can add and/or remove web server nodes from the application. Clusters and this load-balancing pattern enable scalability and continuous operation for such applications. The level of indirection offered by the load balancer permits us to dynamically change the capacity of the application without making the application unavailable. If one of n application servers in a cluster fails, the system retains n-1/n of its capacity. For all but small values of n, such clusters can typically maintain their capacity with minimal impact on responsiveness. Load balancers are typically redundant to ensure they are not single points of failure. Various technologies are used to implement load balancers. They offer different features, price-points, and capacity. Variants of this load-balancing pattern also appear in subsequent application tiers. tiers are typically partitioned into clusters of application server objects, which encapsulate the code that implements the application. To enable scalability and fault tolerance, some applications may also partition individual tiers into many distinct clusters. Server objects can be added and/or removed from these clusters to manage the compute capacity of the cluster. Each application server object can reside on its own node. Requests (such as remote procedure calls) to server objects are typically made within the context of sessions. A calling process s first request goes to the load balancer which then forwards it to a specific server object. Subsequent requests within the caller s session go directly to the server object. When the session completes the calling process s relationship with the server object is dissolved. When a server object is removed from the cluster, it must warm down and complete any currently active sessions. Variants of this

6 pattern are common in platforms that aim to support scalability and continuous operation. These include platforms based on the Java 2 Enterprise Edition (J2EE) [2] and Microsoft Dynamic Networking Architecture (DNA) COM+ [3], and legacy platforms such as SAP [4]. Clustering and load balancing are problematic once an application reaches the database tier. Loosely coupled distributed databases have performance and management challenges that preclude common usage. In general a database must execute on a robust platform with adequate capacity. Trends in this area are to use multi-processor or tightly coupled multi-node platforms. Typically a configuration is chosen with more processors than are needed. Processors are often included but only activated when they are first needed. This is often referred to as capacity on demand. More advanced operating system platforms can support 64 or more processors. Some of these platforms (for example Sun s ES series [SUN00] and Hewlett-Packard s forthcoming Superdome series [SUP00]) offer the ability to create virtual nodes. These platforms enable the dynamic allocation of server resources to virtual nodes. This provides for the sharing of the resources (namely processors and memory) across different organizations applications even for the database tier. To summarize, many application and operating system technologies provide interfaces that permit dynamic changes in resources to applications. These changes can be made for application lifecycle support and/or for performance management. The next section describes management services that interact with these interfaces to automate the management of large Internet data centers. 4 Management for Large Internet Data Centers This section describes the relationship between data center management systems, application VAEs, and application lifecycle support and performance management. We focus on the management of front-end server resources. We assume two management interfaces. A control interface manages the allocation of commodity nodes to application clusters, and a monitoring interface reports application and node metrics to the data center management system. The data center management system uses these interfaces to allocate and de-allocate commodity resources for the VAEs. The implementation of these interfaces is application, cluster, and operating system platform specific. The control interface supports two operations. The first causes a new node to join an application cluster with an appropriately configured application server object. The second causes a node to remove its application server object from the application cluster. This allows the management system to dynamically change the resources allocated to the application. The same control mechanisms can also be used to add resources to the application in case some resource fails. specific mechanisms are needed to maintain application state in case of failure. The control interface offers direct application lifecycle support. Data center management systems can cause resources to be allocated to application server objects which can start within their VAE and join their applications. These mechanisms can be used to install, start, stop, and uninstall applications. Furthermore if an application is designed to allow

7 components from multiple versions to co-exist, and inter-operate, then the control interface can be used to manage application upgrades within live environments. This is normally considered a difficult challenge for data centers, because continuous operation is required even though applications can change frequently (daily to weekly). Using the control interface, the management system could slowly and systematically cause nodes with older version server processes to shut down and introduce nodes with the new versions of server processes. The monitoring interface provides information on service levels so that the data center management system can make decisions regarding resource allocation. The monitoring system tracks node resource consumption and possibly application responsiveness. This information is compared with application service level objectives. If thresholds are violated then the management system is notified through the monitoring interface. Policies can be implemented by the management system to cause the addition of new resources through the control interface. In addition, if too many resources are allocated to an application, then resources can be removed. In this way a data center s commodity resources can be shared across multiple applications according to service level agreements. s need not attempt to continuously over-provision the numerous front-end server resources for their application clusters. Instead they can focus on hosting agreements that specify required responsiveness and throughput. We believe that this combined with application lifecycle support offers compelling value to organizations and encourages outsourcing for greater numbers of applications. The data center management services we describe must also scale to support the large numbers of servers and applications that are envisioned. It must be reliable and secure, offer continuous operation, and provide support for software and hardware license accounting. There are many research challenges to be addressed. The synergy between application and host monitoring data abstraction (node only vs. application specific metrics, level of detail required) and resource allocation algorithms must be evaluated. The utility of control and queuing theory for decision making must be assessed. 5 Summary This paper describes issues and goals for the management of large Internet data center environments. We argue that comprehensive application lifecycle and performance management services are needed to compel organizations to host large numbers of applications in these environments. This provides a motivation for our research on data center infrastructure. We introduce the notion of virtual application environments (VAE). These environments encapsulate portions of data center resource and are customized to appear to hosted applications in a manner that satisfies application configuration requirements. This makes it easier to introduce greater numbers of applications into large data center environments. Many application and operating system platforms are designed to support continuous operation and scalability. These environments provide subsystem specific methods for dynamically adding and removing resources and for performance and availability monitoring. We rely on monitoring and control interfaces to interact with these methods to provide the data center management system with the ability to learn about current application behavior, cause appropriate changes in resource allocation, and to offer

8 application lifecycle support. This approach presents a dual to the classic load balancing paradigm of allocating applications to resources; with our approach system resources are allocated to applications via VAEs. By integrating monitoring, control, and the notions of VAEs, comprehensive management services can be offered to organizations that outsource the hosting of their applications. These services let organizations focus on requirements and service level agreements for hosting instead of the details regarding how hosting is accomplished. We believe this division of responsibilities provides the long-term value that will further encourage outsourcing. Automating the management of the numerous front-end servers better enables data centers to grow in size. Trademarks HP-UX is a trademark of Hewlett-Packard, Solaris is a trademark of Sun Microsystems, AIX is a trademark of IBM Corporation, and Windows 2000 is a trademark of Microsoft. Bibliography [1] M. Litoiu and J. Rolia, Object Allocation for Distributed s with Complex Workloads, B. Haverkort, H. Bohnenkamp, C. Smith (Eds.), Tools 2000, Lecture Notes in Computer Science volume 1786, pages 25-39, Springer, March [2] Anne Thomas, Java 2 Enterprise Edition, Ensuring Consistency, Interoperability, and Portability, White paper, June [3] Microsoft Distributed InterNet Architecture White Paper, April 1999, [4] SAP Computing Center Management System (CCMS), Release 4, 1998, [5] [6]

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc.

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc. White Paper Low Cost High Availability Clustering for the Enterprise Jointly published by Winchester Systems Inc. and Red Hat Inc. Linux Clustering Moves Into the Enterprise Mention clustering and Linux

More information

WebSphere Application Server, Version 5. What s New?

WebSphere Application Server, Version 5. What s New? WebSphere Application Server, Version 5 What s New? 1 WebSphere Application Server, V5 represents a continuation of the evolution to a single, integrated, cost effective, Web services-enabled, J2EE server

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

More information

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security Bringing OpenStack to the Enterprise An enterprise-class solution ensures you get the required performance, reliability, and security INTRODUCTION Organizations today frequently need to quickly get systems

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

IBM System Storage DS5020 Express

IBM System Storage DS5020 Express IBM DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage Highlights Mixed host interfaces support (FC/iSCSI) enables SAN tiering Balanced performance well-suited for

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

Lecture 9: MIMD Architectures

Lecture 9: MIMD Architectures Lecture 9: MIMD Architectures Introduction and classification Symmetric multiprocessors NUMA architecture Clusters Zebo Peng, IDA, LiTH 1 Introduction A set of general purpose processors is connected together.

More information

White Paper. Major Performance Tuning Considerations for Weblogic Server

White Paper. Major Performance Tuning Considerations for Weblogic Server White Paper Major Performance Tuning Considerations for Weblogic Server Table of Contents Introduction and Background Information... 2 Understanding the Performance Objectives... 3 Measuring your Performance

More information

<Insert Picture Here> Enterprise Data Management using Grid Technology

<Insert Picture Here> Enterprise Data Management using Grid Technology Enterprise Data using Grid Technology Kriangsak Tiawsirisup Sales Consulting Manager Oracle Corporation (Thailand) 3 Related Data Centre Trends. Service Oriented Architecture Flexibility

More information

How Microsoft IT Reduced Operating Expenses Using Virtualization

How Microsoft IT Reduced Operating Expenses Using Virtualization How Microsoft IT Reduced Operating Expenses Using Virtualization Published: May 2010 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed

More information

Experience the GRID Today with Oracle9i RAC

Experience the GRID Today with Oracle9i RAC 1 Experience the GRID Today with Oracle9i RAC Shig Hiura Pre-Sales Engineer Shig_Hiura@etagon.com 2 Agenda Introduction What is the Grid The Database Grid Oracle9i RAC Technology 10g vs. 9iR2 Comparison

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

UNIFIED MANAGEMENT OF CONVERGED VOICE, DATA, AND VIDEO TECHNOLOGIES WITH AUTOMATED SUBSCRIBER AND SERVICE PROVISIONING

UNIFIED MANAGEMENT OF CONVERGED VOICE, DATA, AND VIDEO TECHNOLOGIES WITH AUTOMATED SUBSCRIBER AND SERVICE PROVISIONING 01010101000101010 10001010010001001 ZMS UNIFIED MANAGEMENT OF CONVERGED VOICE, DATA, AND VIDEO TECHNOLOGIES WITH AUTOMATED SUBSCRIBER AND SERVICE PROVISIONING SINGLE MANAGEMENT SYSTEM FOR THE ENTIRE LOCAL

More information

Assessing performance in HP LeftHand SANs

Assessing performance in HP LeftHand SANs Assessing performance in HP LeftHand SANs HP LeftHand Starter, Virtualization, and Multi-Site SANs deliver reliable, scalable, and predictable performance White paper Introduction... 2 The advantages of

More information

An Introduction to GPFS

An Introduction to GPFS IBM High Performance Computing July 2006 An Introduction to GPFS gpfsintro072506.doc Page 2 Contents Overview 2 What is GPFS? 3 The file system 3 Application interfaces 4 Performance and scalability 4

More information

ClearPath Secure Java Overview For ClearPath Libra and Dorado Servers

ClearPath Secure Java Overview For ClearPath Libra and Dorado Servers 5/18/2007 Page 1 ClearPath Secure Java Overview For ClearPath Libra and Dorado Servers Technical Presentation 5/18/2007 Page 2 Agenda ClearPath Java for Core Business Transformation Overview Architectural

More information

I D C T E C H N O L O G Y S P O T L I G H T. V i r t u a l and Cloud D a t a Center Management

I D C T E C H N O L O G Y S P O T L I G H T. V i r t u a l and Cloud D a t a Center Management I D C T E C H N O L O G Y S P O T L I G H T Orchestration S i m p l i f i es and Streamlines V i r t u a l and Cloud D a t a Center Management January 2013 Adapted from Systems Management Software Purchasing

More information

Networking for a dynamic infrastructure: getting it right.

Networking for a dynamic infrastructure: getting it right. IBM Global Technology Services Networking for a dynamic infrastructure: getting it right. A guide for realizing the full potential of virtualization June 2009 Executive summary June 2009 Networking for

More information

CONTENTS. 1. Introduction. 2. How To Store Data. 3. How To Access Data. 4. Manage Data Storage. 5. Benefits Of SAN. 6. Conclusion

CONTENTS. 1. Introduction. 2. How To Store Data. 3. How To Access Data. 4. Manage Data Storage. 5. Benefits Of SAN. 6. Conclusion CONTENTS 1. Introduction 2. How To Store Data 3. How To Access Data 4. Manage Data Storage 5. Benefits Of SAN 6. Conclusion 1. Introduction: A Storage Area Network (SAN) is a dedicated network that carries

More information

Automated Storage Tiering on Infortrend s ESVA Storage Systems

Automated Storage Tiering on Infortrend s ESVA Storage Systems Automated Storage Tiering on Infortrend s ESVA Storage Systems White paper Abstract This white paper introduces automated storage tiering on Infortrend s ESVA storage arrays. Storage tiering can generate

More information

IBM Tivoli Directory Server

IBM Tivoli Directory Server Build a powerful, security-rich data foundation for enterprise identity management IBM Tivoli Directory Server Highlights Support hundreds of millions of entries by leveraging advanced reliability and

More information

7 Things ISVs Must Know About Virtualization

7 Things ISVs Must Know About Virtualization 7 Things ISVs Must Know About Virtualization July 2010 VIRTUALIZATION BENEFITS REPORT Table of Contents Executive Summary...1 Introduction...1 1. Applications just run!...2 2. Performance is excellent...2

More information

Oracle Exadata Statement of Direction NOVEMBER 2017

Oracle Exadata Statement of Direction NOVEMBER 2017 Oracle Exadata Statement of Direction NOVEMBER 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Networking for a smarter data center: Getting it right

Networking for a smarter data center: Getting it right IBM Global Technology Services October 2011 Networking for a smarter data center: Getting it right Planning the network needed for a dynamic infrastructure 2 Networking for a smarter data center: Getting

More information

Protecting Mission-Critical Workloads with VMware Fault Tolerance W H I T E P A P E R

Protecting Mission-Critical Workloads with VMware Fault Tolerance W H I T E P A P E R Protecting Mission-Critical Workloads with VMware Fault Tolerance W H I T E P A P E R Table of Contents Fault Tolerance and Virtualization... 3 Fault Tolerance in the Physical World... 3 VMware Fault Tolerance...

More information

Stellar performance for a virtualized world

Stellar performance for a virtualized world IBM Systems and Technology IBM System Storage Stellar performance for a virtualized world IBM storage systems leverage VMware technology 2 Stellar performance for a virtualized world Highlights Leverages

More information

White Paper. Why Remake Storage For Modern Data Centers

White Paper. Why Remake Storage For Modern Data Centers White Paper Why Remake Storage For Modern Data Centers Executive Summary Managing data growth and supporting business demands of provisioning storage have been the top concern of IT operations for the

More information

Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure

Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure Enoch Lau Field Technical Sales Specialist, Power Systems Systems & Technology Group Power your planet. Smarter

More information

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 High Availability for Windows NT An Oracle Technical White Paper Robert Cheng Oracle New England Development Center System Products

More information

BENEFITS OF INTRA-VEHICLE DISTRIBUTED NETWORK ARCHITECTURE

BENEFITS OF INTRA-VEHICLE DISTRIBUTED NETWORK ARCHITECTURE 2011 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM VEHICLE ELECTRONICS AND ARCHITECTURE (VEA) MINI-SYMPOSIUM AUGUST 9-11 DEARBORN, MICHIGAN BENEFITS OF INTRA-VEHICLE DISTRIBUTED NETWORK

More information

IBM Europe Announcement ZP , dated November 6, 2007

IBM Europe Announcement ZP , dated November 6, 2007 IBM Europe Announcement ZP07-0484, dated November 6, 2007 IBM WebSphere Front Office for Financial Markets V2.0 and IBM WebSphere MQ Low Latency Messaging V2.0 deliver high speed and high throughput market

More information

Chapter 1: Distributed Information Systems

Chapter 1: Distributed Information Systems Chapter 1: Distributed Information Systems Contents - Chapter 1 Design of an information system Layers and tiers Bottom up design Top down design Architecture of an information system One tier Two tier

More information

ALCATEL Edge Services Router

ALCATEL Edge Services Router ALCATEL 7420 Edge Services Router Alcatel builds next generation networks, delivering integrated end-to-end voice and data networking solutions to established and new carriers, as well as enterprises and

More information

The HP 3PAR Get Virtual Guarantee Program

The HP 3PAR Get Virtual Guarantee Program Get Virtual Guarantee Internal White Paper The HP 3PAR Get Virtual Guarantee Program Help your customers increase server virtualization efficiency with HP 3PAR Storage HP Restricted. For HP and Channel

More information

Solace JMS Broker Delivers Highest Throughput for Persistent and Non-Persistent Delivery

Solace JMS Broker Delivers Highest Throughput for Persistent and Non-Persistent Delivery Solace JMS Broker Delivers Highest Throughput for Persistent and Non-Persistent Delivery Java Message Service (JMS) is a standardized messaging interface that has become a pervasive part of the IT landscape

More information

TOPLink for WebLogic. Whitepaper. The Challenge: The Solution:

TOPLink for WebLogic. Whitepaper. The Challenge: The Solution: Whitepaper The Challenge: Enterprise JavaBeans (EJB) represents a new standard in enterprise computing: a component-based architecture for developing and deploying distributed object-oriented applications

More information

An Oracle White Paper June Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8

An Oracle White Paper June Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8 An Oracle White Paper June 2013 Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8 Introduction Databases form the underlying foundation for most business applications by storing, organizing,

More information

Enabling Efficient and Scalable Zero-Trust Security

Enabling Efficient and Scalable Zero-Trust Security WHITE PAPER Enabling Efficient and Scalable Zero-Trust Security FOR CLOUD DATA CENTERS WITH AGILIO SMARTNICS THE NEED FOR ZERO-TRUST SECURITY The rapid evolution of cloud-based data centers to support

More information

The Top Five Reasons to Deploy Software-Defined Networks and Network Functions Virtualization

The Top Five Reasons to Deploy Software-Defined Networks and Network Functions Virtualization The Top Five Reasons to Deploy Software-Defined Networks and Network Functions Virtualization May 2014 Prepared by: Zeus Kerravala The Top Five Reasons to Deploy Software-Defined Networks and Network Functions

More information

Real-time Protection for Microsoft Hyper-V

Real-time Protection for Microsoft Hyper-V Real-time Protection for Microsoft Hyper-V Introduction Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate of customer adoption. Moving resources to

More information

Simplify IP Telephony with System i. IBM System i IP Telephony

Simplify IP Telephony with System i. IBM System i IP Telephony Simplify IP Telephony with System i IBM System i IP Telephony Highlights Deploy a complete IP telephony suite on one easy-to-manage system, or even part of a system, shared with other applications Integrate

More information

FOCUS ON THE FACTS: SOFTWARE-DEFINED STORAGE

FOCUS ON THE FACTS: SOFTWARE-DEFINED STORAGE FOCUS ON THE FACTS: SOFTWARE-DEFINED STORAGE Table of Contents CHAPTER 1: UNRAVELING THE SDS HYPE CHAPTER 2: CRITICAL ATTRIBUTES OF SDS CHAPTER 3: THE FUTURE IS NOW CHAPTER 4: CUTTING THE HARDWARE CORD

More information

BUILDING the VIRtUAL enterprise

BUILDING the VIRtUAL enterprise BUILDING the VIRTUAL ENTERPRISE A Red Hat WHITEPAPER www.redhat.com As an IT shop or business owner, your ability to meet the fluctuating needs of your business while balancing changing priorities, schedules,

More information

Never Drop a Call With TecInfo SIP Proxy White Paper

Never Drop a Call With TecInfo SIP Proxy White Paper Innovative Solutions. Trusted Performance. Intelligently Engineered. Never Drop a Call With TecInfo SIP Proxy White Paper TecInfo SD-WAN product - PowerLink - enables real time traffic like VoIP, video

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

Flex Tenancy :48:27 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement

Flex Tenancy :48:27 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Flex Tenancy 2015-04-28 17:48:27 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Flex Tenancy... 3 Flex Tenancy... 4 Understanding the Flex Tenancy

More information

Lower Total Cost of Ownership for a J2EE Infrastructure

Lower Total Cost of Ownership for a J2EE Infrastructure Lower Total Cost of Ownership for a J2EE Infrastructure by David McNally Senior Product Manager, Management Tools, Borland Contents Introduction 1 Cost of acquisition 2 Cost of implementation and deployment

More information

IBM iseries Models 800 and 810 for small to medium enterprises

IBM iseries Models 800 and 810 for small to medium enterprises Multi-platform management, exceptional price performance IBM iseries Models 800 and 810 for small to medium enterprises Highlights Simple, centralised Simple Windows ** Integration for management of multiple

More information

IBM CICS Transaction Gateway for Multiplatforms V7.1 delivers access to CICS containers and extended systems monitoring capabilities

IBM CICS Transaction Gateway for Multiplatforms V7.1 delivers access to CICS containers and extended systems monitoring capabilities IBM Europe Announcement ZP07-0457, dated November 6, 2007 IBM CICS Transaction Gateway for Multiplatforms V7.1 delivers access to CICS containers and extended systems monitoring capabilities Description...2

More information

Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers

Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers WHITEPAPER JANUARY 2006 Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers J2EE represents the state of the art for developing component-based multi-tier enterprise

More information

Predicts 2004: The Future of Windows Server

Predicts 2004: The Future of Windows Server Strategic Planning, T. Bittman Research Note 19 November 2003 Predicts 2004: The Future of Windows Server In 2004, distributed manageability will emerge as the key to the future of Windows Server, especially

More information

Dell EMC ScaleIO Ready Node

Dell EMC ScaleIO Ready Node Essentials Pre-validated, tested and optimized servers to provide the best performance possible Single vendor for the purchase and support of your SDS software and hardware All-Flash configurations provide

More information

IBM Storwize V7000 TCO White Paper:

IBM Storwize V7000 TCO White Paper: IBM Storwize V7000 TCO White Paper: A TCO White Paper An Alinean White Paper Published by: Alinean, Inc. 201 S. Orange Ave Suite 1210 Orlando, FL 32801-12565 Tel: 407.382.0005 Fax: 407.382.0906 Email:

More information

That Set the Foundation for the Private Cloud

That Set the Foundation for the Private Cloud for Choosing Virtualization Solutions That Set the Foundation for the Private Cloud solutions from work together to harmoniously manage physical and virtual environments, enabling the use of multiple hypervisors

More information

Virtualization Overview

Virtualization Overview VMware W Hwhite I T E Ppaper A P E R Virtualization Overview Table of Contents Introduction... 3 Virtualization in a Nutshell... 3 Virtualization Approaches... 4 Virtualization for Server Consolidation

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

Oracle and Tangosol Acquisition Announcement

Oracle and Tangosol Acquisition Announcement Oracle and Tangosol Acquisition Announcement March 23, 2007 The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

WebSphere. Virtual Enterprise Version Virtualization and WebSphere Virtual Enterprise Version 6.1.1

WebSphere. Virtual Enterprise Version Virtualization and WebSphere Virtual Enterprise Version 6.1.1 WebSphere Virtual Enterprise Version 6.1.1 Virtualization and WebSphere Virtual Enterprise Version 6.1.1 ii : Contents Preface............... v Chapter 1. Virtualization and WebSphere Virtual Enterprise...........

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 13 Cloud Computing Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

Gustavo Alonso, ETH Zürich. Web services: Concepts, Architectures and Applications - Chapter 1 2

Gustavo Alonso, ETH Zürich. Web services: Concepts, Architectures and Applications - Chapter 1 2 Chapter 1: Distributed Information Systems Gustavo Alonso Computer Science Department Swiss Federal Institute of Technology (ETHZ) alonso@inf.ethz.ch http://www.iks.inf.ethz.ch/ Contents - Chapter 1 Design

More information

Data safety for digital business. Veritas Backup Exec WHITE PAPER. One solution for hybrid, physical, and virtual environments.

Data safety for digital business. Veritas Backup Exec WHITE PAPER. One solution for hybrid, physical, and virtual environments. WHITE PAPER Data safety for digital business. One solution for hybrid, physical, and virtual environments. It s common knowledge that the cloud plays a critical role in helping organizations accomplish

More information

An ESRI White Paper June 2009 ArcGIS Server and Virtualization

An ESRI White Paper June 2009 ArcGIS Server and Virtualization An ESRI White Paper June 2009 ArcGIS Server and Virtualization ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2009

More information

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE.

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. Is putting Contact us INTRODUCTION You know the headaches of managing an infrastructure that is stretched to its limit. Too little staff. Too many users. Not

More information

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery White Paper Business Continuity Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery Table of Contents Executive Summary... 1 Key Facts About

More information

TUTORIAL: WHITE PAPER. VERITAS Indepth for the J2EE Platform PERFORMANCE MANAGEMENT FOR J2EE APPLICATIONS

TUTORIAL: WHITE PAPER. VERITAS Indepth for the J2EE Platform PERFORMANCE MANAGEMENT FOR J2EE APPLICATIONS TUTORIAL: WHITE PAPER VERITAS Indepth for the J2EE Platform PERFORMANCE MANAGEMENT FOR J2EE APPLICATIONS 1 1. Introduction The Critical Mid-Tier... 3 2. Performance Challenges of J2EE Applications... 3

More information

Optimizing Data Integration Solutions by Customizing the IBM InfoSphere Information Server Deployment Architecture IBM Redbooks Solution Guide

Optimizing Data Integration Solutions by Customizing the IBM InfoSphere Information Server Deployment Architecture IBM Redbooks Solution Guide Optimizing Data Integration Solutions by Customizing the IBM InfoSphere Information Server Deployment Architecture IBM Redbooks Solution Guide IBM InfoSphere Information Server provides a unified data

More information

HPE Datacenter Care for SAP and SAP HANA Datacenter Care Addendum

HPE Datacenter Care for SAP and SAP HANA Datacenter Care Addendum HPE Datacenter Care for SAP and SAP HANA Datacenter Care Addendum This addendum to the HPE Datacenter Care Service data sheet describes HPE Datacenter Care SAP and SAP HANA service features, which are

More information

Veritas Storage Foundation from Symantec

Veritas Storage Foundation from Symantec Simplified, Scalable and Cost-Effective Storage Management Overviewview provides a complete solution for heterogeneous online storage management. Based on the industry-leading Veritas Volume Manager from

More information

Lecture 9: MIMD Architectures

Lecture 9: MIMD Architectures Lecture 9: MIMD Architectures Introduction and classification Symmetric multiprocessors NUMA architecture Clusters Zebo Peng, IDA, LiTH 1 Introduction MIMD: a set of general purpose processors is connected

More information

ORACLE SOLARIS CLUSTER

ORACLE SOLARIS CLUSTER Oracle Solaris Cluster is a comprehensive high availability and disaster recovery solution for Oracle's SPARC and x86 environments based on Oracle Solaris. It combines extreme service availability for

More information

StorageTek ACSLS Manager Software

StorageTek ACSLS Manager Software StorageTek ACSLS Manager Software Management of distributed tape libraries is both time-consuming and costly involving multiple libraries, multiple backup applications, multiple administrators, and poor

More information

Abstract. 1. Introduction

Abstract. 1. Introduction Grid Enabled Service Infrastructure (GESI) Isaac Christoffersen, Christopher Dale, Doug Johnson, David Schillero, Booz Allen Hamilton christoffersen_isaac@bah.com, dale_christopher@bah.com, johnson_doug@bah.com,

More information

Protect enterprise data, achieve long-term data retention

Protect enterprise data, achieve long-term data retention Technical white paper Protect enterprise data, achieve long-term data retention HP StoreOnce Catalyst and Symantec NetBackup OpenStorage Table of contents Introduction 2 Technology overview 3 HP StoreOnce

More information

THE FUTURE OF BUSINESS DEPENDS ON SOFTWARE DEFINED STORAGE (SDS)

THE FUTURE OF BUSINESS DEPENDS ON SOFTWARE DEFINED STORAGE (SDS) THE FUTURE OF BUSINESS DEPENDS ON SOFTWARE DEFINED STORAGE (SDS) How SSDs can fit into and accelerate an SDS strategy SPONSORED BY TABLE OF CONTENTS Introduction 3 An Overview of SDS 4 Achieving the Goals

More information

The Future of Business Depends on Software Defined Storage (SDS) How SSDs can fit into and accelerate an SDS strategy

The Future of Business Depends on Software Defined Storage (SDS) How SSDs can fit into and accelerate an SDS strategy The Future of Business Depends on Software Defined Storage (SDS) Table of contents Introduction 2 An Overview of SDS 3 Achieving the Goals of SDS Hinges on Smart Hardware Decisions 5 Assessing the Role

More information

Analyzing the Economic Value of HPE ConvergedSystem 700 in Enterprise Environments. By Mark Bowker, Senior Analyst and Adam DeMattia, Research Analyst

Analyzing the Economic Value of HPE ConvergedSystem 700 in Enterprise Environments. By Mark Bowker, Senior Analyst and Adam DeMattia, Research Analyst Executive Summary Analyzing the Economic Value of HPE ConvergedSystem 700 in Enterprise Environments By Mark Bowker, Senior Analyst and Adam DeMattia, Research Analyst December 2014 This ESG White Paper

More information

Linux Automation.

Linux Automation. Linux Automation Using Red Hat Enterprise Linux to extract maximum value from IT infrastructure www.redhat.com Table of contents Summary statement Page 3 Background Page 4 Creating a more efficient infrastructure:

More information

Postgres Plus and JBoss

Postgres Plus and JBoss Postgres Plus and JBoss A New Division of Labor for New Enterprise Applications An EnterpriseDB White Paper for DBAs, Application Developers, and Enterprise Architects October 2008 Postgres Plus and JBoss:

More information

2012 Enterprise Strategy Group. Enterprise Strategy Group Getting to the bigger truth. TM

2012 Enterprise Strategy Group. Enterprise Strategy Group Getting to the bigger truth. TM 2012 Enterprise Strategy Group Enterprise Strategy Group Getting to the bigger truth. TM Enterprise Strategy Group Getting to the bigger truth. TM Virtualization Evolution and Storage Requirements Kim

More information

Advanced Architectures for Oracle Database on Amazon EC2

Advanced Architectures for Oracle Database on Amazon EC2 Advanced Architectures for Oracle Database on Amazon EC2 Abdul Sathar Sait Jinyoung Jung Amazon Web Services November 2014 Last update: April 2016 Contents Abstract 2 Introduction 3 Oracle Database Editions

More information

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability IT teams in companies of all sizes face constant pressure to meet the Availability requirements of today s Always-On

More information

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage A Dell Technical White Paper Dell Database Engineering Solutions Anthony Fernandez April 2010 THIS

More information

Transactum Business Process Manager with High-Performance Elastic Scaling. November 2011 Ivan Klianev

Transactum Business Process Manager with High-Performance Elastic Scaling. November 2011 Ivan Klianev Transactum Business Process Manager with High-Performance Elastic Scaling November 2011 Ivan Klianev Transactum BPM serves three primary objectives: To make it possible for developers unfamiliar with distributed

More information

Realizing the Promise of SANs

Realizing the Promise of SANs Business without interruption. Realizing the Promise of SANs Bill North Director, Storage Network Programs Strategic Initiatives Group VERITAS Software Education Committee Chairman Storage Network Industry

More information

What s New in VMware vsphere 5.1 VMware vcenter Server

What s New in VMware vsphere 5.1 VMware vcenter Server What s New in VMware vsphere 5.1 VMware vsphere 5.1 TECHNICAL MARKETING DOCUMENTATION V 1.0/UPDATED JULY 2012 Table of Contents Introduction... 3 Key Components... 3 vcenter Single Sign-On Server.... 3

More information

Moving From Reactive to Proactive Storage Management with an On-demand Cloud Solution

Moving From Reactive to Proactive Storage Management with an On-demand Cloud Solution Moving From Reactive to Proactive Storage Management with an On-demand Cloud Solution The Ever-Present Storage Management Conundrum In the modern IT landscape, the storage management conundrum is as familiar

More information

What's New in vsan 6.2 First Published On: Last Updated On:

What's New in vsan 6.2 First Published On: Last Updated On: First Published On: 07-07-2016 Last Updated On: 08-23-2017 1 1. Introduction 1.1.Preface 1.2.Architecture Overview 2. Space Efficiency 2.1.Deduplication and Compression 2.2.RAID - 5/6 (Erasure Coding)

More information

BUYING SERVER HARDWARE FOR A SCALABLE VIRTUAL INFRASTRUCTURE

BUYING SERVER HARDWARE FOR A SCALABLE VIRTUAL INFRASTRUCTURE E-Guide BUYING SERVER HARDWARE FOR A SCALABLE VIRTUAL INFRASTRUCTURE SearchServer Virtualization P art 1 of this series explores how trends in buying server hardware have been influenced by the scale-up

More information

Surveillance Dell EMC Storage with Synectics Digital Recording System

Surveillance Dell EMC Storage with Synectics Digital Recording System Surveillance Dell EMC Storage with Synectics Digital Recording System Configuration Guide H15108 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2016 Dell

More information

Optimizing Web and Application Infrastructure on a Limited IT Budget

Optimizing Web and Application Infrastructure on a Limited IT Budget Optimizing Web and Application Infrastructure on a Limited IT Budget Costs associates with deploying, maintaining and supporting web application infrastructure can be dramatically reduced with ADCs. Today

More information

IxChariot. Predict Device and System Performance Under Realistic Load Conditions

IxChariot. Predict Device and System Performance Under Realistic Load Conditions 0:00:02.0 0:00:00.3 0:00:00.6 0:00:01.8 Throughput 90.50 60.50 30.50 0.50 0:00:00 0:00:20 0:00:40 0:01:00 Predict Device and System Performance Under Realistic Load Conditions Test Triple Play Performance

More information

An Oracle White Paper April Reasons Why Oracle Solaris is the Best Platform for SAP Environments

An Oracle White Paper April Reasons Why Oracle Solaris is the Best Platform for SAP Environments An Oracle White Paper April 2012 10 Reasons Why Oracle Solaris is the Best Platform for SAP Environments 1. The Oracle and SAP Partnership... 2 2. Flexibility and Choice... 2 3. Innovative Virtualization

More information

MySQL As A Service. Operationalizing 19 Years of Infrastructure at GoDaddy

MySQL As A Service. Operationalizing 19 Years of Infrastructure at GoDaddy MySQL As A Service Operationalizing 19 Years of Infrastructure at GoDaddy WHOAMI Nathan Northcutt Senior Software Engineer MySQL DevOps ~10 years performance engineering & distributed data services. Email:

More information

Composable Infrastructure for Public Cloud Service Providers

Composable Infrastructure for Public Cloud Service Providers Composable Infrastructure for Public Cloud Service Providers Composable Infrastructure Delivers a Cost Effective, High Performance Platform for Big Data in the Cloud How can a public cloud provider offer

More information

Resources and Services Virtualization without Boundaries (ReSerVoir)

Resources and Services Virtualization without Boundaries (ReSerVoir) Resources and Services Virtualization without Boundaries (ReSerVoir) Benny Rochwerger April 14, 2008 IBM Labs in Haifa The Evolution of the Power Grid The Burden Iron Works Water Wheel http://w w w.rootsw

More information

ACANO SOLUTION RESILIENT ARCHITECTURE. White Paper. Mark Blake, Acano CTO

ACANO SOLUTION RESILIENT ARCHITECTURE. White Paper. Mark Blake, Acano CTO ACANO SOLUTION RESILIENT ARCHITECTURE White Paper Mark Blake, Acano CTO September 2014 CONTENTS Introduction... 3 Definition of Resilience... 3 Achieving Resiliency... 4 Managing Your Data Secure from

More information

Using Red Hat Network Satellite to dynamically scale applications in a private cloud

Using Red Hat Network Satellite to dynamically scale applications in a private cloud Using Red Hat Network Satellite to dynamically scale applications in a private cloud www.redhat.com Abstract Private cloud infrastructure has many clear advantages, not the least of which is the decoupling

More information

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight ESG Lab Review InterSystems Data Platform: A Unified, Efficient Data Platform for Fast Business Insight Date: April 218 Author: Kerry Dolan, Senior IT Validation Analyst Abstract Enterprise Strategy Group

More information