SANsurfer Pro Application Notes. Table of Contents

Size: px
Start display at page:

Download "SANsurfer Pro Application Notes. Table of Contents"

Transcription

1 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 HBA QLA2XXX) 2. SANsurfer Switch Manager Application Notes 3. SANsurfer iscsi HBA ManagerApplication Notes (iscsi HBA QLA4xxx) 3.1. SANsurfer iscsi HBA Manager Notes 3.2. SANsurfer iscsi HBA Manager Known Issues & Work Arounds 4. Contacting QLogic 1. SANsurfer FC HBA Manager Application Notes (Fibre Channel HBA QLA2XXX) For installation options and instructions, see the SANsurfer HBA Manager User's Guide. 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 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: /etc/hosts

2 Macintosh: /etc/hosts Solaris: /etc/hosts NetWare (Windows System's NetWare client): <install drive>:\\winnt\\system32\\drivers\\etc\\hosts In SANsurfer Pro, 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 Pro 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 O/S: 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. 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.

3 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 /etc/hosts 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 /etc/hosts.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. 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.

4 To run the IA32 SANsurfer Pro 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 Pro 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. 2. SANsurfer Switch Manager Application Notes SANbox firmware version 4.1 must be used in conjunction with SANsurfer Switch Manager and SANsurfer Performance Viewer. If you are upgrading a SANbox2 switch from a firmware version prior to 2.0, please consult the 2.0 release notes for upgrade information or contact QLogic Technical Support for assistance. CAUTION: Before downgrading to 1.3, back up the configuration. Downgrading SANbox2 firmware to 1.3.xx causes configuration data loss and the system flashes a 4-blink code on the Heartbeat LED. Visit the knowledge base section of our web site at or contact QLogic Technical Support for assistance. If you need to downgrade from 4.0 firmware to 3.0 firmware on a SANbox switch, please contact your QLogic approved reseller or QLogic Technical Support as noted in Contacting QLogic. When launching SANsurfer Switch Manager, the system might display an error message regarding your font settings such as "Cannot convert string monotype arial regular..." This is a configuration issue with the X Window System and does not affect the functionality of the GUI. The font path of the machine whose X- server is displaying the application needs to have a directory which either has the specified font (Arial) or a font alias to re-map it to another font. To overcome this, you could use the sdtfontadm utility at the root to add the /usr/openwin/lib/x11/ TrueType directory to the font path on the machine that is displaying SANsurfer Switch Manager (not the machine on which the application is executing). When running from a remote login, the font size used for the text in the Help file is too small to read. This is an X Window font configuration issue. Edit (or create) an.xdefaults file in your home dir (/ for root) and put the following lines in it: Netscape*documentFonts.xResolution*iso : 100 Netscape*documentFonts.yResolution*iso : 100 While these changes may provide a solution, in some cases it may not. In such cases, could resolve the small font size by modifying the font preferences in Netscape to Use my default fonts, overriding document specified fonts. If you execute SANsurfer Switch Manager on a UNIX system, put it in the background (SANsurfer_Switch_Manager &). Closing that window or terminal session kills the SANsurfer Switch Manager; therefore, do not run the SANsurfer Switch Manager as a background process if that window will later be closed. In the Network Properties dialog box, if you enter certain types of invalid IP addresses, Java may accept it and display it as a different address than what you entered. Entering valid IP addresses works correctly.

6 In the unusual case where changing the fabric causes the GUI to add or remove an item from an open menu, it might not be redrawn completely. To correct the problem, close and re-open the menu, or perform any other menu operation. In the SANsurfer Performance Viewer, maximizing multiple graphs may increase CPU utilization to 100%. To work around this issue, reduce the size of the graphs or increase the polling frequency in the Graphics -> Set Polling Frequency menu item. While running the embedded applet, if you change the IP address of the switch where the embedded applet resides, the embedded applet session (at the old IP address) will stop responding. To work around this issue, specify the new IP address for the embedded applet in a new browser window. 3. SANsurfer iscsi HBA ManagerApplication Notes (iscsi HBA QLA4xxx) 3.1. SANsurfer iscsi HBA Manager Notes For information on application instructions and options, review the application help by starting within the application or use a web browser to view the help file located in folders shown for your operating system: Windows: <install directory>\help\iscsi_help\iscsi_help.htm Unix: <install directory>/help/iscsi_help/iscsi_help.htm If the Target Settings Tab shows targets discovered by configuring a SendTargets host, you must delete the SendTargets host when deleting any of the targets to prevent them from reappearing on the next reset of the adapter. The default SANsurfer HBA Manager operation password is config. NOTE: Make sure to change this password after installation to ensure security. Changing the password requires the following for each platform: Windows: Username specified must be for an account in the administrator group on the system in which the agent is running. Linux: Username specified must be an account in both the adm and root groups on the system in which the agent is running. Currently there is a separate password setting in Non-Agent mode and Agent mode per host. Therefore changing one will not change the other. Before you can change the current SANblade Manager password, you need the shadow password option installed on your Linux machine. For example, on a Red Hat Linux, follow these steps to create /etc/shadow file: 1. Install shadow-utils rpm package from <Linux 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 administrator account password must not be blank when changing the SANblade Manager application password. This is a Windows 2003 security restriction. The SANsurfer iscsi 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 address MUST resolve to a host name to allow the connection to complete.

7 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: <SystemRoot>\\system32\\drivers\\etc\\hosts Linux: /etc/hosts Solaris: /etc/hosts When running SANsurfer iscsi HBA Manager and connecting to a remote Linux machine, you must modify the /etc/hosts 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 localhost line to the newly created line. For example: Initial: localhost runner.domain.com Modified: localhost runner.domain.com With Linux a new secure portmapper has been included. Add the statement portmap : ALL to the /etc/ hosts.allow file for remote communication to work properly between GUIs and agents. On systems where DNS is not set up properly and where there are no entries in the system hosts file for the hosts where SANsurfer iscsi HBA Manager iqagent is installed, host status alarms may not update the client GUI properly. The iscsi HBAs and iscsi HBA Driver must be correctly installed before the SANsurfer iscsi HBA Manager agent (iqlremote) can start successfully. If a system has multiple HBAs, and BIOS is desired, it is important to insure that ALL HBAs have firmware that supports BIOS. Fast!UTIL does not restrict configuration of HBAs that do not have current firmware. If the DHCP server is unavailable, it is recommended that the HBA be set to a fixed IP address. On Windows, if the above process does not work, you must disconnect the HBA network link must prior to updating to the fixed IP address, and then reconnect it after reconfiguring the HBA with the new IP Address. HBAs installed on Windows systems use a global Keep Alive Time Out per HBA. Individual target Keep Alive Time Out settings of targets on each HBA are ignored. Configure the HBA Global Keep Alive Time Out under HBA Options tab, Firmware sub tab, under the Configured Firmware Values. In rare cases, you must issue a manual Refresh more than once to update the display correctly. If a prompt appears, requesting you to disconnect from host, answer no and continue to wait for refresh to complete. Targets that do not have their bind flag set will not persist across save operations. All Targets that you wish to persist across save operations must have the bind flag set. TCP Timestamp should not be disabled in the firmware options to preserve full functionality.

8 Under Linux x64 (EM64T, AMD64), the IA32 SANsurfer Pro installer requires installation of the IA32 X11 libs and either the Compatible Architecture Development or the Compatible Architecture Support package. The IA32 X11 libs are included in the xorg-x11-libs-<version>.i386.el rpm. If the libs are missing the following exception will be displayed: 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 For example, an installation package with its dependent packages for the 2nd Red Hat install disk includes: xorg-x11-libs el.i386.rpm xorg-x11-mesa-libgl el.i386.rpm expat i386.rpm fontconfig i386.rpm freetype i386.rpm zlib i386.rpm On the Solaris 10 operating system, you must set the web browser location for online help needs to a location of an installed web browser. The default for Solaris 10 is: /usr/sfw/bin/mozilla In rare cases, when you restart the system in agent mode, the agent starts when the driver is still loading and not all HBAs are discovered initially. Refreshing the host on the GUI discovers any HBAs that the driver has presented since the initial startup of the agent or since the last refresh. SANsurfer iscsi HBA Manager does not support agent mode on systems that use the iscsi HBA NDIS (network) driver. For these systems, install only the GUI portion of SANsurfer iscsi HBA Manager on the local system, not the agent. In this configuration, the GUI communicates directly with the locally installed iscsi HBAs without an agent. The isns and SLP automatic target discovery process is a continuous discovery process. Targets do not always appear immediately after the features are enabled. Refreshing the HBAs on the host checks for currently discovered targets or, if wait 30 seconds to 2 minutes, the SANsurfer iscsi HBA Manager GUI automatically detects newly discovered targets and requests a refresh to update the information displayed in the GUI. To update the MTU/Jumbo Frames parameter on a 405x HBA and if the iscsi HBA NDIS (network) driver is installed, you must configure the MTU/Jumbo Frames parameter must using the SANsurfer iscsi HBA Manager, then reboot the system to ensure that the operating system uses the updated MTU value for the newtwork and NDIS drivers as well as the iscsi driver.

9 3.2. SANsurfer iscsi HBA Manager Known Issues & Work Arounds Issue / Problem Description When changing the HBA port subnet for systems using DHCP, you need to reset the DHCP option on GUI for to acquire new lease for a QLA4xxx. If the DHCP Server has a long lease time, the system does not acquire a new lease in a reasonable amount of time. The File Choosers in SANsurfer HBA Manager at times do not respond to double-click traversal of the file system. If multiple targets with an active session are deleted or a session is lost (for example by entering invalid CHAP entries), saving the HBA settings may fail. Disabling a Send Targets entry in the HBA Target Settings tab, generates invalid error messages: RPC Error or Save Target Settings Failed when performing a save. The save operation actually completes successfully. Work Around / Solution Reset the 40xx using the HBA level Options tab by clicking the Reset button. This resets the board and issues a new IP address. Select the directory and click the Open button to the right to navigate the directory or open a specific file. Delete or log out from targets one at a time if this occurs. To eliminate these invalid error messages, re-enable the Send Targets entry and save it or remove the Send Targets entry. The value displayed for MACEncodingErrorCount in the Statistics tab is not correct. Non-Agent Mode: In rare cases, if you select Refresh at a specific time during HostPolling, the display bar continues to show a refresh. Disconnect and Re-Connect to the host. During installation, if you select the option to remove a prior installed version of the application, then at times the uninstaller windows hide behind the current installation windows. When deleting and saving dynamic targets (ID >= 64) to persistent targets (ID < 64) without saving target settings between delete and save operations, any dynamic targets saved before deleting persistent target IDs will not persist across OS reboots. In rare cases when SANsurfer iscsi agent is busy, a Possible Loss of Communication popup window appears. Recommend the the popup be answered to not disconnect. In rare cases when using non-agent mode, SANsurfer iscsi may frequently request a refresh when none are needed. Under Target Settings tab, select Save Settings first to save all dynamic targets to persistent, then delete targets, and do a final Save Settings. Respond not to disconnect. Change the host polling interval to a larger value or turn off by setting it to zero. When performing a selective restore of firmware defaults (even when network parameters are not selected for default), the SLP DA address resets to Contacting QLogic Please visit QLogic's website ( On this site you will find product information, our latest drivers, and links for technical assistance if needed. Go to Top

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

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

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

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

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

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

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

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

American Dynamics RAID Storage System iscsi Software User s Manual

American Dynamics RAID Storage System iscsi Software User s Manual American Dynamics RAID Storage System iscsi Software User s Manual Release v2.0 April 2006 # /tmp/hello Hello, World! 3 + 4 = 7 How to Contact American Dynamics American Dynamics (800) 507-6268 or (561)

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

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

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

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

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

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

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

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

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

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

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

Getting Started with the Web Client

Getting Started with the Web Client Getting Started with the Web Client Getting Started with the Web Client The OmniVista Web Client for OmniVista 3.3 provides users access to basic versions of the OmniVista Locator, Notifications, and Topology

More information

Entrust. Discovery 2.4. Administration Guide. Document issue: 3.0. Date of issue: June 2014

Entrust. Discovery 2.4. Administration Guide. Document issue: 3.0. Date of issue: June 2014 Entrust Discovery 2.4 Administration Guide Document issue: 3.0 Date of issue: June 2014 Copyright 2010-2014 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of Entrust, Inc.

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

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

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

More information

QLogic 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

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

SonicWALL SSL VPN 2.5 Early Field Trial

SonicWALL SSL VPN 2.5 Early Field Trial Secure Remote Access Contents Platform Compatibility New Features Known Issues Resolved Issues Upgrading SonicWALL SSL VPN Software Procedures Related Technical Documentation Platform Compatibility The

More information

DSI Optimized Backup & Deduplication for VTL Installation & User Guide

DSI Optimized Backup & Deduplication for VTL Installation & User Guide DSI Optimized Backup & Deduplication for VTL Installation & User Guide Restore Virtualized Appliance Version 4 Dynamic Solutions International, LLC 373 Inverness Parkway Suite 110 Englewood, CO 80112 Phone:

More information

Broadband Router DC-202. User's Guide

Broadband Router DC-202. User's Guide Broadband Router DC-202 User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details...3 CHAPTER 2 INSTALLATION... 5 Requirements...

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

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

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

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

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

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 iscsi Boot for HP FlexFabric Adapters User Guide

QLogic iscsi Boot for HP FlexFabric Adapters User Guide QLogic iscsi Boot for HP FlexFabric Adapters User Guide Abstract This document is for the person who installs, administers, and troubleshoots servers and storage systems. HP assumes you are qualified in

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

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

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

iosphere Software Installation Guide for Version 3.3.4

iosphere Software Installation Guide for Version 3.3.4 Installation Guide iosphere Software Installation Guide for Version 3.3.4 English iosphere Software Installation Guide Version 3.3.4 iosphere Software 3.3.4 Installation Guide..........................................................

More information

Contents. Platform Compatibility. New Features. Secure Remote Access SonicWALL SSL VPN 2.5 Early Field Trial (EFT) for SSL-VPN 200

Contents. Platform Compatibility. New Features. Secure Remote Access SonicWALL SSL VPN 2.5 Early Field Trial (EFT) for SSL-VPN 200 Secure Remote Access SonicWALL SSL VPN 2.5 Early Field Trial (EFT) for SSL-VPN 200 Contents Platform Compatibility New Features Known Issues Resolved Issues Upgrading SonicWALL SSL VPN Software Procedures

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

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

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC ii Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband ADSL Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

10ZiG Manager Cloud Setup Guide

10ZiG Manager Cloud Setup Guide 10ZiG Manager Cloud Setup Guide Welcome to the 10ZiG Manager Cloud Setup guide. This guide will help you install all of the components within the 10ZiG Management suite. Please take note of the following

More information

User s Guide. Duralink Server Manager

User s Guide. Duralink Server Manager R User s Guide Duralink Server Manager R Adaptec, Inc. 691 South Milpitas Boulevard Milpitas, CA 95035 1997 Adaptec, Inc. All rights reserved. Adaptec, and the Adaptec logo are trademarks of Adaptec, Inc.

More information

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver LevelOne FBR-1416 1W, 4L 10/100 Mbps ADSL Router User s Manual Ver 1.00-0510 Table of Contents CHAPTER 1 INTRODUCTION... 1 FBR-1416 Features... 1 Package Contents... 3 Physical Details... 3 CHAPTER 2

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

Configuring and Using AMT on TS130. Lenovo ThinkServer

Configuring and Using AMT on TS130. Lenovo ThinkServer Lenovo ThinkServer August 31, 2011 Contents Overview... 3 Enabling and Configuring AMT on TS130... 3 Provisioning AMT on TS130 Using Manual Configuration Method... 4 AMT Configuration with Web Interface...

More information

Tiger Store 2.6 Release Notes

Tiger Store 2.6 Release Notes Fixed Known Issues...................... 2 Upgrading to Version 2.6.................. 2 Best Practices.......................... 3 New Known Issues...................... 6 Unresolved Known Issues..................

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

Industrial Ethernet Products Management Utility

Industrial Ethernet Products Management Utility Industrial Ethernet Products Management Utility Open-Vision User s Manual Version 1.1 April, 2013 ORing Industrial Networking Corp. 3F.,NO.542-2, Jhong-Jheng Rd.Sindian District, New Taipei City 23148

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

NDPS Gateway PS012-02

NDPS Gateway PS012-02 NDPS Gateway 2.5 4343-PS012-02 Foreword Welcome NDPS Gateway is software that controls printers and print jobs and checks their status in an NDPS (Novell Distributed Print Services) environment, the newest

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 3 1.1 Introduction to RAID.. 3 1.2 RAID Configurations Precautions 4 1.3 Installing Windows 8 / 8 64-bit / 7 / 7 64-bit / Vista / Vista

More information

Print Server. Quick Configuration Guide. Network Connectivity for Printers

Print Server. Quick Configuration Guide. Network Connectivity for Printers Print Server Quick Configuration Guide Network Connectivity for Printers 1 Features The DPO NIC enables printers to communicate over an Ethernet network with many different network operating systems, including

More information

Configuring Cisco UCS Server Pools and Policies

Configuring Cisco UCS Server Pools and Policies This chapter contains the following sections: Global Equipment Policies, page 1 UUID Pools, page 3 Server Pools, page 5 Management IP Pool, page 7 Boot Policy, page 8 Local Disk Configuration Policy, page

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Dell EMC ME4 Series Storage Systems. Release Notes

Dell EMC ME4 Series Storage Systems. Release Notes Dell EMC ME4 Series Storage Systems Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 4 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

V10.16 Unified Firmware Update. Release Notes & Installation Instructions

V10.16 Unified Firmware Update. Release Notes & Installation Instructions Intel Modular Server System MFSYS25V2 V10.16 Unified Firmware Update Release Notes & Installation Instructions RELEASE NOTES FOR: V10.16 A. RELEASE PACKAGE CONTENTS August 7, 2012 This section lists the

More information

Technical White Paper iscsi Boot November 11, 2004

Technical White Paper iscsi Boot November 11, 2004 Technical White Paper iscsi Boot November 11, 2004 SN0032004-00 Rev A 11/04 Page 1 of 12 Table of Contents I. Executive Summary...3 II. Booting The Basics...3 Booting Options...3 Boot Methods Pros and

More information

Symptom Condition / Workaround Issue Full domain name is not resolved by the RDP- ActiveX Client.

Symptom Condition / Workaround Issue Full domain name is not resolved by the RDP- ActiveX Client. Secure Remote Access Contents Platform Compatibility...1 Known Issues...1 Resolved Issues...3 Upgrading SonicOS SSL VPN Firmware Procedures...4 Related Technical Documentation...6 Platform Compatibility

More information

Connect the PC and Log into the GUI

Connect the PC and Log into the GUI CHAPTER 3 Connect the PC and Log into the GUI This chapter explains how to connect PCs and workstations to the Cisco ONS 15600 SDH and how to log into Cisco Transport Controller (CTC) software, which is

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

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX LevelOne Broadband Router FBR-1402TX FBR-1403TX User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 LevelOne Broadband Router Features... 1 Package Contents... 3 Physical Details...4 CHAPTER 2 INSTALLATION...

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

Configuring General Settings for the EN-4000

Configuring General Settings for the EN-4000 EN-4000 Reference Manual Document 4 Configuring General Settings for the EN-4000 T he EN-4000 is the newest member of Encore Networks family of routers. It provides wireless and cabled connections to a

More information

Upgrading the Cisco ONS CL to Release 7.0

Upgrading the Cisco ONS CL to Release 7.0 This document explains how to upgrade Cisco ONS 15310-CL Cisco Transport Controller (CTC) software from Release 5.x or Release 6.x to Release 7.0.x, or from Release 7.0.x to a later maintenance release

More information

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

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

More information

Recording Agent User Guide

Recording Agent User Guide Recording Agent User Guide Developed by New Rock Technologies, Inc., recording agent runs on Windows OS. It collects and manages, through Web GUI, recording files generated by the OM/WROC/MX series devices

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A HP StorageWorks Performance Advisor Installation Guide Version 1.7A notice Copyright 2002-2004 Hewlett-Packard Development Company, L.P. Edition 0402 Part Number B9369-96068 Hewlett-Packard Company makes

More information

OnCommand Unified Manager Installation and Setup Guide for Use with Core Package 5.2 and Host Package 1.3

OnCommand Unified Manager Installation and Setup Guide for Use with Core Package 5.2 and Host Package 1.3 IBM System Storage N series OnCommand Unified Manager Installation and Setup Guide for Use with Core Package 5.2 and Host Package 1.3 GA32-1020-03 Table of Contents 3 Contents Preface... 10 Supported

More information

readme.txt README.TXT

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

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

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

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

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

LevelOne Broadband Routers

LevelOne Broadband Routers LevelOne Broadband Routers FBR-1100TX FBR-1400TX FBR-1401TX FBR-1700TX User's Guide TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your LevelOne Broadband Router... 1 Package Contents... 4

More information

AVWorks. Installer/User Guide

AVWorks. Installer/User Guide AVWorks Installer/User Guide INSTRUCTIONS This symbol is intended to alert the user to the presence of important operating and maintenance (servicing) instructions in the literature accompanying the appliance.

More information

HP StorageWorks SmartStart EVA Storage 3.2 Release Notes

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

More information

Table of Contents. Keyspan:USB Server - User Manual

Table of Contents. Keyspan:USB Server - User Manual Table of Contents 1 Introduction Compatible USB Devices Connectivity to USB Devices Connectivity to Network Requirements What's Inside The Package 2 Installation Instructions Installing the USB Server

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

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

Copyright 2017 Softerra, Ltd. All rights reserved

Copyright 2017 Softerra, Ltd. All rights reserved Copyright 2017 Softerra, Ltd. All rights reserved Contents Introduction Security Considerations Installation Configuration Uninstallation Automated Bulk Enrollment Troubleshooting Introduction Adaxes Self-Service

More information

Tiger Store Release Notes

Tiger Store Release Notes What s New........................... 2 Fixed Known Issues...................... 2 Upgrading to Version 2.6.2................. 2 Best Practices.......................... 3 New Known Issues......................

More information

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.0 Embedded vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

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

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

Production Installation and Configuration. Openfiler NSA

Production Installation and Configuration. Openfiler NSA Production Installation and Configuration Openfiler NSA Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. OPENFILER INSTALLATION...

More information