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

Size: px
Start display at page:

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

Transcription

1 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 Linux 4.1 Installing the Driver 4.2 Building the iscsi Adapter Driver for RHEL 5.4 and RHEL Building the iscsi Adapter Driver for SLES 10 SP3 and SLES Building the iscsi Adapter Driver for RHEL 6.0 and SLES 11 SP1 5 Driver System Parameters 6 Additional Notes 6.1 Booting from SAN 6.2 RHEL 5 Boot from SAN Installation on Non-LUN 0 LUN 6.3 Dynamically Modifying SCSI Blacklist Entries 7 Contacting Support 1 Package Contents The iscsi Adapter Inbox Driver Update for the Linux Kernel 2.6.x package contains the following files: File Name qla4xxx-vx.xx.xx.xx.xx.xx-kx.tgz qla4xxx-vx.xx.xx.xx.xx.x-dx.tar.tgz qla4xxx-vx.xx.xx.xx.xx.xx-cx.tar.tgz qla4xxx-vx.xx.xx.xx.xx.xx-kx.tar.tgz Description Compressed package that contains the driver and qisioctl for RHEL 5.4/5.5 Compressed package that contains the driver and qisioctl for SLES 10 SP3 Compressed package that contains the driver and qisioctl for RHEL 6 and SLES11 SP1 Compressed package that contains the driver and qisioctl for SLES 11 NOTE: xx indicates the driver package version number. 2 OS Support The iscsi Adapter Inbox Driver Update for Linux is compatible with the operating system (OS) platforms listed in the following table. iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 1 of 11

2 Operating Systems OS Name OS Type Hardware Platform Red Hat RHEL bit, 64-bit Intel x86, Intel 64, AMD64 Red Hat RHEL bit, 64-bit Intel x86, Intel 64, AMD64 Red Hat RHEL bit, 64-bit Intel x86, Intel 64, AMD64 Novell SLES 10 SP3 32-bit, 64-bit Intel x86, Intel 64, AMD64 Novell SLES bit, 64-bit Intel x86, Intel 64, AMD64 Novell SLES 11 SP1 32-bit, 64-bit Intel x86, Intel 64, AMD64 3 Supported Features The iscsi Adapter Inbox Driver Update for Linux supports the following features: iscsi and TCP/IP protocol offloaded to adapter IPv4 and IPv6 (IPv6 supported on QLE406x and 8200 Series Adapters) Boot from SAN Send Targets discovery Asynchronous PDU dynamic LUN detection Up to 512 targets 4 Using the iscsi Adapter Driver for Linux This section provides the following procedures for using the driver: 4.1 Installing the Driver 4.2 Building the iscsi Adapter Driver for RHEL 5.4 and RHEL Building the iscsi Adapter Driver for SLES 10 SP3 and SLES Building the iscsi Adapter Driver for RHEL 6.0 and SLES 11 SP1 4.1 Installing the Driver Driver installation makes extensive use of the build.sh script located in the driver source (extras/build.sh). 4.2 Building the iscsi Adapter Driver for RHEL 5.4 and RHEL Building and Installing the Adapter Driver 1. Go to the directory that contains the driver package file qla4xxx-srcx.xx.xx.xx.xx.xx-k.tar.gz. 2. Issue the following commands: # tar -xzvf qla4xxx-vx.xx.xx.xx.xx.xx-kx.tar.gz # cd qla4xxx-vx-x.xx.xx.xx.xx.xx-kx # tar -xvzf qla4xxx-src-vxx.xx.xx.xx.xx-ky.tar.gz # cd qla4xxx-vx.xx.xx.xx.xx.xx-kx iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 2 of 11

3 3. 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 directory: /lib/modules/2.6.../extra/qlgc-qla4xxx Adds the appropriate directive in the modprobe.conf (if applicable) Building the iscsi IOCTL Driver for RHEL 5.x # tar xvzf qisioctl-src-vx.xx.xx-kx.tar.gz # cd qisioctl-src-vx.xx.xx-kx #./build.sh install Manually Loading the Adapter Driver 1. To load the driver, use one of the following methods: To directly load the driver from the local build directory, issue the following commands: # insmod /lib/modules/2.6.../kernel/drivers/scsi/scsi_transport_iscsi2.ko # insmod qla4xxx.ko To load the driver using modprobe, issue the following command: # modprobe -v qla4xxx 2. To load the qisioctl module using modprobe, issue the following command: # modprobe -v qisioctl 3. Start the iqlremote daemon by issuing the following command: # service iqlremote start Unloading the Adapter Driver To replace an existing inbox driver with a new out-of-box iscsi driver, unload the existing driver and load the new driver, qisioctl module and iqlremote daemon. To unload the driver, stop all applications using the driver and then unload the driver. 1. Stop the iqlremote daemon by issuing the following command: iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 3 of 11

4 # service iqlremote stop 2. Unload the qisioctl module, by issuing the following command: # modprobe -r qisioctl 3. To unload the driver using modprobe, issue the following command: # modprobe -r qla4xxx Rebuilding the RAM Disk with the New Driver 1. Edit the /etc/modprobe.conf file and add the following entry (if it is not present): alias scsi_hostadapterx qla4xxx Where X is based on the order of the SCSI modules being loaded. 2. To create a backup copy of the RAM disk image, issue the following commands: # cd /boot # cp initrd-[kernel version].img initrd-[kernel version].img.bak 3. Rebuild the initrd image by issuing the following commands: # mkinitrd -f initrd-[kernel version].img `uname -r` 4. Reboot to boot from the new initrd image and new driver. NOTE: The RAM disk file name may be different depending on server hardware. 4.3 Building the iscsi Adapter Driver for SLES 10 SP3 and SLES Building and Installing the Adapter Driver 1. Go to the directory that contains the source driver file, qla4xxx-vx.xx.xx.xx.xx.xxdx.tar.gz. 2. Enter the following commands: # tar -xzvf qla4xxx-vx.xx.xx.xx.xx.xx-dx.tar.gz # cd qla4xxx-x.xx.xx.xx.xx.x-dx 3. 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 iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 4 of 11

5 Copies the.ko files to the appropriate directory: /lib/modules/2.6.../updates Adds the appropriate directive in the modprobe.conf (if applicable) 4. To build the iscsi IOCTL Driver for SLES 10 SP3 and SLES 11, issue the following commands: # tar xvzf qisioctl-src-vx.xx.xx-dx.tar.gz # cd qisioctl-src-vx.xx.xx-dx #./build.sh install Manually Loading the Adapter Driver 1. To load the driver, use one of the following methods: To load the driver directly from the local build directories, issue the following command: # insmod /lib/modules/2.6.../updates/qla4xxx.ko To load the driver using modprobe, issue the following command: # modprobe -v qla4xxx 2. To load the qisioctl module using modprobe, issue the following command: # modprobe -v qisioctl 3. Start the iqlremote daemon by issuing the following command: # service iqlremote start Unloading the Adapter Driver To replace an existing inbox driver with a new out-of-box iscsi driver, unload the existing driver and load the new driver, qisioctl module and iqlremote daemon. To unload the driver, stop all applications using the driver, and then unload the driver. 1. Stop the iqlremote daemon by issuing the following command: # service iqlremote stop 2. Unload the qisioctl module using the modprobe command as follows: # modprobe -r qisioctl 3. To unload the driver using modprobe, enter the following command: # modprobe -r qla4xxx iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 5 of 11

6 4.3.4 Rebuilding the RAM Disk with the New Driver 1. Edit the /etc/sysconfig/kernel file and add the qla4xxx parameter to the existing INITRD_MODULES line. For example: INITRD_MODULES=" qla4xxx" NOTE: For SLES 11, edit the /etc/modprobe.d/unsupported_modules file to make the following change: allow_unsupported_modules 1 (replace 0 by 1) 2. To create a backup copy of the RAM disk image, issue the following commands: # cd /boot # cp initrd-[kernel version].img initrd-[kernel version].img.bak 3. Rebuild the initrd image by issuing the following commands: # mkinitrd 4. Reboot the host to boot from the new initrd image with the new driver. NOTE: The RAM disk file name may be different depending on server hardware. 4.4 Building the iscsi Adapter Driver for RHEL 6.0 and SLES 11 SP Building and Installing the Adapter Driver 1. In the directory that contains the source driver file, qla4xxx-src-vx.xx.xx.xx.xx.xxk.tar.gz, issue the following commands: # tar -xzvf qla4xxx-vx.xx.xx.xx.xx.xx-cx.tar.gz # cd qla4xxx-vx.xx.xx.xx.xx.xx-cx 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 directory: /lib/modules/2.6.../updates Adds the appropriate directive in the modprobe.conf (if applicable) iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 6 of 11

7 4.4.2 Manually Loading the Adapter Driver 1. To load the driver, use one of the following methods: To load the driver directly from the local build directories, issue the following commands: # insmod /lib/modules/2.6.../kernel/drivers/scsi/scsi_transport_iscsi.ko # insmod /lib/modules/2.6.../updates/qla4xxx.ko To load the driver using modprobe, issue the following command: # modprobe -v qla4xxx 2. To load the qisioctl module, issue the following command: # modprobe -v qisioctl 3. Start the iqlremote daemon by issuing the following command: # service iqlremote start Unloading the Adapter Driver To replace an existing inbox driver with a new out-of-box iscsi driver, unload the existing driver and load the new driver, qisioctl module and iqlremote daemon. To unload the driver, stop all applications using the driver, and then unload the driver. 1. Stop the iqlremote daemon by issuing the following commands: # service iqlremote stop 2. Unload the qisioctl module, using the modprobe command as follows: # modprobe -r qisioctl 3. To unload the driver using modprobe, issue the following command: # modprobe -r qla4xxx Rebuilding the RAM Disk To automatically load the driver by rebuilding the RAM disk to include the driver, issue the following commands: 1. To create a backup copy of the RAM disk image, issue the following command: # cd /boot # cp initramfs-[kernel version].img initramfs-[kernel version].img.bak iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 7 of 11

8 2. Rebuild the initrd image with driver by issuing the following command: # mkinitrd -f initramfs-[kernel version].img `uname -r` 3. Reboot the host to boot from the new initrd image with new driver. NOTE: The RAM disk file name may be different depending on the server hardware. 5 Driver System Parameters The driver gets its parameters when specified with the insmod command. For example: # insmod qla4xxx.ko ql4xextended_error_logging=1 If using the modprobe command, you must specify the parameters under the /etc/modprobe.conf for Redhat (or /etc/modprobe.conf.local for SLES) file. For example: options qla4xxx ql4xextended_error_logging=1 NOTE: For RHEL 6.0, create the file /etc/modprobe.d/qla4xxx.conf to add the parameters. Configurable parameters are listed in the following table. Driver System Parameters Parameter Description Values Default ql4xdiscoverywait Defines the discovery wait time in seconds. 60 ql4xkeepalive Defines keep alive timeout for port. 0xDEAD ql4xdontresethba Specifies that the adapter is not reset when the driver gets F/W hung AEN (0x8002) 0=reset adapter; 1=do not reset adapter ql4xcmdretrycount Defines the maximum number of mid-layer retries allowed for a command. NOTE: This parameter is supported only for SLES 10. ql4xqfullrampup Specifies the number of seconds to wait to begin to ramp up the queue depth for a device after a queue-full condition is detected. ql4xmaxqdepth Specifies the maximum queue depth to report for target devices. ql4xextended_error_logging Enables extended error logging. 0=no logging; 1=log errors; 2=debug logging ql4xmaxcmds displayconfig Specifies the maximum number of outstanding commands per host adapter. Enables display of the configuration used in the /etc/modules.conf file. 0=use driver default of =do not display; 1=display the configuration iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 8 of 11

9 To view a comprehensive list of parameters, issue the following command: # /sbin/modinfo qla4xxx 6 Additional Notes Additional information is included in the following sections: 6.1 Booting from SAN 6.2 RHEL 5 Boot from SAN Installation on Non-LUN 0 LUN 6.3 Dynamically Modifying SCSI Blacklist Entries 6.1 Booting from SAN Booting from SAN means booting to the OS from an iscsi target device. QLogic recommends using the QLogic inbox driver to install the OS to an iscsi target device that is attached to a QLogic adapter. If no QLogic inbox driver is available that supports the adapter, you should use a driver update disk to boot from SAN. 6.2 RHEL 5 Boot from SAN Installation on Non-LUN 0 LUN NOTE: The following procedure is only for the RHEL 5 distribution. When installing to a LUN other than LUN 0 and LUN 0 is present, follow these steps to successfully boot from the LUN: 1. At the Boot Loader Configuration window, select the Configure Advance Boot Loader Option, and then click Next. 2. At the Advanced Boot Loader Configuration window, select Change Driver Order. 3. At the Edit Drive Order window, move the entry for the boot LUN, and then click OK. 4. Continue with the OS installation as usual. 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 change requires the SCSI Vendor/Model information for the SCSI device, available at /proc/scsi/scsi. Blacklist entries are in the following format: 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 */ iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 9 of 11

10 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 adapter supports more than 8 LUNs) */ 0x40000 /* do not try REPORT_LUNS scan (SCSI-3 devs) */ 0x80000 /* do not use PREVENT-ALLOW commands */ 0x /* device is actually for RAID config */ 0x /* select without ATN */ 0x /* retry HARDWARE_ERROR */ For example: # echo <VENDOR>:<MODEL>:040 > /proc/scsi/device_info To enable persistence across reboots: 1. Add the following line: options scsi_mod dev_flags=<vendor>:<model>:<flags> to the following file (based on distribution): /etc/modprobe.conf for RHEL 5 2. Rebuild the RAM disk (see the procedures in Section 4: Using the iscsi Adapter Driver for Linux). 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 iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 10 of 11

11 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. iscsi Adapter Inbox Driver Update for Linux Kernel 2.6.x Page 11 of 11

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SANsurfer Pro Application Notes. Table of Contents

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

More information

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

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

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

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

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

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

Product Release Notes for 3ware 9.5.3

Product Release Notes for 3ware 9.5.3 Product Release Notes for 3ware 9.5.3 Supporting 9690SA and 9650SE Controllers READ ME FIRST! Introduction Thank you for purchasing an LSI 3ware SATA+SAS RAID controller card. This document describes important

More information

SANsurfer iscsi HBA Application User s Guide

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

More information

"Charting the Course... Enterprise Linux System Administration Course Summary

Charting the Course... Enterprise Linux System Administration Course Summary Course Summary Description This is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation and server.

More information

1 LINUX KERNEL & DEVICES

1 LINUX KERNEL & DEVICES GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

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

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

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

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

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

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

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

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

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

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

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

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

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

Virtual Iron Software Release Notes

Virtual Iron Software Release Notes Virtual Iron Software Release Notes Virtual Iron Version 4.2 Copyright (c) 2007 Virtual Iron Software, Inc. 00122407R1 This information is the intellectual property of Virtual Iron Software, Inc. This

More information

Blueprints. Installing Linux on a Multipath iscsi LUN on an IP Network

Blueprints. Installing Linux on a Multipath iscsi LUN on an IP Network Blueprints Installing Linux on a Multipath iscsi LUN on an IP Network Blueprints Installing Linux on a Multipath iscsi LUN on an IP Network Note Before using this information and the product it supports,

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

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

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

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

P/N REV A13. EMC Corporation Corporate Headquarters: Hopkinton, MA

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

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

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

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

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

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

More information

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

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

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

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

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 Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use of your

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

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

Agenda What is Linux & Linux kernel? How many kernels we have? Kernel modules Kernel boot-time parameters Tuning kernel using sysctl (/proc) limits.co

Agenda What is Linux & Linux kernel? How many kernels we have? Kernel modules Kernel boot-time parameters Tuning kernel using sysctl (/proc) limits.co Linux Kernel Vitaly Karasik, RHCE vitaly _at_ karasik.org TELUX, 3.2006 Agenda What is Linux & Linux kernel? How many kernels we have? Kernel modules Kernel boot-time parameters Tuning kernel using sysctl

More information