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

Size: px
Start display at page:

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

Transcription

1 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 Notes 4. Contacting Support 1. OS Support The SANSurfer FC HBA Manager is available as OS-specific packages for Microsoft Windows, Red Hat Linux, Novell (SUSE) Linux, Sun Solaris, Apple Mac OS X, and Novell NetWare operating systems. 2. Supported Features The SANSurfer FC HBA Manager provides a graphical user interface (GUI) that lets you easily install, configure, and deploy QLogic Fibre Channel HBAs. It also provides robust diagnostic and troubleshooting capabilities and useful statistical information to optimize SAN performance. 3. Application Notes For installation options and instructions, see the SANblade FC HBA Quick Start Guide, which you can download from The default SANsurfer HBA Manager operation password is config. NOTE: Make sure to change this password after installation to ensure security. To view the SANsurfer HBA Manager online web help, use one of the following browsers: Internet Explorer (version 6.0 or greater) Firefox (version 1.0 or greater) Safari (version 1.3 or greater). The SANsurfer HBA Manager application prevents the user from connecting to the same host more than once (to save system resources and address policy issues). This requires that all host IP addresses MUST resolve

2 to a host name to allow the connection to complete. If your system doesn't use DNS, you must edit the local host file on the system running the SANsurfer HBA Manager GUI and add the host name to IP mapping manually, as defined for your operating system: Windows: <install drive>:\\winnt\\system32\\drivers\\etc\\hosts Linux: Macintosh: Solaris: NetWare (Windows System's NetWare client): <install drive>:\\winnt\\system32\\drivers\\etc\\hosts In SANsurfer FC HBA Manager, the File Choosers don't always respond to a double-click traversal of the file system. When this happens, select the directory and click the Open button to traverse the directory or open a specific file. Set the video resolution to a minimum of 800x600 with a color palette of at least 256 colors to run the SANsurfer HBA Manager GUI. Uninstalling the software does not remove some files and directories. You must manually delete these files. During SANsurfer FC HBA Manager installation, the system prompts you to select or deselect Enable Failover. When selected (default), failover tells the application how to create and validate the saved configurations. Selecting this option prevents the installation process from loading the platform-specific failover driver automatically. Windows 2000 and Windows Server 2003 failover requires the driver registry parameters buschange=0 and FixupInquiry=1. You must add these parameters under the following registry keys: \\HKEY_LOCAL_MACHINE\\SYSTEM \\CurrentControlSet\\Services\\ql2300 \\Parameters\\Device\\DriverParameters string value A Windows installation uses the ConfigRequired driver registry parameter to dictate how devices are presented to the OS: If ConfigRequired=0, both persistently bound and new devices show up as enabled. This includes devices that might have been previously unconfigured using the utility. You can set this parameter in the Driver Setting of SANsurfer HBA Manager called: "Present targets that are persistently bound plus any new target(s) found." If ConfigRequired=1, only persistently bound devices show up as configured. New devices or devices that were previously unconfigured using the utility show up as unconfigured. You can set this parameter in the Driver Setting of SANsurfer HBA Manager called: "Present target that are persistently bound only." NOTE: When using the new Windows driver (v and later), you must explicitly set the ConfigRequired parameter to 1 to prevent unconfigured entries from showing up to the OS. The administrator account password must not be blank when changing the SANsurfer HBA Manager application password. This is a Windows Server 2003 security restriction. Running SANsurfer HBA Manager on an Itanium I system hinders the application performance due to a Java compatibility issue. This issue is not seen with Itanium II systems.

3 When updating the Windows driver using the SANsurfer HBA Manager, the driver parameters revert back to their default values: Present targets that are persistently bound plus any new target(s) found. Bind By World Wide Port Name. When performing a driver update on unsigned Windows drivers, the system displays a confirmation dialog box: If you are performing the driver update on the localhost and the GUI is connected to localhost (non-agent), the dialog box appears in front of the application (focus). If you are performing the driver update on the localhost and the GUI uses the host name or IP address to connect, the dialog box appears behind the GUI (no focus). To avoid this, you should perform a driver update on the local host, connected as localhost. Targets attached to QLA200 adapter ports have the failover configuration disabled (Windows only). If the targets are shared on other adapter ports (non-qla200), but the same host, failover is disabled on all paths of the shared target. When connecting to a local host on Windows IA32 or Linux IA32, the system uses a DLL/shared library instead of the agent. Because there is no communication between the localhost version and the agent, you must use only one or the other, but not both at the same time. When running SANsurfer HBA Manager and connecting to a remote RedHat Linux machine, you must modify the files on the two machines to allow async notifications from the agent to the GUI to operate properly. To resolve this issue, create a new entry with the host IP address assigned to ethx. Modify the existing entry by moving the hostname from the locahost line to the newly created line. Example Initial: localhost runner.domain.com Modified: localhost runner.domain.com With Linux 7.x and Advanced Server 2.1, a new secure portmapper has been included. Add the statement portmap:all to the.allow file to enable remote communication to work properly between GUIs and agents. Before you can change the current SANsurfer HBA Manager password, you must shadow the password option installed on your Linux machine. For example on a Linux 7.2 platform, follow these steps to create the /etc/ shadow file: 1. Install shadow-utils rpm package from <Linux 7.2 CD-1> /RedHat/RPMS/shadow-utils i386.rpm. 2. Go to /etc and type the pwconv command to convert the passwords to shadow password format. The Linux system displays the message Warning: Cannot convert string "x" to type VirtualBinding when running either the GUI or the uninstall; this is a Java issue where the specified key mapping are already defined by the window manager. You can ignore these warnings since they do not affect the operation of the application. The string options qla2x00 ConfigRequired=1 ql2xuseextopts=1, resides in the /etc/modules file, even after you delete the Persistent Configuration. To completely delete any and all persistent data, you must manually edit this file.

4 When using the non-failover version of the Linux driver, disable failover by launching the Fibre Channel Port Configuration window and de-selecting the Enable Failover Configuration (host) selection under the File menu. To run the IA32 SANsurfer FC HBA Manager installer under Linux x86_64 (EM64T), you must install the IA32 X11 libs. These libs are included in the xorg-x11-libs-<version>.el rpm. If the libs are missing, the system displays the following exception: java.lang.unsatisfiedlinkerror: /tmp/install.dir.4191/linux/resource/jre/lib/ i386/xawt/libmawt.so: libxext.so.6: cannot open shared object file: No such file or directory Why doesn't my hard drive show the correct size under LUN information? The system uses two different measurement formats: decimal (GB), which is used by Windows and binary (GiB), which is used by Linux. Both Linux and Windows provide the "correct" number. Binary numbers are based on a power of 2. Decimal numbers are based on a power of 10. 2^10 is 1,024 the closest Decimal number is 10^3 or 1,000 2^20 is 1,048,576 The closest Decimal number is 10^6 or 1,000,000 2^30 is 1,073,741,824 The closest Decimal number is 10^9 or 1,000,000,000. On Solaris, the qla_mp_config_required parameter in the registry dictates how devices would show up to the OS. The qla_mp_config_required flag in the QLogic configuration file (qla2x00.conf) controls persistent binding of targets. The default configuration file that comes with the QLogic driver does not have an entry for this flag. An entry for this flag appears in the configuration file only when target configuration data is saved using SANsurfer HBA Manager. SANsurfer HBA Manager sets the qla_mp_config_required flag to 1 by default. If qla_mp_config_required is set to 1, only target devices that are persistently bound in the configuration file are reported to the OS. Any new or unconfigured targets are not reported to the OS by the driver. In other words, the default behavior for this flag is persistent targets only. If qla_mp_config_required is set to 0, both persistently bound and new targets are reported to the OS. This is equivalent to persistent plus new. NOTE: SANsurfer HBA Manager does not read in the value of the persistent-binding-configuration parameter from the configuration file. On Solaris, you must stop the qlremote agent before using the Hot Swap feature on QLogic FC adapters. Please refer to the hardware manual for detailed instructions. During normal operation of the SANsurfer FC HBA Manager applications on Solaris, a stale semephore left behind causes all applications to fail on load. To resolve the issue, you must manually remove these two files: /var/tmp/.semd /var/tmp/.seml Operating the SANsurfer HBA Manager on NetWare 5.x/6.x servers requires the IPX/SPX network protocol. After completing installation of the Novell NetWare agent, you must start the SANsurfer HBA Manager agent using one of these methods: Reboot the NetWare server on which you installed the agent. On the console of the NetWare server where the agent resides, type the following command: RPCSTART LOAD QLREMOTE.NLM NOTE: This assumes you have already loaded the QLogic Novell NetWare HAM driver.

5 To run SANsurfer on NetWare, modify the FILES and BUFFERS defined in the boot drive's CONFIG.SYS file to the following settings: FILES = 100 BUFFERS = 50 When uninstalling the SANsurfer HBA Manager from a NetWare server, the server's prompt displays the following message: Cannot stat sys:etc/rpcnet.cfg. NOTE: You can ignore this message since it does not affect the NetWare server's operation. Mac OS X has a bug that affects SANsurfer installer on OS X systems with the QuickTime upgrade. This appears to only affects systems running , and not The current workaround is to revert to QuickTime 7.0.1, through a reinstaller available from Apple on the Support/Downloads page. 36. After updating to Mac OS X , SANsurfer does not install and start. SANsurfer is a Java application and is affected by this Java issue. Review article: 4. Contacting Support Please feel free to contact your QLogic approved reseller or QLogic Technical Support at any phase of integration for assistance. QLogic Technical Support can be reached by the following methods: Web: North America Contact Information support@qlogic.com Phone: (952) Support contact information for other regions of the world is available at the QLogic website: Go to Top Copyright All rights reserved worldwide. QLogic, the QLogic logo, and the Powered by QLogic logo are registered trademarks of QLogic Corporation. All other brand and product names are trademarks or registered trademarks of their respective owners.

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

SANsurfer FC HBA Manager. Table of Contents

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

More information

SANsurfer FC HBA Manager. Table of Contents

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

More information

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

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

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

More information

SANsurfer 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

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

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

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

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

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

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

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

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

BIOS for QLA4010 iscsi HBAs. Table of Contents

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

More information

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

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

[ Quick Start Guide ]

[ Quick Start Guide ] [ Quick Start Guide ] QUICK START GUIDE FIBRE CHANNEL SWITCH INSTALLATION z SANbox 5800V Series for Windows Operating Systems Purchasers of OEM products should consult with the OEM for support. Please

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

SilverStorm Table of Contents

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

More information

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

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

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

[ 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

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

Parallels Server 4.0 for Mac Bare Metal Edition

Parallels Server 4.0 for Mac Bare Metal Edition Parallels Server 4.0 for Mac Bare Metal Edition Installation Guide Copyright 1999-2010 Parallels Holdings, Ltd. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International GmbH Vordergasse

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

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

Dell EMC Unity Family

Dell EMC Unity Family Dell EMC Unity Family Version 4.2 Configuring Hosts to Access Fibre Channel (FC) or iscsi Storage 302-002-568 REV 03 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published July

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

[ Quick Start Guide ]

[ Quick Start Guide ] [ Quick Start Guide ] QUICK START GUIDE FIBRE CHANNEL SWITCH INSTALLATION z Purchasers of OEM products should consult with the OEM for support. Please feel free to contact your QLogic-approved reseller

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

README.TXT

README.TXT Please note that this README.TXT was written specifically for the Installation CD provided with the product. Some items may refer to the CD and not the downloadable file, although most notes will still

More information

iscsi Storage Appliance Getting Started Guide

iscsi Storage Appliance Getting Started Guide iscsi Storage Appliance Getting Started Guide 2 Copyright 2007 Adaptec, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

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

QLogic Family of QDR InfiniBand Switches. Table of Contents

QLogic Family of QDR InfiniBand Switches. Table of Contents QLogic 12000 Family of QDR InfiniBand Switches 1 Version 2 Changes 3 Bug Fixes 4 Known Issues 5 Additional Information 5.1 Included in this release: 5.2 Miscellaneous: 6 Trademarks 7 Notices 8 Contacting

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

NetXplorer. Installation Guide. Centralized NetEnforcer Management Software P/N D R3

NetXplorer. Installation Guide. Centralized NetEnforcer Management Software P/N D R3 NetXplorer Centralized NetEnforcer Management Software Installation Guide P/N D357006 R3 Important Notice Important Notice Allot Communications Ltd. ("Allot") is not a party to the purchase agreement

More information

Veritas NetBackup Enterprise Server and Server 6.x OS Software Compatibility List

Veritas NetBackup Enterprise Server and Server 6.x OS Software Compatibility List Veritas NetBackup Enterprise Server and Server 6.x OS Software Compatibility List Created on July 21, 2010 Copyright 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup

More information

Installation Guide. QConvergeConsole GUI

Installation Guide. QConvergeConsole GUI Installation Guide QConvergeConsole GUI 2400, 2500, 2600, 2700 Series Fibre Channel Adapters 3200, 3400, 41000, 45000 Series Intelligent Ethernet Adapters 8100, 8200, 8300, 8400 Series Converged Network

More information

Dell Storage Center OS Version 7 Software Update Guide

Dell Storage Center OS Version 7 Software Update Guide Dell Storage Center OS Version 7 Software Update Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

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

FieldView. Management Suite

FieldView. Management Suite FieldView The FieldView Management Suite (FMS) system allows administrators to view the status of remote FieldView System endpoints, create and apply system configurations, and manage and apply remote

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

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

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

SuperLumin Nemesis. Getting Started Guide. February 2011

SuperLumin Nemesis. Getting Started Guide. February 2011 SuperLumin Nemesis Getting Started Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

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

Parallels Server 5 Bare Metal

Parallels Server 5 Bare Metal Parallels Server 5 Bare Metal Installation Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels

More information

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

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

More information

This Readme describes the NetIQ Access Manager 3.1 SP5 release.

This Readme describes the NetIQ Access Manager 3.1 SP5 release. NetIQ Access Manager 3.1 SP5 Readme January 2013 This Readme describes the NetIQ Access Manager 3.1 SP5 release. Section 1, What s New, on page 1 Section 2, Upgrading or Migrating to Access Manager 3.1

More information

Copyright 2016 NetLinkz. All Rights Reserved.

Copyright 2016 NetLinkz. All Rights Reserved. Link Connect Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language

More information

README.TXT

README.TXT README.TXT Adaptec Storage Manager as of August 29, 2006 Please review this file for important information about issues and erratas that were discovered after completion of the standard product documentation.

More information

Connectware Manager Getting Started Guide

Connectware Manager Getting Started Guide Connectware Manager Getting Started Guide 90000699_B 2004, 2005 Digi International Inc. Digi, Digi International, the Digi logo, the Digi Connectware log, the Making Device Networking Easy logo, Digi

More information

SANsurfer FC HBA Manager User s Guide

SANsurfer FC HBA Manager User s Guide ANsurfer FC HBA Manager User s Guide Management Tool for QLogic Fibre Channel Host Bus Adapters N0054651-00 A ANsurfer FC HBA Manager User s Guide Management Tool for QLogic Fibre Channel Host Bus Adapters

More information

Dell EMC OpenManage Installation and Management Release Notes

Dell EMC OpenManage Installation and Management Release Notes 2018-05 Dell EMC OpenManage Installation and Management Release Notes This document describes the new features, enhancements, and fixed issues in OpenManage Installation and Management 9.1.1 Topics: Release

More information

QLC FCode for 2Gb FC HBAs. Table of Contents

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

More information

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010

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

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Version: 6.2.x Written by: Product Documentation, R&D Date: January 2013 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact, and WebNow

More information

PRIMERGY BX900/BX400 Blade Server Systems

PRIMERGY BX900/BX400 Blade Server Systems Installation Guide PRIMERGY BX900/BX400 Blade Server Systems Fujitsu Converged Network Adapter (CNA) for Blade Systems 1.0 PRIMERGY CNA Mezzanine Card 10Gbit/s 2-port (MC-CNA102E) for BX9xx Server Blades

More information

Device Manager. Managing Devices CHAPTER

Device Manager. Managing Devices CHAPTER 2 CHAPTER This chapter describes how to perform routine device management tasks using the Administrator Console. It provides information on managing the devices within your Cisco VXC Manager environment.

More information

[ Quick Start Guide ]

[ Quick Start Guide ] [ Quick Start Guide ] QUICK START GUIDE INTELLIGENT STORAGE ROUTER INSTALLATION z isr6250 Purchasers of OEM products should consult with the OEM for support. Please feel free to contact your QLogic approved

More information

Overview. Borland VisiBroker 7.0

Overview. Borland VisiBroker 7.0 Overview Borland VisiBroker 7.0 Borland Software Corporation 20450 Stevens Creek Blvd., Suite 800 Cupertino, CA 95014 USA www.borland.com Refer to the file deploy.html for a complete list of files that

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Software Installation Reference

Software Installation Reference SANtricity Storage Manager 11.25 Software Installation Reference December 2016 215-09862_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use this guide... 6 Deciding on the

More information

Parallels Containers for Windows 6.0

Parallels Containers for Windows 6.0 Parallels Containers for Windows 6.0 Deploying Microsoft Clusters June 10, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse

More information

A3800 & A3600. Service Release SR2.1 Release Notes. A-Class. VTrak A-Class firmware version Clients

A3800 & A3600. Service Release SR2.1 Release Notes. A-Class. VTrak A-Class firmware version Clients VTrak A-Class A3800 & A3600 Service Release SR2.1 Release Notes A-Class VTrak A-Class firmware version 1.11.0000.00 Clients VTrak Mac Client Package 1.3.1 42009 VTrak Windows Client Package 1.3.0-40692

More information

Inside WebSphere Application Server

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

More information

Dell EMC OpenManage Installation and Management Release Notes

Dell EMC OpenManage Installation and Management Release Notes 2018-10 Dell EMC OpenManage Installation and Management Release Notes This document describes the new features, enhancements, and fixed issues in OpenManage Installation and Management 9.2 Topics: Release

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

EXPRESSBUILDER 3.005b-G Update Notes

EXPRESSBUILDER 3.005b-G Update Notes Express5800/320Lb Software Notes EXPRESSBUILDER 3.005b-G Update Notes Express5800/320Lb EXPRESSBUILDER 3.005b-G Update Notes Page 1 of 9 Proprietary Notice and Liability Disclaimer The information disclosed

More information

VMware ESX Server Software for Dell PowerEdge Servers. Deployment Guide. support.dell.com

VMware ESX Server Software for Dell PowerEdge Servers. Deployment Guide.   support.dell.com VMware ESX Server 2.5.1 Software for Dell PowerEdge Servers Deployment Guide www.dell.com support.dell.com VMware ESX Server 2.5.1 Software for Dell PowerEdge Servers Deployment Guide www.dell.com support.dell.com

More information

HP StorageWorks QLogic host bus adapters for x86 and x64 Linux and Windows and x86 NetWare release notes

HP StorageWorks QLogic host bus adapters for x86 and x64 Linux and Windows and x86 NetWare release notes HP StorageWorks QLogic host bus adapters for x86 and x64 Linux and Windows and x86 NetWare release notes Part number: AV-RSBNV-TE Twentieth edition: January 2007 Description These release notes contain

More information

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

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

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

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

Upgrade Tool Guide. July

Upgrade Tool Guide. July Upgrade Tool Guide July 2015 http://www.liveaction.com 4.X to 5.0 The Upgrade Guide from 4.X to 5.0 consists of three parts: Upgrading the LiveAction Server Upgrading the LiveAction Node Upgrading the

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for Linux" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

2008 Elluminate, Inc. All Rights Reserved. Installation Guide

2008 Elluminate, Inc. All Rights Reserved. Installation Guide 2008 Elluminate, Inc. All Rights Reserved. Installation Guide No part of this document may be reproduced or transmitted in any form by any means, electronic or mechanical, including photocopy, recording

More information

README.TXT

README.TXT README.TXT Adaptec Storage Manager (ASM) as of March 31, 2008 Please review this file for important information about issues and erratas that were discovered after completion of the standard product documentation.

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

[ Quick Start Guide ]

[ Quick Start Guide ] [ Quick Start Guide ] QUICK START GUIDE INTELLIGENT STORAGE ROUTER INSTALLATION z isr6200 Purchasers of OEM products should consult with the OEM for support. Please feel free to contact your QLogic approved

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

Java TM SE 7 Release Notes Microsoft Windows Installation (32-bit)

Java TM SE 7 Release Notes Microsoft Windows Installation (32-bit) » search tips Search Products and Technologies Technical Topics Join Sun Developer Network Java TM SE 7 Release Notes Microsoft Windows Installation (32-bit) System Requirements JDK Documentation See supported

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

Virtual Iron Software Release Notes

Virtual Iron Software Release Notes Virtual Iron Software Release Notes Virtual Iron Version 4.4 Copyright (c) 2008 Virtual Iron Software, Inc. 000082608R1 This information is the intellectual property of Virtual Iron Software, Inc. This

More information

ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options

ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options July 2017 The information in this document helps you to quickly and easily find the information related to various bundle features and

More information

Installing PowerPath. Invisible Body Tag

Installing PowerPath. Invisible Body Tag Invisible Body Tag 1 Installing PowerPath This chapter describes procedures to install and upgrade EMC PowerPath software on a Windows host. This chapter includes the following sections: Before you install...

More information

VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP

VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP RN-07939-001 _v5.0 through 5.2 January 2018 Release Notes TABLE OF CONTENTS Chapter 1. Release Notes... 1 Chapter 2. Validated Platforms...3 2.1. Supported NVIDIA

More information

PRACTICE-LABS User Guide

PRACTICE-LABS User Guide PRACTICE-LABS User Guide System requirements Microsoft Windows XP Sp2/Vista/7/8/2003/2008 Linux Redhat, Fedora, SuSE, Ubuntu Apple Mac OS X Minimum of 512Mb Ram (depending on OS) Minimum processor speed

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.2 Copyright 1993-2017 QlikTech International AB. All rights reserved. Copyright 1993-2017 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Tiger Client 2.8 Administration Guide

Tiger Client 2.8 Administration Guide Tiger Client 2.8 Administration Guide Install and Uninstall the Tiger Client Software.............. 2 Minimum System Requirements................... 2 Install the Tiger Client Driver.....................

More information

Using EonStor DS Series iscsi-host storage systems with VMware vsphere 5.x

Using EonStor DS Series iscsi-host storage systems with VMware vsphere 5.x Using EonStor DS Series iscsi-host storage systems with VMware vsphere 5.x Application notes Abstract These application notes explain configuration details for using Infortrend EonStor DS Series iscsi-host

More information

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Deploying Microsoft Clusters Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o

More information

Windows Host Utilities Installation and Setup Guide

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

More information