When the class is over, the students will - be able to figure out what storage they need based on measurements at their home institution - know what

Size: px
Start display at page:

Download "When the class is over, the students will - be able to figure out what storage they need based on measurements at their home institution - know what"

Transcription

1 When the class is over, the students will - be able to figure out what storage they need based on measurements at their home institution - know what their filesystem options are and some of the tradeoffs associated with each one Who is this class designed for? - People relatively new to HPC - System administrators who need technical detail and some understanding of what information is needed to make decisions - Decision makers who need information necessary to make decisions and some technical detail 1

2 - Notice that the fundamental problem isn t: What filesystem should we deploy - We don t really care about the filesystem (or even if we are using a filesystem ) as long as it meets the storage needs. - Users often can t articulate what they need in terms of space, speed, iops, and i/o patterns (they aren't storage experts) - You have a woefully small budget (of course you do) - There are a range of needs for different problem domains and even within each domain - - small files and lots of them - - large files - - write once read never - - read lots, seek lots - Expertise in a single storage system is probably insufficient - Expertise in multiple storage systems is difficult to find 2

3 3

4 4

5 5

6 6

7 Why aren t there any right answers? - Storage solutions are infrastructure. That implies that they should just work and be invisible. - All storage solutions will be deficient in some way because no one solution can solve every problem and be invisible all the time. What constitutes a wrong answer? Scenario: You buy a single solution that you tested rigorously in a small-scale environment. You really stressed the system, running lots of benchmarks and determining performance across a range of workloads. Then, you release it to your users and it immediately crashes and won t stay stable. You eventually find that one application is being bad and causing the crash. You didn t test that application. Now, no work can be done because there is only one place for people to store data. This actually happens! What do? 7

8 Scenario: You buy two different solutions, for different purposes. One for long-term storage, the other for temporary/scratch storage. People don t use scratch because long-term is good enough, and the users don t know enough. So, their applications run slow (compared to using scratch), and the money and time spent on scratch was a waste. Scenario: You buy two different solutions, one for scratch one for long-term storage. People start using scratch but treat it as a long-term, reliable storage system. In essence, they get reliable storage from two places (from the user perspective) even though scratch isn t backed up. What happens when they delete data accidentally from scratch, or if files are lost through a system failure? What you should take away from this talk: - You should know what information you need to gather to make your decision(s) - You should know what your options are - You should know how others have approached this same problem 7

9 8

10 A filesystem is not just a place to store data. Fancy filesystems and management tools can do interesting things with your data (like move it around, compress and decompress, analyze, track, etc.) That is necessary for some things but doesn t fall under the purview of a traditional filesystem. Normally, we think about the filesystem as just a bunch of disks. It isn t. It is actually the entire set of disks, servers, networking, and software that goes into serving and managing data. The data may be persistent long-term, or ephemeral. The requirements of data access will control what storage device you get. The filesystem isn t the interesting or useful part. The interesting and useful parts are HOW we use it. The filesystem should be infrastructure invisible as long as it is working. 9

11 Why is this important? - Every group needs different things. If they all work together, things will go much better for everyone. - - What does that mean better? Happy users are productive. Happy managers and administrators give money. Happy administrators keep things running well and plan for the future user needs. - - It is a big cycle of feedback, growth, and responsibility Which kind of users will you have? - Casual? - Heavy? - Important? - Beginner? - Advanced? Different sets of users may have different clusters. There may be multiple storage deployments and multiple clusters, each with different stakeholders. 10

12 How do these stakeholders play a role in the storage solution design and purchase process? Users: - ownership of data - budget - only they can tell you how quickly something needs to be accessed, but hey often can t articulate it - What do they need the storage to do? Management - licensing - maintenance costs - corporate and user relations. corporate partnerships - return on investment. Was the money well-spent? How do we show that? Admins: - Administration and day-to-day monitoring and fixing - How easy is it to do things (like changing quota, replacing failed parts, upgrading systems and software)? -What are the interactions between all of these stakeholders? What is the perspective of each group? What is the give and take from each group? (Answers to both of these questions depends entirely on your culture and environment) Principal characteristic of each group: - Users = storage is usable - Managers and Leadership = Money and ownership concerns - - University support staff includes purchasing people and planning. - - Can a solution be purchased without running afoul of rules and regulations? - Administrators = Keeping the storage working 10

13 You can t get all of these with a single solution. Which ones are important to you? - Backups and archive space are different. Backups are there to recover previous state. Archive is uberlong-term storage (10+ years) - Administrator storage is stuff like node images, log data, configuration info for PXE, etc. 11

14 - Speed: The solution with the best benchmark results might not be the best solution given your applications. Maybe the system with the highest benchmark is the slowest for <your most significant application>. What do IOPs mean in the context of speed? - Space: The solution with the largest amount of space may not be the best solution given your applications. Maybe failures cause the filesystem to be unavailable far too often. - Administrative burden How easy is it to provision new storage for a group? Set quotas? Replace disks? Add space and speed? - - Do you have the space, power and cooling for it? What does the initial installation take? - Management How is it monitored? Can you get usage information like performance, hotspots, and usage statistics from it? How easy is it to upgrade and is data safe over an upgrade? - Reliability and Redundancy How safe is your data? RAID5? RAID6? Are those safe? Do you need data replication? Metadata replication? What happens if a disk goes away? What happens if a storage server goes away? - Cost What do you have to sacrifice to get the speed, space, management burden, etc. needed? 12

15 - Features Is quota management necessary? Automated file management? Integration with a backup or archive system? - Support from vendor When you have problems, how helpful is the vendor? 12

16 Typical temporary storage defining characteristics: - Files left on this system are reaped after some period of time - Typically has smaller capacity than other storage locations (if there are other locations) - Typically the fastest system - Often designed for the heaviest users (biggest files, biggest jobs, most data) - Reliability not as important? - Backups are not taken - May not be very good at small files Long-term storage defining characteristics - May be involved in backups - Reliability is very important - Typically not very fast - Typically very large and expandable, but expansion may be in disconnected units (ala new NFS server) HPC system storage defining characteristics - Holds administrative data (like logs) 13

17 - Software - If used for storing and accessing logs, it should be fast - May store machine images (for VMs or bare-metal node installation), or any data needed to make nodes run (like PXE or node configuration info from CFEngine, Puppet, Ansible, Rocks, etc.). Are these three storage solutions separate? Maybe. 13

18 - There are many options to choose from. You are not limited to this list. - As long as you know your tradeoffs, - We are focusing on the systems we have experience with - For the others, we don t talk about them because we have little/no experience with them NFS is serial, but some solutions play games to make it parallel-ish. Isilon, NetApp, etc. are examples. We focus on filesystems that are somehow shared. It might be through the VFS, or through http or a custom protocol and API. Why? Non-shared filesystems are not terribly useful for linux clusters. 14

19 Having a single server manage things reduces the administrative burden. 15

20 Administrative burden and expertise statements are anecdotal only. 16

21 Speed is limited by the single server Space is essentially unlimited. Another JBOD can be connected to the server through an external SAS cable, ISCSI, ATAoE, SAN, etc. Management and administrative burden is small as long as the storage configuration is reliable. Cost? Only costs what bare hardware does. Features? Backups and archive? Lots of products work fine with NFS. Or, you can use the underlying filesystem to manage snapshots, backups, and archive. - policies for managing things? Requires other software. Reliability/Redundancy? True redundancy is harder. Purpose? Works best with low-volume, low-throughput kinds of stuff. If the data can be cached well, NFS is good. - Serving software (like openmpi) from NFS works well in many places Support? Who needs support for NFS? (You don t need support for NFS, but you just might for the 10G network connection that isn t getting full bandwidth, or the RAID card in the server, or the firmware for the JBOD, etc.) 17

22 Speed? scales well as long as you keep adding disks and servers. Adding servers may require additional licenses. Can have a mix of SSDs and spinning disk, but this requires planning to take best advantage of the capabilities of the SSDs and spinning disks. Space? unlimited at no increased cost other than hardware Administrative burden? - day-to-day - upgrades - installation and deployment - vendor support buying GPFS licenses entitles you to support - - gpfs appliances can be purchased - - make the distinction between technology and actual hardware appliance deployment - cost can be significant for the software A GPFS cluster is the set of all servers and clients that are members of the management domain. A client can t simply mount a GPFS filesystem. The client must join the GPFS cluster in 18

23 order to get the necessary configuration and authorization before it can mount any filesystems. Cost? GPFS is a licensed product. It is available in per-client and per-nsd-server licenses. Features? - Integrates with tivoli for backups and archive. It includes a built-in policy engine that manages file placement and migration. - Speaks native Infiniband Purpose? GPFS can be configured to meet many purposes like database hosting, georeplicated systems, scratch space, etc. Reliability/Redundancy? Both data and metadata can be replicated for redundancy, or the underlying disk structure can be used for redundancy. If a single GPFS server disappears, as long as a quorum of servers is still available, and all necessary disks (aka NSDs) are available, GPFS will continue to operate. 18

24 OSSs can be active/active redundant. MDSs are active/passive redundant per filesystem. MDSs *only* handle permissions and path lookups. Tradeoffs - Speed Unlimited as OSSs and OSTs are added - Space unlimited as OSSs and OSTs are added - Cost Can be had for the cost of the (commodity) hardware - Administrative burden See support. - Support Can be bought, but since Lustre is free software, it is not required. - - There are lustre appliances that can be had - - who can you buy support from intel, seagate (Xyratek), terascala (appliances only?) - features - - Speaks native Infiniband and Ethernet - - Snapshots? Only with LVM - Anecdotal evidence says that kernel patches are required on clients, MDSs, and OSSs in order to use Lustre effectively - Reliability and redundancy are handled at the hardware layer and by other 19

25 software, not by Lustre 19

26 Speed Unlimited as storage and director blades are added Space Unlimited as storage blades are added Cost No licensing costs, but the hardware and software are Panasas Features? - snapshots - Reliability/redundancy Failure of any device will not cause the filesystem to fail Management burden it is a black box. Very little management or tuning required or allowed. 20

27 Do the tools increase or decrease complexity? - Depends on the tool - Depends on how many tools you have to operate 21

28 Which tradeoffs do we address with each one? Advantages: Speed? Lots of it Cost? Small since most investment is in Lustre Space? Lots of Lustre and lots of tape Disadvantages: Management burden? All eggs in one Lustre-shaped basket Features? Can backups or archiving be automatically done? What about policies? How are files in the scratch space reaped? Purpose? - NFS for job scripts and hand-editing of files - Lustre for actual computation and storage - tape for archival and backup purposes 22

29 Advantages: - Expertise in only a single technology is needed Disadvantages - If in a single system, failure stops everything - If in multiple systems, max performance drops Speed: Maximum possible Space: Maximum possible Reliability and redundancy: Depends on how it was built. 23

30 A single Panasas realm is mounted and used on every compute and login node. Long-term storage is purchased by individual research groups in the form of individual storage servers. Each server provides from TiB of usable space, depending on what the research group has purchased. Home space is split between four servers for all users. Home space is limited to 5GiB per user. Advantages: - Data is easily accessible Disadvantages: - Users can misuse storage through naiveté or malice. NFS makes it easy to isolate problem users and servers. Which tradeoffs do we address with each one? NFS for long-term - cost is small 24

31 - speed is small - features - easy to backup - reliable in aggregate (most things are up most of the time) - management burden is small (replacing drives) - Good aggregate performance Panasas - speed was good when first deployed, but hasn t been expanded since the initial purchase - management burden is small. Failed drives are blades send notifications and are easy to fix. 24

32 VMs typically don t require much storage just enough to boot from. But they do need speed for random reading and writing. Possible solutions: NFS, iscsi import, ATAoE import, DAS Storage devices: SAS, SATA, SSD Database hosting random access to data is really important, and speed is paramount. Possible solutions: same as above Storage devices: RAM and SSD 25

33 What do the stakeholders care about? Identify who they are, what they want, and what they need. Do you need quotas? Snapshots? Backup integration? Migration? Ingest and outgest? 26

34 HIPAA and ITAR - These are very complex things. - You need to know if you have this kind of data! - You can go to jail, your organization can be sanctioned and lose all funding, university administrators can go to jail, etc. - Your organization may have a compliance office to help deal with these kinds of data ITAR International Traffic in Arms Regulations - Controls the export and import of defense-related articles. - Designed to safeguard national security - May apply to data and applications your researchers work with HIPAA and PHI - PHI is any information that can be linked to a specific individual - Designed to protect individuals privacy and anonymity in research trials 27

35 Getting the data we need about performance is hard. 28

36 Tradeoffs: - Network speed - Firewall speed - Where is the data coming from? - Science DMZ - - How do you expose the filesystem in the DMZ? - - Seems dangerous What kind of data is it? - large files? - lots of small files? - tarball? 29

37 30

38 PCIe SSD Examples - Intel Fusion I/O (now in SanDisk) - Virident FlashMax SATA/SAS SSD Examples - Intel - Samsung - OCZ - SanDisk - Seagate - Western Digital - and many more SAS - 15k RPM - 10k RPM - 7.2k RPM 31

39 SATA - 10k RPM - 7.2k RPM - 5.4k RPM 31

40 Why is it important to make this distinction between benchmarks and actual performance? Why do we care? (Because your stakeholders care!) There are sequential IOP and random IOP patterns. What is the difference? With sequential IOP patterns, performance is usually measured in MB/s or GB/s With random IOP patterns, performance is usually given in IOPS since it is a measure of how many unrelated requests can be handled per second. How do those things affect performance? Spinning disks are made for sequential IOP patterns, and normally top out at less than 500 IOPS. SATA/SAS SSDs are made for random IOP patterns, and can get >10,000 IOPS. PCIe SSDs can get > 100,000 IOPs 32

41 Storage segregation is another tradeoff. You can isolate a group of users to reduce the impact on others, but that may reduce maximum performance. Support vs. expertise is another tradeoff. If you have little expertise, you may need to pay for support until the expertise is built. 33

42 34

43 35

44 36

45 What are these good at? (Perhaps they aren t good for traditional HPC ) A few of the features of some of these are: - geo-replication - federation - self-healing - RESTful API interface - self-management - lots o other features The other solution we talked about have a different focus (largely on performance). These softwares and appliances aren t necessarily focused on performance first. 37

46 38

47 39

How do Design a Cluster

How do Design a Cluster How do Design a Cluster Dana Brunson Asst. VP for Research Cyberinfrastructure Director, Adjunct Assoc. Professor, CS & Math Depts. Oklahoma State University http://hpcc.okstate.edu It depends. -- Henry

More information

Emerging Technologies for HPC Storage

Emerging Technologies for HPC Storage Emerging Technologies for HPC Storage Dr. Wolfgang Mertz CTO EMEA Unstructured Data Solutions June 2018 The very definition of HPC is expanding Blazing Fast Speed Accessibility and flexibility 2 Traditional

More information

Effective Use of CSAIL Storage

Effective Use of CSAIL Storage Effective Use of CSAIL Storage How to get the most out of your computing infrastructure Garrett Wollman, Jonathan Proulx, and Jay Sekora The Infrastructure Group Introduction Outline of this talk 1. Introductions

More information

Parallel File Systems for HPC

Parallel File Systems for HPC Introduction to Scuola Internazionale Superiore di Studi Avanzati Trieste November 2008 Advanced School in High Performance and Grid Computing Outline 1 The Need for 2 The File System 3 Cluster & A typical

More information

Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication

Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication CDS and Sky Tech Brief Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication Actifio recommends using Dedup-Async Replication (DAR) for RPO of 4 hours or more and using StreamSnap for

More information

The storage challenges of virtualized environments

The storage challenges of virtualized environments The storage challenges of virtualized environments The virtualization challenge: Ageing and Inflexible storage architectures Mixing of platforms causes management complexity Unable to meet the requirements

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

Feedback on BeeGFS. A Parallel File System for High Performance Computing

Feedback on BeeGFS. A Parallel File System for High Performance Computing Feedback on BeeGFS A Parallel File System for High Performance Computing Philippe Dos Santos et Georges Raseev FR 2764 Fédération de Recherche LUmière MATière December 13 2016 LOGO CNRS LOGO IO December

More information

HPC File Systems and Storage. Irena Johnson University of Notre Dame Center for Research Computing

HPC File Systems and Storage. Irena Johnson University of Notre Dame Center for Research Computing HPC File Systems and Storage Irena Johnson University of Notre Dame Center for Research Computing HPC (High Performance Computing) Aggregating computer power for higher performance than that of a typical

More information

Choosing Hardware and Operating Systems for MySQL. Apr 15, 2009 O'Reilly MySQL Conference and Expo Santa Clara,CA by Peter Zaitsev, Percona Inc

Choosing Hardware and Operating Systems for MySQL. Apr 15, 2009 O'Reilly MySQL Conference and Expo Santa Clara,CA by Peter Zaitsev, Percona Inc Choosing Hardware and Operating Systems for MySQL Apr 15, 2009 O'Reilly MySQL Conference and Expo Santa Clara,CA by Peter Zaitsev, Percona Inc -2- We will speak about Choosing Hardware Choosing Operating

More information

Scalability Testing of DNE2 in Lustre 2.7 and Metadata Performance using Virtual Machines Tom Crowe, Nathan Lavender, Stephen Simms

Scalability Testing of DNE2 in Lustre 2.7 and Metadata Performance using Virtual Machines Tom Crowe, Nathan Lavender, Stephen Simms Scalability Testing of DNE2 in Lustre 2.7 and Metadata Performance using Virtual Machines Tom Crowe, Nathan Lavender, Stephen Simms Research Technologies High Performance File Systems hpfs-admin@iu.edu

More information

Computer Science Section. Computational and Information Systems Laboratory National Center for Atmospheric Research

Computer Science Section. Computational and Information Systems Laboratory National Center for Atmospheric Research Computer Science Section Computational and Information Systems Laboratory National Center for Atmospheric Research My work in the context of TDD/CSS/ReSET Polynya new research computing environment Polynya

More information

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Torben Kling-Petersen, PhD Presenter s Name Principle Field Title andengineer Division HPC &Cloud LoB SunComputing Microsystems

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

Turning Object. Storage into Virtual Machine Storage. White Papers

Turning Object. Storage into Virtual Machine Storage. White Papers Turning Object Open vstorage is the World s fastest Distributed Block Store that spans across different Datacenter. It combines ultrahigh performance and low latency connections with a data integrity that

More information

The Leading Parallel Cluster File System

The Leading Parallel Cluster File System The Leading Parallel Cluster File System www.thinkparq.com www.beegfs.io ABOUT BEEGFS What is BeeGFS BeeGFS (formerly FhGFS) is the leading parallel cluster file system, developed with a strong focus on

More information

Optimizing the Data Center with an End to End Solutions Approach

Optimizing the Data Center with an End to End Solutions Approach Optimizing the Data Center with an End to End Solutions Approach Adam Roberts Chief Solutions Architect, Director of Technical Marketing ESS SanDisk Corporation Flash Memory Summit 11-13 August 2015 August

More information

Parallel File Systems. John White Lawrence Berkeley National Lab

Parallel File Systems. John White Lawrence Berkeley National Lab Parallel File Systems John White Lawrence Berkeley National Lab Topics Defining a File System Our Specific Case for File Systems Parallel File Systems A Survey of Current Parallel File Systems Implementation

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

Vendor: IBM. Exam Code: Exam Name: IBM Midrange Storage Technical Support V3. Version: Demo

Vendor: IBM. Exam Code: Exam Name: IBM Midrange Storage Technical Support V3. Version: Demo Vendor: IBM Exam Code: 000-451 Exam Name: IBM Midrange Storage Technical Support V3 Version: Demo QUESTION NO: 1 On the Storwize V7000, which IBM utility analyzes the expected compression savings for an

More information

Evaluating Cloud Storage Strategies. James Bottomley; CTO, Server Virtualization

Evaluating Cloud Storage Strategies. James Bottomley; CTO, Server Virtualization Evaluating Cloud Storage Strategies James Bottomley; CTO, Server Virtualization Introduction to Storage Attachments: - Local (Direct cheap) SAS, SATA - Remote (SAN, NAS expensive) FC net Types - Block

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

SvSAN Data Sheet - StorMagic

SvSAN Data Sheet - StorMagic SvSAN Data Sheet - StorMagic A Virtual SAN for distributed multi-site environments StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical applications

More information

STARWIND VIRTUAL SAN: DIFFERENTIATION [FROM COMPETITORS]

STARWIND VIRTUAL SAN: DIFFERENTIATION [FROM COMPETITORS] BRIEF: In compliance with your request, the Department has compiled this systematic list. It contains the major points of differentiation for StarWind in comparison with similar solutions. The remaining

More information

Data Management. Parallel Filesystems. Dr David Henty HPC Training and Support

Data Management. Parallel Filesystems. Dr David Henty HPC Training and Support Data Management Dr David Henty HPC Training and Support d.henty@epcc.ed.ac.uk +44 131 650 5960 Overview Lecture will cover Why is IO difficult Why is parallel IO even worse Lustre GPFS Performance on ARCHER

More information

PRESENTATION TITLE GOES HERE

PRESENTATION TITLE GOES HERE Enterprise Storage PRESENTATION TITLE GOES HERE Leah Schoeb, Member of SNIA Technical Council SNIA EmeraldTM Training SNIA Emerald Power Efficiency Measurement Specification, for use in EPA ENERGY STAR

More information

HPC Growing Pains. IT Lessons Learned from the Biomedical Data Deluge

HPC Growing Pains. IT Lessons Learned from the Biomedical Data Deluge HPC Growing Pains IT Lessons Learned from the Biomedical Data Deluge John L. Wofford Center for Computational Biology & Bioinformatics Columbia University What is? Internationally recognized biomedical

More information

SurFS Product Description

SurFS Product Description SurFS Product Description 1. ABSTRACT SurFS An innovative technology is evolving the distributed storage ecosystem. SurFS is designed for cloud storage with extreme performance at a price that is significantly

More information

Mission-Critical Lustre at Santos. Adam Fox, Lustre User Group 2016

Mission-Critical Lustre at Santos. Adam Fox, Lustre User Group 2016 Mission-Critical Lustre at Santos Adam Fox, Lustre User Group 2016 About Santos One of the leading oil and gas producers in APAC Founded in 1954 South Australia Northern Territory Oil Search Cooper Basin

More information

Introducing Panasas ActiveStor 14

Introducing Panasas ActiveStor 14 Introducing Panasas ActiveStor 14 SUPERIOR PERFORMANCE FOR MIXED FILE SIZE ENVIRONMENTS DEREK BURKE, PANASAS EUROPE INTRODUCTION TO PANASAS Storage that accelerates the world s highest performance and

More information

StarWind Storage Appliance

StarWind Storage Appliance #1 HyperConverged Appliance for SMB and ROBO StarWind Storage Appliance Value Proposition For SMBs and Enterprises who are looking for high performance primary storage for server virtualization, VDI, database

More information

Disks and their Cloudy Future

Disks and their Cloudy Future 1x every 5 years Disks and their Cloudy uture ric Brewer VP Infrastructure, Google 4 hours uploaded every minute (Nov 215) @eric_brewer AST 216 Keynote ebruary 23, 216 1GB per hour 1 PB new storage every

More information

THE SUMMARY. CLUSTER SERIES - pg. 3. ULTRA SERIES - pg. 5. EXTREME SERIES - pg. 9

THE SUMMARY. CLUSTER SERIES - pg. 3. ULTRA SERIES - pg. 5. EXTREME SERIES - pg. 9 PRODUCT CATALOG THE SUMMARY CLUSTER SERIES - pg. 3 ULTRA SERIES - pg. 5 EXTREME SERIES - pg. 9 CLUSTER SERIES THE HIGH DENSITY STORAGE FOR ARCHIVE AND BACKUP When downtime is not an option Downtime is

More information

Performance Report: Multiprotocol Performance Test of VMware ESX 3.5 on NetApp Storage Systems

Performance Report: Multiprotocol Performance Test of VMware ESX 3.5 on NetApp Storage Systems NETAPP TECHNICAL REPORT Performance Report: Multiprotocol Performance Test of VMware ESX 3.5 on NetApp Storage Systems A Performance Comparison Study of FC, iscsi, and NFS Protocols Jack McLeod, NetApp

More information

All-Flash Storage Solution for SAP HANA:

All-Flash Storage Solution for SAP HANA: All-Flash Storage Solution for SAP HANA: Storage Considerations using SanDisk Solid State Devices WHITE PAPER Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table

More information

StorageGRID Webscale Installation Guide. For Red Hat Enterprise Linux or CentOS Deployments. October _A0

StorageGRID Webscale Installation Guide. For Red Hat Enterprise Linux or CentOS Deployments. October _A0 StorageGRID Webscale 11.0 Installation Guide For Red Hat Enterprise Linux or CentOS Deployments October 2017 215-12397_A0 doccomments@netapp.com Table of Contents 3 Contents Installation overview... 5

More information

Running MySQL on AWS. Michael Coburn Wednesday, April 15th, 2015

Running MySQL on AWS. Michael Coburn Wednesday, April 15th, 2015 Running MySQL on AWS Michael Coburn Wednesday, April 15th, 2015 Who am I? 2 Senior Architect with Percona 3 years on Friday! Canadian but I now live in Costa Rica I see 3-10 different customer environments

More information

FLASHARRAY//M Business and IT Transformation in 3U

FLASHARRAY//M Business and IT Transformation in 3U FLASHARRAY//M Business and IT Transformation in 3U TRANSFORM IT Who knew that moving to all-flash storage could help reduce the cost of IT? FlashArray//m makes server and workload investments more productive,

More information

Exam : Title : High-End Disk for Open Systems V2. Version : DEMO

Exam : Title : High-End Disk for Open Systems V2. Version : DEMO Exam : 000-968 Title : High-End Disk for Open Systems V2 Version : DEMO 1.An international company has a heterogeneous IBM storage environment with two IBM DS8700 systems in a Metro Mirror relationship.

More information

Open Source Storage. Ric Wheeler Architect & Senior Manager April 30, 2012

Open Source Storage. Ric Wheeler Architect & Senior Manager April 30, 2012 Open Source Storage Architect & Senior Manager rwheeler@redhat.com April 30, 2012 1 Linux Based Systems are Everywhere Used as the base for commercial appliances Enterprise class appliances Consumer home

More information

Architecting Storage for Semiconductor Design: Manufacturing Preparation

Architecting Storage for Semiconductor Design: Manufacturing Preparation White Paper Architecting Storage for Semiconductor Design: Manufacturing Preparation March 2012 WP-7157 EXECUTIVE SUMMARY The manufacturing preparation phase of semiconductor design especially mask data

More information

Persistent Storage with Docker in production - Which solution and why?

Persistent Storage with Docker in production - Which solution and why? Persistent Storage with Docker in production - Which solution and why? Cheryl Hung 2013-2017 StorageOS Ltd. All rights reserved. Cheryl 2013-2017 StorageOS Ltd. All rights reserved. 2 Why do I need storage?

More information

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights IBM Spectrum NAS Easy-to-manage software-defined file storage for the enterprise Highlights Reduce capital expenditures with storage software on commodity servers Improve efficiency by consolidating all

More information

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance Introducing Oracle WebLogic Server on Oracle Database Appliance Oracle Database Appliance with WebLogic Server Simple. Reliable. Affordable. 2 Virtualization on Oracle Database Appliance

More information

MAHA. - Supercomputing System for Bioinformatics

MAHA. - Supercomputing System for Bioinformatics MAHA - Supercomputing System for Bioinformatics - 2013.01.29 Outline 1. MAHA HW 2. MAHA SW 3. MAHA Storage System 2 ETRI HPC R&D Area - Overview Research area Computing HW MAHA System HW - Rpeak : 0.3

More information

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems April 2017 215-12035_C0 doccomments@netapp.com Table of Contents 3 Contents Before you create ONTAP Cloud systems... 5 Logging in

More information

VMware vsphere 5.5 Advanced Administration

VMware vsphere 5.5 Advanced Administration Format 4-day instructor led training Course Books 630+ pg Study Guide with slide notes 180+ pg Lab Guide with detailed steps for completing labs vsphere Version This class covers VMware vsphere 5.5 including

More information

GlusterFS and RHS for SysAdmins

GlusterFS and RHS for SysAdmins GlusterFS and RHS for SysAdmins An In-Depth Look with Demos Sr. Software Maintenance Engineer Red Hat Global Support Services FISL 7 May 2014 Introduction Name: Company: Red Hat Department: Global Support

More information

StorageGRID Webscale Installation Guide. For Red Hat Enterprise Linux or CentOS Deployments. October _B0

StorageGRID Webscale Installation Guide. For Red Hat Enterprise Linux or CentOS Deployments. October _B0 StorageGRID Webscale 11.1 Installation Guide For Red Hat Enterprise Linux or CentOS Deployments October 2018 215-12793_B0 doccomments@netapp.com Table of Contents 3 Contents Installation overview... 5

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

Branch offices and SMBs: choosing the right hyperconverged solution

Branch offices and SMBs: choosing the right hyperconverged solution Branch offices and SMBs: choosing the right hyperconverged solution Presenters: Howard Marks Chief Scientist, DeepStorage.net Luke Pruen Director of Technical Services, StorMagic Infrastructures for the

More information

A guide for assembling your Jira Data Center team

A guide for assembling your Jira Data Center team A guide for assembling your Jira Data Center team Contents 01 Getting started 02 Helpful roles for your Jira Data Center team 03 Helpful expertise for your Jira Data Center team 04 Pro tips & best practices

More information

MQ High Availability and Disaster Recovery Implementation scenarios

MQ High Availability and Disaster Recovery Implementation scenarios MQ High Availability and Disaster Recovery Implementation scenarios Sandeep Chellingi Head of Hybrid Cloud Integration Prolifics Agenda MQ Availability Message Availability Service Availability HA vs DR

More information

Take control of storage performance

Take control of storage performance Take control of storage performance Transition From Speed To Management SSD + RAID 2008-2011 Reduce time to market Inherent bottlenecks Re-architect for better performance NVMe, SCSI Express Reads & Writes

More information

IBM Storwize V7000 Unified

IBM Storwize V7000 Unified IBM Storwize V7000 Unified Pavel Müller IBM Systems and Technology Group Storwize V7000 Position Enterprise Block DS8000 For clients requiring: Advanced disaster recovery with 3-way mirroring and System

More information

Introduction to Scientific Data Management

Introduction to Scientific Data Management Introduction to Scientific Data Management damien.francois@uclouvain.be October 2015 http://www.cism.ucl.ac.be/training 1 http://www.cism.ucl.ac.be/training Goal of this session: Share tools, tips and

More information

Introduction to Scientific Data Management

Introduction to Scientific Data Management Introduction to Scientific Data Management damien.francois@uclouvain.be November 2017 http://www.cism.ucl.ac.be/training 1 http://www.cism.ucl.ac.be/training Goal of this session: Share tools, tips and

More information

THE EMC ISILON STORY. Big Data In The Enterprise. Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon.

THE EMC ISILON STORY. Big Data In The Enterprise. Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon. THE EMC ISILON STORY Big Data In The Enterprise Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon August, 2012 1 Big Data In The Enterprise Isilon Overview Isilon Technology

More information

RESEARCH DATA DEPOT AT PURDUE UNIVERSITY

RESEARCH DATA DEPOT AT PURDUE UNIVERSITY Preston Smith Director of Research Services RESEARCH DATA DEPOT AT PURDUE UNIVERSITY May 18, 2016 HTCONDOR WEEK 2016 Ran into Miron at a workshop recently.. Talked about data and the challenges of providing

More information

STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT

STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT WHITEPAPER STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT This document is designed to aid in the configuration and deployment of Nexsan storage solutions

More information

Red Hat Gluster Storage performance. Manoj Pillai and Ben England Performance Engineering June 25, 2015

Red Hat Gluster Storage performance. Manoj Pillai and Ben England Performance Engineering June 25, 2015 Red Hat Gluster Storage performance Manoj Pillai and Ben England Performance Engineering June 25, 2015 RDMA Erasure Coding NFS-Ganesha New or improved features (in last year) Snapshots SSD support Erasure

More information

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays Dell EqualLogic Best Practices Series Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays A Dell Technical Whitepaper Jerry Daugherty Storage Infrastructure

More information

Creating the Fastest Possible Backups Using VMware Consolidated Backup. A Design Blueprint

Creating the Fastest Possible Backups Using VMware Consolidated Backup. A Design Blueprint Creating the Fastest Possible Backups Using VMware Consolidated Backup A Design Blueprint George Winter Technical Product Manager NetBackup Symantec Corporation Agenda Overview NetBackup for VMware and

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

CyberStore DSS. Multi Award Winning. Broadberry. CyberStore DSS. Open-E DSS v7 based Storage Appliances. Powering these organisations

CyberStore DSS. Multi Award Winning. Broadberry. CyberStore DSS. Open-E DSS v7 based Storage Appliances. Powering these organisations Multi Award Winning CyberStore DSS CyberStore DSS CyberStore DSS Storage Appliances: Open-E DSS v7 based Storage Appliances The CyberStore DSS range of iscsi SAN / NAS storage appliances include 1U-4U

More information

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation report prepared under contract with Dot Hill August 2015 Executive Summary Solid state

More information

Why Datrium DVX is Best for VDI

Why Datrium DVX is Best for VDI Why Datrium DVX is Best for VDI 385 Moffett Park Dr. Sunnyvale, CA 94089 844-478-8349 www.datrium.com Technical Report Introduction Managing a robust and growing virtual desktop infrastructure in current

More information

Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage

Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage O V E R V I E W Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage Modular Hitachi Storage Delivers Enterprise-level Benefits Hitachi Adaptable Modular Storage and Hitachi Workgroup

More information

AUTOMATING IBM SPECTRUM SCALE CLUSTER BUILDS IN AWS PROOF OF CONCEPT

AUTOMATING IBM SPECTRUM SCALE CLUSTER BUILDS IN AWS PROOF OF CONCEPT AUTOMATING IBM SPECTRUM SCALE CLUSTER BUILDS IN AWS PROOF OF CONCEPT By Joshua Kwedar Sr. Systems Engineer By Steve Horan Cloud Architect ATS Innovation Center, Malvern, PA Dates: Oct December 2017 INTRODUCTION

More information

The next step in Software-Defined Storage with Virtual SAN

The next step in Software-Defined Storage with Virtual SAN The next step in Software-Defined Storage with Virtual SAN Osama I. Al-Dosary VMware vforum, 2014 2014 VMware Inc. All rights reserved. Agenda Virtual SAN s Place in the SDDC Overview Features and Benefits

More information

StorMagic SvSAN 6.1. Product Announcement Webinar and Live Demonstration. Mark Christie Senior Systems Engineer

StorMagic SvSAN 6.1. Product Announcement Webinar and Live Demonstration. Mark Christie Senior Systems Engineer StorMagic SvSAN 6.1 Product Announcement Webinar and Live Demonstration Mark Christie Senior Systems Engineer Introducing StorMagic What do we do? StorMagic SvSAN eliminates the need for physical SANs

More information

Take Back Lost Revenue by Activating Virtuozzo Storage Today

Take Back Lost Revenue by Activating Virtuozzo Storage Today Take Back Lost Revenue by Activating Virtuozzo Storage Today JUNE, 2017 2017 Virtuozzo. All rights reserved. 1 Introduction New software-defined storage (SDS) solutions are enabling hosting companies to

More information

StorPool Distributed Storage Software Technical Overview

StorPool Distributed Storage Software Technical Overview StorPool Distributed Storage Software Technical Overview StorPool 2018 Page 1 of 9 StorPool Overview StorPool is distributed storage software. It pools the attached storage (hard disks or SSDs) of standard

More information

The advantages of architecting an open iscsi SAN

The advantages of architecting an open iscsi SAN Storage as it should be The advantages of architecting an open iscsi SAN Pete Caviness Lefthand Networks, 5500 Flatiron Parkway, Boulder CO 80301, Ph: +1-303-217-9043, FAX: +1-303-217-9020 e-mail: pete.caviness@lefthandnetworks.com

More information

Kubernetes Integration with Virtuozzo Storage

Kubernetes Integration with Virtuozzo Storage Kubernetes Integration with Virtuozzo Storage A Technical OCTOBER, 2017 2017 Virtuozzo. All rights reserved. 1 Application Container Storage Application containers appear to be the perfect tool for supporting

More information

Guillimin HPC Users Meeting February 11, McGill University / Calcul Québec / Compute Canada Montréal, QC Canada

Guillimin HPC Users Meeting February 11, McGill University / Calcul Québec / Compute Canada Montréal, QC Canada Guillimin HPC Users Meeting February 11, 2016 guillimin@calculquebec.ca McGill University / Calcul Québec / Compute Canada Montréal, QC Canada Compute Canada News Scheduler Updates Software Updates Training

More information

HIGH-PERFORMANCE STORAGE FOR DISCOVERY THAT SOARS

HIGH-PERFORMANCE STORAGE FOR DISCOVERY THAT SOARS HIGH-PERFORMANCE STORAGE FOR DISCOVERY THAT SOARS OVERVIEW When storage demands and budget constraints collide, discovery suffers. And it s a growing problem. Driven by ever-increasing performance and

More information

Installing Ubuntu Server

Installing Ubuntu Server CHAPTER 1 Installing Ubuntu Server You probably chose Ubuntu as a server solution because of either your gratifying experience using it on the desktop or the raves you ve heard from others about its user-friendly

More information

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile Tegile Systems 1 Introducing Tegile Company Overview Product Overview Solutions & Use Cases Partnering with Tegile 2 Company Overview Company Overview Te gile - [tey-jile] Tegile = technology + agile Founded

More information

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Database Solutions Engineering By Raghunatha M, Ravi Ramappa Dell Product Group October 2009 Executive Summary

More information

StorageCraft OneXafe and Veeam 9.5

StorageCraft OneXafe and Veeam 9.5 TECHNICAL DEPLOYMENT GUIDE NOV 2018 StorageCraft OneXafe and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneXafe, compliments Veeam to create a differentiated

More information

Triton file systems - an introduction. slide 1 of 28

Triton file systems - an introduction. slide 1 of 28 Triton file systems - an introduction slide 1 of 28 File systems Motivation & basic concepts Storage locations Basic flow of IO Do's and Don'ts Exercises slide 2 of 28 File systems: Motivation Case #1:

More information

Administering VMware Virtual SAN. Modified on October 4, 2017 VMware vsphere 6.0 VMware vsan 6.2

Administering VMware Virtual SAN. Modified on October 4, 2017 VMware vsphere 6.0 VMware vsan 6.2 Administering VMware Virtual SAN Modified on October 4, 2017 VMware vsphere 6.0 VMware vsan 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

SCS Distributed File System Service Proposal

SCS Distributed File System Service Proposal SCS Distributed File System Service Proposal Project Charter: To cost effectively build a Distributed networked File Service (DFS) that can grow to Petabyte scale, customized to the size and performance

More information

High Availability Without the Cluster (or the SAN) Josh Sekel IT Manager, Faculty of Business Brock University

High Availability Without the Cluster (or the SAN) Josh Sekel IT Manager, Faculty of Business Brock University High Availability Without the Cluster (or the SAN) Josh Sekel IT Manager, Faculty of Business Brock University File Services: Embarked on quest; after paying for too many data recoveries, to make saving

More information

The Modern Virtualized Data Center

The Modern Virtualized Data Center WHITEPAPER The Modern Virtualized Data Center Data center resources have traditionally been underutilized while drawing enormous amounts of power and taking up valuable floorspace. Storage virtualization

More information

Get More Out of Storage with Data Domain Deduplication Storage Systems

Get More Out of Storage with Data Domain Deduplication Storage Systems 1 Get More Out of Storage with Data Domain Deduplication Storage Systems David M. Auslander Sales Director, New England / Eastern Canada 2 EMC Data Domain Dedupe everything without changing anything Simplify

More information

The Microsoft Large Mailbox Vision

The Microsoft Large Mailbox Vision WHITE PAPER The Microsoft Large Mailbox Vision Giving users large mailboxes without breaking your budget Introduction Giving your users the ability to store more email has many advantages. Large mailboxes

More information

ACCRE High Performance Compute Cluster

ACCRE High Performance Compute Cluster 6 중 1 2010-05-16 오후 1:44 Enabling Researcher-Driven Innovation and Exploration Mission / Services Research Publications User Support Education / Outreach A - Z Index Our Mission History Governance Services

More information

Shared Object-Based Storage and the HPC Data Center

Shared Object-Based Storage and the HPC Data Center Shared Object-Based Storage and the HPC Data Center Jim Glidewell High Performance Computing BOEING is a trademark of Boeing Management Company. Computing Environment Cray X1 2 Chassis, 128 MSPs, 1TB memory

More information

Vendor: Hitachi. Exam Code: HH Exam Name: Hitachi Data Systems Storage Fondations. Version: Demo

Vendor: Hitachi. Exam Code: HH Exam Name: Hitachi Data Systems Storage Fondations. Version: Demo Vendor: Hitachi Exam Code: HH0-130 Exam Name: Hitachi Data Systems Storage Fondations Version: Demo QUESTION: 1 A drive within a HUS system reaches its read error threshold. What will happen to the data

More information

How to Pick SQL Server Hardware

How to Pick SQL Server Hardware How to Pick SQL Server Hardware The big picture 1. What SQL Server edition do you need? 2. Does your RPO/RTO dictate shared storage? 3. If you need shared storage, what s important? 4. No-brainer answers

More information

Ceph in HPC Environments, BoF, SC15, Austin, Texas November 18, MIMOS. Presented by Hong Ong. 18th h November 2015

Ceph in HPC Environments, BoF, SC15, Austin, Texas November 18, MIMOS. Presented by Hong Ong. 18th h November 2015 Ceph in HPC Environments, BoF, SC15, Austin, Texas November 18, 2015 Ceph @ MIMOS Presented by Hong Ong 18th h November 2015 Outline MIMOS: An Overview Ceph@MIMOS Use Cases: Backup Virtual Desktop Infrastructure

More information

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager Reference Architecture Copyright 2010 EMC Corporation. All rights reserved.

More information

GPFS for Life Sciences at NERSC

GPFS for Life Sciences at NERSC GPFS for Life Sciences at NERSC A NERSC & JGI collaborative effort Jason Hick, Rei Lee, Ravi Cheema, and Kjiersten Fagnan GPFS User Group meeting May 20, 2015-1 - Overview of Bioinformatics - 2 - A High-level

More information

Introduction and Data Center Topology For Your System

Introduction and Data Center Topology For Your System Introduction and Data Center Topology For Your System This chapter provides an introduction, a data center overview, and VMware vcenter requirements for your system. Introducing Cisco WebEx Meetings Server,

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-452 EXAM QUESTIONS & ANSWERS Number: 000-452 Passing Score: 800 Time Limit: 120 min File Version: 68.8 http://www.gratisexam.com/ IBM 000-452 EXAM QUESTIONS & ANSWERS Exam Name: IBM Storwize V7000

More information

EMC ISILON HARDWARE PLATFORM

EMC ISILON HARDWARE PLATFORM EMC ISILON HARDWARE PLATFORM Three flexible product lines that can be combined in a single file system tailored to specific business needs. S-SERIES Purpose-built for highly transactional & IOPSintensive

More information

EsgynDB Enterprise 2.0 Platform Reference Architecture

EsgynDB Enterprise 2.0 Platform Reference Architecture EsgynDB Enterprise 2.0 Platform Reference Architecture This document outlines a Platform Reference Architecture for EsgynDB Enterprise, built on Apache Trafodion (Incubating) implementation with licensed

More information

HP VMA-series Memory Arrays

HP VMA-series Memory Arrays HP VMA-series Memory Arrays Optimize OLTP database applications Presenter title August 2011 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without

More information