Reference Design: Scalable Object Storage with Seagate Kinetic, Supermicro, and SwiftStack

Size: px
Start display at page:

Download "Reference Design: Scalable Object Storage with Seagate Kinetic, Supermicro, and SwiftStack"

Transcription

1 Reference Design: Scalable Object Storage with Seagate Kinetic, Supermicro, and SwiftStack May 2015 Copyright 2015 SwiftStack, Inc. swiftstack.com Page 1 of 19

2 Table of Contents INTRODUCTION... 3 OpenStack Swift... 3 SwiftStack... 3 Seagate Kinetic... 4 SOLUTION COMPONENTS... 5 Kinetic Drives and Chassis... 5 Swift PACO Nodes... 5 Swift-Kinetic Plugin... 6 Networking... 6 DHCP Server... 7 Load Balancer(s)... 7 CONFIGURATION EXAMPLES PB Raw PB Raw... 9 NETWORK CONFIGURATION Client Systems Rack Rack Rack Installation EARLY BENCHMARK RESULTS Tests Performed Using ssbench Simulating Backup, File Sync-and-Share, and Web Applications Interpretation of Results: Meeting Real-World Requirements Initial Result Data: Writes Initial Result Data: Reads COST: KINETIC VS. CONVENTIONAL DRIVES CONCLUSION Copyright 2015 SwiftStack, Inc. swiftstack.com Page 2 of 19

3 INTRODUCTION OpenStack Swift OpenStack Object Storage (code named Swift ) is an open source engine for object storage, available for use under the Apache 2 open source license through the OpenStack Foundation. Swift is the engine that runs the world s largest storage clouds, and is designed to operate on industry-standard x86 server hardware and scale-out to store billions of files and hundreds of petabytes without any single point-of-failure. SwiftStack SwiftStack is built-on OpenStack Swift and was designed to empower enterprises to harness the power of Swift in their own data centers. SwiftStack enables enterprise users to manage, deploy, scale, upgrade, and monitor single and multi-site Swift clusters. Additional capabilities empowering Enterprise users include LDAP and Active Directory integration, CIFS/NFS access with the SwiftStack Filesystem Gateway, and 24x7 enterprise support. The SwiftStack Controller decouples the control, management, and configuration of the Swift cluster nodes from the physical hardware, which makes it an ideal fit with the Kinetic architecture. The SwiftStack Object Storage System can span multiple geographically distributed data centers with a single namespace providing built-in disaster recovery and flexibility for data storage. Administrators can use the SwiftStack Controller, which provides a unified view across all clusters, to dynamically tune and optimize performance and non-disruptively upgrade the entire storage infrastructure. Copyright 2015 SwiftStack, Inc. swiftstack.com Page 3 of 19

4 Support for managing the Kinetic architecture using the SwiftStack Controller is planned for availability in mid Seagate Kinetic Seagate s Kinetic drives, introduced in late 2014, are the first hard drives specifically designed to address the challenges of hyperscale cloud data growth. Kinetic drives are similar to conventional SAS or SATA drives with two additional features. The first is an additional chip that turns the drives into native key/value stores. The second is native Ethernet connectivity with two 1GB Ethernet connections per drive. Using the Kinetic storage architecture, any node in the network can now communicate with any Kinetic drive in the cluster. The result is a new storage model that provides a new level of flexibility in scaling. For OpenStack Swift, this means that all Swift services such as the proxy, account, container, and object (PACO) services along with the replicators and auditors can run in combined PACO nodes, while the actual drives storing data can be scaled out independently. In other words, administrators can now build and operate large object storage clusters with less server hardware and lower Total Cost of Ownership while still achieving performance comparable to conventional architectures. Benefits of the Kinetic-based architecture: Fully fault-tolerant storage system: By decoupling compute resources from storage resources, failure domains are smaller, and storage responsibilities are more distributed. Improved compute utilization: By creating a pool of compute nodes, capacity can be scaled to manage storage resources more efficiently. Lower TCO: Total cost can be reduced in terms of both lower capex and reduced operational complexity, power, and cooling costs. This guide provides an example configuration built with Seagate Kinetic drives and SwiftStack software, running on servers available from Supermicro. Hardware details, configuration steps, and benchmark results are included. Copyright 2015 SwiftStack, Inc. swiftstack.com Page 4 of 19

5 SOLUTION COMPONENTS Kinetic Drives and Chassis On the surface, Kinetic drives look identical to conventional 3.5 drives with what looks like a SAS connector in the standard location. But under the hood, Kinetic drives are fundamentally different. Instead of a regular SAS connector, Kinetic drives have two 1-Gbps Ethernet over SGMII (for redundancy and performance) on a connector that is mechanically identical to the standard drive SAS connector. Instead of SCSI, Kinetic drives have a Key/Value interface. Storage services such as Swift speak directly to the Kinetic Key/Value interface via Ethernet. Kinetic drives are deployed in integrated JBOD ( just a bunch of disks ) chassis that include the drives, power supplies, and network fabric. Unlike traditional JBODs, Kinetic JBODs provide redundant Ethernet fabrics that connect directly to the disk drives replacing the SAS expanders commonly found in traditional JBODs with dual Ethernet switches. The reference architecture in this paper leverage the 1U 12-drive Supermicro SSG-K1048-RT server. Swift PACO Nodes Swift, on a high level, consists of the following primary services: Proxy services: Communicate with the external clients and coordinate read/write requests Account services: Provide metadata for the individual accounts and a list of the containers within an account Container services: Provide metadata for the individual containers and a list of objects within a container Object services: Provide a blob storage service that can store, retrieve, and delete objects on the node s drives Consistency services: Find and correct errors caused by data corruption or hardware failures For a Swift cluster with Kinetic drives, Swift services including Proxy, Account, Container, and Object will run on each PACO node. PACO nodes require a fair bit of CPU and RAM and are network IO intensive. Typically, PACO nodes are 1U systems with a minimum of 48 GB RAM. As the Kinetic drives and the disk shelf systems field each incoming API request, it is best practice to provision the shelves with two high-throughput (10GbE) interfaces. One interface is used for frontend incoming requests and the other for back- end access to the Kinetic JBOD shelves to store and retrieve data. Copyright 2015 SwiftStack, Inc. swiftstack.com Page 5 of 19

6 This approach enables operators to take advantage of all of Swift s current functionality without storage node server hardware that would otherwise be deployed in non-kinetic deployments. And with Swift s storage policies, an operator can add Kinetic drives to an existing Swift cluster already running storage nodes with standard hard drives. Recommended specifications for PACO nodes using Kinetic drives: CPU: 64-bit x86 CPU (Intel/AMD), quad-core or greater, running at least 2GHz RAM: 48 GB of RAM Network: 2 x 10 GbE Swift-Kinetic Plugin The Swift Disk File abstraction defines how Swift communicates to a storage volume that is not a conventional hard disk drive. This abstraction enables Swift to speak to storage media other than traditional file systems via definitions specified in a Disk File plugin. The Swift-Kinetic plugin ( is a disk file plugin that enables Swift PACO Servers to communicate with Kinetic drives. Through the plugin, the Swift object replicator, auditors, and object services communicate directly to the Kinetic API. Storage policies in Swift also make it feasible for operators to mix and match Kinetic drives and nodes with conventional hardware in the same cluster. Networking A typical Swift deployment will have an outward-facing network and an internal cluster-facing network. When designing the network capacity for a Swift deployment using the default three-replica storage policy, keep in mind that writes fan-out in triplicate in the storage network. Since there are three copies of each object, an incoming write is sent to three Kinetic drives. Therefore, network capacity for writes needs to be considered in proportion to overall workload. Starting from the client's perspective, the client-facing IP is the IP address (or DNS record) that clients connect to. Typically, that would be a WAN IP on a load balancer or on a firewall. The "outward-facing" IP(s) are the IP(s) on the proxy node(s). It is important to note that outwardfacing is not the same as a public or WAN IP. These outward-facing IPs are simply the IP addresses of the proxy nodes facing out towards the load balancer. Thus, outward-facing IPs are the IPs that should be included in the load balancing pool. Copyright 2015 SwiftStack, Inc. swiftstack.com Page 6 of 19

7 The PACO nodes communicate with the Kinetic drives through the "cluster-facing" IP(s), and these IP(s) are also used by the PACO nodes to communicate with each other. In summary, while all networking in a Swift cluster is done via Layer-3, a Swift-Kinetic cluster will have these network segments: Outward-facing Network: Used for client traffic (i.e., API access). If an external load balancer is used, it will exist in the outward-facing network. Cluster-facing Network: Used for Swift PACO node communication to the Kinetic JBOD shelves and communication between the Swift PACO nodes Management Network: Used for IPMI, ilo, etc., for hardware management DHCP Server Swift needs to be able to map each Kinetic drive by its IP address, which requires the Kinetic drives to be assigned a static IP. However, it is not possible to set static IPs on Kinetic drives, so a DHCP server is required to gather the MAC addresses of Kinetic network interfaces and subsequently statically map them to IP addresses on the cluster-facing (Kinetic) network. The statically mapped IP addresses of the Kinetic drives will be used to build the Swift rings that enable Swift to deterministically place data in the cluster. Load Balancer(s) For a Swift-Kinetic cluster, a dedicated load balancing solution can use any method from simple round-robin DNS to layer-7 load balancing. Open-source load balancers such as HAProxy or commercial solutions from companies like F5 and A10 can be used. For Swift, load-balancing works the same whether using Kinetic drives or conventional drives. Consequently, you will need to loadbalance across your Swift PACO nodes to divide the client request load between your proxy servers. The outward-facing IPs of the PACO nodes need to be included into the load balancing pool, and the load balancer must be assigned a virtual IP address (VIP). Load balancers should be set up to run health checks against the proxy nodes in its pool so that a proxy will be automatically excluded if it is unresponsive. To remove a failed proxy node from the load balancing pool, configure the load balancer to check the proxy node s health check URL. A healthy Swift proxy node should respond on such as CONFIGURATION EXAMPLES The following two examples were designed for approximately one half-petabyte and one-petabyte of raw storage capacity, respectively. The diagrams depict the rack space used when deployed in three standard 42-RU datacenter racks, which would be common to in a multi-region deployment or even in a single-datacenter deployment when it is preferred to minimize physical failure domains and Copyright 2015 SwiftStack, Inc. swiftstack.com Page 7 of 19

8 provide room for expansion. 0.5PB Raw Component Qty. Part Number Description Data Center Rack 3 10Gb Top-of-Rack Switch 3 One per rack PACO-to-Kinetic Switch 3 One per rack PACO Node 6-2x E v3 CPUs - 64GB DRAM - 50GB SATADOM - 2x 120GB SSD - 1x dual-port 10Gb NIC Kinetic Node 12 12x 4TB Kinetic drives Copyright 2015 SwiftStack, Inc. swiftstack.com Page 8 of 19

9 1.0PB Raw Component Qty. Part Number Description Data Center Rack 3 10Gb Top-of-Rack Switch 3 One per rack PACO-to-Kinetic Switch 3 One per rack PACO Node 9-2x E v3 CPUs - 64GB DRAM - 50GB SATADOM - 2x 120GB SSD - 1x dual-port 10Gb NIC Kinetic Node 21 12x 4TB Kinetic drives Copyright 2015 SwiftStack, Inc. swiftstack.com Page 9 of 19

10 NETWORK CONFIGURATION Using the example subnets in the diagram above, the components might be given IP addresses like these; note that physical management interfaces (e.g., IPMI) are necessary but not listed here: Client Systems Description Hostname IP Address Benchmark Node 1 BM Benchmark Node 2 BM Benchmark Node 3 BM Benchmark Node 4 BM Copyright 2015 SwiftStack, Inc. swiftstack.com Page 10 of 19

11 Rack 1 Description Hostname Outward-Facing Cluster-Facing Drives Top-of-Rack Switch ToR-1 VLAN 1: /24 VLAN 10: /21 VLAN 10: /21 PACO Node 1 PACO /21 N/A PACO Node 2 PACO /21 N/A Kinetic Node 1 KIN-1-1 N/A N/A NIC 0: NIC 1: Kinetic Node 2 KIN-1-2 N/A N/A NIC 0: NIC 1: Kinetic Node 3 KIN-1-3 N/A N/A NIC 0: NIC 1: Kinetic Node 4 KIN-1-4 N/A N/A NIC 0: NIC 1: Kinetic Node 5 KIN-1-5 N/A N/A NIC 0: NIC 1: Kinetic Node 6 KIN-1-6 N/A N/A NIC 0: NIC 1: Kinetic Node 7 KIN-1-7 N/A N/A NIC 0: NIC 1: N/A Rack 2 Description Hostname Outward-Facing Cluster-Facing Drives Top-of-Rack Switch ToR-2 VLAN 1: /24 VLAN 10: /21 VLAN 10: /21 PACO Node 1 PACO /21 N/A PACO Node 2 PACO /21 N/A Kinetic Node 1 KIN-2-1 N/A N/A NIC 0: NIC 1: Kinetic Node 2 KIN-2-2 N/A N/A NIC 0: NIC 1: Kinetic Node 3 KIN-2-3 N/A N/A NIC 0: NIC 1: Kinetic Node 4 KIN-2-4 N/A N/A NIC 0: NIC 1: Kinetic Node 5 KIN-2-5 N/A N/A NIC 0: NIC 1: Kinetic Node 6 KIN-2-6 N/A N/A NIC 0: NIC 1: Kinetic Node 7 KIN-2-7 N/A N/A NIC 0: NIC 1: N/A Copyright 2015 SwiftStack, Inc. swiftstack.com Page 11 of 19

12 Rack 3 Description Hostname Outward-Facing Cluster-Facing Drives Top-of-Rack Switch ToR-3 VLAN 1: /24 VLAN 10: /21 VLAN 10: /21 PACO Node 1 PACO /21 N/A PACO Node 2 PACO /21 N/A Kinetic Node 1 KIN-3-1 N/A N/A NIC 0: NIC 1: Kinetic Node 2 KIN-3-2 N/A N/A NIC 0: NIC 1: Kinetic Node 3 KIN-3-3 N/A N/A NIC 0: NIC 1: Kinetic Node 4 KIN-3-4 N/A N/A NIC 0: NIC 1: Kinetic Node 5 KIN-3-5 N/A N/A NIC 0: NIC 1: Kinetic Node 6 KIN-3-6 N/A N/A NIC 0: NIC 1: Kinetic Node 7 KIN-3-7 N/A N/A NIC 0: NIC 1: N/A Installation The following high-level steps are involved in deploying these reference architectures: 1. Install a SwiftStack controller. This can be done by leveraging the hosted SwiftStack Management Service or by deploying an on-premises instance of this controller. To sign up for an account on the SwiftStack Management Service, visit or for an on-premises instance, contact sales@swiftstack.com. 2. Install hardware including PACO nodes, Kinetic JBODs, network switches, and a load balancer (if needed). 3. Ensure Kinetic drives are upgraded to the latest available firmware. For details, contact kinetic.support@seagate.com. 4. Assign static IP addresses to Kinetic drives. Kinetic drives leverage DHCP by default but need to be assigned static IP addresses for use in a SwiftStack deployment. For assistance in this step, contact support@swiftstack.com. 5. Configure SwiftStack nodes. Much like a cluster using conventional drives, the SwiftStack management software greatly simplifies the process of preparing and allocating servers and drives for use. Details can be found in SwiftStack s Quick-Start Guide: Copyright 2015 SwiftStack, Inc. swiftstack.com Page 12 of 19

13 EARLY BENCHMARK RESULTS It is often helpful to understand the capabilities of a reference architecture when placed under simulated client load. Supermicro, Seagate, and SwiftStack performed initial benchmark testing to simulate a relatively common backup and archive use case. For the purposes of this benchmark, four client servers were used to execute the ssbench tests as described below against the 1PB reference configuration described in this document. Tests Performed Using ssbench SwiftStack has enhanced a quick and effective tool for benchmarking Swift clusters called ssbench, which is freely available at Prior to each test execution, a predetermined number of containers and objects were pre-populated in the cluster, then the tests performed a maximum number of PUTS to the cluster or GETS from the cluster across a range of object sizes with varying levels of concurrent client connections each for a 180-second period of time. Two examples of scenario files used to determine how a benchmark test will execute are provided here: Example: Testing reads of 1kB objects { "name": "1KB-GET test scenario", "sizes": [{ "name": "1KB-GET", "size_min": 1024, "size_max": 1024 }], "initial_files": { "1KB-GET": 1000 }, "run_seconds": 180, "crud_profile": [0, 1, 0, 0], "user_count": 100, "container_base": "ssbench-1kb", "container_count": 100, "container_concurrency": 10 } Example: Testing writes of 1kB objects { "name": "1KB-PUT test scenario", "sizes": [{ "name": "1KB-PUT", "size_min": 1024, "size_max": 1024 Copyright 2015 SwiftStack, Inc. swiftstack.com Page 13 of 19

14 }], "initial_files": { "1KB-PUT": 100 }, "run_seconds": 180, "crud_profile": [1, 0, 0, 0], "user_count": 100, "container_base": "ssbench-1kb", "container_count": 100, "container_concurrency": 10 } Simulating Backup, File Sync-and-Share, and Web Applications Specifically, for this benchmark, PUTs and GETs of objects with sizes ranging from 1KB to 10MB were made using a range of concurrent workers ranging from 100 to 4,000 clients. Combinations of tens to hundreds of clients with large object sizes would be typical of many backup and archive use cases, while thousands of clients with smaller object sizes would be more typical of web applications or file sync-and-share use cases. Results captured include the total number of objects written or read, latency, throughput, and more. Interpretation of Results: Meeting Real-World Requirements It is often best to interpret performance numbers in the context of real-world requirements. As an example, this is a joint Seagate/Supermicro/SwiftStack customer s stated requirement: One of our big customers, who is into backup and archive, has a target capacity of ~1PB. At 1PB, they expect a daily change rate (8 hour window) of ~1.5-3%, which means they need an Object Store that can handle between 1.8TB and 3.6TB per hour of sustained writes, i.e., around 1GB/s. As seen in the charts below, in the first benchmark runs, client systems were able to write nearly 4,000 objects per second for over 1.5 GBytes/sec of write throughput and read nearly 18,000 objects per second for over 3.5 GBytes/sec of read throughput to and from the cluster more than sufficient for the real-world customer. When analyzing performance, it is always important to understand what factor is currently the bottleneck for performance; in this case, analysis showed that the single 10 Gb network links between PACO nodes were saturated during these tests. These performance numbers are expected to improve by bonding multiple physical network interfaces to expand bandwidth at this point in the architecture, and this white paper will be updated with results when that testing is complete, in conjunction with support for Kinetic in the SwiftStack Controller. Copyright 2015 SwiftStack, Inc. swiftstack.com Page 14 of 19

15 Initial Result Data: Writes Object Size Concurrent Clients Total Requests Per Second Total Throughput from Client (MB/s) 1KB 2,000 3, KB 2,000 3, KB 2,000 3, MB 2,000 1,671 1,671 10MB 2, , MB 2, , MB 2, ,545 Initial Result Data: Reads Object Size Concurrent Clients Total Requests Per Second Total Throughput to Client (MB/s) 1KB 2,000 18, KB 2,000 16,642 1, KB 2,000 13,468 3,367 1MB 2,000 3,598 3,599 10MB 2, , MB 2,000 N/A* N/A* 512MB 2,000 N/A* N/A* * Benchmark clients ran out of memory and were unable to perform highly concurrent large-object read tests COST: KINETIC VS. CONVENTIONAL DRIVES To compare the costs for a Swift-on-Kinetic cluster with 1PB of raw capacity to Swift cluster of the same raw capacity using conventional storage hardware, such as SAS or SATA drives, a model was developed to simulate Kinetic and conventional environments in order to be able to estimate the annual hardware, power and cooling costs for two comparable configurations. The hardware assumptions in this hardware TCO model were as follows: Copyright 2015 SwiftStack, Inc. swiftstack.com Page 15 of 19

16 Configuration with Conventional Drives (Qty. 3) Data Center Rack (Qty. 3) 10Gb Top-of-Rack Switch (Qty. 3) 10Gb Proxy-to-Object Switch (Qty. 21) Swift Account/Container/Object Nodes: 2U 12-drive chassis, E5-2630v3 CPU (Qty. 12) Enterprise 4TB SATA Drives, Dual 10GbE NIC (Qty. 4) 8GB DRAM (Qty. 3) Swift Proxy Nodes: 1U Chassis, 64GB SATA DOM, Dual-port 10GbE Intel NIC (Qty. 2) E v3 CPUs (Qty. 4) 16GB DRAM (Qty. 2) 120GB SSD Per-Rack Configuration: (Qty. 1) Top-of-Rack Switch (Qty. 1) 10Gb Proxy-to-Object Switch (Qty. 1) Proxy Node (Qty. 7) Account/Container/Object Nodes Configuration with Kinetic drives: (Qty. 3) Data center rack (Qty. 3) 10Gb Top-of-Rack Switch (Qty. 3) 10Gb PACO-to-Kinetic Switch (Qty. 9) Swift Proxy/Account/Container/Object Nodes: 1U Chassis, 64GB SATA DOM, Dual-port 10GbE Intel NIC (Qty. 2) E v3 CPUs (Qty. 4) 16GB DRAM (Qty. 2) 120GB SSD (Qty. 21) Kinetic JBOD: 1U 12-drive Supermicro chassis 4TB Kinetic drives (Qty. 2) Dual 10GbE RJ45 NIC Per-Rack Configuration: (Qty. 1) 10Gb Top-of-Rack Switch (Qty. 1) 10Gb PACO-to-Kinetic Switch (Qty. 3) Swift Proxy/Account/Container/Object Nodes (Qty. 7) Kinetic JBOD Shelves Note: The configurations in this comparison compared chassis alternatives available from Supermicro, and are intended to be similar in terms of architecture. There is a difference in NICs comparing configurations: for each of the ACO nodes in the conventional configuration, the TCO analysis assumes only one (1) dual-port 10GbE RJ45 NIC, whereas in the Kinetic configuration, every Kinetic JBOD has two (2) dual-port 10GbE RJ45 NICs. Copyright 2015 SwiftStack, Inc. swiftstack.com Page 16 of 19

17 For the comparison above, each rack is configured as follows: The Conventional configuration in this comparison uses a total of 17U per rack, whereas the Kinetic configuration only uses 12U per rack. This is possible with the reduction of the Storage Server controllers required for the Object Node in the Conventional case. Although not accounted for in this TCO analysis, the additional rack space savings in the Kinetic configuration provides potential for additional TCO improvement when moving towards larger scale. Based on these assumptions, the hardware costs amortized over 48 months along with the annual costs for datacenter operations including power and cooling was calculated. A 3% annual drive failure rate was also assumed. The results of the analysis are shown in the following table: Copyright 2015 SwiftStack, Inc. swiftstack.com Page 17 of 19

18 The total annual hardware TCO for the Swift cluster with Kinetic drives resulted in a 32% decrease compared to a similar cluster configured with conventional SAS or SATA drives: On a per-tb basis, this decreased the hardware TCO for each usable TB from $85 per year to $58 per year. On a per GB per month basis, hardware TCO decreased from 0.71 cents per month to 0.48 cent per month. And while that does not take into account SwiftStack licenses and cost for operational staff, which will be required for a production deployment, SwiftStack with Kinetic provides an extremely attractive TCO for private cloud storage. CONCLUSION In conclusion, Seagate Kinetic drive technology enables a flexible and scalable SwiftStack architecture that leverages direct Ethernet connectivity from storage nodes to drives in Supermicro Kinetic JBODs. Descriptions of the component technologies were discussed; details of 0.5PB and 1PB reference architectures were provided; early benchmark results were captured; and total cost of ownership of Kinetic versus conventional architectures were analyzed. Copyright 2015 SwiftStack, Inc. swiftstack.com Page 18 of 19

19 Compared to a conventional SAS-based storage hardware architecture, TCO savings of nearly 30% are possible while maintaining performance and capacity capabilities that meet today s real-world customer requirements and prepare for scaling to the needs of tomorrow s workloads as well. More information can be found from Seagate, Supermicro, and SwiftStack at their respective websites: Copyright 2015 SwiftStack, Inc. swiftstack.com Page 19 of 19

AMD SEAMICRO OPENSTACK BLUEPRINTS CLOUD- IN- A- BOX OCTOBER 2013

AMD SEAMICRO OPENSTACK BLUEPRINTS CLOUD- IN- A- BOX OCTOBER 2013 AMD SEAMICRO OPENSTACK BLUEPRINTS CLOUD- IN- A- BOX OCTOBER 2013 OpenStack What is OpenStack? OpenStack is a cloud operaeng system that controls large pools of compute, storage, and networking resources

More information

Deploying Ceph with High Performance Networks, Architectures and benchmarks for Block Storage Solutions

Deploying Ceph with High Performance Networks, Architectures and benchmarks for Block Storage Solutions WHITE PAPER May 2014 Deploying Ceph with High Performance Networks, Architectures and benchmarks for Block Storage Solutions Contents Executive Summary...2 Background...2 Network Configuration...3 Test

More information

The OpenStack TM Object Storage system

The OpenStack TM Object Storage system The OpenStack TM Object Storage system Deploying and managing a scalable, open- source cloud storage system with the SwiftStack Platform By SwiftStack, Inc. contact@swiftstack.com Contents Introduction...

More information

Introduction to VMware EVO: RAIL. White Paper

Introduction to VMware EVO: RAIL. White Paper Introduction to VMware EVO: RAIL White Paper Table of Contents Introducing VMware EVO: RAIL.... 3 Hardware.................................................................... 4 Appliance...............................................................

More information

Quantum StorNext. Product Brief: Distributed LAN Client

Quantum StorNext. Product Brief: Distributed LAN Client Quantum StorNext Product Brief: Distributed LAN Client NOTICE This product brief may contain proprietary information protected by copyright. Information in this product brief is subject to change without

More information

LSI MegaRAID CacheCade Performance Evaluation in a Web Server Environment

LSI MegaRAID CacheCade Performance Evaluation in a Web Server Environment LSI MegaRAID CacheCade Performance Evaluation in a Web Server Environment Evaluation report prepared under contract with LSI Corporation Introduction Interest in solid-state storage (SSS) is high, and

More information

SMB Direct for SQL Server and Private Cloud

SMB Direct for SQL Server and Private Cloud SMB Direct for SQL Server and Private Cloud Increased Performance, Higher Scalability and Extreme Resiliency June, 2014 Mellanox Overview Ticker: MLNX Leading provider of high-throughput, low-latency server

More information

Driving IBM BigInsights Performance Over GPFS Using InfiniBand+RDMA

Driving IBM BigInsights Performance Over GPFS Using InfiniBand+RDMA WHITE PAPER April 2014 Driving IBM BigInsights Performance Over GPFS Using InfiniBand+RDMA Executive Summary...1 Background...2 File Systems Architecture...2 Network Architecture...3 IBM BigInsights...5

More information

Cisco for SAP HANA Scale-Out Solution on Cisco UCS with NetApp Storage

Cisco for SAP HANA Scale-Out Solution on Cisco UCS with NetApp Storage Cisco for SAP HANA Scale-Out Solution Solution Brief December 2014 With Intelligent Intel Xeon Processors Highlights Scale SAP HANA on Demand Scale-out capabilities, combined with high-performance NetApp

More information

Accelerating Enterprise Applications and Reducing TCO with SanDisk ZetaScale Software

Accelerating Enterprise Applications and Reducing TCO with SanDisk ZetaScale Software WHITEPAPER Accelerating Enterprise Applications and Reducing TCO with SanDisk ZetaScale Software SanDisk ZetaScale software unlocks the full benefits of flash for In-Memory Compute and NoSQL applications

More information

Mit Soft- & Hardware zum Erfolg. Giuseppe Paletta

Mit Soft- & Hardware zum Erfolg. Giuseppe Paletta Mit Soft- & Hardware zum Erfolg IT-Transformation VCE Converged and Hyperconverged Infrastructure VCE VxRack EMC VSPEX Blue IT-Transformation IT has changed dramatically in last past years The requirements

More information

A High-Performance Storage and Ultra-High-Speed File Transfer Solution

A High-Performance Storage and Ultra-High-Speed File Transfer Solution A High-Performance Storage and Ultra-High-Speed File Transfer Solution Storage Platforms with Aspera Abstract A growing number of organizations in media and entertainment, life sciences, high-performance

More information

HADOOP ON ORACLE ZFS STORAGE A TECHNICAL OVERVIEW

HADOOP ON ORACLE ZFS STORAGE A TECHNICAL OVERVIEW HADOOP ON ORACLE ZFS STORAGE A TECHNICAL OVERVIEW 757 Maleta Lane, Suite 201 Castle Rock, CO 80108 Brett Weninger, Managing Director brett.weninger@adurant.com Dave Smelker, Managing Principal dave.smelker@adurant.com

More information

Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000

Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000 Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000 Clear the way for new business opportunities. Unlock the power of data. Overcoming storage limitations Unpredictable data growth

More information

HPC Advisory Council

HPC Advisory Council HPC Advisory Council September 2012, Malaga CHRIS WEEDEN SYSTEMS ENGINEER WHO IS PANASAS? Panasas is a high performance storage vendor founded by Dr Garth Gibson Panasas delivers a fully supported, turnkey,

More information

Microsoft Exchange Server 2003 Deployment Considerations

Microsoft Exchange Server 2003 Deployment Considerations Microsoft Exchange Server 3 Deployment Considerations for Small and Medium Businesses A Dell PowerEdge server can provide an effective platform for Microsoft Exchange Server 3. A team of Dell engineers

More information

Hedvig Distributed Storage Platform with Cisco UCS

Hedvig Distributed Storage Platform with Cisco UCS REFERENCE ARCHITECTURE 1 Hedvig Distributed Storage Platform with Cisco UCS Solution Overview and Reference Architecture Elastic Scale to petabytes of data Start with as few as two nodes and scale to thousands.

More information

Scala Storage Scale-Out Clustered Storage White Paper

Scala Storage Scale-Out Clustered Storage White Paper White Paper Scala Storage Scale-Out Clustered Storage White Paper Chapter 1 Introduction... 3 Capacity - Explosive Growth of Unstructured Data... 3 Performance - Cluster Computing... 3 Chapter 2 Current

More information

Parallels Cloud Storage

Parallels Cloud Storage Parallels Cloud Storage White Paper Best Practices for Configuring a Parallels Cloud Storage Cluster www.parallels.com Table of Contents Introduction... 3 How Parallels Cloud Storage Works... 3 Deploying

More information

Configuration and Deployment Guide for OpenStack* Swift* Object Storage on Intel Atom Processor and Intel Xeon Processor Microservers

Configuration and Deployment Guide for OpenStack* Swift* Object Storage on Intel Atom Processor and Intel Xeon Processor Microservers Configuration and Deployment Guide for OpenStack* Swift* Object Storage on Intel Atom Processor and Intel Xeon Processor Microservers About this Guide This Configuration and Deployment Guide explores designing

More information

NET ACCESS VOICE PRIVATE CLOUD

NET ACCESS VOICE PRIVATE CLOUD Page 0 2015 SOLUTION BRIEF NET ACCESS VOICE PRIVATE CLOUD A Cloud and Connectivity Solution for Hosted Voice Applications NET ACCESS LLC 9 Wing Drive Cedar Knolls, NJ 07927 www.nac.net Page 1 Table of

More information

Elasticsearch on Cisco Unified Computing System: Optimizing your UCS infrastructure for Elasticsearch s analytics software stack

Elasticsearch on Cisco Unified Computing System: Optimizing your UCS infrastructure for Elasticsearch s analytics software stack Elasticsearch on Cisco Unified Computing System: Optimizing your UCS infrastructure for Elasticsearch s analytics software stack HIGHLIGHTS Real-Time Results Elasticsearch on Cisco UCS enables a deeper

More information

Large Unstructured Data Storage in a Small Datacenter Footprint: Cisco UCS C3160 and Red Hat Gluster Storage 500-TB Solution

Large Unstructured Data Storage in a Small Datacenter Footprint: Cisco UCS C3160 and Red Hat Gluster Storage 500-TB Solution Performance White Paper Large Unstructured Data Storage in a Small Datacenter Footprint: Cisco UCS C3160 and Red Hat Gluster Storage 500-TB Solution Executive Summary Today, companies face scenarios that

More information

Get More Scalability and Flexibility for Big Data

Get More Scalability and Flexibility for Big Data Solution Overview LexisNexis High-Performance Computing Cluster Systems Platform Get More Scalability and Flexibility for What You Will Learn Modern enterprises are challenged with the need to store and

More information

Zadara Storage Cloud A whitepaper. @ZadaraStorage

Zadara Storage Cloud A whitepaper. @ZadaraStorage Zadara Storage Cloud A whitepaper @ZadaraStorage Zadara delivers two solutions to its customers: On- premises storage arrays Storage as a service from 31 locations globally (and counting) Some Zadara customers

More information

THE SUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9

THE SUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9 PRODUCT CATALOG THE SUMMARY ARKSERIES - pg. 3 ULTRASERIES - pg. 5 EXTREMESERIES - pg. 9 ARK SERIES THE HIGH DENSITY STORAGE FOR ARCHIVE AND BACKUP Unlimited scalability Painless Disaster Recovery The ARK

More information

ioscale: The Holy Grail for Hyperscale

ioscale: The Holy Grail for Hyperscale ioscale: The Holy Grail for Hyperscale The New World of Hyperscale Hyperscale describes new cloud computing deployments where hundreds or thousands of distributed servers support millions of remote, often

More information

Comparing SMB Direct 3.0 performance over RoCE, InfiniBand and Ethernet. September 2014

Comparing SMB Direct 3.0 performance over RoCE, InfiniBand and Ethernet. September 2014 Comparing SMB Direct 3.0 performance over RoCE, InfiniBand and Ethernet Anand Rangaswamy September 2014 Storage Developer Conference Mellanox Overview Ticker: MLNX Leading provider of high-throughput,

More information

Integrated Grid Solutions. and Greenplum

Integrated Grid Solutions. and Greenplum EMC Perspective Integrated Grid Solutions from SAS, EMC Isilon and Greenplum Introduction Intensifying competitive pressure and vast growth in the capabilities of analytic computing platforms are driving

More information

Hadoop Hardware @Twitter: Size does matter. @joep and @eecraft Hadoop Summit 2013

Hadoop Hardware @Twitter: Size does matter. @joep and @eecraft Hadoop Summit 2013 Hadoop Hardware : Size does matter. @joep and @eecraft Hadoop Summit 2013 v2.3 About us Joep Rottinghuis Software Engineer @ Twitter Engineering Manager Hadoop/HBase team @ Twitter Follow me @joep Jay

More information

Cost Efficient VDI. XenDesktop 7 on Commodity Hardware

Cost Efficient VDI. XenDesktop 7 on Commodity Hardware Cost Efficient VDI XenDesktop 7 on Commodity Hardware 1 Introduction An increasing number of enterprises are looking towards desktop virtualization to help them respond to rising IT costs, security concerns,

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

Nutanix Solutions for Private Cloud. Kees Baggerman Performance and Solution Engineer

Nutanix Solutions for Private Cloud. Kees Baggerman Performance and Solution Engineer Nutanix Solutions for Private Cloud Kees Baggerman Performance and Solution Engineer Nutanix: Web-Scale Converged Infrastructure ü Founded in 2009 ü Now on fourth generation ü Core team from industry leaders

More information

Platfora Big Data Analytics

Platfora Big Data Analytics Platfora Big Data Analytics ISV Partner Solution Case Study and Cisco Unified Computing System Platfora, the leading enterprise big data analytics platform built natively on Hadoop and Spark, delivers

More information

Cisco, Citrix, Microsoft, and NetApp Deliver Simplified High-Performance Infrastructure for Virtual Desktops

Cisco, Citrix, Microsoft, and NetApp Deliver Simplified High-Performance Infrastructure for Virtual Desktops Cisco, Citrix, Microsoft, and NetApp Deliver Simplified High-Performance Infrastructure for Virtual Desktops Greater Efficiency and Performance from the Industry Leaders Citrix XenDesktop with Microsoft

More information

POSIX and Object Distributed Storage Systems

POSIX and Object Distributed Storage Systems 1 POSIX and Object Distributed Storage Systems Performance Comparison Studies With Real-Life Scenarios in an Experimental Data Taking Context Leveraging OpenStack Swift & Ceph by Michael Poat, Dr. Jerome

More information

Performance in a Gluster System. Versions 3.1.x

Performance in a Gluster System. Versions 3.1.x Performance in a Gluster System Versions 3.1.x TABLE OF CONTENTS Table of Contents... 2 List of Figures... 3 1.0 Introduction to Gluster... 4 2.0 Gluster view of Performance... 5 2.1 Good performance across

More information

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Technical white paper Table of contents Executive summary... 2 Introduction... 2 Test methodology... 3

More information

Block based, file-based, combination. Component based, solution based

Block based, file-based, combination. Component based, solution based The Wide Spread Role of 10-Gigabit Ethernet in Storage This paper provides an overview of SAN and NAS storage solutions, highlights the ubiquitous role of 10 Gigabit Ethernet in these solutions, and illustrates

More information

E4 UNIFIED STORAGE powered by Syneto

E4 UNIFIED STORAGE powered by Syneto E4 UNIFIED STORAGE powered by Syneto THE E4 UNIFIED STORAGE (US) SERIES POWERED BY SYNETO From working in the heart of IT environment and with our major customers coming from Research, Education and PA,

More information

Netvisor Software Defined Fabric Architecture

Netvisor Software Defined Fabric Architecture Netvisor Software Defined Fabric Architecture Netvisor Overview The Pluribus Networks network operating system, Netvisor, is designed to power a variety of network devices. The devices Netvisor powers

More information

SYMANTEC NETBACKUP APPLIANCE FAMILY OVERVIEW BROCHURE. When you can do it simply, you can do it all.

SYMANTEC NETBACKUP APPLIANCE FAMILY OVERVIEW BROCHURE. When you can do it simply, you can do it all. SYMANTEC NETBACKUP APPLIANCE FAMILY OVERVIEW BROCHURE When you can do it simply, you can do it all. SYMANTEC NETBACKUP APPLIANCES Symantec understands the shifting needs of the data center and offers NetBackup

More information

The last 18 months. AutoScale. IaaS. BizTalk Services Hyper-V Disaster Recovery Support. Multi-Factor Auth. Hyper-V Recovery.

The last 18 months. AutoScale. IaaS. BizTalk Services Hyper-V Disaster Recovery Support. Multi-Factor Auth. Hyper-V Recovery. Offline Operations Traffic ManagerLarge Memory SKU SQL, SharePoint, BizTalk Images HDInsight Windows Phone Support Per Minute Billing HTML 5/CORS Android Support Custom Mobile API AutoScale BizTalk Services

More information

Release 8.2 Hardware and Software Requirements. PowerSchool Student Information System

Release 8.2 Hardware and Software Requirements. PowerSchool Student Information System Release 8.2 Hardware and Software Requirements PowerSchool Student Information System Released January 2015 Document Owner: Documentation Services This edition applies to Release 8.2 of the PowerSchool

More information

Centrata IT Management Suite 3.0

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

More information

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research Introduction to Cloud : Cloud and Cloud Storage Lecture 2 Dr. Dalit Naor IBM Haifa Research Storage Systems 1 Advanced Topics in Storage Systems for Big Data - Spring 2014, Tel-Aviv University http://www.eng.tau.ac.il/semcom

More information

Hardware and Software Requirements. Release 7.5.x PowerSchool Student Information System

Hardware and Software Requirements. Release 7.5.x PowerSchool Student Information System Release 7.5.x PowerSchool Student Information System Released October 2012 Document Owner: Documentation Services This edition applies to Release 7.5.x of the PowerSchool software and to all subsequent

More information

Seagate Kinetic Open Storage Platform Ecosystem. Build a more efficient cloud

Seagate Kinetic Open Storage Platform Ecosystem. Build a more efficient cloud Seagate Kinetic Open Storage Platform Ecosystem Build a more efficient cloud The Seagate Kinetic Open Storage Platform. It s a game-changer. The Seagate Kinetic Open Storage Platform is a revolutionary

More information

SwiftStack Global Cluster Deployment Guide

SwiftStack Global Cluster Deployment Guide OpenStack Swift SwiftStack Global Cluster Deployment Guide Table of Contents Planning Creating Regions Regions Connectivity Requirements Private Connectivity Bandwidth Sizing VPN Connectivity Proxy Read

More information

Private cloud computing advances

Private cloud computing advances Building robust private cloud services infrastructures By Brian Gautreau and Gong Wang Private clouds optimize utilization and management of IT resources to heighten availability. Microsoft Private Cloud

More information

Configuration and Deployment Guide For OpenStack * Swift * Object Storage on Intel Atom Processor and Intel Xeon Processor Microservers

Configuration and Deployment Guide For OpenStack * Swift * Object Storage on Intel Atom Processor and Intel Xeon Processor Microservers Software Configuration and Deployment Guide Configuration and Deployment Guide For OpenStack * Swift * Object on Intel Atom Processor and Intel Xeon Processor Microservers About this Guide This Configuration

More information

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using NFS and DNFS. Reference Architecture

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using NFS and DNFS. Reference Architecture EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution Enabled by EMC Celerra and Linux using NFS and DNFS Reference Architecture Copyright 2009 EMC Corporation. All rights reserved. Published

More information

Dell Exchange 2013 Reference Architecture for 500 to 20,000 Microsoft Users. 1 Overview. Reliable and affordable storage for your business

Dell Exchange 2013 Reference Architecture for 500 to 20,000 Microsoft Users. 1 Overview. Reliable and affordable storage for your business Technical Report Dell Exchange 2013 Reference Architecture for 500 to 20,000 Microsoft Users Reliable and affordable storage for your business Table of Contents 1 Overview... 1 2 Introduction... 2 3 Infrastructure

More information

EMC AVAMAR. a reason for Cloud. Deduplication backup software Replication for Disaster Recovery

EMC AVAMAR. a reason for Cloud. Deduplication backup software Replication for Disaster Recovery EMC AVAMAR a reason for Cloud Deduplication backup software Replication for Disaster Recovery Bogdan Stefanescu (Bogs) EMC Data Protection Solutions bogdan.stefanescu@emc.com 1 BUSINESS DRIVERS Increase

More information

How swift is your Swift? Ning Zhang, OpenStack Engineer at Zmanda Chander Kant, CEO at Zmanda

How swift is your Swift? Ning Zhang, OpenStack Engineer at Zmanda Chander Kant, CEO at Zmanda How swift is your Swift? Ning Zhang, OpenStack Engineer at Zmanda Chander Kant, CEO at Zmanda 1 Outline Build a cost-efficient Swift cluster with expected performance Background & Problem Solution Experiments

More information

Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015

Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015 Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015 Table of Contents Introduction... 4 Certified Products... 4 Key Findings... 5 Solution

More information

Storage for Different Compute Clouds

Storage for Different Compute Clouds Storage for Different Compute Clouds Session D-203, OpenStorage: Use Cases Joe Arnold CEO, SwiftStack Inc. October 2013 1 Storage for Different Compute Clouds Essential elements of Cloud Different compute

More information

SwiftStack Filesystem Gateway Architecture

SwiftStack Filesystem Gateway Architecture WHITEPAPER SwiftStack Filesystem Gateway Architecture March 2015 by Amanda Plimpton Executive Summary SwiftStack s Filesystem Gateway expands the functionality of an organization s SwiftStack deployment

More information

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Jonathan Halstuch, COO, RackTop Systems JHalstuch@racktopsystems.com Big Data Invasion We hear so much on Big Data and

More information

Achieving Real-Time Business Solutions Using Graph Database Technology and High Performance Networks

Achieving Real-Time Business Solutions Using Graph Database Technology and High Performance Networks WHITE PAPER July 2014 Achieving Real-Time Business Solutions Using Graph Database Technology and High Performance Networks Contents Executive Summary...2 Background...3 InfiniteGraph...3 High Performance

More information

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com Parallels Cloud Storage White Paper Performance Benchmark Results www.parallels.com Table of Contents Executive Summary... 3 Architecture Overview... 3 Key Features... 4 No Special Hardware Requirements...

More information

A virtual SAN for distributed multi-site environments

A virtual SAN for distributed multi-site environments Data sheet A virtual SAN for distributed multi-site environments What is StorMagic SvSAN? StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical

More information

EMC SYMMETRIX VMAX 20K STORAGE SYSTEM

EMC SYMMETRIX VMAX 20K STORAGE SYSTEM EMC SYMMETRIX VMAX 20K STORAGE SYSTEM The EMC Virtual Matrix Architecture is a new way to build storage systems that transcends the physical constraints of all existing architectures by scaling system

More information

WHITE PAPER. Software Defined Storage Hydrates the Cloud

WHITE PAPER. Software Defined Storage Hydrates the Cloud WHITE PAPER Software Defined Storage Hydrates the Cloud Table of Contents Overview... 2 NexentaStor (Block & File Storage)... 4 Software Defined Data Centers (SDDC)... 5 OpenStack... 5 CloudStack... 6

More information

SeaMicro SM10000-64 Server

SeaMicro SM10000-64 Server SeaMicro SM10000-64 Server Building Datacenter Servers Using Cell Phone Chips Ashutosh Dhodapkar, Gary Lauterbach, Sean Lie, Ashutosh Dhodapkar, Gary Lauterbach, Sean Lie, Dhiraj Mallick, Jim Bauman, Sundar

More information

IBM Spectrum Protect in the Cloud

IBM Spectrum Protect in the Cloud IBM Spectrum Protect in the Cloud. Disclaimer IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Information regarding

More information

Accelerating Server Storage Performance on Lenovo ThinkServer

Accelerating Server Storage Performance on Lenovo ThinkServer Accelerating Server Storage Performance on Lenovo ThinkServer Lenovo Enterprise Product Group April 214 Copyright Lenovo 214 LENOVO PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER

More information

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Table of Contents Introduction.... 3 vsphere Architectural Overview... 4 SAN Backup

More information

The Future of Computing Cisco Unified Computing System. Markus Kunstmann Channels Systems Engineer

The Future of Computing Cisco Unified Computing System. Markus Kunstmann Channels Systems Engineer The Future of Computing Cisco Unified Computing System Markus Kunstmann Channels Systems Engineer 2009 Cisco Systems, Inc. All rights reserved. Data Centers Are under Increasing Pressure Collaboration

More information

Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers

Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers White Paper rev. 2015-11-27 2015 FlashGrid Inc. 1 www.flashgrid.io Abstract Oracle Real Application Clusters (RAC)

More information

SUN HARDWARE FROM ORACLE: PRICING FOR EDUCATION

SUN HARDWARE FROM ORACLE: PRICING FOR EDUCATION SUN HARDWARE FROM ORACLE: PRICING FOR EDUCATION AFFORDABLE, RELIABLE, AND GREAT PRICES FOR EDUCATION Optimized Sun systems run Oracle and other leading operating and virtualization platforms with greater

More information

Cisco UCS and Fusion- io take Big Data workloads to extreme performance in a small footprint: A case study with Oracle NoSQL database

Cisco UCS and Fusion- io take Big Data workloads to extreme performance in a small footprint: A case study with Oracle NoSQL database Cisco UCS and Fusion- io take Big Data workloads to extreme performance in a small footprint: A case study with Oracle NoSQL database Built up on Cisco s big data common platform architecture (CPA), a

More information

How To Build A Cloud Server For A Large Company

How To Build A Cloud Server For A Large Company MASSIVELY SCALED INFRASTRUCTURE FOR VERIZON CLOUD COMPUTE AND STORAGE Challenge Create the world s highest performance enterprise class public cloud Provide granular, customized configurations defined

More information

27 22 00 Data Communications Hardware 27 22 16 Data Communications Storage and Backup 27 22 19 Data Communications Servers

27 22 00 Data Communications Hardware 27 22 16 Data Communications Storage and Backup 27 22 19 Data Communications Servers Pivot3 has over 1200 customers across the globe that rely on purpose-built Pivot3 appliances for highcapacity video surveillance and high-iop virtual desktop environments. The company is the leading supplier

More information

Evaluation of Dell PowerEdge VRTX Shared PERC8 in Failover Scenario

Evaluation of Dell PowerEdge VRTX Shared PERC8 in Failover Scenario Evaluation of Dell PowerEdge VRTX Shared PERC8 in Failover Scenario Evaluation report prepared under contract with Dell Introduction Dell introduced its PowerEdge VRTX integrated IT solution for remote-office

More information

SharePoint 2013 on Windows Azure Infrastructure David Aiken & Dan Wesley Version 1.0

SharePoint 2013 on Windows Azure Infrastructure David Aiken & Dan Wesley Version 1.0 SharePoint 2013 on Windows Azure Infrastructure David Aiken & Dan Wesley Version 1.0 Overview With the Virtual Machine and Virtual Networking services of Windows Azure, it is now possible to deploy and

More information

Meeting budget constraints. Integration and cooperation between network operations and other IT domains. Providing network performance

Meeting budget constraints. Integration and cooperation between network operations and other IT domains. Providing network performance ESG Lab Review Fast and Efficient Network Load Balancing from KEMP Technologies Date: February 2016 Author: Tony Palmer, Senior Lab Analyst, Vinny Choinski, Senior Lab Analyst, and Jack Poller, Lab Analyst

More information

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE Hadoop Storage-as-a-Service ABSTRACT This White Paper illustrates how EMC Elastic Cloud Storage (ECS ) can be used to streamline the Hadoop data analytics

More information

Accelerating and Simplifying Apache

Accelerating and Simplifying Apache Accelerating and Simplifying Apache Hadoop with Panasas ActiveStor White paper NOvember 2012 1.888.PANASAS www.panasas.com Executive Overview The technology requirements for big data vary significantly

More information

ebay Storage, From Good to Great

ebay Storage, From Good to Great ebay Storage, From Good to Great Farid Yavari Sr. Storage Architect - Global Platform & Infrastructure September 11,2014 ebay Journey from Good to Great 2009 to 2011 TURNAROUND 2011 to 2013 POSITIONING

More information

Preparation Guide. How to prepare your environment for an OnApp Cloud v3.0 (beta) deployment.

Preparation Guide. How to prepare your environment for an OnApp Cloud v3.0 (beta) deployment. Preparation Guide v3.0 BETA How to prepare your environment for an OnApp Cloud v3.0 (beta) deployment. Document version 1.0 Document release date 25 th September 2012 document revisions 1 Contents 1. Overview...

More information

HadoopTM Analytics DDN

HadoopTM Analytics DDN DDN Solution Brief Accelerate> HadoopTM Analytics with the SFA Big Data Platform Organizations that need to extract value from all data can leverage the award winning SFA platform to really accelerate

More information

Driving Down the Cost and Complexity of Application Networking with Multi-tenancy

Driving Down the Cost and Complexity of Application Networking with Multi-tenancy White Paper AX Series Driving Down the Cost and Complexity of Application Networking with Multi-tenancy February 2013 WP_ADC_ADP_012013.1 Table of Contents 1 Introduction... 3 2 Application Delivery Partition

More information

Traditionally, a typical SAN topology uses fibre channel switch wiring while a typical NAS topology uses TCP/IP protocol over common networking

Traditionally, a typical SAN topology uses fibre channel switch wiring while a typical NAS topology uses TCP/IP protocol over common networking Network Storage for Business Continuity and Disaster Recovery and Home Media White Paper Abstract Network storage is a complex IT discipline that includes a multitude of concepts and technologies, like

More information

LSI MegaRAID FastPath Performance Evaluation in a Web Server Environment

LSI MegaRAID FastPath Performance Evaluation in a Web Server Environment LSI MegaRAID FastPath Performance Evaluation in a Web Server Environment Evaluation report prepared under contract with LSI Corporation Introduction Interest in solid-state storage (SSS) is high, and IT

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

Virtual SAN Design and Deployment Guide

Virtual SAN Design and Deployment Guide Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore

More information

February, 2015 Bill Loewe

February, 2015 Bill Loewe February, 2015 Bill Loewe Agenda System Metadata, a growing issue Parallel System - Lustre Overview Metadata and Distributed Namespace Test setup and implementation for metadata testing Scaling Metadata

More information

Solving I/O Bottlenecks to Enable Superior Cloud Efficiency

Solving I/O Bottlenecks to Enable Superior Cloud Efficiency WHITE PAPER Solving I/O Bottlenecks to Enable Superior Cloud Efficiency Overview...1 Mellanox I/O Virtualization Features and Benefits...2 Summary...6 Overview We already have 8 or even 16 cores on one

More information

Understanding Object Storage and How to Use It

Understanding Object Storage and How to Use It SWIFTSTACK WHITEPAPER An IT Expert Guide: Understanding Object Storage and How to Use It November 2014 The explosion of unstructured data is creating a groundswell of interest in object storage, certainly

More information

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org IOmark- VDI Nimbus Data Gemini Test Report: VDI- 130906- a Test Copyright 2010-2013 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VDI, VDI- IOmark, and IOmark are trademarks of Evaluator

More information

Reference Architecture - Microsoft Exchange 2013 on Dell PowerEdge R730xd

Reference Architecture - Microsoft Exchange 2013 on Dell PowerEdge R730xd Reference Architecture - Microsoft Exchange 2013 on Dell PowerEdge R730xd Reference Implementation for up to 8000 mailboxes Dell Global Solutions Engineering June 2015 A Dell Reference Architecture THIS

More information

Scalable NAS for Oracle: Gateway to the (NFS) future

Scalable NAS for Oracle: Gateway to the (NFS) future Scalable NAS for Oracle: Gateway to the (NFS) future Dr. Draško Tomić ESS technical consultant, HP EEM 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change

More information

IBM Spectrum Scale vs EMC Isilon for IBM Spectrum Protect Workloads

IBM Spectrum Scale vs EMC Isilon for IBM Spectrum Protect Workloads 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com @EdisonGroupInc 212.367.7400 IBM Spectrum Scale vs EMC Isilon for IBM Spectrum Protect Workloads A Competitive Test and Evaluation Report

More information

Introduction. Need for ever-increasing storage scalability. Arista and Panasas provide a unique Cloud Storage solution

Introduction. Need for ever-increasing storage scalability. Arista and Panasas provide a unique Cloud Storage solution Arista 10 Gigabit Ethernet Switch Lab-Tested with Panasas ActiveStor Parallel Storage System Delivers Best Results for High-Performance and Low Latency for Scale-Out Cloud Storage Applications Introduction

More information

EMC Backup and Recovery for Microsoft Exchange 2007 SP2

EMC Backup and Recovery for Microsoft Exchange 2007 SP2 EMC Backup and Recovery for Microsoft Exchange 2007 SP2 Enabled by EMC Celerra and Microsoft Windows 2008 Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the

More information

THESUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9

THESUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9 PRODUCT CATALOG THESUMMARY ARKSERIES - pg. 3 ULTRASERIES - pg. 5 EXTREMESERIES - pg. 9 ARKSERIES THE HIGH DENSITY STORAGE FOR ARCHIVE AND BACKUP Unlimited scalability Painless Disaster Recovery The ARK

More information

Data Sheet FUJITSU Storage ETERNUS CD10000

Data Sheet FUJITSU Storage ETERNUS CD10000 Data Sheet FUJITSU Storage ETERNUS CD10000 Data Sheet FUJITSU Storage ETERNUS CD10000 The ultimate hyperscale storage system for large enterprises ETERNUS CD10000 The ETERNUS CD10000 provides unlimited,

More information

Isilon IQ Network Configuration Guide

Isilon IQ Network Configuration Guide Isilon IQ Network Configuration Guide An Isilon Systems Best Practice Paper August 2008 ISILON SYSTEMS Table of Contents Cluster Networking Introduction...3 Assumptions...3 Cluster Networking Features...3

More information