Emulex s OneCore Storage Software Development Kit Accelerating High Performance Storage Driver Development

Size: px
Start display at page:

Download "Emulex s OneCore Storage Software Development Kit Accelerating High Performance Storage Driver Development"

Transcription

1 s OneCore Storage Software Development Kit Accelerating High Performance Storage Driver Development

2 Table of contents High Performance Storage Networking Solutions... 3 Accelerating Development s OneCore Storage SDK OneCore Storage Driver Architecture Flexible and Layered OneCore Storage Driver Architecture Back-End Modules... 5 OneCore Storage Future Proofed Enhancements The Preferred Storage Development Partner s OneCore Storage Software Development Kit

3 High Performance Storage Networking Solutions is ideally positioned to deliver high performance, state-of-the-art storage networking solutions for storage array Original Equipment Manufacturers (OEMs), leveraging more than 20 years of experience in Fibre Channel (FC), and more recently, 10Gb Ethernet (10GbE). s market-leading LightPulse LPe16000B 16GFC Host Bus Adapter (HBA) product line builds on nine previous generations of development experience to deliver a standards-compliant, high performance, and reliable connectivity solution. Addressing the need for high performance Storage Area Networks (SANs), the LPe16000B delivers: n Throughput performance of 1,200K I/O operations per second (IOPS) per port in initiator mode 1 n Unidirectional bandwidth of 1,600 MByte/sec and bi-directional bandwidth of 3,200 MByte/sec, per port 1 n 50 percent lower latency (response time) compared to its previous generation 1 As the most pervasive storage network protocol, Fibre Channel continues to be the dominant storage protocol. In a joint session at VMworld 2012, 2 storage giants EMC and NetApp indicated, based on various surveys, that up to 67 percent of the deployed SANs utilize FC. With unmatched performance, compliance, and reliability, the LightPulse 16GFC product line meets the storage networking demands of today and into the future. Accelerating Development s OneCore Storage SDK The continued popularity of Fibre Channel, combined with new technological innovations, is driving a wave of embedded solutions, such as sophisticated solid state disk (SSD) storage products, network appliances, backup engines, and storage arrays. To meet the needs of these applications, launched the OneCore Storage Software Developer Kit (SDK). With the OneCore Storage SDK, has developed a comprehensive set of reference drivers to accelerate the development and deployment of feature-rich products based on the XE201 Converged Fabric Adapter which is capable of Fibre Channel, Fibre Channel over Ethernet (FCoE), and iscsi protocols. 3 The OneCore Storage SDK contains a modular set of feature-rich and extensible reference drivers that can be used as provided, as building blocks for your driver, or as a reference for writing your own driver. Regardless of how it is used, the OneCore Storage SDK reduces your development time and enables you to deploy your product as quickly as possible. Highlights of the OneCore Storage SDK include: n Linux and FreeBSD source code n An easily modified operating system (OS) interface, simplifying driver development for other operating systems n A flexible framework that enables OEMs to selectively utilize OneCore Storage components n Target + Initiator (concurrent), Target-only and Initiator-only modes n Multi-protocol transport support FC/FCoE and iscsi n N_Port Identification Virtualization (NPIV) support, providing the virtualization of an HBA port that gives each virtual machine (VM) access to a virtual port in the same way that they access a physical port. Implementation of NPIV allows users to maintain SAN best practices within a virtualized environment. n T10 Protection Information (T10 PI) support, which provides enhanced data protection against silent data corruption. Fundamentally, T10 PI ensures that data is free from corruption as it moves from the application to the storage device. n An extensive support ecosystem to assist OEM development that includes HTML-based development documentation, support documents, online training, and a community forum to collaborate with the engineering team Note that the XE201 Converged Fabric Controller does not provide iscsi offload. 3 s OneCore Storage Software Development Kit

4 Advanced Management Solutions OneCore Storage Driver Architecture Flexible and Layered The flexible nature of the OneCore Storage driver architecture allows it to adapt to your dynamic development needs. The OneCore Storage driver architecture is shown in Figure 1. Figure 1 OneCore storage driver architecture. The key components of the driver architecture include: Service Level Interface - 4 (SLI-4) Module An evolutionary refresh of the Service Level Interface, SLI-4 expands beyond FC support to include all the protocols offered in our latest generation of products including iscsi and FCoE. The SLI-4 module provides a lightly-abstracted API that enables access to SLI-4 supported adapters. The SLI-4 module includes APIs to create the queues necessary to communicate to the SLI-4 hardware, as well as APIs that construct SLI-4 commands and parse responses. Hardware Abstraction Layer (HAL) Module The HAL provides an abstracted interface to SLI-4, enabling common operations, such as port initialization, shutdown, and I/O. These operations can be performed without having to know the semantics of SLI-4. The HAL provides APIs for port and node management, command and event processing, as well as I/O handling. Transport Module This module is composed of three sub-modules: FC/FCoE Transport, iscsi Transport, and a SCSI API. These sub-modules provide protocol-specific and generic transport handling. The FC/FCoE transport sub-module includes discovery, login and Basic Link Services (BLS)/Extended Link Services (ELS) handling that is unique to FC/FCoE storage networks. The iscsi transport sub-module includes iscsi-specific transport layer handling, such as connection establishment, connection offload and session management. The SCSI API sub-module provides a SCSI-like API for back-end initiator and target connectivity. This generic transport-layer interface is common across all three storage protocols (FC, FCoE and iscsi). It includes APIs for sending/receiving SCSI commands and Task Management Functions (TMFs), sending/receiving data and SCSI status, as well as aborting I/O. 4 s OneCore Storage Software Development Kit

5 Operating System Module The OS module provides the operating system services required by the OneCore Storage driver through an OS-independent API. A separate module is provided for Linux and FreeBSD in the OneCore Storage SDK. Supported functions include memory allocation, free, and cache coherency functions for both CPU and Direct Memory Access (DMA) memory types. They also include functions for locking for concurrency protection, linked list creation and handling, as well as OS-specific PCI driver entry points, Message Signaled Interrupts (MSI X)/INTx interrupt handling, and so on. This OS module is structured to allow modifications for an OEM wanting to port the driver to a different OS. Back-end Interface Module The OneCore Storage driver includes a back-end interface that connects to an initiator and/or target. The following section provides further details on the back-end modules. OneCore Storage Driver Architecture Back-End Modules The currently-supported back-end interface modules include Common Access Method (CAM) SIM (for FreeBSD initiator and target support), Random Access Memory Disk (RAMD) for FreeBSD or Linux target support, and/or the SCSI mid-layer shim (for Linux SCSI mid-layer initiator support). With these back-end interface modules, the OneCore Storage SDK supports a broad set of existing back-end storage industry solutions (for example, CAM and CAM Target Layer (CTL), SCSI Target Subsystem for Linux (SCST), and linux-iscsi.org (LIO) Unified Target (future support), as well as customer-specific applications. These modules are shown Figure 2. Figure 2 OneCore Storage driver back-end modules. 5 s OneCore Storage Software Development Kit

6 OneCore Storage Future Proofed Enhancements is committed to a feature-rich OneCore Storage SDK platform to ensure that our OEMs can continue to evolve their storage solutions with new, cutting-edge features. New features include: n SCST an open source standard developed by the Linux community. It is intended for developers who want to leverage the open source community SCST architecture in designing Linux-based storage solutions. The OneCore Storage SDK plans to support SCST. n LIO target support, a multiprotocol SCSI target for Linux. will continue to deliver quick turn cycles for additional code releases with the objective of preserving and enhancing our OEM partner s initial investments on the platform. The Preferred Storage Development Partner s multi-generational product experience with FC and market leadership in 10GbE solutions makes us the preferred partner for ongoing and future storage solutions development. The benefits of an engagement with for development include: n Product leadership in 16GFC adapters, the preferred solution for the enterprise data center, with I/O intensive workloads demanding maximum throughput and bandwidth. n A roadmap aligned with the latest features, including NPIV and T10 PI. n Both the OneCore Storage SDK and its supported SLI-4 adapters are available today. n An OEM partner support system that is flexible and adaptable to the partner s evolving needs. More specifically, s support mix includes: - OneCore Storage SDK documentation, including a Quick Start Guide, reference driver manual, and reference utility manual. - HTML-based driver development documentation. - Developer Portal that includes access to OCS SDK documentation, SLI-4 documentation and training, and OCS SDK code downloads. - Tutorial presentations and other online training materials that will be available through the developer portal. Make the right choice and engage with today! Some of these products may not be available in the U.S. Please contact your supplier for details. Copyright 2013 Corporation. The information contained herein is subject to change without notice. The only warranties for products and services are set forth in the express warranty statements accompanying such products and services. shall not be liable for technical or editorial errors or omissions contained herein. OneConnect and OneCommand are registered trademarks of Corporation. 6 s OneCore Storage Software Development Kit

7 World Headquarters 3333 Susan Street, Costa Mesa, California Bangalore, India Beijing, China Dublin, Ireland+35 3 (0) Munich, Germany +49 (0) Paris, France +33 (0) Tokyo, Japan Wokingham, United Kingdom +44 (0) /13

Unleash the Performance of vsphere 5.1 with 16Gb Fibre Channel

Unleash the Performance of vsphere 5.1 with 16Gb Fibre Channel W h i t e p a p e r Unleash the Performance of vsphere 5.1 with 16Gb Fibre Channel Introduction The July 2011 launch of the VMware vsphere 5.0 which included the ESXi 5.0 hypervisor along with vcloud Director

More information

Why Use 16Gb Fibre Channel with Windows Server 2012 Deployments

Why Use 16Gb Fibre Channel with Windows Server 2012 Deployments W h i t e p a p e r Why Use 16Gb Fibre Channel with Windows Server 2012 Deployments Introduction Windows Server 2012 Hyper-V Storage Networking Microsoft s Windows Server 2012 platform is designed for

More information

Application Note. Introduction. Instructions

Application Note. Introduction. Instructions How to configure Emulex Fibre Channel HBAs with Hyper-V Virtual Fibre Channel on Microsoft Windows Server 2012 with a virtual machine running Microsoft Windows Server 2008 R2 x64 This application note

More information

iscsi Top Ten Top Ten reasons to use Emulex OneConnect iscsi adapters

iscsi Top Ten Top Ten reasons to use Emulex OneConnect iscsi adapters W h i t e p a p e r Top Ten reasons to use Emulex OneConnect iscsi adapters Internet Small Computer System Interface (iscsi) storage has typically been viewed as a good option for small and medium sized

More information

Emulex 16Gb Fibre Channel Host Bus Adapter (HBA) and EMC XtremSF with XtremSW Cache Delivering Application Performance with Protection

Emulex 16Gb Fibre Channel Host Bus Adapter (HBA) and EMC XtremSF with XtremSW Cache Delivering Application Performance with Protection WHITE PAPER Emulex 16Gb Fibre Channel Host Bus Adapter (HBA) and EMC XtremSF with XtremSW Cache Delivering Application Performance with Protection 16Gb FC HBA and EMC XtremSF with XtremSW Cache Introduction

More information

Flash Storage Gets Priority with Emulex ExpressLane

Flash Storage Gets Priority with Emulex ExpressLane Flash Storage Gets Priority with Emulex ExpressLane Quality of service (QoS) feature ensures highest I/O performance for mission-critical applications Emulex Host Bus Adapters Abstract Flash storage is

More information

Emulex OneConnect 10GbE NICs The Right Solution for NAS Deployments

Emulex OneConnect 10GbE NICs The Right Solution for NAS Deployments Emulex OneConnect 10GbE NICs The Right Solution for NAS Deployments As the value and volume of business data continues to rise, small/medium/ enterprise (SME) businesses need high-performance Network Attached

More information

Emulex OneConnect 10GbE NICs The Right Solution for NAS Deployments

Emulex OneConnect 10GbE NICs The Right Solution for NAS Deployments Emulex OneConnect 10GbE NICs The Right Solution for NAS Deployments As the value and volume of business data continues to rise, small/medium/ enterprise (SME) businesses need high-performance Network Attached

More information

Sun 8Gb/s Fibre Channel HBA Performance Advantages for Oracle Database

Sun 8Gb/s Fibre Channel HBA Performance Advantages for Oracle Database Performance Advantages for Oracle Database At a Glance This Technical Brief illustrates that even for smaller online transaction processing (OLTP) databases, the Sun 8Gb/s Fibre Channel Host Bus Adapter

More information

Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server

Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server How to deploy Converged Networking with VMware ESX Server 3.5 Using Emulex FCoE Technology Table of Contents Introduction...

More information

Configure Windows 2012/Windows 2012 R2 with SMB Direct using Emulex OneConnect OCe14000 Series Adapters

Configure Windows 2012/Windows 2012 R2 with SMB Direct using Emulex OneConnect OCe14000 Series Adapters Configure Windows 2012/Windows 2012 R2 with SMB Direct using Emulex OneConnect OCe14000 Series Adapters Emulex OneConnect Ethernet Network Adapters Introduction This document gives an overview of how to

More information

QLogic 16Gb Gen 5 Fibre Channel in IBM System x Deployments

QLogic 16Gb Gen 5 Fibre Channel in IBM System x Deployments QLogic 16Gb Gen 5 Fibre Channel in IBM System x Deployments Increase Virtualization Density and Eliminate I/O Bottlenecks with QLogic High-Speed Interconnects Key Findings Support for increased workloads,

More information

Doubling the I/O Performance of VMware vsphere 4.1

Doubling the I/O Performance of VMware vsphere 4.1 White Paper Doubling the I/O Performance of VMware vsphere 4.1 with Broadcom 10GbE iscsi HBA Technology This document describes the doubling of the I/O performance of vsphere 4.1 by using Broadcom 10GbE

More information

FCoE Enabled Network Consolidation in the Enterprise Data Center

FCoE Enabled Network Consolidation in the Enterprise Data Center White Paper FCoE Enabled Network Consolidation in the Enterprise Data Center A technology blueprint Executive Overview This white paper describes a blueprint for network consolidation in the enterprise

More information

Replacing SAN with High Performance Windows Share over a Converged Network

Replacing SAN with High Performance Windows Share over a Converged Network WHITE PAPER November 2015 Replacing SAN with High Performance Windows Share over a Converged Network Abstract...1 Introduction...1 Early FC SAN (Storage Area Network)...1 FC vs. Ethernet...1 Changing SAN

More information

8Gb Fibre Channel Adapter of Choice in Microsoft Hyper-V Environments

8Gb Fibre Channel Adapter of Choice in Microsoft Hyper-V Environments 8Gb Fibre Channel Adapter of Choice in Microsoft Hyper-V Environments QLogic 8Gb Adapter Outperforms Emulex QLogic Offers Best Performance and Scalability in Hyper-V Environments Key Findings The QLogic

More information

HP iscsi storage for small and midsize businesses

HP iscsi storage for small and midsize businesses HP iscsi storage for small and midsize businesses IP SAN solution guide With data almost doubling in volume every year, businesses are discovering that they need to take a strategic approach to managing

More information

SAN and NAS Bandwidth Requirements

SAN and NAS Bandwidth Requirements SAN and NAS Bandwidth Requirements Exploring Networked Storage Scott Kipp Office of the CTO Brocade Inc. Categorizing Storage - DAS SAN - NAS Directly Attached Storage DAS Storage that is connected point-to-point

More information

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

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

More information

From Ethernet Ubiquity to Ethernet Convergence: The Emergence of the Converged Network Interface Controller

From Ethernet Ubiquity to Ethernet Convergence: The Emergence of the Converged Network Interface Controller White Paper From Ethernet Ubiquity to Ethernet Convergence: The Emergence of the Converged Network Interface Controller The focus of this paper is on the emergence of the converged network interface controller

More information

HP Converged Infrastructure Solutions

HP Converged Infrastructure Solutions HP Converged Infrastructure Solutions HP Virtual Connect and HP StorageWorks Simple SAN Connection Manager Enterprise Software Solution brief Executive summary Whether it is with VMware vsphere, Microsoft

More information

Broadcom Ethernet Network Controller Enhanced Virtualization Functionality

Broadcom Ethernet Network Controller Enhanced Virtualization Functionality White Paper Broadcom Ethernet Network Controller Enhanced Virtualization Functionality Advancements in VMware virtualization technology coupled with the increasing processing capability of hardware platforms

More information

Network Function Virtualization Using Data Plane Developer s Kit

Network Function Virtualization Using Data Plane Developer s Kit Network Function Virtualization Using Enabling 25GbE to 100GbE Virtual Network Functions with QLogic FastLinQ Intelligent Ethernet Adapters DPDK addresses key scalability issues of NFV workloads QLogic

More information

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine Virtual Fibre Channel for Hyper-V Virtual Fibre Channel for Hyper-V, a new technology available in Microsoft Windows Server 2012, allows direct access to Fibre Channel (FC) shared storage by multiple guest

More information

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays Red Hat Performance Engineering Version 1.0 August 2013 1801 Varsity Drive Raleigh NC

More information

Building Enterprise-Class Storage Using 40GbE

Building Enterprise-Class Storage Using 40GbE Building Enterprise-Class Storage Using 40GbE Unified Storage Hardware Solution using T5 Executive Summary This white paper focuses on providing benchmarking results that highlight the Chelsio T5 performance

More information

Windows Host Utilities 6.0.2 Installation and Setup Guide

Windows Host Utilities 6.0.2 Installation and Setup Guide Windows Host Utilities 6.0.2 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief

HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief Technical white paper HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief Scale-up your Microsoft SQL Server environment to new heights Table of contents Executive summary... 2 Introduction...

More information

QuickSpecs. Models. HP StorageWorks 8Gb PCIe FC HBAs Overview. Part Number AK344A

QuickSpecs. Models. HP StorageWorks 8Gb PCIe FC HBAs Overview. Part Number AK344A Overview Models HP StorageWorks 81Q PCIe FC HBA Single Port (Qlogic) HP StorageWorks 82Q PCIe FC HBA Dual Port (Qlogic) HP StorageWorks 81E PCIe FC HBA Single Port (Emulex) HP StorageWorks 82E PCIe FC

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

HBA Virtualization Technologies for Windows OS Environments

HBA Virtualization Technologies for Windows OS Environments HBA Virtualization Technologies for Windows OS Environments FC HBA Virtualization Keeping Pace with Virtualized Data Centers Executive Summary Today, Microsoft offers Virtual Server 2005 R2, a software

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

Benefits of Networked Storage: iscsi & Fibre Channel SANs. David Dale, NetApp

Benefits of Networked Storage: iscsi & Fibre Channel SANs. David Dale, NetApp Benefits of Networked Storage: iscsi & Fibre Channel SANs David Dale, NetApp SNIA Legal Notice The material contained in this presentation is copyrighted by the SNIA. Member companies and individuals may

More information

How To Write An Article On An Hp Appsystem For Spera Hana

How To Write An Article On An Hp Appsystem For Spera Hana Technical white paper HP AppSystem for SAP HANA Distributed architecture with 3PAR StoreServ 7400 storage Table of contents Executive summary... 2 Introduction... 2 Appliance components... 3 3PAR StoreServ

More information

Deploy Apache Hadoop with Emulex OneConnect OCe14000 Ethernet Network Adapters

Deploy Apache Hadoop with Emulex OneConnect OCe14000 Ethernet Network Adapters CONNECT - Lab Guide Deploy Apache Hadoop with Emulex OneConnect OCe14000 Ethernet Network Adapters Hardware, software and configuration steps needed to deploy Apache Hadoop 2.4.1 with the Emulex family

More information

Fibre Forward - Why Storage Infrastructures Should Be Built With Fibre Channel

Fibre Forward - Why Storage Infrastructures Should Be Built With Fibre Channel Fibre Forward - Why Storage Infrastructures Should Be Built With Fibre Channel Prepared by: George Crump, Lead Analyst Prepared: June 2014 Fibre Forward - Why Storage Infrastructures Should Be Built With

More information

HP StorageWorks MPX200 Simplified Cost-Effective Virtualization Deployment

HP StorageWorks MPX200 Simplified Cost-Effective Virtualization Deployment HP StorageWorks MPX200 Simplified Cost-Effective Virtualization Deployment Executive Summary... 2 HP StorageWorks MPX200 Architecture... 2 Server Virtualization and SAN based Storage... 3 VMware Architecture...

More information

3G Converged-NICs A Platform for Server I/O to Converged Networks

3G Converged-NICs A Platform for Server I/O to Converged Networks White Paper 3G Converged-NICs A Platform for Server I/O to Converged Networks This document helps those responsible for connecting servers to networks achieve network convergence by providing an overview

More information

FIBRE CHANNEL OVER ETHERNET

FIBRE CHANNEL OVER ETHERNET FIBRE CHANNEL OVER ETHERNET A Review of FCoE Today ABSTRACT Fibre Channel over Ethernet (FcoE) is a storage networking option, based on industry standards. This white paper provides an overview of FCoE,

More information

Why Linux Data Centers Choose Emulex

Why Linux Data Centers Choose Emulex W h i t e p a p e r Why Linux Data Centers Choose Emulex Eight Reasons Why Enterprise Data Centers Choose Emulex 1 Converged networking framework to enable unified I/O (p.4) Benefit Reduce costs with Emulex

More information

How To Evaluate Netapp Ethernet Storage System For A Test Drive

How To Evaluate Netapp Ethernet Storage System For A Test Drive Performance evaluation sponsored by NetApp, Inc. Introduction Ethernet storage is advancing towards a converged storage network, supporting the traditional NFS, CIFS and iscsi storage protocols and adding

More information

New I/O Management Best Practices for Oracle Database Quality of Service

New I/O Management Best Practices for Oracle Database Quality of Service New I/O Management Best Practices for Oracle Database Quality of Service Optimizing performance, compliance, and cost for OLTP and OLAP workloads in traditional and virtualized environments At a Glance

More information

Storage Protocol Comparison White Paper TECHNICAL MARKETING DOCUMENTATION

Storage Protocol Comparison White Paper TECHNICAL MARKETING DOCUMENTATION Storage Protocol Comparison White Paper TECHNICAL MARKETING DOCUMENTATION v 1.0/Updated APRIl 2012 Table of Contents Introduction.... 3 Storage Protocol Comparison Table....4 Conclusion...10 About the

More information

FC SAN Vision, Trends and Futures. LB-systems

FC SAN Vision, Trends and Futures. LB-systems FC SAN Vision, Trends and Futures LB-systems Legal Disclosure PLEASE SEE RISK FACTORS ON FORM 10-Q AND FORM 10-K FILED WITH THE SEC This presentation, with prepared remarks, includes forward-looking statements

More information

PCI Express Impact on Storage Architectures and Future Data Centers. Ron Emerick, Oracle Corporation

PCI Express Impact on Storage Architectures and Future Data Centers. Ron Emerick, Oracle Corporation PCI Express Impact on Storage Architectures and Future Data Centers Ron Emerick, Oracle Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

More information

Windows Host Utilities 6.0 Installation and Setup Guide

Windows Host Utilities 6.0 Installation and Setup Guide Windows Host Utilities 6.0 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 4-NETAPP

More information

WHITE PAPER 1 WWW.FUSIONIO.COM

WHITE PAPER 1 WWW.FUSIONIO.COM 1 WWW.FUSIONIO.COM WHITE PAPER WHITE PAPER Executive Summary Fusion iovdi is the first desktop- aware solution to virtual desktop infrastructure. Its software- defined approach uniquely combines the economics

More information

Cloud-Optimized Performance: Enhancing Desktop Virtualization Performance with Brocade 16 Gbps

Cloud-Optimized Performance: Enhancing Desktop Virtualization Performance with Brocade 16 Gbps Cloud-Optimized Performance: Enhancing Desktop Virtualization Performance with Brocade 16 Gbps Discussing the enhancement of Desktop Virtualization using 16 Gbps Fibre Channel and how it improves throughput

More information

Violin Memory Arrays With IBM System Storage SAN Volume Control

Violin Memory Arrays With IBM System Storage SAN Volume Control Technical White Paper Report Best Practices Guide: Violin Memory Arrays With IBM System Storage SAN Volume Control Implementation Best Practices and Performance Considerations Version 1.0 Abstract This

More information

Steven Hill January, 2010

Steven Hill January, 2010 iscsi Test Results Steven Hill January, 2010 Test Methodology For this test series we traveled to the Emulex test lab at their corporate headquarters in Costa Mesa, California, to do some hands-on testing

More information

HP Storage Essentials Storage Resource Management Software end-to-end SAN Performance monitoring and analysis

HP Storage Essentials Storage Resource Management Software end-to-end SAN Performance monitoring and analysis HP Storage Essentials Storage Resource Management Software end-to-end SAN Performance monitoring and analysis Table of contents HP Storage Essentials SRM software SAN performance monitoring and analysis...

More information

Customer Education Services Course Overview

Customer Education Services Course Overview Customer Education Services Course Overview Accelerated SAN Essentials (UC434S) This five-day course provides a comprehensive and accelerated understanding of SAN technologies and concepts. Students will

More information

Virtualizing the SAN with Software Defined Storage Networks

Virtualizing the SAN with Software Defined Storage Networks Software Defined Storage Networks Virtualizing the SAN with Software Defined Storage Networks Introduction Data Center architects continue to face many challenges as they respond to increasing demands

More information

The 8Gb Fibre Channel Adapter of Choice in Oracle Environments

The 8Gb Fibre Channel Adapter of Choice in Oracle Environments White Paper The 8Gb Fibre Channel Adapter of Choice in Oracle Environments QLogic s 8Gb Adapters Outperform in Oracle Environments Key Findings For demanding enterprise database applications such as Oracle,

More information

Accelerating Database Applications on Linux Servers

Accelerating Database Applications on Linux Servers White Paper Accelerating Database Applications on Linux Servers Introducing OCZ s LXL Software - Delivering a Data-Path Optimized Solution for Flash Acceleration Allon Cohen, PhD Yaron Klein Eli Ben Namer

More information

HP 8Gb PCIe FC HBAs Overview

HP 8Gb PCIe FC HBAs Overview Overview Models Description Part Number HP 81Q PCIe FC HBA HP PCIe 1-Port 8Gb Fibre Channel SR (QLogic) Host Bus Adaptor AH400A HP 82Q PCIe FC HBA HP PCIe 2-Port 8Gb Fibre Channel SR (QLogic) Host Bus

More information

Solving the Hypervisor Network I/O Bottleneck Solarflare Virtualization Acceleration

Solving the Hypervisor Network I/O Bottleneck Solarflare Virtualization Acceleration Solving the Hypervisor Network I/O Bottleneck Solarflare Virtualization Acceleration White Paper By: Gary Gumanow 9 October 2007 SF-101233-TM Introduction With increased pressure on IT departments to do

More information

IP SAN Fundamentals: An Introduction to IP SANs and iscsi

IP SAN Fundamentals: An Introduction to IP SANs and iscsi IP SAN Fundamentals: An Introduction to IP SANs and iscsi Updated April 2007 Sun Microsystems, Inc. 2007 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 USA All rights reserved. This

More information

An Integrated End-to-End Data Integrity Solution to Protect Against Silent Data Corruption

An Integrated End-to-End Data Integrity Solution to Protect Against Silent Data Corruption White Paper An Integrated End-to-End Data Integrity Solution to Protect Against Silent Data Corruption Abstract This white paper describes how T10 PI prevents silent data corruption, ensuring that incomplete

More information

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics QLogic 16Gb Gen 5 Fibre Channel for Database Assessment for Database and Business Analytics Using the information from databases and business analytics helps business-line managers to understand their

More information

What Is Microsoft Private Cloud Fast Track?

What Is Microsoft Private Cloud Fast Track? What Is Microsoft Private Cloud Fast Track? MICROSOFT PRIVATE CLOUD FAST TRACK is a reference architecture for building private clouds that combines Microsoft software, consolidated guidance, and validated

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

End-to-end Data integrity Protection in Storage Systems

End-to-end Data integrity Protection in Storage Systems End-to-end Data integrity Protection in Storage Systems Issue V1.1 Date 2013-11-20 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in

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

HP SN1000E 16 Gb Fibre Channel HBA Evaluation

HP SN1000E 16 Gb Fibre Channel HBA Evaluation HP SN1000E 16 Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

More information

Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters

Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters Highlights a Brocade-EMC solution with EMC CLARiiON, EMC Atmos, Brocade Fibre Channel (FC) switches, Brocade FC HBAs, and Brocade

More information

Converged Networking Solution for Dell M-Series Blades. Spencer Wheelwright

Converged Networking Solution for Dell M-Series Blades. Spencer Wheelwright Converged Networking Solution for Dell M-Series Blades Authors: Reza Koohrangpour Spencer Wheelwright. THIS SOLUTION BRIEF IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL

More information

Technical Brief: Egenera Taps Brocade and Fujitsu to Help Build an Enterprise Class Platform to Host Xterity Wholesale Cloud Service

Technical Brief: Egenera Taps Brocade and Fujitsu to Help Build an Enterprise Class Platform to Host Xterity Wholesale Cloud Service Technical Brief: Egenera Taps Brocade and Fujitsu to Help Build an Enterprise Class Platform to Host Xterity Wholesale Cloud Service ... Egenera needed an enterprise class platform to host their wholesale

More information

Optimized Storage I/O for HPE Virtual Server Environments

Optimized Storage I/O for HPE Virtual Server Environments Optimized Storage I/O for HPE Virtual Server Environments HPE and QLogic Solutions Deliver Storage Networks that Enhance Virtual Server Environments HPE and QLogic provide Fibre Channel technology for

More information

FCoE Deployment in a Virtualized Data Center

FCoE Deployment in a Virtualized Data Center FCoE Deployment in a irtualized Data Center Satheesh Nanniyur (satheesh.nanniyur@qlogic.com) Sr. Staff Product arketing anager QLogic Corporation All opinions expressed in this presentation are that of

More information

Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i

Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i Application Note Abstract: This document describes how VMware s vsphere Storage APIs (VAAI) can be integrated and used for accelerating

More information

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Technical white paper Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Table of contents Executive summary... 2 Introduction... 2 What is NDMP?... 2 Technology overview... 3 HP

More information

What s New in VMware vsphere 4.1 Storage. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Storage. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Storage VMware vsphere 4.1 W H I T E P A P E R Introduction VMware vsphere 4.1 brings many new capabilities to further extend the benefits of vsphere 4.0. These new features

More information

Accelerating Microsoft Exchange Servers with I/O Caching

Accelerating Microsoft Exchange Servers with I/O Caching Accelerating Microsoft Exchange Servers with I/O Caching QLogic FabricCache Caching Technology Designed for High-Performance Microsoft Exchange Servers Key Findings The QLogic FabricCache 10000 Series

More information

InfiniBand Software and Protocols Enable Seamless Off-the-shelf Applications Deployment

InfiniBand Software and Protocols Enable Seamless Off-the-shelf Applications Deployment December 2007 InfiniBand Software and Protocols Enable Seamless Off-the-shelf Deployment 1.0 Introduction InfiniBand architecture defines a high-bandwidth, low-latency clustering interconnect that is used

More information

White paper FUJITSU Storage ETERNUS DX series

White paper FUJITSU Storage ETERNUS DX series White paper End-to-end Data Protection Using Oracle Linux with the ETERNUS DX S3 series and Emulex HBA Greatly improving the reliability of the entire system Content Preface 2 1. Data Protection with T10

More information

VDI Optimization Real World Learnings. Russ Fellows, Evaluator Group

VDI Optimization Real World Learnings. Russ Fellows, Evaluator Group Russ Fellows, Evaluator Group SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material

More information

EMC PowerPath Family

EMC PowerPath Family DATA SHEET EMC PowerPath Family PowerPath Multipathing PowerPath Migration Enabler PowerPath Encryption with RSA The enabler for EMC host-based solutions The Big Picture Intelligent high-performance path

More information

Evaluation Report: HP Blade Server and HP MSA 16GFC Storage Evaluation

Evaluation Report: HP Blade Server and HP MSA 16GFC Storage Evaluation Evaluation Report: HP Blade Server and HP MSA 16GFC Storage Evaluation Evaluation report prepared under contract with HP Executive Summary The computing industry is experiencing an increasing demand for

More information

Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage

Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage WHITE PAPER Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage Brocade continues to innovate by delivering the industry s first 16 Gbps switches for low latency and high transaction

More information

Virtual Server-SAN connectivity The emergence of N-Port ID Virtualization

Virtual Server-SAN connectivity The emergence of N-Port ID Virtualization White Paper Virtual Server-SAN connectivity The emergence of N-Port ID Virtualization At a glance Server virtualization is rapidly gaining market acceptance for server consolidation and provisioning. The

More information

Windows TCP Chimney: Network Protocol Offload for Optimal Application Scalability and Manageability

Windows TCP Chimney: Network Protocol Offload for Optimal Application Scalability and Manageability White Paper Windows TCP Chimney: Network Protocol Offload for Optimal Application Scalability and Manageability The new TCP Chimney Offload Architecture from Microsoft enables offload of the TCP protocol

More information

Using RDX QuikStor in Hyper-V Environments

Using RDX QuikStor in Hyper-V Environments Using RDX QuikStor in Hyper-V Environments Utilizing physical disk storage in a Hyper-V virtual machine is mostly realized with iscsi disk subsystems which are connected to the network. Via iscsi initiators,

More information

Building a Scalable Storage with InfiniBand

Building a Scalable Storage with InfiniBand WHITE PAPER Building a Scalable Storage with InfiniBand The Problem...1 Traditional Solutions and their Inherent Problems...2 InfiniBand as a Key Advantage...3 VSA Enables Solutions from a Core Technology...5

More information

WHITE PAPER. Best Practices in Deploying Converged Data Centers

WHITE PAPER. Best Practices in Deploying Converged Data Centers WHITE PAPER Best Practices in Deploying Converged Data Centers www.ixiacom.com 915-2505-01 Rev C October 2013 2 Contents Introduction... 4 Converged Data Center... 4 Deployment Best Practices... 6 Testing

More information

Redundancy in enterprise storage networks using dual-domain SAS configurations

Redundancy in enterprise storage networks using dual-domain SAS configurations Redundancy in enterprise storage networks using dual-domain SAS configurations technology brief Abstract... 2 Introduction... 2 Why dual-domain SAS is important... 2 Single SAS domain... 3 Dual-domain

More information

UCS M-Series Modular Servers

UCS M-Series Modular Servers UCS M-Series Modular Servers The Next Wave of UCS Innovation Marian Klas Cisco Systems June 2015 Cisco UCS - Powering Applications at Every Scale Edge-Scale Computing Cloud-Scale Computing Seamlessly Extend

More information

Romley/Sandy Bridge Server I/O Solutions By Seamus Crehan Crehan Research, Inc. March 2012

Romley/Sandy Bridge Server I/O Solutions By Seamus Crehan Crehan Research, Inc. March 2012 Romley/Sandy Bridge Server I/O Solutions By Seamus Crehan Crehan Research, Inc. March 2012 White Paper sponsored by Broadcom Corporation Impact of Romley/Sandy Bridge Servers: As we discussed in our first

More information

Answering the Requirements of Flash-Based SSDs in the Virtualized Data Center

Answering the Requirements of Flash-Based SSDs in the Virtualized Data Center White Paper Answering the Requirements of Flash-Based SSDs in the Virtualized Data Center Provide accelerated data access and an immediate performance boost of businesscritical applications with caching

More information

KVM Virtualized I/O Performance

KVM Virtualized I/O Performance KVM Virtualized I/O Performance Achieving Unprecedented I/O Performance Using Virtio-Blk-Data-Plane Technology Preview in SUSE Linux Enterprise Server 11 Service Pack 3 (SP3) Khoa Huynh, IBM Linux Technology

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

The Benefit of Migrating from 4Gb to 8Gb Fibre Channel

The Benefit of Migrating from 4Gb to 8Gb Fibre Channel The Benefit of Migrating from 4Gb to 8Gb Fibre Channel Notices The information in this document is subject to change without notice. While every effort has been made to ensure that all information in this

More information

MS Exchange Server Acceleration

MS Exchange Server Acceleration White Paper MS Exchange Server Acceleration Using virtualization to dramatically maximize user experience for Microsoft Exchange Server Allon Cohen, PhD Scott Harlin OCZ Storage Solutions, Inc. A Toshiba

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

IBM XIV Gen3 Storage System Storage built for VMware vsphere infrastructures

IBM XIV Gen3 Storage System Storage built for VMware vsphere infrastructures Storage built for VMware vsphere infrastructures Peter Kisich IBM Systems and Technology Group ISV Enablement October 2011 Copyright IBM Corporation, 2011 Table of contents Abstract...1 Introduction...1

More information

Best Practice and Deployment of the Network for iscsi, NAS and DAS in the Data Center

Best Practice and Deployment of the Network for iscsi, NAS and DAS in the Data Center Best Practice and Deployment of the Network for iscsi, NAS and DAS in the Data Center Samir Sharma, Juniper Networks Author: Samir Sharma, Juniper Networks SNIA Legal Notice The material contained in this

More information

HP 3PAR StoreServ 8000 Storage - what s new

HP 3PAR StoreServ 8000 Storage - what s new HP 3PAR StoreServ 8000 Storage - what s new October 2015 Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HP 3PAR StoreServ

More information

HP Smart Array Controllers and basic RAID performance factors

HP Smart Array Controllers and basic RAID performance factors Technical white paper HP Smart Array Controllers and basic RAID performance factors Technology brief Table of contents Abstract 2 Benefits of drive arrays 2 Factors that affect performance 2 HP Smart Array

More information

SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture

SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture 2 This reference architecture is a guideline for deploying Citrix CloudPlatform, powered by Apache CloudStack,

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information