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

Size: px
Start display at page:

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

Transcription

1 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 Building the FC-FCoE Driver for RHEL 5.3 Linux 4.2 Building the FC-FCoE Driver for SLES 10 SP2 Linux 4.3 Building the FC-FCoE Driver for SLES 11 Linux 5. Driver Parameters 6. Additional Notes 6.1 Booting from SAN 6.2 Dynamically Modifying SCSI Blacklist Entries 7. Contacting Support 1. Package Contents The FC-FCoE Driver for Linux package contains the following files: File Name qla2xxx-src-x.xx.xx.xx.xx.xx-k.gz qla2xxx-src-vx.xx.xx.xx.xx.xx-k4.gz Description Compressed package that contains the driver for Red Hat RHEL 5.3 Compressed package that contains the driver for Novell SLES 10 SP2 and SLES 11 NOTE: xx represents the driver package version number. 2. OS Support The FC/FCoE Driver for Linux is compatible with the following OS platforms: Operating Systems OS Name OS Type Hardware Platform Red Hat RHEL AS bit, 64-bit Intel x86, Intel 64, AMD64 Novell SLES 10 SP2 32-bit, 64-bit Intel x86, Intel 64, AMD64 Novell SLES bit, 64-bit Intel x86, Intel 64, AMD64 FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x Readme 1 of 7

2 NOTE: For specific service packs (SP) and OS updates, refer to the descriptions where this software version is posted on the QLogic Web site: 3. Supported Features None 4. Deploying the Driver This section provides procedures for deploying the driver on various Linux versions, including the following: 4.1 Building the FC-FCoE Driver for RHEL 5.3 Linux 4.2 Building the FC-FCoE Driver for SLES 10 SP2 Linux 4.3 Building the FC-FCoE Driver for SLES 11 Linux 4.1 Building the FC-FCoE Driver for RHEL 5.3 Linux 1. In the directory that contains the source driver file, qla2xxx-src-x.xx.xx.xx.xx.xx-k.gz, issue the following commands: # tar -xzvf qla2xxx-src-x.xx.xx.xx.xx.xx-k.gz # cd qla2xxx-src-x.xx.xx.xx.xx.xx-k 2. Build and install the driver modules from the source code by executing the build.sh script as follows: The build.sh script does the following: * Builds the driver.ko files. * Copies the.ko files to the appropriate /lib/modules/2.6.../extra/qlgc-qla2xxx directory. * Adds the appropriate directive in the modprobe.conf (if applicable). 3. Manually load the driver for Linux Using insmod or modprobe. * To directly load the driver from the local build directory, issue the following commands in order: # insmod /lib/modules/2.6.../kernel/drivers/scsi/scsi_transport_fc.ko # insmod qla2xxx.ko * To load the driver using modprobe, issue the following command: # modprobe -v qla2xxx * To unload the driver using modprobe, issue the following command: # modprobe -r qla2xxx 4. Rebuild the RAM disk by issuing the following command: # cd /boot FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x Readme 2 of 7

3 5. Create a backup copy of the RAMDISK image by issuing the following commands: # cp initrd-[kernel version].img initrd-[kernel version].img.bak # mkinitrd -f initrd-[kernel version].img `uname -r` NOTE: Depending on the server hardware, the RAMDISK file name may be different. 6. To load the driver, reboot the host. 4.2 Building the FC-FCoE Driver for SLES 10 SP2 Linux 1. In the directory that contains the source driver file, qla2xxx-src-vx.xx.xx.xx.xx.xx-k.gz, issue the following commands: # tar -xzvf qla2xxx-src-vx.xx.xx.xx.xx.xx-k4.gz # cd qla2xxx-yy 2. Build and install the driver modules from the source code by executing the build.sh script as follows: The build.sh script does the following: * Builds the driver.ko files. * Copies the.ko files to the appropriate /lib/modules/2.6.../updates directory. * Adds the appropriate directive in the modprobe.conf (if applicable). 3. Manually load the driver for Linux Using insmod or modprobe. * To directly load the driver from the local build directories, issue the following commands in order: # insmod /lib/modules/2.6.../kernel/drivers/scsi/scsi_transport_fc.ko # insmod /lib/modules/2.6.../kernel/drivers/base/firmware_class.ko # insmod /lib/modules/2.6.../updates/qla2xxx.ko * To load the driver using modprobe, issue the following command: # modprobe -v qla2xxx * To unload the driver using modprobe, issue the following command: # modprobe -r qla2xxx 4. Rebuild the RAM disk by issuing the following command: # cd /boot 5. Create a backup copy of the RAMDISK image by issuing the following commands: # cp initrd-[kernel version].img initrd-[kernel version].img.bak # mkinitrd NOTE: Depending on the server hardware, the RAMDISK file name may be different. 6. To load the driver, reboot the host. FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x Readme 3 of 7

4 4.3 Building the FC-FCoE Driver for SLES 11 Linux 1. In the directory that contains the source driver file, qla2xxx-src-vx.xx.xx.xx.xx.xx-k4.gz, issue the following commands: # tar -xzvf qla2xxx-src-vx.xx.xx.xx.xx.xx-k4.gz # cd qla2xxx-yy 2. Build and install the driver modules from the source code by executing the build.sh script as follows: The build.sh script does the following: * Builds the driver.ko files. * Copies the.ko files to the appropriate /lib/modules/2.6.../updates directory. * Adds the appropriate directive in the modprobe.conf (if applicable). 3. Manually load the driver for Linux Using insmod or modprobe. * Edit the /etc/modprobe.d/unsupported_modules file to make the following change: allow_unsupported_modules 1 (replace 0 by 1) * To directly load the driver from the local build directories, issue the following commands in order: # insmod /lib/modules/2.6.../kernel/drivers/scsi/scsi_tgt.ko # insmod /lib/modules/2.6.../kernel/drivers/scsi/scsi_transport_fc.ko # insmod /lib/modules/2.6.../updates/qla2xxx.ko * To load the driver using modprobe, issue the following command: # modprobe -v qla2xxx * To unload the driver using modprobe, issue the following command: # modprobe -r qla2xxx 4. Build the driver in the RAM disk by issuing the following command: 5. Edit the /etc/modprobe.d/unsupported_modules file to make the following change: allow_unsupported_modules 1(replace 0 by 1) 6. Issue the following command: # cd /boot 7. Make a copy of the current RAMDISK by issuing the following commands: # cp initrd-[kernel version].img initrd-[kernel version].img.bak # mkinitrd NOTE: Depending on the server hardware, the RAMDISK file name may be different. FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x Readme 4 of 7

5 8. To load the driver, reboot the host. 5. Driver Parameters The driver gets its parameters when specified with the insmod command. For example: # insmod qla2xxx.ko ql2xextended_error_logging=1 If using the modprobe command, you must specify the parameters in the /etc/modprobe.conf file. For example: options qla2xxx ql2xextended_error_logging=1 Parameters for the FC-FCoE Driver for Linux include the following: Parameter ql2xlogintimeout Purpose Defines the login timeout value in seconds during the initial login. Default: 20 seconds qlport_down_retry Defines how long to wait for a port that returns a PORT-DOWN status before returning I/ O back to the OS. Default: 30 seconds ql2xplogiabsentdevice ql2xloginretrycount ql2xallocfwdump+ ql2xextended_error_logging ql2xfdmienable ql2xmaxqdepth ql2xqfullrampup ql2xqfulltracking ql2xfwloadbin Enables PLOGI to devices that are not present after a Fabric scan. This is needed for several broken switches. Default is 0 - no PLOGI. 1 - perform PLOGI. Specifies an alternate value for the NVRAM login retry count. Default is 8. Enables allocation of memory for a firmware dump during initialization. Memory allocation requirements vary by type. Default is 1 - allocate memory. Defines whether the driver prints verbose logging information. 0 to disable; 1 to enable. Default: 0. Enables FDMI registrations. Default is 0 - no FDMI. 1 - perform FDMI. Defines the maximum queue depth reported to SCSI mid-level per device. The Queue depth specifies the number of outstanding requests per LUN. Default is 32. Number of seconds to wait to begin to ramp-up of the queue depth for a device after a queue-full condition has been detected. Default is 120 seconds. Controls whether the driver tracks queue full status returns and dynamically adjusts a SCSI device s queue depth. Default is 1 to perform tracking. Set to 0 to disable tracking and adjustment of queue. Specifies location from which to load ISP firmware: 2 - load firmware via the request_firmware() interface. 1 - load firmware from Flash. 0 - use default semantics. To view a comprehensive list of parameters, enter the following command: # /sbin/modinfo qla2xxx 6. Additional Notes The following sections contain additional information: 6.1 Booting from SAN 6.2 Dynamically Modifying SCSI Blacklist Entries FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x Readme 5 of 7

6 6.1 Booting from SAN Booting from SAN means booting to the OS from a Fibre Channel target device. We recommend using the QLogic inbox driver to install the OS to a Fibre Channel target device that is attached to a QLogic adapter. If there is no QLogic inbox driver that supports the adapter, you should use a DD-kit to boot from SAN. RHEL 5.x - Boot from SAN Installation on Non-LUN 0 LUN NOTE: The following procedure is for the RHEL 5 distribution only. When installing to a LUN other than LUN 0 and LUN 0 is present, follow these steps to successfully boot from the LUN: 1. On the Boot Loader Configuration screen, select the Configure Advance Boot Loader Option, and then click Next. 2. On the Advanced Boot Loader Configuration screen, select Change Drive Order. 3. On the Edit Drive Order window, move the entry for the boot LUN. 4. To continue, click OK. 5. Continue with the OS installation as usual. 6.2 Dynamically Modifying SCSI Blacklist Entries On 2.6.x kernels, you can dynamically change the SCSI blacklist, either by writing to a /proc entry or using the scsi_mod module parameter, which allows persistence across reboot. This requires the SCSI Vendor/Model information for the SCSI device, available at /proc/scsi/scsi. Black list entries are in the following form: vendor:model:flags[v:m:f] Where flags can be the following integer values: 0x001 /* Only scan LUN 0 */ 0x002 /* Known to have LUNs, force scanning, deprecated: Use max_luns=n */ 0x004 /* Flag for broken handshaking */ 0x008 /* unlock by special command */ 0x010 /* Do not use LUNs in parallel */ 0x020 /* Buggy Tagged Command Queuing */ 0x040 /* Non-consecutive LUN numbering */ - -> value need to be passed to "flags" variable for sparse LUN 0x080 /* Avoid LUNS >= 5 */ 0x100 /* Treat as (removable) CD-ROM */ 0x200 /* LUNs past 7 on a SCSI-2 device */ 0x400 /* override additional length field */ 0x800 /*... for broken inquiry responses */ 0x1000 /* do not do automatic start on add */ 0x2000 /* do not send ms page 0x08 */ 0x4000 /* do not send ms page 0x3f */ 0x8000 /* use 10 byte ms before 6 byte ms */ 0x10000 /* 192 byte ms page 0x3f request */ 0x20000 /* try REPORT_LUNS even for SCSI-2 devs (if supports more than 8 LUNs) */ 0x40000 /* don't try REPORT_LUNS scan (SCSI-3 devs) */ 0x80000 /* don't use PREVENT-ALLOW commands */ 0x /* device is actually for RAID config */ FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x Readme 6 of 7

7 0x /* select without ATN */ 0x /* retry HARDWARE_ERROR */ For example: # echo <VENDOR>:<MODEL>:040 > /proc/scsi/device_info To enable persistence across reboots: 1. Edit the following file (based on distribution): /etc/modprobe.conf for RHEL 5 2. Add the following line to the file: options scsi_mod dev_flags=<vendor>:<model>:<flags> 3. Rebuild the RAMDISK (refer to section 4.3, step 7). 7. 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. FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x Readme 7 of 7

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

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

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

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 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

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

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

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

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

The Contents and Structure of this Manual. This document is composed of the following three chapters.

The Contents and Structure of this Manual. This document is composed of the following three chapters. 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

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

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

Fibre Channel Adapter and Converged Network Adapter (FCoE) API. Table of Contents 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

HP StorageWorks Using the QLogic HBA driver for single-path or multipath failover mode on Linux systems application notes HP StorageWorks Using the QLogic HBA driver for single-path or multipath failover mode on Linux systems application notes Part number: AA-RVGWG-TE Sixth edition: July 2006 Legal and notice information

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

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

LifeKeeper for Linux 7.3. Linux Configuration

LifeKeeper for Linux 7.3. Linux Configuration LifeKeeper for Linux 7.3 Linux Configuration January 2012 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.) and all unauthorized

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

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

Device Mapper Multipath Enablement Kit for HP StorageWorks Disk Arrays v4.2.1 release notes

Device Mapper Multipath Enablement Kit for HP StorageWorks Disk Arrays v4.2.1 release notes Device Mapper Multipath Enablement Kit for HP StorageWorks Disk Arrays v4.2.1 release notes Part number: AA-RWF9H-TE First edition: March 2009 Legal and notice information Copyright 2009 Hewlett-Packard

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-RWF7J-TE Ninth edition: January 2009 Description

More information

Cisco UCS fnic Tunables

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

More information

Device Mapper Multipath Enablement Kit for HP StorageWorks Disk Arrays v4.4.0 release notes

Device Mapper Multipath Enablement Kit for HP StorageWorks Disk Arrays v4.4.0 release notes Device Mapper Multipath Enablement Kit for HP StorageWorks Disk Arrays v4.4.0 release notes Part number: AA-RWF9K-TE First edition: February 2010 Legal and notice information Copyright 2009-2010 Hewlett-Packard

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 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-RWF7G-TE Seventh edition: August 2008 Description

More information

Device Mapper Multipath Enablement Kit for HP StorageWorks Disk Arrays v4.4.1 release notes

Device Mapper Multipath Enablement Kit for HP StorageWorks Disk Arrays v4.4.1 release notes Device Mapper Multipath Enablement Kit for HP StorageWorks Disk Arrays v4.4.1 release notes April 2010 H Legal and notice information Copyright 2009-2010 Hewlett-Packard Development Company, L.P. Overview

More information

RocketRAID 2310/2300 Controller Fedora Linux Installation Guide

RocketRAID 2310/2300 Controller Fedora Linux Installation Guide RocketRAID 2310/2300 Controller Fedora Linux Installation Guide Version 1.1 Copyright 2006 HighPoint Technologies, Inc. All rights reserved. Last updated on Jan 20, 2006 Table of Contents 1 Overview...1

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 (Fibre Channel) for VMware ESX

ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for VMware ESX 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

The kernel constitutes the core part of the Linux operating system. Kernel duties:

The kernel constitutes the core part of the Linux operating system. Kernel duties: The Linux Kernel The kernel constitutes the core part of the Linux operating system. Kernel duties: System initialization: detects hardware resources and boots up the system. Process scheduling: determines

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

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

SLES Linux Installation Guide

SLES Linux Installation Guide Rocket RAID 278x SAS Controller SLES Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Created on May 29, 2012 Table of Contents 1 Overview... 1 2 Installing

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

Application Note EDC Firmware Update for QLogic 8Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter

Application Note EDC Firmware Update for QLogic 8Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter Application Note EDC Firmware Update for QLogic 8Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter 1 Introduction This document provides instructions for IBM technical personnel and system administrators

More information

Application Note EDC Firmware Update for QLogic 8Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter

Application Note EDC Firmware Update for QLogic 8Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter Application Note EDC Firmware Update for QLogic 8Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter 1 Introduction This document provides instructions for IBM technical personnel and system administrators

More information

Application Note EDC Firmware Update for QLogic 8Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter

Application Note EDC Firmware Update for QLogic 8Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter Application Note EDC Firmware Update for QLogic 8Gb Fibre Channel Expansion Card (CIOv) for IBM BladeCenter 1 Introduction This document provides instructions for IBM technical personnel and system administrators

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

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

Multi-boot Image for Qxx8xxx Converged Network Adapters. Table of Contents

Multi-boot Image for Qxx8xxx Converged Network Adapters. Table of Contents Multi-boot Image for Qxx8xxx Converged Network Adapters QLogic Corporation All rights reserved Table of Contents 1. Version 2. 10Gb BIOS 2.1 Changes 2.2 Bug Fixes 2.3 Known Issues 2.4 Additional Information

More information

Appendix A Fast!UTIL

Appendix A Fast!UTIL Appendix A Fast!UTIL This appendix is part of the QLogic Corporation manual Hardware Installation Guide for the QLA1xxx Boards (PC0056105-00 E). The QLogic disclaimer and copyright notices for this document

More information

The Contents and Structure of this Manual. This document is composed of the following three chapters and an appendix.

The Contents and Structure of this Manual. This document is composed of the following three chapters and an appendix. 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

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

[ User s Guide] QLA 200 Family. User s Guide FIBRE CHANNEL HBA INSTALLATION

[ User s Guide] QLA 200 Family. User s Guide FIBRE CHANNEL HBA INSTALLATION [ User s Guide] User s Guide FIBRE CHANNEL HBA INSTALLATION P QLA 200 Family Covers the following operating systems: Windows 2000 Windows Server 2003 Red Hat Linux SuSE Linux NetWare Technical Support

More information

RocketRAID 231x/230x SATA Controller Red Hat Enterprise/CentOS Linux Installation Guide

RocketRAID 231x/230x SATA Controller Red Hat Enterprise/CentOS Linux Installation Guide RocketRAID 231x/230x SATA Controller Red Hat Enterprise/CentOS Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on November 5, 2008 Table

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

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

RocketRAID 2680/2684 SAS Controller Red Hat Enterprise/CentOS Linux Installation Guide

RocketRAID 2680/2684 SAS Controller Red Hat Enterprise/CentOS Linux Installation Guide RocketRAID 2680/2684 SAS Controller Red Hat Enterprise/CentOS Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on November 13, 2008 Table

More information

DtS Data Migration to the MSA1000

DtS Data Migration to the MSA1000 White Paper September 2002 Document Number Prepared by: Network Storage Solutions Hewlett Packard Company Contents Migrating Data from Smart Array controllers and RA4100 controllers...3 Installation Notes

More information

HP StorageWorks Emulex Adapters Release Notes

HP StorageWorks Emulex Adapters Release Notes HP StorageWorks Emulex Adapters Release Notes Part number: AA-RWQ7A-TE First edition: February 2010 Legal and notice information Copyright 2010 Hewlett-Packard Development Company, L.P. Description These

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

Cisco UCS VIC Drivers Installation Guide for UCS Manager 4.0

Cisco UCS VIC Drivers Installation Guide for UCS Manager 4.0 First Published: 2018-08-14 Last Modified: 2019-01-02 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Configuring Server Boot

Configuring Server Boot This chapter includes the following sections: Boot Policy, page 1 UEFI Boot Mode, page 2 UEFI Secure Boot, page 3 CIMC Secure Boot, page 3 Creating a Boot Policy, page 5 SAN Boot, page 6 iscsi Boot, page

More information

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

ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for VMware ESX 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

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

Ubuntu Linux Installation Guide

Ubuntu Linux Installation Guide RocketRAID 278x SAS Controller Ubuntu Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on May 29, 2012 Table of Contents 1 Overview...

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

EMC Host Connectivity with QLogic Fibre Channel and iscsi Host Bus Adapters (HBAs) and Converged Network Adapters (CNAs) for the Linux Environment

EMC Host Connectivity with QLogic Fibre Channel and iscsi Host Bus Adapters (HBAs) and Converged Network Adapters (CNAs) for the Linux Environment EMC Host Connectivity with QLogic Fibre Channel and iscsi Host Bus Adapters (HBAs) and Converged Network Adapters (CNAs) for the Linux Environment P/N 300-002-803 REV A09 EMC Corporation Corporate Headquarters:

More information

NetBackup SAN Client and Fibre Transport Troubleshooting Guide. 2 What are the components of the SAN Client feature?

NetBackup SAN Client and Fibre Transport Troubleshooting Guide. 2 What are the components of the SAN Client feature? Symantec TechNote 288437 NetBackup SAN Client and Fibre Transport Troubleshooting Guide 1 Introduction Revision F This document explains how to troubleshoot different failures that may occur while using

More information

Software Installation Guide for the QLA22xx Board Family. Fibre Channel Host Adapter Boards for the PCI Bus

Software Installation Guide for the QLA22xx Board Family. Fibre Channel Host Adapter Boards for the PCI Bus Software Installation Guide for the QLA22xx Board Family Fibre Channel Host Adapter Boards for the PCI Bus FC0153302-00 F July 20, 2001 QLogic Corporation Information furnished in this manual is believed

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

Windows Host Utilities Installation and Setup Guide

Windows Host Utilities Installation and Setup Guide IBM System Storage N series Windows Host Utilities 6.0.1 Installation and Setup Guide GC52-1295-06 Table of Contents 3 Contents Preface... 7 Supported features... 7 Websites... 7 Getting information,

More information

Rocket RAID 2644 SAS Controller opensuse Linux Installation Guide

Rocket RAID 2644 SAS Controller opensuse Linux Installation Guide Rocket RAID 2644 SAS Controller opensuse Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on June 12, 2012 Table of Contents 1 Overview...

More information

Saving Your Bacon Recovering From Common Linux Startup Failures

Saving Your Bacon Recovering From Common Linux Startup Failures Saving Your Bacon Recovering From Common Linux Startup Failures Mark Post Novell, Inc. Friday, August 12, 2011 Session Number 10105 Agenda How the boot process is supposed to work What things can go wrong

More information

RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide

RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on April 7, 2009 Table of Contents 1 Overview...1

More information

Linux on IBM ~ pseries SAN Overview for Customers. January 23, 2004

Linux on IBM ~ pseries SAN Overview for Customers. January 23, 2004 Linux on IBM ~ pseries SAN Overview for Customers January 23, 2004 Abstract This paper is intended to introduce IBM ~ pseries customers, IBM Business Partners, sales, marketing, and technical teams to

More information

Notes on Using Red Hat Enterprise Linux AS (v.4 for EM64T)

Notes on Using Red Hat Enterprise Linux AS (v.4 for EM64T) 2005-09-01 Notes on Using Red Hat Enterprise Linux AS (v.4 for EM64T) Preface About This Manual This manual provides notes on PRIMERGY operation with Linux installed. Be sure to read this manual before

More information

Fedora Linux Installation Guide

Fedora Linux Installation Guide RocketRAID 276x SAS Controller Fedora Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on May 29, 2012 Table of Contents 1 Overview...

More information

Configuration Guide -Server Connection-

Configuration Guide -Server Connection- FUJITSU Storage ETERNUS DX, ETERNUS AF Configuration Guide -Server Connection- (Fibre Channel) for Citrix XenServer This page is intentionally left blank. Preface This manual briefly explains the operations

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell PowerEdge Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better

More information

SilverStorm Table of Contents

SilverStorm Table of Contents SilverStorm 9000 This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. Version 2. Changes 3. Bug Fixes 4. Known Issues 5. Additional Information

More information

RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide

RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on February 16, 2009 Table of Contents 1 Overview...1

More information

IBM XIV Host Attachment Kit for Linux. Version Release Notes. First Edition (December 2011)

IBM XIV Host Attachment Kit for Linux. Version Release Notes. First Edition (December 2011) Version 1.7.1 Release Notes First Edition (December 2011) First Edition (December 2011) This document edition applies to version 1.7.1 of the IBM XIV Host Attachment Kit for Linux software package. Newer

More information

Emulex Drivers Version 10.6 for Windows. Quick Installation Manual

Emulex Drivers Version 10.6 for Windows. Quick Installation Manual Emulex Drivers Version 10.6 for Windows Quick Installation Manual Connect Monitor Manage 2 Copyright 2003-2015 Emulex. All rights reserved worldwide. No part of this document may be reproduced by any means

More information

Symmetrix Fibre Channel with Qlogic Host Bus Adapters in the SCO UnixWare 7 Environment

Symmetrix Fibre Channel with Qlogic Host Bus Adapters in the SCO UnixWare 7 Environment Symmetrix Fibre Channel with Qlogic Host Bus Adapters in the SCO UnixWare 7 Environment November 2000 Copyright 2000 EMC Corporation. All rights reserved. No part of this publication may be reproduced

More information

16 Gbps Fibre Channel and 10 Gbps Ethernet PCIe Fabric Adapter. 10 Gbps Fibre Channel over Ethernet (FCoE) PCIe Converged Network Adapter (CNA)

16 Gbps Fibre Channel and 10 Gbps Ethernet PCIe Fabric Adapter. 10 Gbps Fibre Channel over Ethernet (FCoE) PCIe Converged Network Adapter (CNA) 16 Gbps Fibre Channel and 10 Gbps Ethernet PCIe Fabric Adapter 10 Gbps Fibre Channel over Ethernet (FCoE) PCIe Converged Network Adapter (CNA) 8 Gbps & 4 Gbps Fibre Channel (FC) PCIe Host Bus Adapter (HBA)

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

Software Release v3.2.x.x Release Notes Update 10

Software Release v3.2.x.x Release Notes Update 10 Software Release v3.2.x.x Release Notes Update 10 Oct 14, 2014 QLogic Adapters v3.2.x.x Release Notes Update 10 Page 1 of 36 Document History Document Title Summary of Changes Publication Date QLogic Adapters

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

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

Dell OpenManage Deployment Toolkit 5.5 for Embedded Linux Release Notes

Dell OpenManage Deployment Toolkit 5.5 for Embedded Linux Release Notes Dell OpenManage Deployment Toolkit 5.5 for Embedded Linux Release Notes This document describes the new features, enhancements, and fixed issues in Dell Openmanage Deployment Toolkit 5.5 for Embedded Linux

More information

RocketRAID 231x/230x SATA Controller Debian Linux Installation Guide

RocketRAID 231x/230x SATA Controller Debian Linux Installation Guide RocketRAID 231x/230x SATA Controller Debian Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on September 17, 2008 Table of Contents 1

More information