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

Size: px
Start display at page:

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

Transcription

1 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 3. Supported Features 4. Deploying the Driver 4.1 Building the Driver for RHEL 5.x Linux 4.2 Building the Driver for RHEL 6.x Linux 4.3 Building the Driver for SLES 10.x Linux 4.4 Building the Driver for SLES 11.1/11.2 Linux 4.5 Building the Driver for XenServer Building the Driver for UEK 1 and UEK Driver System Parameters 6. Additional Notes 6.1 Booting from SAN 6.2 Firmware Installation 6.3 Dynamically Modifying SCSI Blacklist Entries 7. Contacting Support 1. Package Contents The Fibre Channel Adapter and Converged Network Adapter Inbox Driver for Linux Kernel 2.6.x and 3.x package contains the following files: * qla2xxx-src-vx.xx.xx.xx.5.x-k.tar.gz - Compressed package that contains the driver for Red Hat RHEL 5.x. * qla2xxx-src-vx.xx.xx.xx.06.x-k.tar.gz - Compressed package that contains the driver for Red Hat RHEL 6.x. * qla2xxx-src-vx.xx.xx.xx.10.x-k.tar.gz - Compressed package that contains the driver for Novell SLES 10.x. * qla2xxx-src-vx.xx.xx.xx.11.x-k.tar.gz - Compressed package that contains the driver for Novell SLES 11.1/11.2. * qla2xxx-src-vx.xx.xx.xx.55.x-k.tar.gz - Compressed package that contains the driver for Citrix Xenserver 6.0. * qla2xxx-src-vx.xx.xx.xx.32.x-k.tar.gz - Compressed package that contains the driver for Oracle UEK 1. NOTE: xx represents the driver package version number.

2 2. OS Support The Fibre Channel Adapter and Converged Network Adapter Inbox Driver for Linux is compatible with the following OS platforms: * Red Hat RHEL AS 5.x (32-bit, 64-bit) on Intel x86, Intel 64, AMD64 * Red Hat RHEL AS 6.x (32-bit, 64-bit) on Intel x86, Intel 64, AMD64 * Novell SLES 10.x (32-bit, 64-bit) on Intel x86, Intel 64, AMD64 * Novell SLES 11.1/11.2 (32-bit, 64-bit) on Intel x86, Intel 64, AMD64 * Citrix Xenserver 6.0 (32-bit, 64-bit) on Intel x86, Intel 64, AMD64 * Oracle UEK (32-bit, 64-bit) on Intel x86, Intel 64, AMD64 3. Supported Features * FCAL - direct attach loop, point-to-point, and fabric topologies * Initiator mode only * Fibre Channel tape * MSI-X interrupts * N_Port ID Virtualization (NPIV - Maximum 64 Vports per port) * Device mapper * Support for sysfs interface * Adapter API support 4. Deploying the Driver This section provides procedures for deploying the driver on various Linux versions, including the following: * 4.1 Building the Driver for RHEL 5.x Linux * 4.2 Building the Driver for RHEL 6.x Linux * 4.3 Building the Driver for SLES 10.x Linux * 4.4 Building the Driver for SLES 11.1/11.2 Linux * 4.5 Building the Driver for XenServer 6.0. * 4.6 Building the Driver for UEK 1 and UEK Building the Driver for RHEL 5.x Linux 1. In the directory that contains the source driver file, qla2xxx-src-vx.xx.xx.xx.5.x-k.tar.gz, issue the following commands: # tar -xzvf qla2xxx-src-vx.xx.xx.xx.5.x-k.tar.gz # cd qla2xxx-src-vx.xx.xx.xx.5.x-k 2. Build and install the driver modules from the source code by executing the build.sh script as follows:

3 #./extras/build.sh install 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 insmod 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. Automatically load the driver by rebuilding the RAM disk to include the driver as follows: a. Edit the /etc/modprobe.conf file and add the following entry (if they are not present): alias scsi_hostadapterx qla2xxx where, X is based on the order of the SCSI modules being loaded. b. Create a backup copy of the RAMDISK image by issuing the following commands: # cd /boot # 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

4 may be different. c. To load the driver, reboot the host. 4.2 Building the Driver for RHEL 6.x Linux 1. In the directory that contains the source driver file, qla2xxx-src-vx.xx.xx.xx.06.x-k.tar.gz, issue the following commands: # tar -xzvf qla2xxx-src-vx.xx.xx.xx.06.x-k.tar.gz # cd qla2xxx-src-vx.xx.xx.xx.06.x-k 2. Build and install the driver modules from the source code by executing the build.sh script as follows: #./extras/build.sh install 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 insmod commands in order: # insmod /lib/modules/2.6.../kernel/drivers/scsi/scsi_tgt.ko (if not already loaded) # 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. Automatically load the driver by rebuilding the RAM disk to include the driver as follows: a. Edit the /etc/modprobe.d/modprobe.conf file and add the following

5 entry. (Create a modprobe.conf file if it does not exist): alias scsi_hostadapterx qla2xxx where, X is based on the order of the SCSI modules being loaded. b. Create a backup copy of the RAMDISK image by issuing the following commands: # cd /boot # 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. c. To load the driver, reboot the host. 4.3 Building the Driver for SLES 10.x Linux 1. In the directory that contains the source driver file, qla2xxx-src-vx.xx.xx.xx.xx.x-k.tgz, issue the following commands: # tar -xzvf qla2xxx-src-vx.xx.xx.xx.10.x-k.tgz # cd qla2xxx-src-vx.xx.xx.xx.10.x-k 2. Build and install the driver modules from the source code by executing the build.sh script as follows: #./extras/build.sh install 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 insmod commands in order: # insmod /lib/modules/2.6.../kernel/drivers/scsi/ scsi_transport_fc.ko (if not already loaded)

6 # insmod /lib/modules/2.6.../kernel/drivers/base/ firmware_class.ko (if not already loaded) # 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. Automatically load the driver by rebuilding the RAM disk to include the driver as follows: a. Edit the /etc/sysconfig/kernel file to modify the INITRD_MODULES directive and append "qla2xxx" to the string. For example: INITRD_MODULES="... qla2xxx" where, qla2xxx is appended to the end of the directive. b. Create a backup copy of the RAMDISK image by issuing the following commands: # cd /boot # cp initrd-[kernel version] initrd-[kernel version].bak # mkinitrd NOTE: Depending on the server hardware, the RAMDISK file name may be different. c. To load the driver, reboot the host. 4.4 Building the Driver for SLES 11.1/11.2 Linux 1. In the directory that contains the source driver file, qla2xxx-src-vx.xx.xx.xx.xx.x-k.tgz, issue the following commands: # tar -xzvf qla2xxx-src-vx.xx.xx.xx.11.x-k.tgz # cd qla2xxx-src-vx.xx.xx.xx.11.x-k 2. Build and install the driver modules from the source code by executing the build.sh script as follows: #./extras/build.sh install

7 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. * For SLES 11 only, 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 insmod commands in order: # insmod /lib/modules/2.6.../kernel/drivers/scsi/scsi_tgt.ko (if not already loaded) # insmod /lib/modules/2.6.../kernel/drivers/scsi/ scsi_transport_fc.ko (if not already loaded) # 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. Automatically load the driver by rebuilding the RAM disk to include the driver. * For SLES 11 only, edit the /etc/modprobe.d/unsupported_modules file to make the following change: allow_unsupported_modules 1 (replace 0 by 1) * Create a copy of the current RAMDISK by issuing the following commands: # cd /boot # cp initrd-[kernel version].img initrd-[kernel version].img.bak

8 # mkinitrd NOTE: Depending on the server hardware, the RAMDISK file name may be different. * To load the driver, reboot the host. 4.5 Building the Driver for XenServer Install the XenServer host software on the server(s). 2. Install XenCenter on the workstation(s). 3. Connect XenCenter to the XenServer host(s). 4. Compiling the driver inside DDK VM. # DDK VM comes in "ddk.iso" format, extract it. # This creats a directory which contain ova.xml file. # Click on import VM & point out "ova.xml" file. Import process takes more than 15 minutes. # Power on DDK VM. # Make sure you can access DDK VM through virtual NIC. 5. Installing the driver inside DDK VM. # Copy qla2xxx sources inside DDK VM. # Run /extras/build_rpm.sh or /extras/build.sh. # Depending upon rpm or kernel module build perform following # In case of qla2xxx.ko kernel module built, run command "modinfo qla2xxx grep /lib/" to find out the path where qla2xxx.ko to be copied. Replace the qla2xxx.ko at the path obtained. # In case of rpm built, install rpm using --force command. (e.g rpm -ivh qla2xxx...*.rpm --force) # Reboot XenServer. XenServer will come up with latest driver. Note: Each XenServer build comes with specific DDK VM and driver needs to be built on this specific DDK VM. 4.6 Building the Driver for UEK 1 and UEK In the directory that contains the source driver file, qla2xxx-src-vx.xx.xx.xx.32.x-k.tar.gz, issue the following commands: # tar -xzvf qla2xxx-src-vx.xx.xx.xx.32.x-k.tar.gz # cd qla2xxx-src-vx.xx.xx.xx.32.x-k 2. Build and install the driver modules from the source code by executing the build.sh script as follows: #./extras/build.sh install The build.sh script does the following: * Builds the driver.ko files. * 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,

9 issue the following insmod 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. Automatically load the driver by rebuilding the RAM disk to include the driver as follows: a. Edit the /etc/modprobe.d/modprobe.conf file and add the following entry. (Create a modprobe.conf file if it does not exist): alias scsi_hostadapterx qla2xxx where, X is based on the order of the SCSI modules being loaded. b. Create a backup copy of the RAMDISK image by issuing the following commands: # cd /boot # 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. c. To load the driver, reboot the host. Note: In order build drivers, a kernel with full development package is needed. 5. Driver System 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 RHEL 5.x, /etc/modprobe.d/modprobe.conf for RHEL 6.x, and /etc/modprobe.conf.local for SLES 11.1/11.2. For example:

10 options qla2xxx ql2xextended_error_logging=1 Parameters for the Linux driver include the following: * ql2xlogintimeout - 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 - 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 - perfom PLOGI. * ql2xloginretrycount - Specifies an alternate value for the NVRAM login retry count. Default is 8. * ql2xallocfwdump - Enables allocation of memory for a firmware dump during initialization. Memory allocation requirements vary by type. Default is 1 - allocate memory. * ql2xextended_error_logging - Defines whether the driver prints verbose logging information. 0 to disable; 1 to enable. Default: 0. * ql2xfdmienable - Enables FDMI registrations Default is 0 - no FDMI. 1 - perfom FDMI. * ql2xmaxqdepth - 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. * ql2xqfullrampup - 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. * ql2xqfulltracking - 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. * ql2xfwloadbin - 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

11 The following sections contain additional information: * 6.1 Booting from SAN * 6.2 Firmware Installation * 6.3 Dynamically Modifying SCSI Blacklist Entries 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 Firmware Installation To install a firmware RPM on a: - SLES10/11 machine: 1. Save original firmwares in /lib/firmware: $ cd / $ cp /lib/firmware/ql2400_fw.bin /lib/firmware/ql2400_fw.bin.orig $ cp /lib/firmware/ql2500_fw.bin /lib/firmware/ql2500_fw.bin.orig 2. Extract firmware: $ rpm -Uvh --force qlogic-firmware-x.yy.zz.noarch.rpm - RHEL6 machine: 1. Save original firmwares in /lib/firmware: $ cd /

12 $ cp /lib/firmware/ql2400_fw.bin /lib/firmware/ql2400_fw.bin.orig $ cp /lib/firmware/ql2500_fw.bin /lib/firmware/ql2500_fw.bin.orig 2. Extract firmware: $ rpm -Uvh --force ql2400-firmware-x.yy.zz.noarch.rpm $ rpm -Uvh --force ql2500-firmware-x.yy.zz.noarch.rpm Note: qla2xxx driver has to be loaded with module parameter ql2xfwloadbin=2 to load the firmware at /lib/firmware/ directory. 6.3 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. Blacklist 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 */ 0x /* select without ATN */ 0x /* retry HARDWARE_ERROR */

13 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 4). 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 (c) 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. 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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-RWF7N-TE Thirteenth edition: April 2009

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

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

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

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

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

T A B L E O F C O N T E N T S

T A B L E O F C O N T E N T S Linux driver - Binary rpm/source rpm user guide and known limitation T A B L E O F C O N T E N T S 1. OVERVIEW... 2 2. DRIVER COMPILATION STEPS... 2 3. OS SUPPORT MATRIX... 2 4. RELEASE CONTENTS... 5 5.

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

T A B L E O F C O N T E N T S

T A B L E O F C O N T E N T S Linux driver - Binary rpm/source rpm user guide and known limitation T A B L E O F C O N T E N T S 1. OVERVIEW... 2 2. DRIVER COMPILATION STEPS... 2 3. OS SUPPORT MATRIX... 2 4. RELEASE CONTENTS... 5 5.

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

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

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

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

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-RWFNF-TE Fourteenth edition: April 2009

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

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

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

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

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

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

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

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

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

Driver for Linux Release Notes

Driver for Linux Release Notes Driver for Linux Release Notes Versions: Driver for Linux, FC/FCoE Version 10.0.803.24 (RHEL, SLES, OL) Driver for Linux, FC/FCoE Version 10.0.727.20 (SLES 11 DUD) Driver for Linux, NIC Version 10.0.800.0

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

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

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

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

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

[ 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

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

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

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

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

Emulex Drivers for Linux for OneConnect Adapters Release Notes

Emulex Drivers for Linux for OneConnect Adapters Release Notes Emulex Drivers for Linux for OneConnect Adapters Release Notes Versions: FCoE Version 11.2.1153.13 NIC Version1 11.2.1153.4 iscsi Version 11.2.1153.17 RoCE Version 11.2.1153.4 Date: January 30, 2017 Purpose

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

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

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

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

Downloading and Installing Cisco UCS VIC Drivers

Downloading and Installing Cisco UCS VIC Drivers Downloading and Installing Cisco UCS VIC Drivers This chapter contains the following sections: Downloading Cisco UCS VIC Drivers, page 1 Installing Cisco UCS VIC Drivers, page 2 Downloading Cisco UCS VIC

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

Server Support Matrix ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for Oracle Solaris

Server Support Matrix ETERNUS Disk storage systems Server Connection Guide (Fibre Channel) for Oracle Solaris 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

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

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

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

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

Install Cisco UCS VIC Drivers for Linux

Install Cisco UCS VIC Drivers for Linux Installing Linux Drivers to the Local Drive Using a Driver Disk, page 1 Installing Linux to SAN Storage Using the fnic Driver and OS Driver Disk, page 2 Installing Linux Drivers using RPM, page 3 Installing

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Emulex Driver for Linux Release Notes

Emulex Driver for Linux Release Notes Emulex Driver for Linux Release Notes Versions: Driver for Linux, FC/FCoE Version 10.6.144.21 (RHEL 6, RHEL 7, SLES, OL 6, OL 7) Driver for Linux, FC/FCoE Version 10.4.255.16 (RHEL 5, OL 5) Driver for

More information

For personnal use only

For personnal use only Adding and Removing Disks From VMware RHEL7 Guests Without Rebooting Finnbarr P. Murphy (fpm@fpmurphy.com) Consider the following scenario. You are studying for your RHCSA or RHCE using one or more RHEL

More information

Dell PowerEdge 6 Gbps SAS HBA and Internal Tape Adapter. User s Guide

Dell PowerEdge 6 Gbps SAS HBA and Internal Tape Adapter. User s Guide Dell PowerEdge 6 Gbps SAS HBA and Internal Tape Adapter User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION:

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

Emulex Drivers for Linux for LightPulse Adapters. User Guide Release 12.0

Emulex Drivers for Linux for LightPulse Adapters. User Guide Release 12.0 Emulex Drivers for Linux for LightPulse Adapters User Guide Release 12.0 July 5, 2018 , the pulse logo, Connecting everything, Avago Technologies, Avago, the A logo, Emulex, LightPulse, OneCommand, OneConnect,

More information

This software license applies only to QLogic customers. QLogic Corporation. All rights reserved.

This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. FC HBA STOR Miniport Driver for Windows Release Notes April 23, 2009 This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. Version 2. Changes

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

Cisco UCS Virtual Interface Card Drivers for Linux Installation Guide

Cisco UCS Virtual Interface Card Drivers for Linux Installation Guide First Published: September 06, 2011 Last Modified: April 07, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

TurboCap Installation Guide

TurboCap Installation Guide TurboCap Installation Guide Linux Fedora 10 May 2013 2013 Riverbed Technology. All rights reserved. Accelerate, AirPcap, BlockStream, Cascade, Cloud Steelhead, Granite, Interceptor, RiOS, Riverbed, Shark,

More information

ATTO ExpressSAS Troubleshooting Guide for Linux

ATTO ExpressSAS Troubleshooting Guide for Linux ATTO ExpressSAS Troubleshooting Guide for Linux This document describes troubleshooting techniques that can be used to identify and resolve issues associated with the ATTO ExpressSAS Raid Controller. Some

More information

Notes on Using Red Hat Enterprise Linux AS (v.3 for x86)

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

More information

Dell VMware ESX Server Deployment Guide

Dell VMware ESX Server Deployment Guide Dell VMware ESX Server 2.0.1 Deployment Guide February, 2004 February, 2004 1 Dell Inc. NOTES, NOTICES, AND CAUTIONS NOTE: A NOTE indicates important information that helps you make better use of this

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