Mainframe. Large Computing Systems. Supercomputer Systems. Mainframe

Size: px
Start display at page:

Download "Mainframe. Large Computing Systems. Supercomputer Systems. Mainframe"

Transcription

1 1 Large Computing Systems Server Farm Networked cluster of interchangeable file/application servers Provides load balancing for availability and reliability Blade Server Server farm in a single cabinet providing I/O, power, cooling Blade = hot-swappable single-board file/application server Big Iron Large, expensive computers Multi-processor systems Complex inter-processor architecture Supercomputer Fast numerical processing (number crunching) Specialized, highly parallel user programming interface Enormous I/O capability and reliability Standard single-user interface I/O Controller I/O Controller I/O Controller Bus Adaptor Card Memory Card Memory Card CPU Card Backplane 2 Supercomputer Systems Oriented to problems limited by calculation speed Weather modeling Global warming forecasts DNA and protein analysis Digital video processing Complicated to program High degree of programmer-visible parallelism Special "parallelized" high-level language Require specialized, application-specific software Typical systems SMP assembly of 64 to 256,000 Alpha, Itanium 2, or PowerPC CPUs Proprietary OS assigns tasks to CPUs Oriented to problems limited by I/O and reliability Optimized for business-oriented "heterogeneous workload" Simple transaction-oriented computations Enormous volume of accesses to external databases Bank account management Credit card processing Market trading Insurance processing Airline reservations Built for reliability and availability Mean Time Between Failure (MTBF) measured in years Automatic swapping of failed hardware/software components Constant self-testing and error correction No reboots for decades 3 4

2 5 Quality of Service (QoS) s are "Rolls-Royce" of computer systems Quality always outweighs cost Highest quality hardware engineering Most reliable software techniques Highest level security and authentication Guaranteed backward compatibility High level technical support Off-site redundancy Backup system run by vendor Instantaneous transparent switch-over on failure Architecture Overview OS OS OS OS Systems Manager Hardware Hardware CPUs, I/O system, internal communication network Systems manager (hypervisor) Operator console for partitioning/configuring CPUs and I/O OS Each partition runs a separate instance of an operating system Can run Unix, Windows, z/os, MVS, VM, instances in parallel User User sees single-user interface provided by OS User OS according to I/O configuration of terminal/network interface 6 Scalability Systems Manager sees all hardware as a single unit Holistic approach to large system Multiple CPUs in a single physical cluster Multiple physical cluster in a single hardware cabinet Multiple cabinets in a system complex (Sysplex) Hot swap Change hardware configuration without shutdown Add/Remove processors and I/O systems Reassign processors and I/O systems to groups On-demand computing Configuration allocates default resource partition Dynamically reassign resources for load balancing Marketing Perspective can replace 10 to 1000 smaller servers Multiprocessor system provides equivalent power Partitioning provides equivalent flexibility Reliable infrastructure replaces multiple small systems Centralized power supply, cooling system, backup RAS (Reliability, Availability, Serviceability) and compatibility Reduced administrative, management, and service costs Lower TCO (Total Cost of Ownership) Higher ROI (Return on Investment) Advantage to organizations that cannot afford risk Prices dropping but IBM s zseries profits are growing 7 8

3 9 Traditional IBM s Traditional non-pipelined CPU implements CISC architecture IBM System/360, System/370, System/390, zseries 890 Business-oriented transaction-based application load 85% of programs written in COBOL 15% written in Assembler, C, C++, Java and other languages IBM SNA (System Network Architecture) networking Logical Partitions (LPARs) Partitioned multiprocessor assembly organization One instance of an OS per LPAR IBM operating systems MVS (Multiple Virtual Storage) JCL (Job Control Language) batch processing interface TSO (Time Sharing Option) time-sharing via dumb terminals VM/CMS Virtual Machine provides virtual mainframe environment per user Conversational Monitor System user shell running under VM Contemporary IBM zenterprise EC12 EC = enterprise class Modern architecture 64-bit superscalar pipelined CPUs SMP multicore configuration Advanced ILP Out-of-order instruction scheduling Cache hierarchy + branch prediction Modern operating system support IBM z/os (MVS replacement) Optimized (at assembly level) for zec12 mainframes Native support for UNIX programs (z/os is a certified UNIX system) TCP/IP Java (z/os provides full Java execution environment) Encryption + security protocols IBM z/vm (VM/CMS replacement) User sees virtual machine running Linux 10 zec12 Hardware Arrangement Frame Z Frame A zec12 Architecture Overview HCA InfiniBand host channel adapter Hardware Management Console (HMC) operator console (stand alone computer) Support Element (SE) laptop issues HMC instructions Flexible Service Processor (FSP) dedicated CPU implements communication + control Book processor cluster + memory + I/O interface + power supply interface 11 12

4 13 zec12 Book Structure (Maximum System) Frame A 120 active cores 4 books 30 active cores per book Book Multi-Chip Module (MCM) 36 cores = 6 PU chips 6 cores per PU 2 storage control chips MB of L4 cache Physical memory = 960 GB per book 3840 GB per Frame A 8 PCIe fanouts 8 GB/s links to PCIe I/O drawers 3 Distributed Converter Assemblies (DCA) power connection n+1 redundancy continue operation after 1 DCA failure Permits hot maintenance 2 Flexible Service Processor (FSP) cards Fabric Book Connectivity (FBC) High speed point-to-point connectivity zec12 Processing Unit (PU) 6 core PU chip 2.75 billion transistors 5.5 GHz clock speed 48 MB unified L3 cache Unified interface to 6 cores + I/O buses + memory controllers 160 GB/s to each core Storage control (SC) implements L3 to L4 communication GX I/O bus to PCIe Memory controller (MC) access to main memory POWER7 64-bit superscalar core Dynamic scheduling 6 EUs 2 integer ALU, 2 load/store, 1 FPU, 1 decimal FPU Cache 64 KB I + 96 KB D private L1 cache 1 MB I + 1 MB D private L2 cache 14 zec12 I/O System I/O cage Holds communications controllers 28 I/O card slots I/O controllers Handle network connections Users, terminals, peripherals Coupling controllers Handle connections between mainframe systems Processor Resource/Systems Manager (PR/SM) System Manager between hardware and OS layers PR/SM functions control all system aspects Responsible for physical topology knowledge Hardware information handled by OS in smaller computers PR/SM is aware of (physical) book structure Manages work dispatch on physical topology PR/SM implements Logical Partitioning (LPAR) zec12 only runs in LPAR mode Logical partitions (LPAR) Allocated physical resources by PR/SM Not aware of (physical) book structure Have no control over systems aspect of physical resources LPAR - OS LPAR - OS LPAR - OS LPAR - OS Systems Manager (PR/SM) Hardware (PUs, RAM, Books, I/O) 15 16

5 17 LPAR Allocation rules PUs, memory and communication channels allocated to LPARs PR/SM attempts to minimize hardware allocated to a logical partition Resources can be dedicated to an LPAR or shared by LPARs Resources can be shared between LPARs by weight (priority) PR/SM attempts to group PUs for a logical partition within one book PR/SM attempts to group memory for a logical partition within one book PR/SM attempts to group logical PUs and memory within one book If not possible, groups in adjacent books PR/SM re-allocates PUs to logical partitions for load balancing PR/SM attempts to re-allocate logical PU on physical PU Permits reuse of L1 cache content Parallel Sysplex Parallel Sysplex Merge 2 to 32 instances of z/os into a single system Applications divide work and data among LPARs Coupling facility (CF) Coordinates shared LPAR resources Manages process coordination among z/os instances Manages data coherence Manages time synchronization Implemented independently or in a zec12 LPAR Geographical diversity Coupled LPARs can be on remote physical systems Provides physical backup for disaster recovery 18 Parallel Sysplex Model LPAR - OS LPAR - OS LPAR - OS LPAR - OS Systems Manager (PR/SM) Hardware (PUs, RAM, Books, I/O) Coupling Facility LPAR - OS LPAR - OS LPAR - OS LPAR - OS Systems Manager (PR/SM) Hardware (PUs, RAM, Books, I/O) Advantages of Parallel Sysplex High capacity for large workloads Applications see all resources on all LPARs as one system Resource sharing Applications can access all resources on all LPARs Dynamic workload balancing Software can increase resources without reconfiguring LPARs Automatic failure recovery Remote LPARs continue working if local LPAR fails System z server groups designed for percent availability Continuous application availability Applications continue on one LPAR during service on another LPAR 19 20

6 21 Integrated Hardware and System Assists System z Application Assist Processors (zaaps) Execute Java programs Under IBM Java Virtual Machine (JVM) Works in LPARs running z/os Reduce capacity requirements on CPUs CP Assist for Cryptographic Function (CPACF) Cryptographic support on every PU DES and TDES data encryption/decryption Integrated Facility for Linux (IFL) Supports Linux and open standards Real or virtual environment within System zec12 configurable as Linux-only server Unified Resource Manager Integrated management fabric (package) Runs on Hardware Management Console and Support Element Sees all workload from one uniform point of control Fast + agile for reconfiguration Growth, load balance, disaster recovery Management areas General system management Virtual server management + provisioning Hypervisor management + support for application deployment Energy management + monitoring Power + cooling control Network management Virtual networks + access control Workload Awareness Manage CPU resource across virtual servers hosted in same hypervisor Balance workload performance policy objectivesdisaster recovery 22 BladeCenter Extension (zbx) System z IBM blade server systems Optimized for standard OLTP + web-oriented services zbx Optional machine incorporates System z services into zec12 Managed transparently by Unified Resource Manager Optional blades IBM WebSphere DataPower Integration Appliance Offloads web-based workloads from core applications Front end server to optimize XML processing XML hardware acceleration for service-oriented architecture (SOA) HTTP format SOAP (Simple Object Access Protocol) format Seamless integration of distributed and System z platforms POWER7 blades Virtualized running AIX / Red Hat Enterprise Linux / Windows Server "Managed in Cloud" Cloud = virtualization management infrastructure Eliminate traditional fixed-hardware boundaries CPU memory network storage Deliver infrastructure / platform / application as service zec12 as private cloud infrastructure Centrally managed + controlled set of IT resources Rapid and flexible service delivery Capacity on Demand (CoD) Multiple configuration definitions available for temporary requirements Up to 200 staged definitions 8 installed at given time Manual invocation by operator Automatic invocation Workload Manager (WLM) sets policy thresholds Capacity Provisioning Manager invokes on specific thresholds 23 24

7 25 Environmental Requirements Power Cooling Width Depth Height 27.6 kw Water / Air Cooled 1568 mm 1806 mm 2013 mm

Mainframe hardware course: Mainframe s processors

Mainframe hardware course: Mainframe s processors Mainframe hardware course: Mainframe s processors z/os Basic Skills: The mainframe s processors Mainframe s processors This hardware course introduces you to one model of IBM mainframe computer, the IBM

More information

The Insurance Business Application

The Insurance Business Application Prologue - The Insurance Company recognizes that it must increase the efficiency of its business processes, while cutting costs, to remain competitive in the industry. Transitioning to an IBM zenterprise

More information

IBM's mainframe-blade hybrid to do Windows. Tighter server coupling coming?

IBM's mainframe-blade hybrid to do Windows. Tighter server coupling coming? IBM's mainframe-blade hybrid to do Windows Tighter server coupling coming? By Timothy Prickett Morgan, Posted 12th January 2011 IBM is rejiggering its hybrid mainframe-blade "system of systems" that was

More information

Massimiliano Belardi Linux su Mainframe 10 anni di esperienze con i clienti

Massimiliano Belardi Linux su Mainframe 10 anni di esperienze con i clienti Massimiliano Belardi Linux su Mainframe 10 anni di esperienze con i clienti Linux brings open innovation to all IBM server and storage system platforms, freeing datacenters from vendor lock-in with choice

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

robert vaupel of mainframe environments

robert vaupel of mainframe environments robert vaupel _ of mainframe environments Robert Vaupel High Availability and Scalability of Mainframe Environments using System z and z/os as example High Availability and Scalability of Mainframe Environments

More information

Hitachi Virtage Embedded Virtualization Hitachi BladeSymphony 10U

Hitachi Virtage Embedded Virtualization Hitachi BladeSymphony 10U Hitachi Virtage Embedded Virtualization Hitachi BladeSymphony 10U Datasheet Brings the performance and reliability of mainframe virtualization to blade computing BladeSymphony is the first true enterprise-class

More information

Setting a new standard

Setting a new standard Changing the UNIX landscape IBM pseries 690 nearly doubling the power of the pseries 680, previously the most powerful pseries server available. 2 The powerful IBM ^ pseries 690 Highlights Datacenter-class

More information

Solution Guide Parallels Virtualization for Linux

Solution Guide Parallels Virtualization for Linux Solution Guide Parallels Virtualization for Linux Overview Created in 1991, Linux was designed to be UNIX-compatible software that was composed entirely of open source or free software components. Linux

More information

Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Oracle SPARC Server for Enterprise Computing Dr. Heiner Bauch Senior Account Architect 19. April 2013 2 The following is intended to outline our general product direction. It is intended for information

More information

DOAG 2014. 18.November 2014. Hintergrund. Oracle Mainframe Datanbanken für extreme Anforderungen

DOAG 2014. 18.November 2014. Hintergrund. Oracle Mainframe Datanbanken für extreme Anforderungen DOAG 2014 18.November 2014 Hintergrund zu Oracle Mainframe Datanbanken für extreme Anforderungen Dr. Manfred Gnirss Senior IT Specialist IBM Client Center, IBM Germany Lab gnirss@de.ibm.com Die folgenden

More information

zenterprise The Ideal Platform For Smarter Computing Eliminating Redundant Software

zenterprise The Ideal Platform For Smarter Computing Eliminating Redundant Software zenterprise The Ideal Platform For Smarter Computing Eliminating Redundant Software Eliminating Redundant Software Is Harder To Do Than Infrastructure Consolidation but potential savings are greater! To

More information

IBM WebSphere Enterprise Service Bus, Version 6.0.1

IBM WebSphere Enterprise Service Bus, Version 6.0.1 Powering your service oriented architecture IBM WebSphere Enterprise Service Bus, Version 6.0.1 Highlights Supports a variety of messaging Requires minimal standards including JMS, Version 1.1 programming

More information

Oracle on System z Linux- High Availability Options Session ID 252

Oracle on System z Linux- High Availability Options Session ID 252 Oracle on System z Linux- High Availability Options Session ID 252 Sam Amsavelu IBM Trademarks The following are trademarks of the International Business Machines Corporation in the United States and/or

More information

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization www.redhat.com Table of contents Introduction Page 3 Benefits of virtualization Page 3 Virtualization challenges

More information

The use of Accelerator Appliances on zenterprise

The use of Accelerator Appliances on zenterprise De Smet Hendrik IT Architect 13/05/2011 The use of Accelerator Appliances on zenterprise 2011 IBM Corporation Trademarks The following are trademarks of the International Business Machines Corporation

More information

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology Reduce I/O cost and power by 40 50% Reduce I/O real estate needs in blade servers through consolidation Maintain

More information

Hewlett-Packard Superdome Servers

Hewlett-Packard Superdome Servers Jane Wright Product Report 19 August 2003 Hewlett-Packard Superdome Servers Summary HP Superdome servers are available with HP s own PA-RISC processors or Itanium 2 processors. The high-end Itanium 2-based

More information

IBM Enterprise Linux Server

IBM Enterprise Linux Server IBM Systems and Technology Group February 2011 IBM Enterprise Linux Server Impressive simplification with leading scalability, high availability and security Table of Contents Executive Summary...2 Our

More information

Virtual Machines. www.viplavkambli.com

Virtual Machines. www.viplavkambli.com 1 Virtual Machines A virtual machine (VM) is a "completely isolated guest operating system installation within a normal host operating system". Modern virtual machines are implemented with either software

More information

<Insert Picture Here> Oracle Database Support for Server Virtualization Updated December 7, 2009

<Insert Picture Here> Oracle Database Support for Server Virtualization Updated December 7, 2009 Oracle Database Support for Server Virtualization Updated December 7, 2009 Support Policy Server virtualization software allows multiple operating system instances to run on the same

More information

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 sales@cepoint.com Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

Cisco Application Networking Manager Version 2.0

Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager (ANM) software enables centralized configuration, operations, and monitoring of Cisco data center networking equipment

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

Parallels Server 4 Bare Metal

Parallels Server 4 Bare Metal Parallels Server 4 Bare Metal Product Summary 1/21/2010 Company Overview Parallels is a worldwide leader in virtualization and automation software that optimizes computing for services providers, businesses

More information

Tools for Managing Big Data Analytics on z/os

Tools for Managing Big Data Analytics on z/os Tools for Managing Big Data Analytics on z/os Mike Stebner, Joe Sturonas PKWARE, Inc. Wednesday, March 12, 2014 Session ID 14948 Test link: www.share.org Introduction Heterogeneous Analysis Addressing

More information

301 IBM System z Oracle Solutions Update plus zseries Oracle SIG Update

301 IBM System z Oracle Solutions Update plus zseries Oracle SIG Update 301 IBM System z Oracle Solutions Update plus zseries Oracle SIG Update Mike Zechman Convertible Technology Oracle Database Consultant President, zseries Oracle SIG Gaylan Braselton Sales Consultant, IBM

More information

Virtualization what it is?

Virtualization what it is? IBM EMEA Virtualization what it is? Tomaž Vincek System p FTSS CEMAAS tomaz.vincek@si.ibm.com 2007 IBM Corporation What is needed? A very strong requirement: reduce costs and optimize investments On a

More information

Enterprise Cloud System (ECS)

Enterprise Cloud System (ECS) Enterprise System (ECS) TCO Comparisons with Competitive Solutions Jose Castano Director, IBM System z New Workloads & Solutions Fehmina Merchant, Ph. D. Senior Consulting Engineer, IBM Competitive Project

More information

IBM Systems and Technology Group Technical Conference

IBM Systems and Technology Group Technical Conference IBM TRAINING IBM STG Technical Conference IBM Systems and Technology Group Technical Conference Munich, Germany April 16 20, 2007 IBM TRAINING IBM STG Technical Conference E72 Storage options and Disaster

More information

IBM Communications Server for Linux - Network Optimization for On Demand business

IBM Communications Server for Linux - Network Optimization for On Demand business Optimizing your network infrastructure for on demand business IBM Communications Server for Linux - Network Optimization for On Demand business IBM Communications Server for Linux provides a cost-effective

More information

Enabling Technologies for Distributed and Cloud Computing

Enabling Technologies for Distributed and Cloud Computing Enabling Technologies for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Multi-core CPUs and Multithreading

More information

Highly Available Database Systems

Highly Available Database Systems Integriertes Seminar Datenbanken und Informationssysteme im Wintersemester 2005/2006 Dependable Adaptive Information Systems (DAIS) Highly Available Database Systems Advised by: Prof. Dr.-Ing. Dr. h. c.

More information

IBM Power Systems Facts and Features POWER7 Blades and Servers October 2010

IBM Power Systems Facts and Features POWER7 Blades and Servers October 2010 IBM Power Systems Facts and Features POWER7 Blades and Servers October 2010 IBM Power Systems servers and IBM BladeCenter blade servers using IBM POWER6 and POWER6+ processors are described in a separate

More information

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies Kurt Klemperer, Principal System Performance Engineer kklemperer@blackboard.com Agenda Session Length:

More information

Virtualised MikroTik

Virtualised MikroTik Virtualised MikroTik MikroTik in a Virtualised Hardware Environment Speaker: Tom Smyth CTO Wireless Connect Ltd. Event: MUM Krackow Feb 2008 http://wirelessconnect.eu/ Copyright 2008 1 Objectives Understand

More information

Software as a Service

Software as a Service Cloud på System z? zenterprise Heterogeneous Virtual Infrastructure Application APP APP APP APP APP APP IT Process and Service OS and Middleware Workload-Aware Optimization Infrastructure Hardware Middleware

More information

Enabling Technologies for Distributed Computing

Enabling Technologies for Distributed Computing Enabling Technologies for Distributed Computing Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF Multi-core CPUs and Multithreading Technologies

More information

IOS110. Virtualization 5/27/2014 1

IOS110. Virtualization 5/27/2014 1 IOS110 Virtualization 5/27/2014 1 Agenda What is Virtualization? Types of Virtualization. Advantages and Disadvantages. Virtualization software Hyper V What is Virtualization? Virtualization Refers to

More information

Rapidly Growing Linux OS: Features and Reliability

Rapidly Growing Linux OS: Features and Reliability Rapidly Growing Linux OS: Features and Reliability V Norio Kurobane (Manuscript received May 20, 2005) Linux has been making rapid strides through mailing lists of volunteers working in the Linux communities.

More information

DER neue Cloud Server der IBM

DER neue Cloud Server der IBM Wolfgang Wendt Vice President zstack IBM Germany November 2010 zenterprise DER neue Cloud Server der IBM Today s data center is not built for what s coming A smarter planet requires real-time data analytics

More information

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging In some markets and scenarios where competitive advantage is all about speed, speed is measured in micro- and even nano-seconds.

More information

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Technical White Paper LINUX OPERATING SYSTEMS www.novell.com SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Content and modifications. The contents of this document are not part of the

More information

IBM i25 Trends & Directions

IBM i25 Trends & Directions Gl. Avernæs 20. November 2013 Erik Rex Cert. Consultant rex@dk.ibm.com Thanks to Steve Will IBM i Chief Architect 2013 IBM Corporation The Family Tree 1975 1988 2013 2013 IBM Corporation 3 2013 IBM Corporation

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper Top Ten Considerations For Choosing A Server Virtualization Technology www.parallels.com Version 1.0 Table of Contents Introduction... 3 Technology Overview...

More information

iseries Logical Partitioning

iseries Logical Partitioning iseries Logical Partitioning Logical Partition (LPAR) SYS1 1:00 Japan SYS2 10:00 USA SYS3 11:00 Brazil SYS4 15:00 UK ORD EMEPROGRESSO i5/os Linux i5/os AIX LPARs operate independently! iseries Partition

More information

Big Data Storage in the Cloud

Big Data Storage in the Cloud Big Data Storage in the Cloud Russell Witt Scott Arnett CA Technologies Tuesday, March 11 Session Number 15288 Tuesday, March 11Tuesday, March 11 Abstract Need to reduce the cost of managing storage while

More information

Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers

Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers WHITE PAPER FUJITSU PRIMERGY AND PRIMEPOWER SERVERS Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers CHALLENGE Replace a Fujitsu PRIMEPOWER 2500 partition with a lower cost solution that

More information

System Models for Distributed and Cloud Computing

System Models for Distributed and Cloud Computing System Models for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Classification of Distributed Computing Systems

More information

Learning Objectives. Chapter 1: Networking with Microsoft Windows 2000 Server. Basic Network Concepts. Learning Objectives (continued)

Learning Objectives. Chapter 1: Networking with Microsoft Windows 2000 Server. Basic Network Concepts. Learning Objectives (continued) Chapter 1: Networking with Microsoft Learning Objectives Plan what network model to apply to your network Compare the differences between Windows 2000 Professional, Server, Advanced Server, and Datacenter

More information

Virtualization Overview

Virtualization Overview VMWARE W HWHITE I T E PPAPER A P E R Virtualization Overview 1 Table of Contents Introduction... 3 Virtualization in a Nutshell... 3 Virtualization Approaches... 4 Virtualization for Server Consolidation

More information

Mainframe alternative Solution Brief. MFA Sizing Study for a z/os mainframe workload running on a Microsoft and HP Mainframe Alternative (MFA)

Mainframe alternative Solution Brief. MFA Sizing Study for a z/os mainframe workload running on a Microsoft and HP Mainframe Alternative (MFA) Mainframe alternative Solution Brief MFA Sizing Study for a z/os mainframe workload running on a Microsoft and HP Mainframe Alternative (MFA) Mainframe alternative Solution Brief MFA Sizing Study for a

More information

Satish Mohan. Head Engineering. AMD Developer Conference, Bangalore

Satish Mohan. Head Engineering. AMD Developer Conference, Bangalore Satish Mohan Head Engineering AMD Developer Conference, Bangalore Open source software Allows developers worldwide to collaborate and benefit. Strategic elimination of vendor lock in OSS naturally creates

More information

Desktop Virtualization Technologies and Implementation

Desktop Virtualization Technologies and Implementation ISSN : 2250-3021 Desktop Virtualization Technologies and Implementation Pranit Patil 1, Shakti Shekar 2 1 ( Mumbai, India) 2 (Mumbai, India) ABSTRACT Desktop virtualization is new desktop delivery method

More information

Experiences with Using IBM zec12 Flash Memory

Experiences with Using IBM zec12 Flash Memory Experiences with Using IBM zec12 Flash Memory Session 14119 August 13, 2013 Mary Astley ATS - IBM Corporation 2013 IBM Corporation Trademarks The following are trademarks of the International Business

More information

IBM pseries 610: Models 6C1 and 6E1

IBM pseries 610: Models 6C1 and 6E1 Affordable, versatile, powerful entry servers IBM pseries 610: Models 6C1 and 6E1 services, insurance, healthcare and other environments that support remote stores, branches, regional offices and kiosks.

More information

Getting More Performance and Efficiency in the Application Delivery Network

Getting More Performance and Efficiency in the Application Delivery Network SOLUTION BRIEF Intel Xeon Processor E5-2600 v2 Product Family Intel Solid-State Drives (Intel SSD) F5* Networks Delivery Controllers (ADCs) Networking and Communications Getting More Performance and Efficiency

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

White Paper. The Value of IBM zenterprise for Deploying Heterogeneous Private Clouds

White Paper. The Value of IBM zenterprise for Deploying Heterogeneous Private Clouds 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com 212.367.7400 White Paper The Value of IBM zenterprise for Deploying Heterogeneous Private Clouds Printed in the United States of America

More information

Windows Server on WAAS: Reduce Branch-Office Cost and Complexity with WAN Optimization and Secure, Reliable Local IT Services

Windows Server on WAAS: Reduce Branch-Office Cost and Complexity with WAN Optimization and Secure, Reliable Local IT Services Windows Server on WAAS: Reduce Branch-Office Cost and Complexity with WAN Optimization and Secure, Reliable Local IT Services What You Will Learn Windows Server on WAAS reduces the cost and complexity

More information

HUAWEI Tecal E6000 Blade Server

HUAWEI Tecal E6000 Blade Server HUAWEI Tecal E6000 Blade Server Professional Trusted Future-oriented HUAWEI TECHNOLOGIES CO., LTD. The HUAWEI Tecal E6000 is a new-generation server platform that guarantees comprehensive and powerful

More information

Cisco Integration Platform

Cisco Integration Platform Data Sheet Cisco Integration Platform The Cisco Integration Platform fuels new business agility and innovation by linking data and services from any application - inside the enterprise and out. Product

More information

Logical Operations. Control Unit. Contents. Arithmetic Operations. Objectives. The Central Processing Unit: Arithmetic / Logic Unit.

Logical Operations. Control Unit. Contents. Arithmetic Operations. Objectives. The Central Processing Unit: Arithmetic / Logic Unit. Objectives The Central Processing Unit: What Goes on Inside the Computer Chapter 4 Identify the components of the central processing unit and how they work together and interact with memory Describe how

More information

Red Hat Enterprise Linux 6. Stanislav Polášek ELOS Technologies sp@elostech.cz

Red Hat Enterprise Linux 6. Stanislav Polášek ELOS Technologies sp@elostech.cz Stanislav Polášek ELOS Technologies sp@elostech.cz Red Hat - an Established Global Leader Compiler Development Identity & Authentication Storage & File Systems Middleware Kernel Development Virtualization

More information

Implementing a Dynamic Infrastructure The Value of IBM System z and the Road Ahead - Gaylan Braselton, System z Sales Consultant, Oracle

Implementing a Dynamic Infrastructure The Value of IBM System z and the Road Ahead - Gaylan Braselton, System z Sales Consultant, Oracle Implementing a Dynamic Infrastructure The Value of IBM System z and the Road Ahead - Gaylan Braselton, System z Sales Consultant, Oracle gbrasel@us.ibm.com Trademarks The following are trademarks of the

More information

CHAPTER 15: Operating Systems: An Overview

CHAPTER 15: Operating Systems: An Overview CHAPTER 15: Operating Systems: An Overview The Architecture of Computer Hardware, Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons 2010 PowerPoint

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

Does Cloud Computing Still Matter? A Mainframer s Update. The trouble with cloud.

Does Cloud Computing Still Matter? A Mainframer s Update. The trouble with cloud. Glenn Anderson, IBM Lab Services and Training Does Cloud Computing Still Matter? A Mainframer s Update STL CMG January 2014 2013 IBM Corporation The trouble with cloud. The term cloud computing is used

More information

IBM License Metric Tool Version 7.2.2. Installing with embedded WebSphere Application Server

IBM License Metric Tool Version 7.2.2. Installing with embedded WebSphere Application Server IBM License Metric Tool Version 7.2.2 Installing with embedded WebSphere Application Server IBM License Metric Tool Version 7.2.2 Installing with embedded WebSphere Application Server Installation Guide

More information

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland Introducing Markus Erlacher Technical Solution Professional Microsoft Switzerland Overarching Release Principles Strong emphasis on hardware, driver and application compatibility Goal to support Windows

More information

Managing Traditional Workloads Together with Cloud Computing Workloads

Managing Traditional Workloads Together with Cloud Computing Workloads Managing Traditional Workloads Together with Cloud Computing Workloads Table of Contents Introduction... 3 Cloud Management Challenges... 3 Re-thinking of Cloud Management Solution... 4 Teraproc Cloud

More information

How To Run A Power5 On A Powerbook On A Mini Computer (Power5) On A Microsoft Powerbook (Power4) On An Ipa (Power3) On Your Computer Or Ipa On A Minium (Power2

How To Run A Power5 On A Powerbook On A Mini Computer (Power5) On A Microsoft Powerbook (Power4) On An Ipa (Power3) On Your Computer Or Ipa On A Minium (Power2 Planning for Virtualization Jaqui Lynch Userblue Jaqui.lynch@mainline.com http://www.circle4.com/papers/ubvirtual.pdf Agenda Partitioning Concepts Virtualization Planning Hints and Tips References 1 Partitioning

More information

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers.

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers. White Paper Virtualized SAP: Optimize Performance with Cisco Data Center Virtual Machine Fabric Extender and Red Hat Enterprise Linux and Kernel-Based Virtual Machine What You Will Learn The virtualization

More information

Improving Economics of Blades with VMware

Improving Economics of Blades with VMware Improving Economics of Blades with VMware Executive Summary Today IT efficiency is critical for competitive viability. However, IT organizations face many challenges, including, growing capacity while

More information

Virtualization and the U2 Databases

Virtualization and the U2 Databases Virtualization and the U2 Databases Brian Kupzyk Senior Technical Support Engineer for Rocket U2 Nik Kesic Lead Technical Support for Rocket U2 Opening Procedure Orange arrow allows you to manipulate the

More information

Alliance AES Encryption for IBM i Solution Brief

Alliance AES Encryption for IBM i Solution Brief Encryption & Tokenization Alliance AES Encryption for IBM i Solution Brief A Complete AES Encryption Solution Alliance AES Encryption for IBM i provides AES encryption for sensitive data everywhere it

More information

How To Create A Large Enterprise Cloud Storage System From A Large Server (Cisco Mds 9000) Family 2 (Cio) 2 (Mds) 2) (Cisa) 2-Year-Old (Cica) 2.5

How To Create A Large Enterprise Cloud Storage System From A Large Server (Cisco Mds 9000) Family 2 (Cio) 2 (Mds) 2) (Cisa) 2-Year-Old (Cica) 2.5 Cisco MDS 9000 Family Solution for Cloud Storage All enterprises are experiencing data growth. IDC reports that enterprise data stores will grow an average of 40 to 60 percent annually over the next 5

More information

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system Integrated and reliable the heart of your iseries system i5/os the next generation iseries operating system Highlights Enables the legendary levels of reliability and simplicity for which iseries systems

More information

Hard Partitioning and Virtualization with Oracle Virtual Machine. An approach toward cost saving with Oracle Database licenses

Hard Partitioning and Virtualization with Oracle Virtual Machine. An approach toward cost saving with Oracle Database licenses Hard Partitioning and Virtualization with Oracle Virtual Machine An approach toward cost saving with Oracle Database licenses JANUARY 2013 Contents Introduction... 2 Hard Partitioning Concepts... 2 Oracle

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

IT Networking and Security

IT Networking and Security elearning Course Outlines IT Networking and Security powered by Calibrate elearning Course Outline CompTIA A+ 801: Fundamentals of Computer Hardware/Software www.medallionlearning.com Fundamentals of Computer

More information

Case Study In the last 80 years, Nationwide has grown from a small mutual auto

Case Study In the last 80 years, Nationwide has grown from a small mutual auto "The creation of a private cloud built around the z196 servers supports our business transformation goals by enabling the rapid, seamless deployment of new computing resources to meet emerging requirements."

More information

IBM Software Group. Lotus Domino 6.5 Server Enablement

IBM Software Group. Lotus Domino 6.5 Server Enablement IBM Software Group Lotus Domino 6.5 Server Enablement Agenda Delivery Strategy Themes Domino 6.5 Server Domino 6.0 SmartUpgrade Questions IBM Lotus Notes/Domino Delivery Strategy 6.0.x MRs every 4 months

More information

How To Improve The Fit For Purpose Model At Nationwide It

How To Improve The Fit For Purpose Model At Nationwide It Nationwide IT Nationwide s Private Cloud Journey Brian Callaghan, AVP IT Engineering -Nationwide Insurance Introduction For over eight years Nationwide has been striving to improve our virtualization and

More information

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 ISSN 2278-7763

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 ISSN 2278-7763 International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 VIRTUALIZATION Vikas Garg Abstract: The main aim of the research was to get the knowledge of present trends

More information

System and Storage Virtualization For ios (AS/400) Environment

System and Storage Virtualization For ios (AS/400) Environment Date: March 10, 2011 System and Storage Virtualization For ios (AS/400) Environment How to take advantage of today s cost-saving technologies for legacy applications Copyright 2010 INFINITE Corporation.

More information

SQL Server Consolidation Using Cisco Unified Computing System and Microsoft Hyper-V

SQL Server Consolidation Using Cisco Unified Computing System and Microsoft Hyper-V SQL Server Consolidation Using Cisco Unified Computing System and Microsoft Hyper-V White Paper July 2011 Contents Executive Summary... 3 Introduction... 3 Audience and Scope... 4 Today s Challenges...

More information

Phire Architect Hardware and Software Requirements

Phire Architect Hardware and Software Requirements Phire Architect Hardware and Software Requirements Copyright 2014, Phire. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Network (RHN) Satellite server is an easy-to-use, advanced systems management platform

More information

Building the perfect cloud with IBM System z

Building the perfect cloud with IBM System z IBM Systems and Technology Thought Leadership White Paper June 2011 Building the perfect cloud with IBM System z A cloud computing platform that leverages the strengths of industry-leading mainframe technology

More information

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance.

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance. Agenda Enterprise Performance Factors Overall Enterprise Performance Factors Best Practice for generic Enterprise Best Practice for 3-tiers Enterprise Hardware Load Balancer Basic Unix Tuning Performance

More information

Virtualization 101 for Power Systems

Virtualization 101 for Power Systems Page 1 of 6 close window Virtualization 101 for Power Systems October November 2009 by Jaqui Lynch Print Table 1 Resources Since the introduction of POWER5* technology, virtualization has offered many

More information

Database Consolidation on SUSE Linux Enterprise Server for System z

Database Consolidation on SUSE Linux Enterprise Server for System z Business White Paper Server Database Consolidation on SUSE Linux Enterprise Server for System z Table of Contents page An Oracle Use Case 2 Executive Summary 2 The Limits of Virtualization on Commodity

More information

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Connect Executive Overview This white paper describes how Cisco VFrame Server Fabric ization Software works with IBM BladeCenter H to provide

More information

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

More information

Best Practices for Virtualised SharePoint

Best Practices for Virtualised SharePoint Best Practices for Virtualised SharePoint Brendan Law Blaw@td.com.au @FlamerNZ Flamer.co.nz/spag/ Nathan Mercer Nathan.Mercer@microsoft.com @NathanM blogs.technet.com/nmercer/ Agenda Why Virtualise? Hardware

More information

Cisco UCS B440 M2 High-Performance Blade Server

Cisco UCS B440 M2 High-Performance Blade Server Data Sheet Cisco UCS B440 M2 High-Performance Blade Server Product Overview The Cisco UCS B440 M2 High-Performance Blade Server delivers the performance, scalability and reliability to power computation-intensive,

More information

This presentation provides an overview of the architecture of the IBM Workload Deployer product.

This presentation provides an overview of the architecture of the IBM Workload Deployer product. This presentation provides an overview of the architecture of the IBM Workload Deployer product. Page 1 of 17 This presentation starts with an overview of the appliance components and then provides more

More information

How To Write An Ets Request For Proposal (Rfp)

How To Write An Ets Request For Proposal (Rfp) Oregon Enterprise Technology Services (ETS) Customer Requests ETS customers issuing RFPs to support application development initiatives often have hardware requirements. Standards and guidelines for equipment

More information