QLogic SRP Module on Linux for OpenFabrics and InfiniPath Version Table of Contents

Size: px
Start display at page:

Download "QLogic SRP Module on Linux for OpenFabrics and InfiniPath Version 1.3.0.0.15. Table of Contents"

Transcription

1 QLogic SRP Module on Linux for OpenFabrics and InfiniPath Version This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. 1. Introduction 2. OS Support 3. Important Files 3. Package Installation 4. OFED Package Requirements 5. Sample Configuration File 6. Contacting Support Table of Contents 1. Introduction The the QLogic SRP module on Linux for OpenFabrics and InfiniPath, version provides the following capabilities: Specify individual adapters to which you wish to connect. Specify multiple connections(session) per adapter. Configure adapter to use multiple connections as either a failover or roundrobin (load balancing) mechanism. Hot swap Fibre Channel bridge modules. 2. OS Support Supported OS Distributions: Red Hat Enterprise Linux 4 Update 4/5/6 Red Hat Enterprise Linux 5/5.1 SuSE Linux Enterprise 10/SuSE Linux Enterprise 10 SP1 Supported Open Fabrics Enterprise Distributions, version 1.3 Supported InfiniPath Releases, version Important Files Configuration file: /etc/sysconfig/qlgc_srp.cfg Tools: qlgc_srptools is a package of tools for discovering and connecting to SRP targets on InfiniBand fabrics. qlgc_srptools contains following executables and scripts. ib_qlgc_srp_query ib_qlgc_srp_cfg ib_qlgc_srp_update (background daemon for FibreChannel bridge module hotswap) ib_qlgc_srp_build_cfg ib_qlgc_srp_stats ib_qlgc_srp_control To run ib_qlgc_srp_query, you must load the ib_umad module, as well as an appropriate low-level driver for the installed IB hardware ( for example, ib_mthca for a Mellanox HCA, ib_ipath for a QLogic HCA, or mlx4 for ConnectX.) Using ib_qlgc_srp_query: ib_qlgc_srp_query [-v #] QLogic SRP Module on Linux for OpenFabrics and InfiniPath Readme File 1 of 6

2 With no command line parameters, ib_qlgc_srp_query displays information about SRP targets in humanreadable form: # ib_qlgc_srp_query QLogic Corporation. Virtual HBA (SRP) SCSI Query Application, version IB Host Channel Adapter present in system. HCA Card 1 : 0x0002c Port 1 GUID : 0x0002c Port 2 GUID : 0x0002c a SRP Targets : SRP IOC Profile : FVIC in Chassis 0x00066a00db00001e, Slot 4, Ioc 1 SRP IOC GUID : 0x00066a01dd SRP IU SIZE : 320 SRP IU SG SIZE: 15 SRP IO CLASS: 0xff00 service 0 : name SRP.T10: id 0x service 1 : name SRP.T10: id 0x service 2 : name SRP.T10: id 0x service 3 : name SRP.T10: id 0x HCA 0 Port 1 0x0002c > Target Port GID 0xfe a11dd SRP IOC Profile : FVIC in Chassis 0x00066a00db00001e, Slot 4, Ioc 2 SRP IOC GUID : 0x00066a02dd SRP IU SIZE : 320 SRP IU SG SIZE: 15 SRP IO CLASS: 0xff00 service 0 : name SRP.T10: id 0x service 1 : name SRP.T10: id 0x service 2 : name SRP.T10: id 0x service 3 : name SRP.T10: id 0x HCA 0 Port 1 0x0002c > Target Port GID 0xfe a21dd SRP IOC Profile : Mellanox OFED SRP target SRP IOC GUID : 0x00066a SRP IU SIZE : 996 SRP IU SG SIZE: 58 SRP IO CLASS: 0x0100 service 0 : name SRP.T10:00066a id 0x00066a HCA 0 Port 1 0x0002c > Target Port GID 0xfe a00a SRP IOC Profile : Mellanox OFED SRP target SRP IOC GUID : 0x00066a SRP IU SIZE : 996 SRP IU SG SIZE: 58 SRP IO CLASS: 0x0100 service 0 : name SRP.T10:00066a id 0x00066a HCA 0 Port 1 0x0002c > Target Port GID 0xfe a01a NOTE: The output has the following minor differences as compared to the InfiniServ SRP /proc/driver/ ics_srp/driver - ib_qlgc_srp_query now reports the SRP IO CLASS. - Under Target Path(s) ib_qlgc_srp_query now reports Target Port GID instead of Target Port GUID. Using ib_qlgc_srp_cfg: ib_qlgc_srp_cfg [-v #] [-f <srp_cfg_file_name.cfg>] Used by ib_qlgc_srp_build_cfg Using ib_qlgc_srp_build_cfg: ib_qlgc_srp_build_cfg [option flags] ib_qlgc_srp_build_cfg creates a configuration file based on discovered target devices. By default, the information is send to stdout. In order to create a configuration file, output should be redirected to a disk file. Type "ib_qlgc_srp_build_cfg -h" for a list and description of the option flags. QLogic SRP Module on Linux for OpenFabrics and InfiniPath Readme File 2 of 6

3 The default configuration generated by ib_qlgc_srp_build_cfg for OFED is similar to the one generated for the QuickSilver Stack with the following differences: - For OFED, the configuration automatically includes IOClass. - For OFED, the configuration automatically includes SID. - For OFED, the configuration provides targetportgid instead of targetportguid. - For OFED, the configuration automatically includes targetiocprofileidstring. Displaying configured SRP targets and statistics: ib_qlgc_srp_stats [/sys/class/qlogic_infiniband_srp/<name of adapter>] The program by default will display all know configured adapters along with each configured session. By specifying an adapter name, the display will be restricted to only that individual adapter. Displaying statistics and controlling SRP targets: ib_qlgc_srp_control [-l [-i]] [-a <Adapter Name> [-i] [-x] ] [-a <Adapter Name> -s <Session Name> <[-i] [-x] [-u] [-d] [-r]>] [-h] -l - list all QLogic SRP Virtual Adapters and Sessions -i - include stats output for Adapters and Sessions -a - Specify SRP Virtual Adapter Name -s - Specify a SRP Virtual Adapter's Session Name -x - Remove SRP Virtual Adapter or Session -u - Start a SRP Virtual Adapter's Session -d - Stop a SRP Virtual Adapter's Session -r - Restart a SRP Virtual Adapter's Session -h - display this help This program by default is interactive and initially displays all known configured adapters. You can enter commands at this point to drill down and control or query an adapter or one of it's configured sessions. You can also use the switches above to control or query an individual adapter or one of it's sessions noninteractively from the command line. 4. Package Installation NOTE: When installing for InfiniPath, you must export the following environment variable: export IPATH_DISTRO=<as entered to install InfiniPath> As an example, for Red Hat Enterprise Linux 4 UD 4: export IPATH_DISTRO=2.6.9_U4 Installing the SRP driver, tools, and scripts To install the driver, tools, and scripts, you must be the root user. As the root user in the QLGC_SRP directory, enter the following command:./install.sh Install will ask you if you wish to start the driver at boot. The default is no. If you supply the -a option./ install.sh -a), the driver will be set to automatically load at system boot and you will not be prompted about load at system boot. Starting the driver manually when not loaded during system boot To start the driver, enter the following command: /etc/init.d/qlgc_srp start or service qlgc_srp start To restart the driver, enter the following command: /etc/init.d/qlgc_srp restart or service qlgc_srp restart In order to stop the driver, enter the following command: /etc/init.d/qlgc_srp stop or service qlgc_srp stop To uninstall the driver, tools and scripts you must be the root user. As the root user in the QLGC_SRP directory, enter the following command:./uninstall.sh QLogic SRP Module on Linux for OpenFabrics and InfiniPath Readme File 3 of 6

4 5. OFED Package Requirements Choose the appropriate package for the installed HCA ipath HCAs: libipathverbs libipathverbs-devel Mellanox HCAs: libmthca libmthca-devel Mellanox ConnectX HCAs: libmlx4 libmlx4-devel Other required packages: ib_verbs kernel-ib kernel-ib-devel libibcm libibcm-devel libibcommon libibcommon-devel libibmad libibmad-devel libibumad libibumad-devel libibverbs libibverbs-devel libibverbs-utils libopensm libopensm-devel libosmcomp libosmcomp-devel libosmvendor libosmvendor-devel librdmacm librdmacm-devel librdmacm-utils mstflint openib-diags perftest tvflash ofed-docs ofed-scripts ibutils NOTE: Hot swapping a Fibre Channel bridge card requires exchanging I/Os in order for the QLogic SRP package to detect that the bridge card has been swapped. (This is identical to the QuickSilver SRP driver's functionality.) 6. Sample Configuration File # qlgc_srp.cfg file generated by /usr/sbin/ib_qlgc_srp_build_cfg, version , on Tue Apr 15 10:49:09 EDT 2008 registeradaptersinorder: ON # ============================================================================ # IOC Name: FVIC in Chassis 0x00066a00db00001e, Slot 4, Ioc 1 # IOC GUID: 0x00066a01dd SRP IU SIZE : 320 # service 0 : name SRP.T10: id 0x session card: 0 port: 1 #portguid: 0x0002c initiatorextension: 1 targetiocguid: 0x00066a01dd targetiocprofileidstring: "FVIC in Chassis 0x00066a00db00001e, Slot 4, Ioc 1" targetportgid: 0xfe a11dd targetextension: 0x SID: 0x IOClass: 0xff00 IUSize: 320 IUSGTableSize: 15 QLogic SRP Module on Linux for OpenFabrics and InfiniPath Readme File 4 of 6

5 end adapter adapteriodepth: 1000 luniodepth: 16 adaptermaxio: 128 adaptermaxluns: 512 adapternoconnecttimeout: 60 adapterdevicerequesttimeout: 2 # set to 1 if you do not want target connectivity verification noverify: 0 description: "SRP Virtual HBA 1" end # ============================================================================ # IOC Name: Mellanox OFED SRP target # IOC GUID: 0x00066a SRP IU SIZE : 996 # service 0 : name SRP.T10:00066a id 0x00066a session card: 0 port: 1 #portguid: 0x0002c initiatorextension: 1 targetiocguid: 0x00066a targetiocprofileidstring: "Mellanox OFED SRP target" targetportgid: 0xfe a00a targetextension: 0x00066a SID: 0x00066a IOClass: 0x0100 IUSize: 996 IUSGTableSize: 58 end adapter adapteriodepth: 1000 luniodepth: 16 adaptermaxio: 128 adaptermaxluns: 512 adapternoconnecttimeout: 60 adapterdevicerequesttimeout: 2 # set to 1 if you do not want target connectivity verification noverify: 0 description: "SRP Virtual HBA 2" end Sample ib_qlgc_srp_stats output: SCSI Host # : 54 Mode : FAILOVER Trgt Adapter Depth : 768 Verify Target : Yes Rqst Adapter Depth : 1000 Rqst LUN Depth : 16 Tot Adapter Depth : 768 Tot LUN Depth : 16 Act Adapter Depth : 766 Act LUN Depth : 16 Max LUNs Scanned : 512 Max IO : (128 KB) Max Sectors : 256 Max SG Depth : 32 Session Count : 1 No Connect T/O : 60 Second(s) Register In Order : ON Dev Reqst T/O : 2 Second(s) Description : SRP Virtual HBA 1 Session : Session 1 State : Active Source GID : 0xfe c Destination GID : 0xfe a11dd SRP IOC Profile : FVIC in Chassis 0x00066a00db00001e, Slot 4, Ioc 1 SRP Target IOClass : 0xFF00 SRP Target SID : 0x SRP IPI Guid : 0x0002c SRP IPI Extnsn : 0x SRP TPI Guid : 0x00066a01dd SRP TPI Extnsn : 0x Source LID : 0x001a Dest LID : 0x0009 Completed Sends : 0x Send Errors : 0x Completed Receives : 0x Receive Errors : 0x Connect Attempts : 0x Test Attempts : 0x Total SWUs : 0x Available SWUs : 0x Busy SWUs : 0x SRP Req Limit : 0x SRP Max ITIU : 0x SRP Max TIIU : 0x QLogic SRP Module on Linux for OpenFabrics and InfiniPath Readme File 5 of 6

6 SRP Max Send IU : 0x SRP Max Cmd : 0x Req IU SG Depth : 0x f Act IU SG Depth : 0x f Max SG Used : 0x f Host Busys : 0x SCSI Host # : 55 Mode : FAILOVER Trgt Adapter Depth : 128 Verify Target : Yes Rqst Adapter Depth : 1000 Rqst LUN Depth : 16 Tot Adapter Depth : 128 Tot LUN Depth : 16 Act Adapter Depth : 126 Act LUN Depth : 16 Max LUNs Scanned : 512 Max IO : (128 KB) Max Sectors : 256 Max SG Depth : 32 Session Count : 1 No Connect T/O : 60 Second(s) Register In Order : ON Dev Reqst T/O : 2 Second(s) Description : SRP Virtual HBA 2 Session : Session 2 State : Active Source GID : 0xfe c Destination GID : 0xfe a00a SRP IOC Profile : Mellanox OFED SRP target SRP Target IOClass : 0x0100 SRP Target SID : 0x00066a SRP IPI Guid : 0x0002c SRP IPI Extnsn : 0x SRP TPI Guid : 0x00066a SRP TPI Extnsn : 0x00066a Source LID : 0x001a Dest LID : 0x000d Completed Sends : 0x f6b2 Send Errors : 0x Completed Receives : 0x f6b2 Receive Errors : 0x Connect Attempts : 0x Test Attempts : 0x Total SWUs : 0x Available SWUs : 0x Busy SWUs : 0x SRP Req Limit : 0x f SRP Max ITIU : 0x e4 SRP Max TIIU : 0x e4 SRP Max Send IU : 0x SRP Max Cmd : 0x Req IU SG Depth : 0x a Act IU SG Depth : 0x Max SG Used : 0x Host Busys : 0x Contacting Support Please feel free to contact your QLogic approved reseller or QLogic Technical Support at any phase of integration for assistance. QLogic Technical Support can be reached by the following methods: Web: North America Contact Information support@qlogic.com Phone: (952) Support contact information for other regions of the world is available at the QLogic website: Go to Top Copyright All rights reserved worldwide. QLogic, the QLogic logo, and the Powered by QLogic logo are registered trademarks of QLogic Corporation. All other brand and product names are trademarks or registered trademarks of their respective owners. QLogic SRP Module on Linux for OpenFabrics and InfiniPath Readme File 6 of 6

Configuration Maximums VMware vsphere 4.1

Configuration Maximums VMware vsphere 4.1 Topic Configuration s VMware vsphere 4.1 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 4.1. The limits presented in the

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

Configuration Maximums VMware vsphere 4.0

Configuration Maximums VMware vsphere 4.0 Topic Configuration s VMware vsphere 4.0 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 4.0. The limits presented in the

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

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com CHAPTER: Introduction Microsoft virtual architecture: Hyper-V 6.0 Manager Hyper-V Server (R1 & R2) Hyper-V Manager Hyper-V Server R1, Dell UPS Local Node Manager R2 Main Operating System: 2008Enterprise

More information

Introduction to Infiniband. Hussein N. Harake, Performance U! Winter School

Introduction to Infiniband. Hussein N. Harake, Performance U! Winter School Introduction to Infiniband Hussein N. Harake, Performance U! Winter School Agenda Definition of Infiniband Features Hardware Facts Layers OFED Stack OpenSM Tools and Utilities Topologies Infiniband Roadmap

More information

Configuration Maximums

Configuration Maximums Topic Configuration s VMware vsphere 5.1 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 5.1. The limits presented in the

More information

Configuration Maximums VMware Infrastructure 3

Configuration Maximums VMware Infrastructure 3 Technical Note Configuration s VMware Infrastructure 3 When you are selecting and configuring your virtual and physical equipment, you must stay at or below the maximums supported by VMware Infrastructure

More information

FUJITSU Storage ETERNUS Multipath Driver (Windows Version) Installation Information

FUJITSU Storage ETERNUS Multipath Driver (Windows Version) Installation Information FUJITSU Storage ETERNUS Multipath Driver (Windows Version) Installation Information Jan 2015 Contents About ETERNUS Multipath Driver for Windows... 4 Supported Operation System (OS) Versions... 5 Supported

More information

Compellent Storage Center

Compellent Storage Center Compellent Storage Center Microsoft Multipath IO (MPIO) Best Practices Guide Dell Compellent Technical Solutions Group October 2012 THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY

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

Configuration Maximums

Configuration Maximums Topic Configuration s VMware vsphere 5.0 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 5.0. The limits presented in the

More information

Mellanox Academy Online Training (E-learning)

Mellanox Academy Online Training (E-learning) Mellanox Academy Online Training (E-learning) 2013-2014 30 P age Mellanox offers a variety of training methods and learning solutions for instructor-led training classes and remote online learning (e-learning),

More information

Backing up the Embedded Oracle database of a Red Hat Network Satellite

Backing up the Embedded Oracle database of a Red Hat Network Satellite Backing up the Embedded Oracle database of a Red Hat Network Satellite By Melissa Goldin and Vladimir Zlatkin Abstract This document will help you create a backup of the Oracle database of a Red Hat Network

More information

Abstract. Microsoft Corporation Published: August 2009

Abstract. Microsoft Corporation Published: August 2009 Linux Integration Components Version 2 for Hyper-V (Windows Server 2008, Windows Server 2008 R2, Microsoft Hyper-V Server 2008, and Microsoft Hyper-V Server 2008 R2) Readme Microsoft Corporation Published:

More information

Dell PowerVault MD3400 and MD3420 Series Storage Arrays Deployment Guide

Dell PowerVault MD3400 and MD3420 Series Storage Arrays Deployment Guide Dell PowerVault MD3400 and MD3420 Series Storage Arrays Deployment Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION:

More information

Configuring VMware vsphere 5.1 with Oracle ZFS Storage Appliance and Oracle Fabric Interconnect

Configuring VMware vsphere 5.1 with Oracle ZFS Storage Appliance and Oracle Fabric Interconnect An Oracle Technical White Paper October 2013 Configuring VMware vsphere 5.1 with Oracle ZFS Storage Appliance and Oracle Fabric Interconnect An IP over InfiniBand configuration overview for VMware vsphere

More information

SAN Implementation Course SANIW; 3 Days, Instructor-led

SAN Implementation Course SANIW; 3 Days, Instructor-led SAN Implementation Course SANIW; 3 Days, Instructor-led Course Description In this workshop course, you learn how to connect Windows, vsphere, and Linux hosts via Fibre Channel (FC) and iscsi protocols

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

McAfee Firewall for Linux 8.0.0

McAfee Firewall for Linux 8.0.0 Release Notes McAfee Firewall for Linux 8.0.0 Contents About this release Features Installation Known issues Find product documentation About this release This document contains important information about

More information

ThinkServer RD550 and RD650 Operating System Installation Guide

ThinkServer RD550 and RD650 Operating System Installation Guide ThinkServer RD550 and RD650 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and

More information

Symantec NetBackup SAN Client and Fibre Transport Guide

Symantec NetBackup SAN Client and Fibre Transport Guide Symantec NetBackup SAN Client and Fibre Transport Guide UNIX, Windows, Linux Release 7.5 Symantec NetBackup SAN Client and Fibre Transport Guide The software described in this book is furnished under a

More information

Raidtec CS3102 Release Notes

Raidtec CS3102 Release Notes RELEASE NOTES Raidtec CS3102 Firmware Raidtec CS3102 Release Notes Version 1.11a Raidtec CS3102 Firmware Release Notes These Release notes apply to the following: Raidtec CS3102 firmware Date: 13 May 2005

More information

Abstract. Microsoft Corporation Published: November 2011

Abstract. Microsoft Corporation Published: November 2011 Linux Integration Services Version 3.2 for Hyper-V (Windows Server 2008, Windows Server 2008 R2, Microsoft Hyper-V Server 2008, and Microsoft Hyper-V Server 2008 R2) Readme Microsoft Corporation Published:

More information

Linux Host Utilities 6.1 Installation and Setup Guide

Linux Host Utilities 6.1 Installation and Setup Guide Linux Host Utilities 6.1 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

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

4 Channel 6-Port SATA 6Gb/s PCIe RAID Host Card

4 Channel 6-Port SATA 6Gb/s PCIe RAID Host Card 4 Channel 6-Port SATA 6Gb/s PCIe RAID Host Card User Manual Model: UGT-ST644R All brand names and trademarks are properties of their respective owners www.vantecusa.com Contents: Chapter 1: Introduction...

More information

Symantec NetBackup SAN Client and Fibre Transport Guide

Symantec NetBackup SAN Client and Fibre Transport Guide Symantec NetBackup SAN Client and Fibre Transport Guide UNIX, Windows, Linux Release 7.6 Symantec NetBackup SAN Client and Fibre Transport Guide The software described in this book is furnished under a

More information

Parallels Virtuozzo Containers 4.7 for Linux

Parallels Virtuozzo Containers 4.7 for Linux Parallels Virtuozzo Containers 4.7 for Linux Deploying Clusters in Parallels-Based Systems Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd.

More information

Storage Fusion Architecture. Multipath (v1.8) User Guide

Storage Fusion Architecture. Multipath (v1.8) User Guide Storage Fusion Architecture Multipath (v1.8) User Guide Table of Contents... 2 1. OVERVIEW... 3 2. DDN MULTIPATH RPM VERSIONS... 3 3. INSTALLATION... 4 3.1 RPM INSTALLATION... 4 3.1.1 DETERMINING THE LINUX

More information

PATROL Console Server and RTserver Getting Started

PATROL Console Server and RTserver Getting Started PATROL Console Server and RTserver Getting Started Supporting PATROL Console Server 7.5.00 RTserver 6.6.00 February 14, 2005 Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.

More information

FUJITSU Storage ETERNUS DX Configuration Guide -Server Connection-

FUJITSU Storage ETERNUS DX Configuration Guide -Server Connection- FUJITSU Storage ETERNUS DX Configuration Guide -Server Connection- (iscsi) for Linux This page is intentionally left blank. Preface This manual briefly explains the operations that need to be performed

More information

Monthly Specification Update

Monthly Specification Update Monthly Specification Update Intel Server Board S1400FP Family August, 2013 Enterprise Platforms and Services Marketing Enterprise Platforms and Services Marketing Monthly Specification Update Revision

More information

How To Run A Password Manager On A 32 Bit Computer (For 64 Bit) On A 64 Bit Computer With A Password Logger (For 32 Bit) (For Linux) ( For 64 Bit (Foramd64) (Amd64 (For Pc

How To Run A Password Manager On A 32 Bit Computer (For 64 Bit) On A 64 Bit Computer With A Password Logger (For 32 Bit) (For Linux) ( For 64 Bit (Foramd64) (Amd64 (For Pc SafeNet Authentication Client (Linux) Administrator s Guide Version 8.1 Revision A Copyright 2011, SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document

More information

Enabling Multi-pathing on ESVA with Red Hat Enterprise Linux 6 Device Mapper

Enabling Multi-pathing on ESVA with Red Hat Enterprise Linux 6 Device Mapper Enabling Multi-pathing on ESVA with Red Hat Enterprise Linux 6 Device Mapper Application Note Abstract This document describes how to enable multi-pathing configuration using the Device Mapper service

More information

Scripts for InfiniBand Monitoring

Scripts for InfiniBand Monitoring Scripts for InfiniBand Monitoring Blake Caldwell April 30, 2015 ORNL is managed by UT-Battelle for the US Department of Energy Monitoring tools IB Health Check D3.js visualizations Perfquery balancing

More information

NetApp E-Series Storage Systems

NetApp E-Series Storage Systems NetApp E-Series Storage Systems System Upgrade Guide for SANtricity Storage Manager 11.10 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information

InForm OS 2.2.3/2.2.4 VMware ESX Server 3.0-4.0 QLogic/Emulex HBA Implementation Guide

InForm OS 2.2.3/2.2.4 VMware ESX Server 3.0-4.0 QLogic/Emulex HBA Implementation Guide InForm OS 2.2.3/2.2.4 VMware ESX Server 3.0-4.0 QLogic/Emulex HBA Implementation Guide InForm OS 2.2.3/2.2.4 VMware ESX Server 3.0-4.0 FC QLogic/Emulex HBA Implementation Guide In this guide 1.0 Notices

More information

June, 2009. Supermicro ICR Recipe For 1U Twin Department Cluster. Version 1.4 6/25/2009

June, 2009. Supermicro ICR Recipe For 1U Twin Department Cluster. Version 1.4 6/25/2009 Supermicro ICR Recipe For 1U Twin Department Cluster with ClusterVision ClusterVisionOS Version 1.4 6/25/2009 1 Table of Contents 1. System Configuration... 3 Bill Of Materials (Hardware)... 3 Bill Of

More information

Installation and Support Guide for Microsoft Windows Server, Linux, Novell NetWare, and VMware ESX Server

Installation and Support Guide for Microsoft Windows Server, Linux, Novell NetWare, and VMware ESX Server System Storage DS3000 Storage Manager Version 10 Installation and Support Guide for Microsoft Windows Server, Linux, Novell NetWare, and VMware ESX Server System Storage DS3000 Storage Manager Version

More information

HP StorageWorks 8Gb Simple SAN Connection Kit quick start instructions

HP StorageWorks 8Gb Simple SAN Connection Kit quick start instructions HP StorageWorks 8Gb Simple SAN Connection Kit quick start instructions Congratulations on your purchase of the 8Gb Simple SAN Connection Kit. This guide provides procedures for installing the kit components,

More information

NI Real-Time Hypervisor for Windows

NI Real-Time Hypervisor for Windows QUICK START GUIDE NI Real-Time Hypervisor Version 2.1 The NI Real-Time Hypervisor provides a platform you can use to develop and run LabVIEW and LabVIEW Real-Time applications simultaneously on a single

More information

Configuration Maximums

Configuration Maximums Configuration s vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Direct Attached Storage

Direct Attached Storage , page 1 Fibre Channel Switching Mode, page 1 Configuring Fibre Channel Switching Mode, page 2 Creating a Storage VSAN, page 3 Creating a VSAN for Fibre Channel Zoning, page 4 Configuring a Fibre Channel

More information

Abstract. Microsoft Corporation Published: December 2009

Abstract. Microsoft Corporation Published: December 2009 Linux Integration Components Version 2 for Hyper-V (Windows Server 2008, Windows Server 2008 R2, Microsoft Hyper-V Server 2008, and Microsoft Hyper-V Server 2008 R2) Readme Microsoft Corporation Published:

More information

Managing Live Migrations

Managing Live Migrations Managing Live Migrations from Novell NetWare to SUSE Linux Enterprise Server For many IT departments, avoiding downtime for mission-critical systems during migrations and upgrades is a top priority. The

More information

Getting Started with RES Automation Manager Agent for Linux

Getting Started with RES Automation Manager Agent for Linux Getting Started with RES Automation Manager Agent for Linux Contents Chapter 1: Introduction 1 Chapter 2: Prerequisites and General Guidelines 2 Chapter 3: Installation 3 3.1 Manual Installation... 3 3.2

More information

WinOF Updates. Gilad Shainer Ishai Rabinovitz Stan Smith Sean Hefty. www.openfabrics.org

WinOF Updates. Gilad Shainer Ishai Rabinovitz Stan Smith Sean Hefty. www.openfabrics.org WinOF Updates Gilad Shainer Ishai Rabinovitz Stan Smith Sean Hefty Windows OpenFabrics (WinOF) Collaborative effort to develop, test and release OFA software for Windows Components Kernel and User Space

More information

MarkLogic Server. Installation Guide for All Platforms. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Installation Guide for All Platforms. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved. Installation Guide for All Platforms 1 MarkLogic 8 February, 2015 Last Revised: 8.0-4, November, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Installation

More information

Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version 1.9.0 Copyright (C) 2014 McAfee, Inc. All Rights Reserved.

Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version 1.9.0 Copyright (C) 2014 McAfee, Inc. All Rights Reserved. Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version 1.9.0 Copyright (C) 2014 McAfee, Inc. All Rights Reserved. Release date: August 28, 2014 This build was developed and tested on: -

More information

Setup for Microsoft Cluster Service ESX Server 3.0.1 and VirtualCenter 2.0.1

Setup for Microsoft Cluster Service ESX Server 3.0.1 and VirtualCenter 2.0.1 ESX Server 3.0.1 and VirtualCenter 2.0.1 Setup for Microsoft Cluster Service Revision: 20060818 Item: XXX-ENG-QNNN-NNN You can find the most up-to-date technical documentation on our Web site at http://www.vmware.com/support/

More information

Intel Solid-State Drive Data Center Tool User Guide Version 1.1

Intel Solid-State Drive Data Center Tool User Guide Version 1.1 Intel Solid-State Drive Data Center Tool User Guide Version 1.1 Order Number: 327191-002 October 2012 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR

More information

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Application Note Abstract This application note explains the configure details of using Infortrend FC-host storage systems

More information

Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc.

Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc. Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc. Preface Preface This guide describes the features and operations of Cybozu Garoon Version 3.1.0. Who Should Use This

More information

Cascade Profiler Fibre Channel SAN Attached Storage Installation Guide. Version 8.2 March 2009

Cascade Profiler Fibre Channel SAN Attached Storage Installation Guide. Version 8.2 March 2009 Cascade Profiler Fibre Channel SAN Attached Storage Installation Guide Version 8.2 March 2009 Trademarks Riverbed, the Riverbed logo, Riverbed Cascade, and Cascade are trademarks of Riverbed Technology,

More information

PCIe SATA 6G Raid Card

PCIe SATA 6G Raid Card PCIe SATA 6G Raid Card User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

PrimeRail Installation Notes Version A-2008.06 June 9, 2008 1

PrimeRail Installation Notes Version A-2008.06 June 9, 2008 1 PrimeRail Installation Notes Version A-2008.06 June 9, 2008 1 These installation notes present information about installing PrimeRail version A-2008.06 in the following sections: Media Availability and

More information

ThinkServer RD540 and RD640 Operating System Installation Guide

ThinkServer RD540 and RD640 Operating System Installation Guide ThinkServer RD540 and RD640 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and

More information

ThinkServer RD350 and RD450 Operating System Installation Guide

ThinkServer RD350 and RD450 Operating System Installation Guide ThinkServer RD350 and RD450 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and

More information

FLOW-3D Performance Benchmark and Profiling. September 2012

FLOW-3D Performance Benchmark and Profiling. September 2012 FLOW-3D Performance Benchmark and Profiling September 2012 Note The following research was performed under the HPC Advisory Council activities Participating vendors: FLOW-3D, Dell, Intel, Mellanox Compute

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

More information

SONY SAIT/PetaSite/PetaBack

SONY SAIT/PetaSite/PetaBack SONY SAIT/PetaSite/PetaBack High Performance Backup Solutions for Network Appliance Rev 1.0 01-Jul-2004 Sony Corporation Table of Contents 1. BENEFIT OF SONY PETASITE/PETABACK SOLUTIONS... 3 2. SYSTEM

More information

Dell PowerEdge Blades Outperform Cisco UCS in East-West Network Performance

Dell PowerEdge Blades Outperform Cisco UCS in East-West Network Performance Dell PowerEdge Blades Outperform Cisco UCS in East-West Network Performance This white paper compares the performance of blade-to-blade network traffic between two enterprise blade solutions: the Dell

More information

VTrak A-Class. 1.08.0000.00 Release Notes R1.00

VTrak A-Class. 1.08.0000.00 Release Notes R1.00 VTrak A-Class 1.08.0000.00 Release Notes 1. Release Summary This is a Service Release for the A-Class Shared Storage Appliance with firmware version 1.08.0000.00. It supports Microsoft Windows and Apple

More information

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

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

More information

SANsurfer FC HBA Manager Application User s Guide for OEMs

SANsurfer FC HBA Manager Application User s Guide for OEMs Q Simplify SANsurfer FC HBA Manager Application User s Guide for OEMs Management Application for SANblade Fibre Channel Host Bus Adapters FS0054603-00 C Page i SANsurfer FC HBA Manager Application User

More information

Installation Guide. McAfee VirusScan Enterprise for Linux 1.9.0 Software

Installation Guide. McAfee VirusScan Enterprise for Linux 1.9.0 Software Installation Guide McAfee VirusScan Enterprise for Linux 1.9.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee, the McAfee logo, McAfee Active

More information

Support Notes for SUSE LINUX Enterprise Server 9 Service Pack 3 for the Intel Itanium 2 Processor Family

Support Notes for SUSE LINUX Enterprise Server 9 Service Pack 3 for the Intel Itanium 2 Processor Family Support Notes for SUSE LINUX Enterprise Server 9 Service Pack 3 for the Intel Itanium 2 Processor Family *5991-5301* Part number: 5991-5301 Edition: 3, E0406 Copyright 2006 Hewlett-Packard Development

More information

Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE

Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE A P P L I C A T I O N V E R S I O N : 8. 0 Dear User! Thank you for choosing our product. We hope that this documentation will help you in your

More information

The following InfiniBand products based on Mellanox technology are available for the HP BladeSystem c-class from HP:

The following InfiniBand products based on Mellanox technology are available for the HP BladeSystem c-class from HP: Overview HP supports 56 Gbps Fourteen Data Rate (FDR) and 40Gbps 4X Quad Data Rate (QDR) InfiniBand (IB) products that include mezzanine Host Channel Adapters (HCA) for server blades, dual mode InfiniBand

More information

NetApp E-Series Storage Systems

NetApp E-Series Storage Systems NetApp E-Series Storage Systems Initial Configuration and Software Installation for SANtricity Storage Manager 11.10 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000

More information

Configuring Linux to Enable Multipath I/O

Configuring Linux to Enable Multipath I/O Configuring Linux to Enable Multipath I/O Storage is an essential data center component, and storage area networks can provide an excellent way to help ensure high availability and load balancing over

More information

White Paper. Fabasoft on Linux Cluster Support. Fabasoft Folio 2015 Update Rollup 2

White Paper. Fabasoft on Linux Cluster Support. Fabasoft Folio 2015 Update Rollup 2 White Paper Fabasoft Folio 2015 Update Rollup 2 Copyright Fabasoft R&D GmbH, Linz, Austria, 2015. All rights reserved. All hardware and software names used are registered trade names and/or registered

More information

SAM 8.0 Backup and Restore Guide. SafeNet Integration Guide

SAM 8.0 Backup and Restore Guide. SafeNet Integration Guide SAM 8.0 Backup and Restore Guide SafeNet Integration Guide Revision A November 2012 SAM 8.0 Backup and Restore Guide - SafeNet Integration Guide Introduction Copyright 2012 SafeNet, Inc. All rights reserved.

More information

: HP HP0-771. Version : R6.1

: HP HP0-771. Version : R6.1 Exam : HP HP0-771 Title : Designing & Implementing HP Enterprise Backup Solutions Version : R6.1 Prepking - King of Computer Certification Important Information, Please Read Carefully Other Prepking products

More information

Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX

Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX Startup Guide Paul Marquardt Contents Introduction... 4 Requirements... 4 Chassis setup... 6 Chassis placement and CMC cabling...

More information

M5281/M5283. Serial ATA and Parallel ATA Host Controller. RAID BIOS/Driver/Utility Manual

M5281/M5283. Serial ATA and Parallel ATA Host Controller. RAID BIOS/Driver/Utility Manual Serial ATA and Parallel ATA Host Controller Rev. 0.96 December 03, 2003 Copyright 2003 ULi Electronics Inc. All rights reserved. COPYRIGHT NOTICE All information in this document is considered ULi Electronics

More information

QLogic 4Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter IBM BladeCenter at-a-glance guide

QLogic 4Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter IBM BladeCenter at-a-glance guide QLogic 4Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter IBM BladeCenter at-a-glance guide The QLogic 4Gb Fibre Channel Expansion Card (CIOv) for BladeCenter enables you to quickly and simply

More information

PARALLELS SERVER 4 BARE METAL README

PARALLELS SERVER 4 BARE METAL README PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels

More information

Linux Integration Services 3.4 for Hyper-V Readme

Linux Integration Services 3.4 for Hyper-V Readme Linux Integration Services 3.4 for Hyper-V Readme Microsoft Corporation Published: September 2012 Abstract This guide discusses the installation and functionality of Linux Integration Services for Hyper-V

More information

How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0*

How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0* How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0* Technical Brief v1.0 December 2011 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Intel Simple Network Management Protocol (SNMP) Subagent v6.0

Intel Simple Network Management Protocol (SNMP) Subagent v6.0 Intel Simple Network Management Protocol (SNMP) Subagent v6.0 User Guide March 2013 ii Intel SNMP Subagent User s Guide Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

Lenovo ThinkServer Solution For Apache Hadoop: Cloudera Installation Guide

Lenovo ThinkServer Solution For Apache Hadoop: Cloudera Installation Guide Lenovo ThinkServer Solution For Apache Hadoop: Cloudera Installation Guide First Edition (January 2015) Copyright Lenovo 2015. LIMITED AND RESTRICTED RIGHTS NOTICE: If data or software is delivered pursuant

More information

Integrated Virtualization Manager ESCALA REFERENCE 86 A1 82FA 01

Integrated Virtualization Manager ESCALA REFERENCE 86 A1 82FA 01 Integrated Virtualization Manager ESCALA REFERENCE 86 A1 82FA 01 ESCALA Integrated Virtualization Manager Hardware May 2009 BULL CEDOC 357 AVENUE PATTON B.P.20845 49008 ANGERS CEDEX 01 FRANCE REFERENCE

More information

Post-production Video Editing Solution Guide with Microsoft SMB 3 File Serving AssuredSAN 4000

Post-production Video Editing Solution Guide with Microsoft SMB 3 File Serving AssuredSAN 4000 Post-production Video Editing Solution Guide with Microsoft SMB 3 File Serving AssuredSAN 4000 Dot Hill Systems introduction 1 INTRODUCTION Dot Hill Systems offers high performance network storage products

More information

User s Guide QConvergeConsole

User s Guide QConvergeConsole User s Guide QConvergeConsole 2400, 2500, 3200, 8100, 8200 Series SN0054669-00 C User s Guide QConvergeConsole 2400, 2500, 3200, 8100, 8200 Series Information furnished in this manual is believed to be

More information

5.4.8 Optional Lab: Managing System Files with Built-in Utilities in Windows 7

5.4.8 Optional Lab: Managing System Files with Built-in Utilities in Windows 7 5.4.8 Optional Lab: Managing System Files with Built-in Utilities in Windows 7 Introduction Print and complete this lab. In this lab, you will use Windows built-in utilities to gather information about

More information

Webinar Information. Title: Websense Remote Filtering Audio information: Dial-in numbers:

Webinar Information. Title: Websense Remote Filtering Audio information: Dial-in numbers: Webinar Information Title: Websense Remote Filtering Audio information: This presentation incorporates STREAMING AUDIO. Use of speakers or headsets is required. If unable to hear streaming audio or it

More information

Virtual Collection Points

Virtual Collection Points Virtual Collection Points 8815 Centre Park Drive Publication Date: Oct 23, 2009 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users understand Virtual

More information

Managing Storage Services Modules

Managing Storage Services Modules CHAPTER 3 This chapter describes how to manage the Storage Services Module (SSM) and provides information about SSI images. This chapter includes the following sections: SSM Overview, page 3-1 Initial

More information

How To Set Up Software Raid In Linux 6.2.2 (Amd64)

How To Set Up Software Raid In Linux 6.2.2 (Amd64) Software RAID on Red Hat Enterprise Linux v6 Installation, Migration and Recovery November 2010 Ashokan Vellimalai Raghavendra Biligiri Dell Enterprise Operating Systems THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Date: March 2006. Reference No. RTS-CB 018

Date: March 2006. Reference No. RTS-CB 018 Customer Bulletin Product Model Name: CS3102 and FS3102 subsystems Date: March 2006 Reference No. RTS-CB 018 SUBJECT: Volumes greater than 2TB on Windows OS Overview This document explores how different

More information

RAIDCore User Manual P/N 83-00004638-12 Revision A December 2009

RAIDCore User Manual P/N 83-00004638-12 Revision A December 2009 RAIDCore User Manual P/N 83-00004638-12 Revision A December 2009 Copyright Protected Material 2009. All rights reserved. All other trademarks and registered trademarks are proprietary to their respective

More information

Support Notes for SUSE LINUX Enterprise Server 10 Service Pack 2 for HP Integrity Servers

Support Notes for SUSE LINUX Enterprise Server 10 Service Pack 2 for HP Integrity Servers Support Notes for SUSE LINUX Enterprise Server 10 Service Pack 2 for HP Integrity Servers HP Part Number: 5992-4774 Edition: E0708 Copyright 2008 Hewlett-Packard Development Company, L.P. Legal Notices

More information

Installation Guide for Citrix XenServer 5.5

Installation Guide for Citrix XenServer 5.5 white paper Installation Guide for Citrix XenServer 5.5 Title: Installation Guide for Citrix XenServer 5.5 Author(s): Xtravirt (Paul Buckle) Target Audience: Technical - Novice Current Revision: 1.0 (Jul

More information

SIOS Protection Suite for Linux v8.3.0. Postfix Recovery Kit Administration Guide

SIOS Protection Suite for Linux v8.3.0. Postfix Recovery Kit Administration Guide SIOS Protection Suite for Linux v8.3.0 Postfix Recovery Kit Administration Guide July 2014 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye

More information

State of Ubuntu, OpenStack, and OFED testing and development

State of Ubuntu, OpenStack, and OFED testing and development State of Ubuntu, OpenStack, and OFED testing and development Presentation by Samantha Jian-Pielak Technical Partner Manager samantha.jian-pielak@canonical.com www.canonical.com 04.23.2013 Canonical Ubuntu

More information

Managing Data Protection

Managing Data Protection Managing Data Protection with Red Hat Linux and Dell PowerVault Tape Autoloaders and Libraries Protecting data from disaster is a critical concern for any enterprise. This article explores Dell PowerVault

More information

application note LAN Power: HP Web QoS with HP ProCurve Switches What is WebQoS? How WebQoS Classifies and Prioritizes Traffic

application note LAN Power: HP Web QoS with HP ProCurve Switches What is WebQoS? How WebQoS Classifies and Prioritizes Traffic application note HP Pr ocurve Switches & Hubs LAN Power: HP Web QoS with HP ProCurve Switches The amount of web traffic in networks is increasing dramatically as more businesses are using the web to provide

More information