Fibre Channel Adapter and Converged Network Adapter (FCoE) API. Table of Contents

Size: px
Start display at page:

Download "Fibre Channel Adapter and Converged Network Adapter (FCoE) API. Table of Contents"

Transcription

1 Fibre Channel Adapter and Converged Network Adapter (FCoE) API 1 Package Contents 2 OS Support 3 Supported Functions 4 Using the SNIA API Library 4.1 Downloading the API Release 4.2 Extracting the SNIA API Library 4.3 Installing the SNIA API Library 4.4 Installing on RHEL 4.x 4.5 Uninstalling the SNIA API Library 4.6 Enabling Debug in the API 5 Additional Notes 6 Contacting Support QLogic Corporation All rights reserved Table of Contents 1 Package Contents The Fibre Channel Adapter and Converged Network Adapter (FCoE) API for the Linux package contains the following files and directories. File or Directory Name hba.conf lib get_version libinstall libremove Release.txt Readme.txt Description Configuration file for QLogic adapters. This directory contains the API binary files to be installed. This directory contains the binary files to get API versions. Script file to install and setup adapter API library. Linux script to remove libqlsdm.so from /usr/lib and /usr/lib64. Text version of this package release file. Text version of this package readme file. Fibre Channel Adapter and Converged Network Adapter (FCoE) API Readme Page 1 of 5

2 2 OS Support The Fibre Channel Adapter and Converged Network Adapter API for Linux are compatible with the following operating system (OS) platforms: Operating Systems OS Name OS Type Hardware Platform Red Hat RHEL AS 5.x 32-bit and 64-bit Intel x86, Intel 64, AMD64, Intel IA64, and PPC64 Novell SLES 9 32-bit and 64-bit Intel x86, Intel 64, AMD64, Intel IA64, and PPC64 Novell SLES 10.x 32-bit and 64-bit Intel x86, Intel 64, AMD64, Intel IA64, and PPC64 Novell SLES 11.x 32-bit and 64-bit Intel x86, Intel 64, AMD64, Intel IA64, and PPC64 NOTE: For specific OS service packs (SP) and updates, refer to the descriptions where this software version is posted on the QLogic Web site: 3 Supported Functions The Fibre Channel Adapter and Converged Network Adapter API for Linux support the following SNIA Common API functions (from v2.0 final specification): HBA_GetVersion HBA_LoadLibrary HBA_FreeLibrary HBA_GetNumberOfAdapters HBA_GetAdapterName HBA_OpenAdapter HBA_CloseAdapter HBA_GetAdapterAttributes HBA_GetAdapterPortAttributes HBA_GetDiscoveredPortAttributes HBA_SendCTPassThru HBA_SetRNIDMgmtInfo HBA_GetRNIDMgmtInfo HBA_SendRNID NOTE: Data returned is not SNIA 1.x compliant. See Additional Notes. HBA_SendScsiInquiry HBA_SendReportLUNs HBA_SendReadCapacity HBA_SendScsiInquiryV2 HBA_SendReportLUNsV2 HBA_SendReadCapacityV2 HBA_GetFcpTargetMappingV2 HBA_GetFcpTargetMapping HBA_GetPortStatistics HBA_GetEventBuffer HBA_SendRPS HBA_SendRLS (current via response buffer of HBA_SendRPS) Fibre Channel Adapter and Converged Network Adapter (FCoE) API Readme Page 2 of 5

3 4 Using the SNIA API Library This section provides procedures for downloading, extracting, installing, and uninstalling the SNIA API library, including: 4.1 Downloading the API Release 4.2 Extracting the SNIA API Library 4.3 Installing the SNIA API Library 4.4 Installing on RHEL 4.x 4.5 Uninstalling the SNIA API Library 4.6 Enabling Debug in the API 4.1 Downloading the API Release To download the current API release package: 1. Download the API distribution package (qlapi-vx.yybuildzz-rel.tgz) from the download pages of the QLogic Web site for your Fibre Channel Adapter or Converged Network Adapter and OS. NOTE: x is a major version, yy is a minor version, and zz is a build version of API. 2. If prompted "What would you like to do with this file?" choose Save this file to disk. 3. Create a directory on the local hard drive and download the driver. 4.2 Extracting the SNIA API Library To extract the SNIA API library: 1. Using the files you downloaded as described in section 4.1, copy the distribution file (qlapi-vx.yybuildzz-rel.tgz) to /qlapi. 2. Issue the following commands from the /(root) directory: # mkdir qlapi # cp qlapi-vx.yybuildzz-rel.tgz qlapi/ # cd qlapi # tar -xvzf *.tgz 4.3 Installing the SNIA API Library To install and set up the API library, issue the following command in the current directory: #./libinstall This command installs and sets up the Converged Network Adapter and Host Bus Adapter API library). Fibre Channel Adapter and Converged Network Adapter (FCoE) API Readme Page 3 of 5

4 4.4 Installing on RHEL 4.x In addition to installing the SNIA API library, RHEL 4.x users must load an additional kernel module, and then set the system to automatically load the module at boot time. For details, see the following sections: Load Additional Kernel Module Manually Load Module Automatically at Boot Time Load Additional Kernel Module Manually You must load an additional kernel module before using the API library on RHEL 4 update 6 and later distributions. To load this module, enter the following commands: # modprobe qioctlmod # lsmod grep qioctlmod (should show the loaded module) Load Module Automatically at Boot Time To set your system to automatically load the qioctlmod kernel module during system boot, issue the following commands: # echo modprobe qioctlmod >> /etc/rc.modules # chmod +x /etc/rc.modules 4.5 Uninstalling the SNIA API Library To remove the API library, issue the following command in the current directory: #./libremove (script file to remove Host Bus Adapter API library) 4.6 Enabling Debug in the API To enable debug in API, issue the following command: # export QL_FCAPI_DEBUG=<debug level> The following debug levels are supported by API: # QL_FCAPI_DEBUG=0x27 For SDM API debug with IOCTL-based drivers # QL_FCAPI_DEBUG=0x47 For SNIA API debug with IOCTL-based drivers # QL_FCAPI_DEBUG=0x87 For RUBAH API debug with IOCTL-based drivers # QL_FCAPI_DEBUG=0x267 For SDM and SNIA API debug with sysfs and IOCTL-based drivers # QL_FCAPI_DEBUG=0x2E7 For SDM, RUBAH, and SNIA API debug with sysfs and IOCTL-based drivers NOTES: QL_FCAPI_DEBUG=0x267 is the recommended debug level. The API debug log is saved in the /usr/lib/libqlsdm.log file. To redirect log messages seen on the console, redirect stderr to a log file, for example,./hbaapitest 2> console_log.txt. Fibre Channel Adapter and Converged Network Adapter (FCoE) API Readme Page 4 of 5

5 5 Additional Notes The following additional notes apply: Fibre Channel port ID format: The QLogic-defined SDM API always returns the Fibre Channel port ID in 3-byte fields. However, the SNIA-defined Common API returns the Fibre Channel port ID in a 32-bit field. In libqlsdm v1.10 Beta+ and Linux Host Bus Adapter Driver v4.35 Beta and later, the ioctl and API implementations treat this 32-bit field as if it was an array of 4 bytes; it stores the Fibre Channel port ID in bytes 1, 2, and 3 of this array. It treats byte 0 of this 32-bit field as a reserved field. HBA_SendRNID data format: Due to the low level of interest in using this function, the data format has been changed per customer request. The resulting data is shifted down 4 bytes compared to the format defined in the SNIA specification. You should ignore the value of the newly created 4 bytes at the beginning of the returned data because there are currently only hard-coded values. The function return status still represents the actual response status of the RNID command sent. Other features not supported: The Linux API library does not support any externally available NVRAM and diagnostics-related API function. QLogic plans to support these features at a later date. 6 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: support@qlogic.com 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. Fibre Channel Adapter and Converged Network Adapter (FCoE) API Readme Page 5 of 5

SANsurfer iscsi Host Bus Adapter CLI. Table of Contents

SANsurfer iscsi Host Bus Adapter CLI. Table of Contents SANsurfer iscsi Host Bus Adapter CLI QLogic Corporation All rights reserved Table of Contents 1 Package Contents 2 Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3 OS Support 4 Supported

More information

SANsurfer FC/CNA HBA Command Line Interface (CLI) Table of Contents

SANsurfer FC/CNA HBA Command Line Interface (CLI) Table of Contents SANsurfer FC/CNA HBA Command Line Interface (CLI) QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3. OS

More information

QLogic QLA4010/QLA4010C/QLA4050/QLA4050C/ QLA4052C/QMC4052/QLE4060C/QLE4062C iscsi Driver for Linux Kernel 2.6.x.

QLogic QLA4010/QLA4010C/QLA4050/QLA4050C/ QLA4052C/QMC4052/QLE4060C/QLE4062C iscsi Driver for Linux Kernel 2.6.x. QLogic QLA4010/QLA4010C/QLA4050/QLA4050C/ QLA4052C/QMC4052/QLE4060C/QLE4062C iscsi Driver for Linux Kernel 2.6.x This software license applies only to QLogic customers. QLogic Corporation. All rights reserved.

More information

SANsurfer Fibre Channel Command Line Interface (CLI) Table of Contents

SANsurfer Fibre Channel Command Line Interface (CLI) Table of Contents SANsurfer Fibre Channel Command Line Interface (CLI) QLogic Corporation All rights reserved Table of Contents 1 Package Contents 2 Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3 OS

More information

SANsurfer iscsi HBA CLI. Table of Contents

SANsurfer iscsi HBA CLI. Table of Contents SANsurfer iscsi HBA CLI QLogic Corporation All rights reserved Table of Contents 1 Package Contents 2 Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3 OS Support 4 Supported Features

More information

QConvergeConsole. Table of Contents

QConvergeConsole. Table of Contents QConvergeConsole QLogic Corporation All rights reserved Table of Contents 1 Package Contents 2 Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3 OS Support 4 Supported Features 5 Using

More information

FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x. Table of Contents

FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x. Table of Contents FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. OS Support 3. Supported Features 4. Deploying the Driver 4.1

More information

Converged Network Adapter NDIS Miniport Driver for Windows. Table of Contents

Converged Network Adapter NDIS Miniport Driver for Windows. Table of Contents Converged Network Adapter NDIS Miniport Driver for Windows 1. Package Contents 2. OS Support 3. Supported Features 4. Using the Driver 4.1 Creating the Driver Disk 4.2 Installing the Driver 4.3 Removing

More information

10GbE Converged Network Adapter NDIS Miniport Driver for Windows. Table of Contents

10GbE Converged Network Adapter NDIS Miniport Driver for Windows. Table of Contents 10GbE Converged Network Adapter NDIS Miniport Driver for Windows QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. OS Support 3. Supported Features 4. Using the Driver 4.1

More information

SANsurfer FC/FCoE HBA Manager. Table of Contents

SANsurfer FC/FCoE HBA Manager. Table of Contents SANsurfer FC/FCoE HBA Manager QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3. OS Support 4. Supported

More information

iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Table of Contents

iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Table of Contents iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x QLogic Corporation All rights reserved Table of Contents 1 Package Contents 2 OS Support 3 Supported Features 4 Using the iscsi Adapter Driver for

More information

Fibre Channel Adapter and Converged Network Adapter Inbox Driver Update for Linux Kernel 2.6.x and 3.x. Readme. QLogic Corporation All rights reserved

Fibre Channel Adapter and Converged Network Adapter Inbox Driver Update for Linux Kernel 2.6.x and 3.x. Readme. QLogic Corporation All rights reserved Fibre Channel Adapter and Converged Network Adapter Inbox Driver Update for Linux Kernel 2.6.x and 3.x Readme QLogic Corporation All rights reserved Table of Contents 1. Package Contents 2. OS Support

More information

FC HBA Driver Installation Script for Linux. Table of Contents

FC HBA Driver Installation Script for Linux. Table of Contents FC HBA Driver Installation Script f Linux This software license applies only to QLogic customers. QLogic Cpation. All rights reserved. Table of Contents 1. Package Contents 2. Requirements 3. OS Suppt

More information

SANsurfer FC HBA Manager. Table of Contents

SANsurfer FC HBA Manager. Table of Contents SANsurfer FC HBA Manager This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. Requirements 2.1 Hardware Requirements

More information

SANsurfer FC HBA Manager. Table of Contents

SANsurfer FC HBA Manager. Table of Contents SANsurfer FC HBA Manager This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. Requirements 2.1 Hardware Requirements

More information

Fibre Channel Adapter STOR Miniport Driver for Windows. Table of Contents

Fibre Channel Adapter STOR Miniport Driver for Windows. Table of Contents Fibre Channel Adapter STOR Miniport Driver for Windows QLogic Corporation All rights reserved Table of Contents 1. Package Contents 2. OS Support 3. Supported Features 4. Using the Driver 4.1 Creating

More information

QLogic iscsi Adapter SCSI Stor Miniport Driver for Windows Server 2003/XP. Table of Contents

QLogic iscsi Adapter SCSI Stor Miniport Driver for Windows Server 2003/XP. Table of Contents QLogic iscsi Adapter SCSI Stor Miniport Driver for Windows Server 2003/XP This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. OS Support

More information

SANsurfer Converged Network Adapter Networking CLI. Table of Contents

SANsurfer Converged Network Adapter Networking CLI. Table of Contents SANsurfer Converged Network Adapter Networking CLI QLogic Corporation All rights reserved Table of Contents 1. Package Contents 2. Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3. OS

More information

QLogic QLx2xx/QLA22xx/QLx23xx/QLx24xx Fibre Channel Linux Driver for Kernel 2.4. Table of Contents

QLogic QLx2xx/QLA22xx/QLx23xx/QLx24xx Fibre Channel Linux Driver for Kernel 2.4. Table of Contents QLogic QLx2xx/QLA22xx/QLx23xx/QLx24xx Fibre Channel Linux Driver for Kernel 2.4 Version: 7.07.05 OS Support : HBA Support: Red Hat RHEL 3 AS - Update 7 and Update 6 (IA32, EM64T, AMD64, IA64) Novell SLES

More information

FC HBA Driver for Linux Kernel 2.6.x. Table of Contents

FC HBA Driver for Linux Kernel 2.6.x. Table of Contents FC HBA Driver for Linux Kernel 2.6.x This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. OS Support 3. Supported Features

More information

SANsurfer Fibre Channel (FC) HBA Manager. Table of Contents

SANsurfer Fibre Channel (FC) HBA Manager. Table of Contents SANsurfer Fibre Channel (FC) HBA Manager This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. OS Support 2. Supported Features 3. Application

More information

Windows SuperInstaller Readme. QLogic Corporation All rights reserved. Table of Contents

Windows SuperInstaller Readme. QLogic Corporation All rights reserved. Table of Contents Windows SuperInstaller Readme QLogic Corporation All rights reserved Table of Contents 1. Package Contents 2. Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3. OS Support 4. Supported

More information

FC HBA STOR Miniport Driver for Windows. Table of Contents

FC HBA STOR Miniport Driver for Windows. Table of Contents FC HBA STOR Miniport Driver for Windows This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. 1. Package Contents 2. OS Support 3. Supported Features 4. Using

More information

QConvergeConsole CLI Readme. QLogic Corporation All rights reserved

QConvergeConsole CLI Readme. QLogic Corporation All rights reserved QConvergeConsole CLI Readme QLogic Corporation All rights reserved Note: Please check the driverdownloads.qlogic.com website for the most up-to-date readme information for this application Table of Contents

More information

BIOS for QLA4010 iscsi HBAs. Table of Contents

BIOS for QLA4010 iscsi HBAs. Table of Contents BIOS for QLA4010 iscsi HBAs This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. OS Support 2. Supported Features 3. Creating the Driver

More information

Flash Image for 3200 and 8200 Series Adapters. Table of Contents

Flash Image for 3200 and 8200 Series Adapters. Table of Contents Flash Image for 3200 and 8200 Series Adapters QLogic Corporation All rights reserved Table of Contents 1 Package Contents 1.1 Update the Flash Image 2 FCoE BIOS (8200 Series only) 2.1 Supported Features

More information

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005)

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005) MSA1500cs ReleaseNotes hp StorageWorks Modular Smart Array 1500 cs Release Notes Third Edition (February 2005) Publication of the third edition of this document coincides with the release of MSA1500 cs

More information

HP StorageWorks Using the QLogic HBA Driver for Single-path or Multi-path Failover Mode on Linux Systems

HP StorageWorks Using the QLogic HBA Driver for Single-path or Multi-path Failover Mode on Linux Systems Application Notes HP StorageWorks Using the QLogic HBA Driver for Single-path or Multi-path Failover Mode on Linux Systems Product Version: 8.00 Second Edition (January 2005) Part Number: AA RVGWC TE This

More information

hp StorageWorks Using the QLogic Driver for Single-path or Multi-path Failover Mode on Linux Systems

hp StorageWorks Using the QLogic Driver for Single-path or Multi-path Failover Mode on Linux Systems Application Notes hp StorageWorks Using the QLogic 7.00.03 Driver for Single-path or Multi-path Failover Mode on Linux Systems Product Version: 7.00.03 First Edition (May 2004) Part Number: AA RVGWA TE

More information

FC HBA Driver for NetWare. Table of Contents

FC HBA Driver for NetWare. Table of Contents FC HBA Driver for NetWare This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. OS Support 3. Supported Features 4. Using

More information

HP StorageWorks QLogic Fibre Channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes

HP StorageWorks QLogic Fibre Channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes HP StorageWorks QLogic Fibre Channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes Part number: AA-RWFNF-TE Fourteenth edition: April 2009

More information

InfiniPath Drivers and Software for QLogic QHT7xxx and QLE7xxx HCAs. Table of Contents

InfiniPath Drivers and Software for QLogic QHT7xxx and QLE7xxx HCAs. Table of Contents InfiniPath 2.2.1 Drivers and Software for QLogic QHT7xxx and QLE7xxx HCAs This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. Version 2.

More information

USB 3.0 Dual Port Gigabit. Ethernet Cable

USB 3.0 Dual Port Gigabit. Ethernet Cable USB 3.0 Dual Port Gigabit Ethernet Cable 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...

More information

HP StorageWorks Emulex fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes

HP StorageWorks Emulex fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes HP StorageWorks Emulex fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes Part number: AA-RWF7N-TE Thirteenth edition: April 2009

More information

HP 3PARInfo 1.4 User Guide

HP 3PARInfo 1.4 User Guide HP 3PARInfo 1.4 User Guide Abstract This guide provides information about installing and using HP 3PARInfo. It is intended for system and storage administrators who monitor and direct system configurations

More information

Emulex Drivers for Linux for LightPulse Adapters Release Notes

Emulex Drivers for Linux for LightPulse Adapters Release Notes Emulex Drivers for Linux for LightPulse Adapters Release Notes Versions: FC Version 11.4.142.21 Date: September 6, 2017 Purpose and Contact Information These release notes describe the new features, current

More information

SDK. About the Cisco SDK. Installing the SDK. Procedure. This chapter contains the following sections:

SDK. About the Cisco SDK. Installing the SDK. Procedure. This chapter contains the following sections: This chapter contains the following sections: About the Cisco, page 1 Installing the, page 1 Using the to Build Applications, page 2 About ISO, page 3 Installing the ISO, page 3 Using the ISO to Build

More information

HP StorageWorks Using the QLogic HBA driver for single-path or multi-path failover mode on Linux systems application notes

HP StorageWorks Using the QLogic HBA driver for single-path or multi-path failover mode on Linux systems application notes HP StorageWorks Using the QLogic HBA driver for single-path or multi-path failover mode on Linux systems application notes Part number: AA-RVGWD-TE Fourth edition: May 2005 Legal and notice information

More information

FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x. Table of Contents

FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x. Table of Contents FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x QLogic Corporation. All rights reserved. Table of Contents 1. Version 2. Changes 3. Bug Fixes 4. Known Issues 5. Additional Information 6. History

More information

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories Chapter Two Exploring the UNIX File System and File Security Lesson A Understanding Files and Directories 2 Objectives Discuss and explain the UNIX file system Define a UNIX file system partition Use the

More information

ETERNUS Disk storage systems Server Connection Guide (FCoE) for Linux

ETERNUS Disk storage systems Server Connection Guide (FCoE) for Linux Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

Release Note MPI/XMP-Linux Support Package

Release Note MPI/XMP-Linux Support Package 33 South La Patera Lane Santa Barbara, CA 93117-3214 ph (805) 681-3300 fax (805) 681-3311 tech@motioneng.com Release Note MPI/XMP-Linux Support Package MPI/XMP-Linux Library Version: 20030620.1.1 Revised

More information

QLogic Fibre Channel Adapter Stor Miniport Driver for Windows Server 2003/Windows XP Professional. Table of Contents

QLogic Fibre Channel Adapter Stor Miniport Driver for Windows Server 2003/Windows XP Professional. Table of Contents QLogic Fibre Channel Adapter Stor Miniport Driver for Windows Server 2003/Windows XP Professional This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table

More information

HP StorageWorks Emulex Fibre Channel host bus adapters for ProLiant and Integrity servers using Linux, VMware and Citrix operating systems release

HP StorageWorks Emulex Fibre Channel host bus adapters for ProLiant and Integrity servers using Linux, VMware and Citrix operating systems release HP StorageWorks Emulex Fibre Channel host bus adapters for ProLiant and Integrity servers using Linux, VMware and Citrix operating systems release notes Part number: AA-RWF7R-TE Fifteen edition: November

More information

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions Welcome to getting started with Ubuntu 12.04 Server. This System Administrator Manual guide to be simple to follow, with step by step instructions with screenshots INDEX 1.Installation of Ubuntu 12.04

More information

IBM Remote Support Manger for Storage

IBM Remote Support Manger for Storage IBM Remote Support Manger for Storage Installation Hints and Tips Version 28, June 19, 2012 This document is updated frequently. If viewing a hardcopy version of this document, please visit the RSM for

More information

PowerVM Lx86 for x86 Linux Applications Administration Guide

PowerVM Lx86 for x86 Linux Applications Administration Guide PowerVM Lx86 for x86 Linux Applications Administration Guide SA38-0650-03 PowerVM Lx86 for x86 Linux Applications Administration Guide SA38-0650-03 Note Before using this information and the product it

More information

HP StorageWorks QLogic fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes

HP StorageWorks QLogic fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes HP StorageWorks QLogic fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes Part number: AA-RW7JW-TE Sixth edition: November 2007 Description

More information

PCIe Hot-Swap Device Driver

PCIe Hot-Swap Device Driver PCIe Hot-Swap Device Driver Application Note AN-546 Introduction By Craig Hackney In typical PCIe based systems, PCIe buses are enumerated and resources allocated to each PCIe endpoint device during system

More information

USB Type-C Dual Port Gigabit. Ethernet Cable

USB Type-C Dual Port Gigabit. Ethernet Cable USB Type-C Dual Port Gigabit Ethernet Cable 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...

More information

OCTVQE Zaptel Echo Canceller (PRELIMINARY)

OCTVQE Zaptel Echo Canceller (PRELIMINARY) OCTVQE - Zaptel Echo Canceller User s Guide (Preliminary) OCTVQE Zaptel Echo Canceller (PRELIMINARY) User s Guide Revision 1.9 OctWare Inc. www.octware.net 4101, Molson St., Suite 300 Montreal Quebec H1Y

More information

HP StorageWorks Emulex fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes

HP StorageWorks Emulex fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes HP StorageWorks Emulex fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes Part number: AA-RWF7L-TE Eleventh edition: March 2009 Description

More information

USB Type-C Gigabit Ethernet. Adapter

USB Type-C Gigabit Ethernet. Adapter USB Type-C Gigabit Ethernet Adapter 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

More information

IBM Remote Support Manger for Storage

IBM Remote Support Manger for Storage IBM Remote Support Manger for Storage Installation Hints and Tips Version 4.273, December 1, 2011 This document is updated frequently. If viewing a hardcopy version of this document, please visit the RSM

More information

Cisco UCS fnic Statistics Guide

Cisco UCS fnic Statistics Guide Cisco UCS fnic Statistics Guide Guide January 2014 Contents Overview....2 Audience....2 Test Environment...2 Cisco UCS...2 fnic Driver...2 fnic Statistics...2 Operating System Support...2 Install fnic

More information

Installation Manual for Sonnet RAID Controller

Installation Manual for Sonnet RAID Controller Installation Manual for Sonnet RAID Controller System Requirements - Mac Users The Sonnet RAID controller requires the following in order to operate in your system: One available PCI Express (PCIe) 1.1

More information

Veritas System Recovery 18 Linux Edition README

Veritas System Recovery 18 Linux Edition README Veritas System Recovery 18 Linux Edition README ===================================================================== ====== Veritas(TM) System Recovery 18 Linux Edition README =====================================================================

More information

QLC FCode for 2Gb FC HBAs. Table of Contents

QLC FCode for 2Gb FC HBAs. Table of Contents QLC FCode f 2Gb FC HBAs This software license applies only to QLogic customers. QLogic Cpation. All rights reserved. 1. Package Contents 2. Suppted Features 3. HBA Configuration (FCode Options) 4. Utilities

More information

Lifecycle Controller 2 Release 1.0 Version Readme

Lifecycle Controller 2 Release 1.0 Version Readme Lifecycle Controller 2 Release 1.0 Version 1.0.8 Readme Lifecycle Controller 2 GUI provides advanced embedded systems management and is delivered as part of Integrated Dell(R) Remote Access Controller

More information

Fibre Channel QLA Driver for Solaris SPARC and x86 Platforms. Table of Contents

Fibre Channel QLA Driver for Solaris SPARC and x86 Platforms. Table of Contents Fibre Channel QLA Driver for Solaris SPARC and x86 Platforms This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. OS Support 2. Software

More information

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Server

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Server Parallels Software International, Inc. Parallels Compressor Installation Guide Server (c) 2005-2007 Copyright 2006-2007 by Parallels Software International Inc. All rights reserved. Parallels, Parallels

More information

TIBCO FTL Installation

TIBCO FTL Installation TIBCO FTL Installation Software Release 5.2 March 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

ETERNUS Disk storage systems Server Connection Guide (FCoE) for Linux

ETERNUS Disk storage systems Server Connection Guide (FCoE) for Linux Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

SANsurfer Pro Application Notes. Table of Contents

SANsurfer Pro Application Notes. Table of Contents SANsurfer Pro Application Notes This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. SANsurfer FC HBA Manager Application Notes (Fibre Channel

More information

Installing and Upgrading the Cisco Video Surveillance Operations Manager (VSOM) Release 4.2.1

Installing and Upgrading the Cisco Video Surveillance Operations Manager (VSOM) Release 4.2.1 Installing and Upgrading the Cisco Video Surveillance Operations Manager (VSOM) Release 4.2.1 May, 2010 Contents This document provides the following information and instructions: Installation and Initial

More information

Support Notes for Red Hat Enterprise Linux ES v.4.6 for HP Integrity Servers

Support Notes for Red Hat Enterprise Linux ES v.4.6 for HP Integrity Servers Support Notes for Red Hat Enterprise Linux ES v.4.6 for HP Integrity Servers HP Part Number: 5992-2417 Edition: 1, E0108 Copyright 2007 Hewlett-Packard Development Company, L.P. Legal Notices Confidential

More information

Dell Lifecycle Controller Operating System Driver Pack Version Reference Guide

Dell Lifecycle Controller Operating System Driver Pack Version Reference Guide Dell Lifecycle Controller Operating System Driver Pack Version 15.09.10 Reference Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

RDP 3.70 Deployment Support

RDP 3.70 Deployment Support 1 RDP 3.70 Deployment Support Notes Component List Supported Operating Systems Supported ProLiant Targets Supported VM Targets Supported Integrity Targets Supported Other Targets Notes Some target platforms

More information

HP StorageWorks QLogic fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes

HP StorageWorks QLogic fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes HP StorageWorks QLogic fibre channel host bus adapters for ProLiant and Integrity servers using Linux and VMware operating systems release notes Part number: AA-RWFND-TE Thirteenth edition: January 2009

More information

RDP 3.80 Deployment Support

RDP 3.80 Deployment Support 1 RDP 3.80 Deployment Support Notes Supported Operating Systems Supported ProLiant Targets Supported VM Targets Supported Integrity Targets Supported Other Targets Notes Further information about this

More information

Quick Installation Guide

Quick Installation Guide Oracle Revenue Management and Billing Version 2.4.0.1.0 Revision 6.1 E65333-01 July, 2015 Oracle Revenue Management and Billing E65333-01 Copyright Notice Copyright 2015, Oracle and/or its affiliates.

More information

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3 Installing and Upgrading Cisco Video Surveillance Manager Release 6.3 Overview This document provides information about installing Cisco Video Surveillance Manager (VSM), which includes Cisco Video Surveillance

More information

Release Notes Compute Abstraction Layer (CAL) Stream Computing SDK New Features. 2 Resolved Issues. 3 Known Issues. 3.

Release Notes Compute Abstraction Layer (CAL) Stream Computing SDK New Features. 2 Resolved Issues. 3 Known Issues. 3. Release Notes Compute Abstraction Layer (CAL) Stream Computing SDK 1.4 1 New Features 2 Resolved Issues 3 Known Issues 3.1 Link Issues Support for bilinear texture sampling. Support for FETCH4. Rebranded

More information

ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for Linux

ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for Linux Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

SANsurfer iscsi HBA Application User s Guide

SANsurfer iscsi HBA Application User s Guide Q Simplify SANsurfer iscsi HBA Application User s Guide Management Application for SANsurfer iscsi Host Bus Adapters IS0054602-00 A Page i SANsurfer iscsi HBA Application User s Guide Management Application

More information

Intel Accelerator Functional Unit (AFU) Simulation Environment (ASE) Quick Start User Guide

Intel Accelerator Functional Unit (AFU) Simulation Environment (ASE) Quick Start User Guide Intel Accelerator Functional Unit (AFU) Simulation Environment (ASE) Quick Start User Guide Updated for Intel Acceleration Stack: 1.0 Production Subscribe Send Feedback Latest document on the web: PDF

More information

RNG-406Uv2. USB 3.0 to Gigabit Ethernet Cable

RNG-406Uv2. USB 3.0 to Gigabit Ethernet Cable RNG-406Uv2 USB 3.0 to Gigabit Ethernet Cable Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features... 3 1.3 System Requirements... 4 1.4 Package Contents... 4 Chapter 2: Getting

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Configuring the MSA1000 for Linux or NetWare Environments

Configuring the MSA1000 for Linux or NetWare Environments White Paper September 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the new firmware for the MSA1000...1 Prerequisites...3 Firmware Upgrades:...3 Environmental

More information

PCIe 10G SFP+ Network Card

PCIe 10G SFP+ Network Card PCIe 10G SFP+ Network 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

Veritas System Recovery 18 Linux Edition: Quick Installation Guide

Veritas System Recovery 18 Linux Edition: Quick Installation Guide Veritas System Recovery 18 Linux Edition: Quick Installation Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

McGill University School of Computer Science Sable Research Group. *J Installation. Bruno Dufour. July 5, w w w. s a b l e. m c g i l l.

McGill University School of Computer Science Sable Research Group. *J Installation. Bruno Dufour. July 5, w w w. s a b l e. m c g i l l. McGill University School of Computer Science Sable Research Group *J Installation Bruno Dufour July 5, 2004 w w w. s a b l e. m c g i l l. c a *J is a toolkit which allows to dynamically create event traces

More information

Veritas NetBackup Appliance Upgrade Guide

Veritas NetBackup Appliance Upgrade Guide Veritas NetBackup Appliance Upgrade Guide Release 2.7.3 Models 5220, 5230, and 5330 Red Hat Enterprise Linux (RHEL) Operating System Veritas NetBackup Appliance Upgrade Guide - Red Hat Enterprise Linux

More information

NEC ESMPRO Agent Extension

NEC ESMPRO Agent Extension Front Cover Installation Guide Express5800 Series NEC ESMPRO Agent Extension Chapter 1 Summary Chapter 2 System Requirements Chapter 3 Installation Chapter 4 Precautions for Use Rev.2.11 NEC Corporation

More information

Lifecycle Controller Operating System Driver Pack Version Reference Guide

Lifecycle Controller Operating System Driver Pack Version Reference Guide Lifecycle Controller Operating System Driver Pack Version 17.02.02 Reference Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Installing Dell OpenManage 4.5 Software in a VMware ESX Server Software 2.5.x Environment

Installing Dell OpenManage 4.5 Software in a VMware ESX Server Software 2.5.x Environment Installing Dell OpenManage 4.5 Software in a VMware ESX Server Software 2.5.x Environment Notes, Notices, and Cautions NOTE: A NOTE indicates important information that helps you make better use of your

More information

HP StorageWorks SmartStart EVA Storage 3.2 Release Notes

HP StorageWorks SmartStart EVA Storage 3.2 Release Notes HP StorageWorks SmartStart EVA Storage 3.2 Release Notes Part Number: T5505-96034 Second edition: June 2010 Legal and notice information Copyright 2010 Hewlett-Packard Development Company, L.P. Microsoft

More information

Quick Installation Guide

Quick Installation Guide Oracle Revenue Management and Billing Version 2.3.0.2.0 Revision 4.1 E58653-01 November, 2014 Oracle Revenue Management and Billing E58653-01 Copyright Notice Copyright 2014, Oracle and/or its affiliates.

More information

Open-FCoE Software Initiator

Open-FCoE Software Initiator Open-FCoE Software Initiator Chelsio Communications, Inc. http://www.chelsio.com 1 P age Copyright 2009 Chelsio Communications, Inc. All rights reserved. 370 San Aleso Ave, Suite 100, Sunnyvale, CA 94085

More information

Pico Computing. M 501 / M 503 Getting Started Guide. March 7, Overview 1. 2 System Requirements 1. 3 Ubuntu Linux Configuration 2

Pico Computing. M 501 / M 503 Getting Started Guide. March 7, Overview 1. 2 System Requirements 1. 3 Ubuntu Linux Configuration 2 Pico Computing M 501 / M 503 Getting Started Guide March 7, 2012 Contents 1 Overview 1 2 System Requirements 1 3 Ubuntu Linux Configuration 2 4 Installing the Pico Software 4 5 Monitoring Cards With purty

More information

Broadcom NetXtreme Gigabit Ethernet Adapter Installation

Broadcom NetXtreme Gigabit Ethernet Adapter Installation Page 1 of 8 Broadcom NetXtreme Gigabit Ethernet Adapter Installation This guide provides the following information: Safety Precautions Installing the Broadcom Adapter Installing the Adapter Connecting

More information

amdgpu Graphics Stack Documentation

amdgpu Graphics Stack Documentation amdgpu Graphics Stack Documentation Release unknown-build Advanced Micro Devices, Inc. Oct 25, 2018 Contents 1 Table of Contents 1 1.1 Preamble................................................. 1 1.2 Overview.................................................

More information

PCIe 10G 5-Speed. Multi-Gigabit Network Card

PCIe 10G 5-Speed. Multi-Gigabit Network Card PCIe 10G 5-Speed Multi-Gigabit Network Card User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3.1

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3.1 Installing and Upgrading Cisco Video Surveillance Manager Release 6.3.1 Overview This document provides information about installing Cisco Video Surveillance Manager (VSM), which includes Cisco Video Surveillance

More information

Product Release Notes

Product Release Notes Product Release Notes Celerity 8Gb Fibre Channel Release v2.17 - Linux 1. General Release Information These product release notes define the new features, changes, known issues and release details that

More information

cron How-To How to use cron to Schedule rsync Synchronizations September 29, 2004

cron How-To How to use cron to Schedule rsync Synchronizations September 29, 2004 cron How-To How to use cron to Schedule rsync Synchronizations September 29, 2004 615-0006-01 2004 Net Integration Technologies Inc. All company and product names are registered trademarks off their respective

More information

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010 Symantec NetBackup PureDisk 6.6.1 Compatibility Matrix Created August 26, 2010 Copyright 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup Exec are trademarks or registered

More information

Upgrading the MSA1000 for Enhanced Features

Upgrading the MSA1000 for Enhanced Features White Paper December 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the MSA1000 Enhancements...1 Prerequisites...3 Environmental Monitoring Unit (EMU) issue:...3

More information

ETERNUS Disk storage systems Server Connection Guide (FCoE) for Linux

ETERNUS Disk storage systems Server Connection Guide (FCoE) for Linux Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

Inside WebSphere Application Server

Inside WebSphere Application Server Inside WebSphere Application Server The anatomy of WebSphere Application Server is quite detailed so, for now, let's briefly outline some of the more important parts. The following diagram shows the basic

More information