EMC Fibre Channel with QLogic Host Bus Adapters in the Solaris Environment

Size: px
Start display at page:

Download "EMC Fibre Channel with QLogic Host Bus Adapters in the Solaris Environment"

Transcription

1 EMC Fibre Channel with QLogic Host Bus Adapters in the Solaris Environment AUGUST 2002 EMC Corporation 171 South Street Hopkinton, MA Corporate Headquarters: (508) , (800) 424-EMC2 Fax: (508) Service: (800) SVC-4EMC

2 Copyright EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED "AS IS." EMC CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. Trademark Information EMC 2, EMC, CLARiiON, MOSAIC:2000, Navisphere, and Symmetrix are registered trademarks and EMC Enterprise Storage, The Enterprise Storage Company, The EMC Effect, Access Logix, Connectrix, EDM, MirrorView, SDMS, SnapView, SnapView/IP, SRDF, TimeFinder, PowerPath, InfoMover, FarPoint, EMC Enterprise Storage Network, EMC Enterprise Storage Specialist, EMC Storage Logic, Universal Data Tone, E-Infostructure, and Celerra are trademarks of EMC Corporation. All other trademarks used herein are the property of their respective owners. ii EMC Fibre Channel with QLogic HBAs in Solaris Hosts

3 Contents Preface... v Chapter 1 Chapter 2 Installing and Configuring the HBA and Driver Planning Zoning and Connections in a Fabric Environment Installing the HBA Indentifying QLogic HBAs Installing the HBA Driver Installing a New Driver Installing a Driver Upgrade Driver-Related Issues Configuring Host Files QLogic Persistent Binding Implementation Setting QLogic Driver Configuration Variables Editing sd.conf to Add LUNs Editing /etc/system Partitioning and Labeling Devices Updating the HBA Fcode Symmetrix/Fabric Case Study Configuration File Entries Tips for Retrieving Entries in qla2200.conf Configuring a Boot Device on the EMC Storage Array Configuring a Symmetrix Boot Device Partitioning the Boot Device Creating Filesystems Installing a Bootblk Copying Required Files Modifying OpenBoot Symmetrix Fibre Channel with QLogic HBAs in Solaris Hosts iii

4 Contents Useful Monitor Commands Troubleshooting Configuring a CLARiiON Boot Device Booting From a Native Solaris Device Booting From an emcpower Device iv Symmetrix Fibre Channel with QLogic HBAs in Solaris Hosts

5 Preface Conventions Used in This Guide EMC uses the following conventions for notes, cautions, warnings, and danger notices. A note presents information that is important, but not hazard-related.! CAUTION A caution contains information essential to avoid data loss or damage to the system or equipment. The caution may apply to hardware or software. WARNING A warning contains information essential to avoid a hazard that can cause severe personal injury, death, or substantial property damage if you ignore the warning. DANGER A danger notice contains information essential to avoid a hazard that will cause severe personal injury, death, or substantial property damage if you ignore the message. Symmetrix Fibre Channel with QLogic HBAs in Solaris Hosts v

6 Preface Typographical Conventions EMC uses the following type style conventions in this guide: AVANT GARDE Keystrokes Palatino, bold Palatino, italic Dialog box, button, icon, and menu items in text Selections you can make from the user interface, including buttons, icons, options, and field names New terms or unique word usage in text Command line arguments when used in text Book titles Courier, italic Courier Arguments used in examples of command line syntax. System prompts and displays and specific filenames or complete paths. For example: working root directory [/user/emc]: c:\program Files\EMC\Symapi\db Courier, bold User entry. For example: symmpoll -p Options in command line syntax vi Symmetrix Fibre Channel with QLogic HBAs in Solaris Hosts

7 Invisible Body Tag 1 Installing and Configuring the HBA and Driver This chapter describes the procedures for installing an EMC-approved QLogic host bus adapter (HBA) into a Sun Solaris host environment and configuring the host for connection to an EMC storage array over Fibre Channel. This chapter contains the following sections: Planning Zoning and Connections in a Fabric Environment Installing the HBA Installing the HBA Driver Configuring Host Files Partitioning and Labeling Devices Updating the HBA Fcode Symmetrix/Fabric Case Study Installing and Configuring the HBA and Driver 1-1

8 1 Installing and Configuring the HBA and Driver Planning Zoning and Connections in a Fabric Environment Before setting up the hardware in a fabric configuration with an EMC storage array, you should plan for the connectivity and fan-in/fan-out topologies, including zoning and Access Logix (CLARiiON) or Volume Logix (Symmetrix) configuration. For more information, refer to these documents: Switch manufacturer s user documentation (Symmetrix) Volume Logix Product Guide, EMC P/N Connectrix 2 Gb/s Enterprise Storage Network System Planning Guide, EMC P/N Refer to Symmetrix/Fabric Case Study on page 1-25 for a Symmetrix planning example. 1-2 EMC Fibre Channel with QLogic HBAs in Solaris Hosts

9 Installing and Configuring the HBA and Driver 1 Installing the HBA Follow the instructions included with your adapter, including installation of all required Solaris system patches. The adapter installs into a single slot, and has no user-configurable jumpers or switches. Indentifying QLogic HBAs Each QLogic HBA is identified in the Solaris host by the driver instance number. An administrator can determine the mapping between the physical card and the driver instance X as follows: 1. Reboot the host with the -r option. 2. View the /var/adm/messages file and search for information similar to the following: Jun 16 15:48:02 losao067 qla2200: QLogic qla2200 Fibre Channel Driver v4.05 Instance: 3 Jun 16 15:48:04 losao067 qla2200: qla2200-hba3-adapter-node-name="200000e08b0035ec"; Jun 16 15:48:04 losao067 qla2200: qla2200-hba3-adapter-port-name="210000e08b0035ec"; Installing the HBA 1-3

10 1 Installing and Configuring the HBA and Driver Installing the HBA Driver Using the QLogic adapter with the Solaris operating system requires HBA I/O driver software. The driver functions at a layer below the Solaris SCSI driver to present Fibre Channel devices to the operating system as if they were standard SCSI devices. If an earlier version of the HBA port driver package is already installed on the server, you must remove it before installing the new version. The naming convention for the drivers, associated files, and messages is QLA; however, the Solaris SPARC driver supports standard QLogic PCI boards (QLAxxxx) and cpci boards (QCPxxxx). To install the driver: 1. Be sure you have the latest qualified driver software. If necessary, you can download the driver from the QLogic Web site. Refer to release notes provided with the driver for information that might be unique to new driver revisions. 2. The next step depends on the type of installation: Type of Installation Go to: New Installing a New Driver on page 1-4 Upgrade Installing a Driver Upgrade on page 1-7 Installing a New Driver Use the following procedure to load the driver from the QLogic CD-ROM, and perform a first-time install. 1. Log on to the system as a superuser. 2. From the root of the system, create a driver directory: mkdir qlogic_driver 3. Insert the QLogic CD-ROM. 1-4 EMC Fibre Channel with QLogic HBAs in Solaris Hosts

11 Installing and Configuring the HBA and Driver 1 4. Copy the appropriate driver package from the CD-ROM: If HBA is: Copy this package: To this dirctory: QLA2200F-EMC QLA2202FS-E QCP2202F-E QLA2300F-E-SP QLA2342-E-SP qla2200_pkg.z qla2300_pkg.z /qlogic_driver /qlogic_driver 5. Change to the /qlogic_driver directory; then uncompress the driver file: If HBA is: QLA2200F-EMC QLA2202FS-E QCP2202F-E QLA2300F-E-SP QLA2342-E-SP Enter: uncompress qla2200_pkg.z uncompress qla2300_pkg.z 6. Install the driver into the host: If HBA is: QLA2200F-EMC QLA2202FS-E QCP2202F-E QLA2300F-E-SP QLA2342-E-SP Enter: pkgadd -d qla2200_pkg pkgadd -d qla2300_pkg Installing the HBA Driver 1-5

12 1 Installing and Configuring the HBA and Driver A list of available packages appears, similar to this QLA2300 example: The following packages are available: 1 QLA QLogic QLA2300 driver (sparc) Solaris 2.6, Rev= QLA QLogic QLA2300 driver (sparc) Solaris 2.7, Rev= QLA QLogic QLA2300 driver (sparc) Solaris 2.8, Rev= QLSDMLIB QLogic SDM Library (sparc) Solaris 7-8-9, Rev QLSDMLIB6 QLogic SDM Library (sparc) Solaris 2.6, Rev scfx2-6 QLogic SANblade Control FX (for Solaris 2.6 and 2.7) (sparc) scfx2-8 QLogic SANblade Control FX (for Solaris 2.8 and 2.9) (sparc) 1.18 Select package(s) you wish to process (or 'all to process all packages). (default: all) [?,??,q]: Select an HBA driver and its associated SANblade Control FX GUI to install (for example: 2,6 or 3,7), and press ENTER. 7. You are prompted to select the directory into which the driver will be installed. For example: Processing package instance <QLA2200-3> from </qla2200> QLogic QLA2320 driver (sparc) Solaris 2.8, Rev=X.XX Copyright (c) , by QLogic Corporation. All rights reserved. Where do you want the driver object installed (default=/kernel/drv): Press ENTER to accept the default. 8. The pkgadd program performs a series of checks, then posts a script warning and asks whether to continue the installation. Example: This package contains scripts which will be executed with super-user permission during the process of installing this package. _ Do you want to continue with the installation of <QLA2xxx> [y,n,?] Type y and press ENTER to continue the driver installation. 1-6 EMC Fibre Channel with QLogic HBAs in Solaris Hosts

13 Installing and Configuring the HBA and Driver 1 9. The pkgadd program notifies you when the driver installation is complete. 10. Edit any necessary files as described under Configuring Host Files on page Reboot the host with the -r (reconfigure) option: reboot -- -r Installing a Driver Upgrade Use the following procedure to load the QLogic driver from the QLogic CD-ROM, and perform a Fibre Channel driver upgrade: 1. Log on to the system as a superuser. 2. Back up the appropriate files: If HBA is: QLA2200F-EMC QLA2202FS-E QCP2202F-E QLA2300F-E-SP QLA2342-E-SP Back up file: /kernel/drv/qla2200.conf /kernel/drv/qla2300.conf 3. Remove the old driver: a. The first step depends on the HBA and Solaris Operating System (OS): HBA: OS version: Enter: QLA2200F-EMC QLA2202FS-E QCP2202F-E QLA2300F-E-SP QLA2342-E-SP 2.6 pkgrm QLA pkgrm QLA pkgrm QLA pkgrm QLA pkgrm QLA pkgrm QLA b. Type y and press ENTER when prompted: Do you want to remove this package? Installing the HBA Driver 1-7

14 1 Installing and Configuring the HBA and Driver c. A message describes the driver and prompts you: Do you want to continue with the removal of this package [y,n,?,q] Type y and press ENTER. 4. From the root of the system, create a new driver directory: mkdir qlogic_driver 5. Insert the QLogic CD-ROM. 6. Copy the appropriate driver package from the CD-ROM: If HBA is: Copy this package: To this dirctory: QLA2200F-EMC QLA2202FS-E QCP2202F-E QLA2300F-E-SP QLA2342-E-SP qla2200_pkg.z qla2300_pkg.z /qlogic_driver /qlogic_driver 7. In the host, change to the /qlogic_driver directory; then uncompress the driver file: If HBA is: QLA2200F-EMC QLA2202FS-E QCP2202F-E QLA2300F-E-SP QLA2342-E-SP Enter: uncompress qla2200_pkg.z uncompress qla2300_pkg.z 8. Install the driver into the host: If HBA is: QLA2200F-EMC QLA2202FS-E QCP2202F-E QLA2300F-E-SP QLA2342-E-SP Enter: pkgadd -d qla2200_pkg pkgadd -d qla2300_pkg 1-8 EMC Fibre Channel with QLogic HBAs in Solaris Hosts

15 Installing and Configuring the HBA and Driver 1 A list of available packages appears, similar to this QLA2300 example: The following packages are available: 1 QLA QLogic QLA2300 driver (sparc) Solaris 2.6, Rev= QLA QLogic QLA2300 driver (sparc) Solaris 2.7, Rev= QLA QLogic QLA2300 driver (sparc) Solaris 2.8, Rev= QLSDMLIB QLogic SDM Library (sparc) Solaris 7-8-9, Rev QLSDMLIB6 QLogic SDM Library (sparc) Solaris 2.6, Rev scfx2-6 QLogic SANblade Control FX (for Solaris 2.6 and 2.7) (sparc) scfx2-8 QLogic SANblade Control FX (for Solaris 2.8 and 2.9) (sparc) 1.18 Select package(s) you wish to process (or 'all to process all packages). (default: all) [?,??,q]: Select an HBA driver and its associated SANblade Control FX GUI to install (for example: 2,6 or 3,7), and press ENTER. 9. You are prompted to select the directory into which the driver will be installed. For example: Processing package instance <QLA2200-3> from </qla2200> QLogic QLA2320 driver (sparc) Solaris 2.8, Rev=X.XX Copyright (c) , by QLogic Corporation. All rights reserved. Where do you want the driver object installed (default=/kernel/drv): 10. Press ENTER to accept the default. 11. The pkgadd program performs a series of checks, then posts a script warning and asks whether to continue the installation. 12. For example: This package contains scripts which will be executed with super-user permission during the process of installing this package. _ Do you want to continue with the installation of <QLA2xxx> [y,n,?] Type y and press ENTER to continue the driver installation. Installing the HBA Driver 1-9

16 1 Installing and Configuring the HBA and Driver 13. The pkgadd program notifies you when the driver installation is complete. 14. If you do not have any boot devices configured on the EMC storage array, go to step 15. If you have one or more boot devices configured on the EMC storage array, you must copy the binding information from the old qla2x00.conf file (that you backed up in step 2) to the new qla2x00.conf file, or you will not be able to access the GUI. Use any text editor to copy the binding information from one file to the other. 15. Edit any necessary files as described under Configuring Host Files on page Reboot the host with the -r (reconfigure) option: reboot -- -r Driver-Related Issues Note these issues (and resolutions) related to installing a QLogic adapter: Scenario 1 The server already contains a QLogic HBA that is controlled by the Sun ifp or qlc driver If the additional adapter is installed before installing the QLogic driver, both adapters will be initially controlled by the Sun ifp or qlc driver. When the QLogic driver is installed it will indicate that it is installed but has failed to attach. This is okay, since the driver will attach itself to the second adapter after a reboot with the reconfigure option (reboot -- -r). By default, each QLA2200 and QCP2202 adapter distributed by Sun has a PCI subsystem device ID of 0x2200. You must remove and reinstall the qlc driver using this default subsystem device ID if you do not want the qlc driver to attach to the adapters distributed by QLogic without the presence of the QLogic drivers. To do this, issue the following commands: rem_drv qlc add_drv -c fibre-channel -i "pci1077,2200" -n qlc 1-10 EMC Fibre Channel with QLogic HBAs in Solaris Hosts

17 Installing and Configuring the HBA and Driver 1 Scenario 2 The server has a QLA2200 built into the motherboard The Sun Fire 280R is an example of a server with a built-in adapter. If the built-in QLA2200 has PCI subsystem device IDs of 0x2200 (pci1077,2200), the following steps are recommended: a. Install the EMC-qualified QLA2200 driver into the host system. b. Halt the host system and power it off. c. Install the QLA2200 adapter(s). d. Boot the system with the reconfigure option (boot -rv). Installing the HBA Driver 1-11

18 1 Installing and Configuring the HBA and Driver Configuring Host Files Once the EMC storage array has devices assigned with device addresses and the directors have been switched on line, the host can see all the target storage array devices assigned to that host interface. Devices are presented to the host in the same manner as devices accessed through a standard SCSI interface. To insure smooth integration and maximum performance from the host and EMC storage array, you must edit these files: QLogic driver configuration file Refer to Setting QLogic Driver Configuration Variables on page Host sd driver configuration file sd.conf Refer to Editing sd.conf to Add LUNs on page System specification file /etc/system Refer to Editing /etc/system on page After editing the files, type reboot -- -r and press ENTER to reboot the host with the -r (reconfigure) option, which rebuilds the kernel and implements the changes. QLogic Persistent Binding Implementation This section applies only to fabric configurations. QLogic persistent binding is implemented through the file /kernel/drv/sd.conf and either the GUI or /kernel/drv/qla2200.conf (or qla2300.conf). The matching between the storage array port, the target ID, and the driver happens inside qla2200.conf (or qla2300.conf). Each mapping is considered a single property. The format for each binding entry must be followed by the HBA information. Each entry works as the mapping between the WWN of the HBA and the driver instance. Example: hba0-scsi-target-id-0-fibre-channel-node-name=" bbff7a9c"; hba0-scsi-target-id-0-fibre-channel-port-name=" bbff7a9c"; In this example: The X in hbax-scsi is the driver instance number of the HBA. This instance number corresponds to the instance entry inside the /etc/path_to_inst EMC Fibre Channel with QLogic HBAs in Solaris Hosts

19 Installing and Configuring the HBA and Driver 1 The Y in SCSI-target-id-Y is the device address, as in the following address: /dev/rdsk/c3tyd0s0. The fibre-channel-node-name and fibre-channel-port-name are the target WWNN and WWPN of the EMC storage array. On a Symmetrix console, this information can be found using the e2 command. The output is similar to the following example for Fibre Channel director port 13B: WWN WWN HI LOW / BBFF7A9C / BBFF7A9C The WWNN and WWPN of Symmetrix Fibre Channel port 13B are both BBFF7A9C. Multiple entries for the binding must be matched with the multiple distinct target ID, as in the following example: hba4-scsi-target-id-0-fibre-channel-node-name=" bbff7a80"; hba4-scsi-target-id-0-fibre-channel-port-name=" bbff7a80"; hba4-scsi-target-id-2-fibre-channel-node-name=" bbff7a9c"; hba4-scsi-target-id-2-fibre-channel-port-name=" bbff7a9c";! CAUTION If the HBA WWPN in the NVRAM is different from what specified inside qla2200.conf/qla2300.conf, the adapter will be assigned the NVRAM WWPN. The matching between the target ID and the LUNs happens inside /kernel/drv/sd.conf. Each of the entries represent a LUN Z, as in the device address: /dev/rdsk/c0t0dzs0. Because of the class="scsi" entries, the sd target driver will probe multiple adapters, even multiple adapters across multiple drivers (for example: isp, glm, fas). Configuring Host Files 1-13

20 1 Installing and Configuring the HBA and Driver Example: # # Copyright (c) 1992, by Sun Microsystems, Inc. # #ident "@(#)sd.conf /05/03 SMI" _ name="sd" class="scsi" target=0 lun=0; name="sd" class="scsi" target=0 lun=1; name="sd" class="scsi" target=0 lun=2; name="sd" class="scsi" target=0 lun=3; name="sd" class="scsi" target=0 lun=4; name="sd" class="scsi" target=0 lun=5; name="sd" class="scsi" target=0 lun=6; name="sd" class="scsi" target=0 lun=7; name="sd" class="scsi" target=0 lun=8; name="sd" class="scsi" target=0 lun=9; QLogic implements auto-binding at all times. To prevent the undesired effects of auto-binding, all targets must be bound to target IDs. Any target you do not want bound must be designated with a target ID that is not defined in sd.conf. Setting QLogic Driver Configuration Variables To edit the QLogic driver configuration variables, follow these steps: If this is a new installation of the GUI, you must reboot the host before you can open the GUI. 1. Open the QLogic SANblade Control FX Application (SANblade GUI): cd /opt/qlgic_corporation/sanblade_control_fx./scfx 2. Click the host name s pin located at the upper left of the SANblade GUI. 3. Click an adapter for which you want to set the variables; for example, Adapter 2200 (Instance #0). 4. At the Tab dialog, click HBA Options EMC Fibre Channel with QLogic HBAs in Solaris Hosts

21 Installing and Configuring the HBA and Driver 1 5. Under Select Parameter Section: a. Select Host Parameters, and set the variables according to the following table: Variable Connection Options Required Setting if No PowerPath or Veritas DMP FC-AL: Loop Only FC-SW: Point to Point Only Required Setting if PowerPath or Veritas DMP FC-AL: Loop Only FC-SW: Point to Point Only Port Down Retry Count FC-AL: 5 FC-SW: 30 FC-AL: 5 FC-SW: 30 Frame Size Execution Throttle Enable Fibre Channel Tape Support Disable Disable Enable Fibre Channel Confirm Disable Disable Data Rate (QLA23xx only) 2 - Auto-negotiate 2 - Auto-negotiate When finished, click Save. b. Select Advanced Host Parameters, and set the variables according to the following table: Variable Required Setting if No PowerPath or Veritas DMP Required Setting if PowerPath or Veritas DMP Persistent Plus New Enable Enable Persistent Targets Only Disable Disable Persistent Bind HBA Disable Disable Fast Error Reporting Disable Enable Link Down Error Disable Enable Extended Logging Enable Enable Loop Down Time Out 0 60 Enable Target Reset Disable Disable Enable Fast Command Posting Enable Enable Enable 4GB Addressing Disable Disable Maximum LUNs Per Target N/A N/A Configuring Host Files 1-15

22 1 Installing and Configuring the HBA and Driver When finished, click Save. c. Select Advanced Firmware Parameters, and set the variables according to the following table: Variable Required Setting if No PowerPath or Veritas DMP Required Setting if PowerPath or Veritas DMP Enable Adapter Hard Loop ID Enable Enable Hard Loop ID Enable LIP Full Login Enable Enable Login Retry Count FC-AL: 5 FC-SW: 10 FC-AL: 5 FC-SW: 10 Enable Class 2 Service Disable Disable Interrupt Delay Timer 0 0 Enable ACK0 Disable Disable Enable Read Transfer Ready Disable Disable Operation Mode No Multiple Responses No Multiple Responses When finished, click Save. 6. At the Tab dialog, click Target Setting. In the Target ID field, the user can bind the target device by any ID in the range When finished, click Save. Once the user saves the configuration, all targets that have the Bind column checked will be persistently bound in the configuration file /kernel/drv/qla2x00.conf. Example: hba0-scsi-target-id-1-fibre-channel-node-name=" c3a0d752"; hba0-scsi-target-id-1-fibre-channel-port-name=" c3a0d752"; 7. Repeat step 3 through 6 to set the variables of any other QLogic adapters. 8. On the SANblade Control FX main window File menu, select Exit to exit the QLogic SANblade Control FX GUI. Changes to the variables will not take effect until the host is rebooted EMC Fibre Channel with QLogic HBAs in Solaris Hosts

23 Installing and Configuring the HBA and Driver 1 Descriptions of the Driver Configuration Variables Here are the descriptions: Connection Options Defines the type of connection (loop or point-to-point) or connection preference. Port Down Retry Count Specifies the number of times the software retries a command to a port returning port down status. Frame Size Specifies the maximum frame length supported by the QLA2xxx adapter. Execution Throttle Specifies the maximum number of commands executing on any one port. When a port s execution throttle is reached, no new commands are executed until the current command finishes executing. Enable Fibre Channel Tape Support Enables/disables Fibre Channel tape support. Enable Fibre Channel Confirm Enables/disables the Fibre Channel Confirm option, which is used only in configurations that require Fibre Channel tape support. Data Rate determines the QLA23xx board data rate. Settings include: 1 GB/sec The QLA23xx board runs at 1 Gb/s. 2 GB/sec The QLA23xx board runs at 2 Gb/s. Auto-negotiate An attempt is made to determine what rate your system can accommodate. The rate is set based on the interrogation. Persistent Targets Plus New Reports to the OS the discovery of persistent bound and non-bound devices. If this field is checked and the configuration saved, it sets the persistent-binding-configuration parameter in the configuration file to 0. Persistent Targets Only Reports to the OS the discovery of persistent bound targets only. If this field is checked and the configuration saved, it sets the persistent-binding-configuration parameter in the configuration file to 1. This field is mutually exclusive with Persistent Targets Plus New (previous entry), meaning that only one of these can be selected at a time. Configuring Host Files 1-17

24 1 Installing and Configuring the HBA and Driver Persistent Bind HBA If set, the current HBA is bound in the configuration file. The application binds the HBA s OS instance number with the World Wide Node Name and World Wide Port Name of the HBA. Fast Error Reporting Enables/disables the ability of the OS to handle the rate at which errors are returned. Setting the field sets the value of the fast-error-reporting parameter in the configuration file to 1 (enabled), and vice versa. Link Down Error Disables the driver error reporting during link down conditions. Loop Down Timeout Specifies the amount of time the driver will wait for a Fibre Channel loop to come up before reporting the failure. Setting this field to small values may report transient errors that should be ignored. Enable Target Reset Enables the drivers to issue a Target Reset command to all devices on the loop when a SCSI Bus Reset command is issued. Enable Fast Command Posting Decreases command execution time by minimizing the number of interrupts. Enable 4GB addressing Should be enabled if the system has more than 4 GB of memory available. Maximum LUNs per Target Specifies the number of LUNs per target. Enable Adapter Hard Loop ID Forces the adapter to attempt to use the ID specified in the Hard Loop ID setting. Enable LIP full login Instructs the ISP chip to re-login to all ports after any loop initialization process (LIP). Enable Class 2 service Enables Class 2 service parameters to be provided during all automatic logins (loop ports). Enable ACK0 Determines the type of ACK used: Enabled = use sequence ACK. Disabled = use frame ACK. The Enable Class 2 Service setting must be enabled to use the Enable ACK0 setting. Enable Read Transfer Ready Is reserved. The default is Disabled EMC Fibre Channel with QLogic HBAs in Solaris Hosts

25 Installing and Configuring the HBA and Driver 1 Hard Loop ID Is an ID the adapter will attempt to use if Enable Adapter Hard Loop ID is enabled. Login Retry Count Specifies the number of times the software tries to log in to a device. Interrupt Delay Timer Specifies the time (in 100-microsecond increments) used by a timer to set the wait time between accessing (DMA) a set of handles and generating an interrupt. Operation Mode Specifies the reduced interrupt operation (RIO) modes, if supported by the software driver. RIO modes allow posting multiple command completions in a single interrupt. Editing sd.conf to Add LUNs Solaris maintains a configuration file named /kernel/drv/sd.conf, which lists all disks (LUNs) that a user may want to access. This file contains entries for LUN 0 only. As a result, you must edit the file to add entries for any LUNs with numbers greater than 0 that you will bind in the storage systems connected to the server. Before editing the current /kernel/drv/sd.conf file, make a copy of it just in case the file is lost or errors are made. When editing the file, follow these precautions: Do not delete any original data from this file; the Solaris operating system might not boot properly. Do not insert hidden format characters. The file is very sensitive to hidden format characters, and a misplaced tab or other formatting character can make all subsequent entries unreadable. Enter all LUN numbers as decimal numbers. Changes to sd.conf will not take effect until the host is rebooted. Devices accessed via Fibre Channel using the QLogic driver are addressed behind a single target ID with up to 256 LUNs. (This differs from existing SCSI device addressing, which might have multiple targets and LUNs.) In the standard EMC storage array device definition file, target 0 should have 256 LUNs, and all other targets (1 through 125) have a LUN 0 only. Edit sd.conf to list all targets and all LUNs that might be addressed. The Target ID needed to address a device is determined by the Fibre Channel Arbitrated Loop Physical Address (AL_PA). A Loop_ID of Configuring Host Files 1-19

26 1 Installing and Configuring the HBA and Driver 00 (AL_PA of EF) will have LUNs behind Target ID 0, Loop_ID 01 has LUNs on target ID 1, and so on. Since each Fibre Channel port can have only one loop ID (or AL_PA), all devices accessed through a port will have the same target ID. If you need to access existing devices that previously had multiple target IDs, be aware of changes required for raw device addressing. Your actual target/lun assignment will vary depending on unique system configuration requirements. Be sure that existing and new configurations are well documented before upgrading to Fibre Channel directors. Make sure that only the target=x lun=0 line is specified for any target ID that does not need LUN support. This decreases the time needed to reboot the system. Sample sd.conf file Here is an example of sd.conf: name= sd class= scsi target=0 lun=0; name= sd class= scsi target=0 lun=1;.. name= sd class= scsi target=0 lun=255; name= sd class= scsi target=1 lun=0; name= sd class= scsi target=2 lun=0;.. name= sd class= scsi target=125 lun=0; Device definition files are available on EMC s FTP server, ftp.emc.com, in /pub/elab/solaris. The file sd.conf.fibre is a device definition file for Fibre Channel devices. Change the file name to sd.conf and copy it to the /kernel/drv directory. Editing /etc/system Operation in a Solaris environment requires that some parameters in the file /etc/system first be modified, as described in this section. Changes to /etc/system will not take effect until the host is rebooted EMC Fibre Channel with QLogic HBAs in Solaris Hosts

27 Installing and Configuring the HBA and Driver 1 The modification to the parameter sd_max_throttle is required specifically for Fibre Channel. Other settings apply to both standard SCSI and Fibre Channel. 1. Type set sd:sd_max_throttle=20 and press ENTER. 2. Type set scsi_options = 0x7F8 and press ENTER. The bit meaning for scsi_options is as follows: Bit Mask Meaning 3 0x8 Disconnect enable 4 0x10 Link enable 5 0x20 Sync xfer enable 6 0x40 Parity support enable 7 0x80 Tag commands enable 8 0x100 Fast SCSI enable 9 0x200 Wide SCSI enable 10 0x400 Ultra SCSI enable Since /etc/system can also affect other disks in the system, consider the effects of implementing the scsi_options=0x7f8 mask on the other disks. If it is not set, EMC storage array operations will not benefit from these options. 3. The next step depends on whether the host will run PowerPath: If yes, add this line: set sd:sd_io_time = 0x3C If no, add this line: set sd:sd_io_time = 0x78 This setting prevents the host from issuing warning messages when non-disruptive operations are performed on the EMC storage array. Configuring Host Files 1-21

28 1 Installing and Configuring the HBA and Driver Partitioning and Labeling Devices Use the format command to partition and label new Fibre Channel devices. The devices will appear under /dev/dsk. To partition and label new devices: 1. At the root prompt, type format and press ENTER. The host searches for all disks and displays a list, placing all unlabeled disks at the beginning of the list. 2. At the Specify Disk prompt, enter the number of the first EMC drive. 3. The FORMAT MENU appears. At the format prompt, type label and press ENTER. 4. At the Disk not labeled. Label it now? prompt, type Y and press ENTER. 5. Type disk and press ENTER at the prompt to display a list of the disks. 6. Repeat steps 2 through 5 for each EMC storage array disk EMC Fibre Channel with QLogic HBAs in Solaris Hosts

29 Installing and Configuring the HBA and Driver 1 Updating the HBA Fcode Install the HBA driver before updating the HBA Fcode. To update the Fcode, follow these steps: 1. From the root of your system, create a directory from this list: HBA Model QLA2200F-EMC QCP2202F-E QLA2200FS-E QLA2300F-E-SP QLA2342-E-SP Directory Name QLA2200_Fcode QLA2200FS_Fcode QLA2300_Fcode 2. Copy the appropriate Fcode from the CD, as shown in the list below: If HBA is: Copy this Fcode file: to this directory: QLA2200F-EMC QCP2202F-E 2200fcode.tar.Z /QLA2200_Fcode QLA2202FS-E 2202sbusfcode.tar.Z /QLA2200FS_Fcode QLA2300F-E-SP 2300fcode.tar.Z /QLA2300_Fcode QLA2342-E-SP 2312fcode.tar.Z /QLA2300_Fcode 3. Go into the appropriate HBA directory; then uncompress and untar the Fcode file. 4. Open the QLogic SANblade Control FX Application (SANblade GUI) cd /opt/qlgic_corporation/sanblade_control_fx./scfx 5. Click the host name s pin that located at the upper left of the SANblade GUI. 6. Click the adapter on which you want to update the Fcode; for example, Adapter 2200 (Instance #0). Updating the HBA Fcode 1-23

30 1 Installing and Configuring the HBA and Driver 7. At the Tab dialog, click Utilities. 8. Enable Update Fcode. 9. Click Select Input File. 10. Enter the appropriate information: HBA Model Look in File name QLA2200F-EMC /QLA2200_Fcode ifp2200.prom QLA2202FS-E /QLA2200_Fcode 2202fs.prom QCP22002F-E /QLA2200_Fcode ifp2200.prom QLA2300F-E-SP /QLA2300_Fcode ifp2300.prom QLA2342-E-SP /QLA2300_Fcode ifp2312.prom 11. Click Open. The SANblade GUI displays Input File Selected:, similar to /QLA2200_Fcode/ifp2200.prom. 12. Click Update to update the Fcode. 13. Repeat step 6 through 12 for any other QLogic adapters. 14. On the SANblade Control FX main window File menu, select Exit to exit the QLogic SANblade Control FX GUI. 15. Reboot the host with reconfigure (-r) option: reboot -- -r 1-24 EMC Fibre Channel with QLogic HBAs in Solaris Hosts

31 Installing and Configuring the HBA and Driver 1 Symmetrix/Fabric Case Study This case study incorporates all of the information for the persistent binding setup and the host configuration files. The study consists of an environment that includes four Sun servers connected through an EMC Connectrix Enterprise Director to six Symmetrix Fibre Channel director ports, as shown in the following figure and table. Host 1 qla2200 Host 2 qla2201 qla2202 Fabric Switch FA3a FA3b Target 0 Target 1 Symmetrix LUNs 0-3 LUNs 4-8 LUNs 0-5 Host 3 Host 4 qla2200 qla2200 qla2201 qla2202 FA15b FA14a FA14b FA15a Target 0 Target 16 Target 17 Target 18 LUNs 0-4 LUNs 5-10 LUNs LUNs LUNs Symmetrix/Fabric Case Study 1-25

32 1 Installing and Configuring the HBA and Driver Configuration Example Host HBA FA Target LUNs Zone Volume Logix Device Fan-in Host 1 QLA2200 3a x80 0x83 3b x90 0x95 Fan-out Host 2 QLA2201 1a x34 0x38 QLA x39 0x45 Multiple host fan-in Host 3 QLA2200 3a x84 0x88 PowerPath Host 4 QLA a x100 0x17f QLA b QLA a As shown in the figure and table, the recommended zoning is HBA-based zoning using the WWPN of the HBA and the Symmetrix. HBA-based zoning includes only one HBA port and single/multiple target ports per zone. For further information on zoning, refer to the Connectrix Enterprise Network System Planning Guide. Volume Logix requires an available Symmetrix device as the gatekeeper for administration on a particular host. Any of the hosts in the example may contain a gatekeeper, which must be assigned in /kernel/drv/sd.conf. Any of the devices defined in the gatekeeper must be mapped to the certain LUN number associated with the Symmetrix port; for example, device 0x80 LUN 0 of FA 3A. For further information on Volume Logix, refer to the Volume Logix Product Guide. The switch zoning must coincide with Volume Logix mapping to allow probing any Symmetrix devices. Such planning as that shown in the table can help present a complete picture before setting up the persistent binding EMC Fibre Channel with QLogic HBAs in Solaris Hosts

33 Installing and Configuring the HBA and Driver 1 Configuration File Entries Host 1 Following are the configuration file entries for each server in the case study. In /kernel/drv/qla2200.conf: hba0-scsi-target-id-0-fibre-channel-node-name=" bbff7a82"; hba0-scsi-target-id-0-fibre-channel-port-name=" bbff7a82"; hba0-scsi-target-id-1-fibre-channel-node-name=" bbff7a92"; hba0-scsi-target-id-1-fibre-channel-port-name=" bbff7a92"; In /kernel/drv/sd.conf: name="sd" class="scsi" target=0 lun=0; name="sd" class="scsi" target=0 lun=1; name="sd" class="scsi" target=0 lun=2; name="sd" class="scsi" target=0 lun=3; name="sd" class="scsi" target=1 lun=0; name="sd" class="scsi" target=1 lun=1; name="sd" class="scsi" target=1 lun=2; name="sd" class="scsi" target=1 lun=3; name="sd" class="scsi" target=1 lun=4; name="sd" class="scsi" target=1 lun=5; Host 2 In /kernel/drv/qla2200.conf: hba1-scsi-target-id-0-fibre-channel-node-name=" bbff7a9e"; hba1-scsi-target-id-0-fibre-channel-port-name=" bbff7a9e"; hba2-scsi-target-id-0-fibre-channel-node-name=" bbff7a9e"; hba2-scsi-target-id-0-fibre-channel-port-name=" bbff7a9e"; In /kernel/drv/sd.conf: name="sd" class="scsi" target=0 lun=0; name="sd" class="scsi" target=0 lun=1; name="sd" class="scsi" target=0 lun=2; name="sd" class="scsi" target=0 lun=3; name="sd" class="scsi" target=0 lun=4; name="sd" class="scsi" target=0 lun=5; name="sd" class="scsi" target=0 lun=6; name="sd" class="scsi" target=0 lun=7; name="sd" class="scsi" target=0 lun=8; name="sd" class="scsi" target=0 lun=9; name="sd" class="scsi" target=0 lun=10; Host 3 In /kernel/drv/qla2200.conf: hba1-scsi-target-id-0-fibre-channel-node-name=" bbff7a82"; hba1-scsi-target-id-0-fibre-channel-port-name=" bbff7a82"; Symmetrix/Fabric Case Study 1-27

34 1 Installing and Configuring the HBA and Driver In /kernel/drv/sd.conf: name="sd" class="scsi" target=0 lun=4; name="sd" class="scsi" target=0 lun=5; name="sd" class="scsi" target=0 lun=6; name="sd" class="scsi" target=0 lun=7; name="sd" class="scsi" target=0 lun=8; Host 4 In /kernel/drv/qla2200.conf: hba0-scsi-target-id-16-fibre-channel-node-name=" bbff7a8d"; hba0-scsi-target-id-16-fibre-channel-port-name=" bbff7a8d"; hba1-scsi-target-id-17-fibre-channel-node-name=" bbff7a9d"; hba1-scsi-target-id-17-fibre-channel-port-name=" bbff7a9d"; hba2-scsi-target-id-18-fibre-channel-node-name=" bbff7a8e"; hba2-scsi-target-id-18-fibre-channel-port-name=" bbff7a8e"; In /kernel/drv/sd.conf: name="sd" class="scsi" target=16 lun=0; name="sd" class="scsi" target=16 lun=1; name="sd" class="scsi" target=16 lun=127; name="sd" class="scsi" target=17 lun=0; name="sd" class="scsi" target=17 lun=1; name="sd" class="scsi" target=17 lun=127; name="sd" class="scsi" target=18 lun=0; name="sd" class="scsi" target=18 lun=1; name="sd" class="scsi" target=18 lun=127; 1-28 EMC Fibre Channel with QLogic HBAs in Solaris Hosts

35 Installing and Configuring the HBA and Driver 1 Tips for Retrieving Entries in qla2200.conf You can retrieve the hbax-adapter- information by issuing the following commands: cat /var/adm/messages /usr/bin/grep qla2200-hba /usr/bin/sed -e \ s/.*qla2200-// >> /kernel/drv/qla2200.conf Information similar to the following will be appended to /kernel/drv/qla2200.conf: hba0-adapter-node-name="200000e08b0004c5"; hba0-adapter-port-name="200000e08b0004c5"; hba0-scsi-target-id-12-fibre-channel-node-name=" bbff7a82"; hba0-scsi-target-id-12-fibre-channel-port-name=" bbff7a82"; Symmetrix/Fabric Case Study 1-29

36 1 Installing and Configuring the HBA and Driver 1-30 EMC Fibre Channel with QLogic HBAs in Solaris Hosts

37 Invisible Body Tag 2 Configuring a Boot Device on the EMC Storage Array EMC supports booting Solaris from the storage array through an EMC-qualified QLogic Fibre Channel HBA. (Refer to the EMC Support Matrix for specific HBAs and drivers.) This chapter contains the following sections: Configuring a Symmetrix Boot Device Configuring a CLARiiON Boot Device Configuring a Boot Device on the EMC Storage Array 2-1

38 2 Configuring a Boot Device on the EMC Storage Array Configuring a Symmetrix Boot Device Partitioning the Boot Device 1. Use the format command to verify that the sizes of the partitions on the Symmetrix device chosen for the Solaris installation are large enough to copy the current OS partitions. Examine the partitions of the host source drive where the current OS resides: a. At the %> prompt, type format and press ENTER. b. When prompted choose disk 0, press ENTER. c. At the fomat> prompt, type partition and press ENTER. d. At the partition> prompt, type print and press ENTER. Sample output: Part Tag root swap backup unassigned unassigned unassigned usr home Flag wm wm um wm wm wm wm wm Cylinders Size MB MB 2.12GB MB 1.28GB 2. Select the Symmetrix device on which to install the Solaris operating system as follows: a. At the partition prompt, type quit and press ENTER to return to the format menu. b. At the format prompt, type disk and press ENTER. c. Information similar to the following appears: AVAILABLE SELECTIONS c0t0d0 <SUN4,2G cyl 3880 alt 2 hd 16 sec 135> /pci@1f,4000/scsi@3/sd@0,0 2. c3t0d0 <EMC-SYMMETRIX-5265 cyl 4088 alt 2 hd 15 sec 64> /pci@1f,4000/qlgc,qla@4/sd@0,0... specify disk (enter its number): Type 1 and press ENTER. 2-2 Symmetrix Fibre Channel with QLogic HBAs in Solaris Hosts

39 Configuring a Boot Device on the EMC Storage Array 2 Important: Make sure your Symmetrix device path has the form /pci/qlgc,qla. If the path has the form /pci/scsi, you must down load Fcode again and then reboot the system with the command reboot -- -rv. 3. Repartition the Symmetrix device (if necessary) to model the partition information from the host source drive in order to match the drive configuration: a. At the format prompt, type partition and press ENTER. a. At the partition prompt, type modify and press ENTER. b. After the partition in the Symmetrix device has been created, type modify and press ENTER at the format prompt. Creating Filesystems Create filesystems on the required partitions in the designated Symmetrix Boot device. Below is an example in which the OS is being copied to a Symmetrix device of Target 0 LUN 0 on controller 2: newfs /dev/rdsk/c3t0d0s0 newfs /dev/rdsk/c3t0d0s6 newfs /dev/rdsk/c3t0d0s7 To use a different Symmetrix Device, change t0 to t<symmetrix Device target number>. To use a different controller, change c3 to c<controller number>. You must create both the root partition (slice 0) and the /usr partition (slice 6). You should also create other partitions (/export/home, /var, /opt) to mirror the current layout. Use the newfs command to create the filesystems. Installing a Bootblk Install a bootblk (the information required by the host to boot the operating system) on the root partition of the Symmetrix boot device. 1. Use the uname -a command to determine the architecture of the workstation. This determines the directory in /usr/platform where the bootblk will be found. The example below gives sun4u as the architecture, and subdirectory for /usr/platform. Example: At the %> prompt, type uname -a and press ENTER to display a line similar to the following: SunOS patriot 5.8 Generic_ sun4u Sparc SUNW,Ultra-60 Configuring a Symmetrix Boot Device 2-3

40 2 Configuring a Boot Device on the EMC Storage Array 2. At the %> prompt, enter the following to install a bootblk onto the Symmetrix boot device: /usr/sbin/installboot /usr/platform/sun4u/lib/fs/ufs/bootblk /dev/rdsk/ c<controller number>t<symmetrix device target number>d0s0 For example, entering the following installs a bootblk onto a boot device of Target 0 LUN 0 on controller 1: /usr/sbin/installboot /usr/platform/sun4u/lib/fs/ufs/bootblk /dev/rdsk/c1t0d0s0 Note the information about the boot device s path. This information will be useful later, in the procedure for modifying OpenBoot. In the example above, your boot device s path is /pci@1f,4000/qlgc,qla@4/sd@0,0. Copying Required Files Use ufsdump and ufsrestore to copy the required files and directories from the host source drive to the Symmetrix boot device. 1. At the %> prompt, type mount /dev/dsk/c3t0d0s0 /mnt and press ENTER to mounts the root directory of the Symmetrix device to /mnt. 2. Use the ufsdump command to create the required directory structure on the new Symmetrix device and copy the files. Below is an example where the current operating system is located on /dev/dsk/c0t0d0. Example: At the %> prompt, type the following and press ENTER: ufsdump 0f - /dev/dsk/c0t0d0s0 ( cd /mnt; ufsrestore rf - ) When the above command completes, the Symmetrix device (c1t0d0s0) will have the complete image of the root partition. 3. In the /mnt/etc directory update the vfstab file to indicate the Symmetrix boot device address to be mounted during boot. Modify all partitions that will be located on the Symmetrix boot device. a. At the %> prompt, type cd /mnt/etc and press ENTER. b. At the %> prompt, type vi vfstab and press ENTER. 2-4 Symmetrix Fibre Channel with QLogic HBAs in Solaris Hosts

41 Configuring a Boot Device on the EMC Storage Array 2 Example Before modification: #device device mount FS fsck mount mount #to mount to fsck point type pass at boot options # /dev/dsk/c0t0d0s1 - - swap - no - /dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0 / ufs 1 no - /dev/dsk/c0t0d0s6 /dev/rdsk/c0t0d0s6 /usr ufs 1 no - swap - /tmp tmpfs - yes - Example After modification: #device device mount FS fsck mount mount #to mount to fsck point type pass at boot options # /dev/dsk/c1t3d0s1 - - swap - no - /dev/dsk/c1t3d0s0 /dev/rdsk/c1t2d0s0 / ufs 1 no - /dev/dsk/c1t3d0s6 /dev/rdsk/c1t2d0s6 /usr ufs 1 no - swap - /tmp tmpfs - yes - To increase system performance, you can leave the swap partition on the internal boot drive by leaving the fourth line (/dev/dsk/c0t0d0s1 - - swap- no -) unchanged. 4. At the %> prompt, type umount /mnt and press ENTER to unmount the root partition. 5. Repeat steps 1, 2, and 4 for the /usr partition. In the current root directory: a. At the %> prompt, type mount /dev/dsk/c3t0d0s6 /mnt and press ENTER. b. At the %> prompt, type the following and press ENTER: ufsdump 0f - /dev/dsk/c0t0d0s6 ( cd /mnt; ufsrestore rf -) c. At the %> prompt, type umount /mnt and press ENTER. 6. Repeat steps 1, 2, and 4 for any other partitions to be mounted from the Symmetrix boot device. Configuring a Symmetrix Boot Device 2-5

42 2 Configuring a Boot Device on the EMC Storage Array Modifying OpenBoot Follow this procedure to modify OpenBoot: 1. Halt the system and issue a reset to get to the OpenBoot environment: a. At the %> prompt, type halt and press ENTER. b. At the OK> prompt, type setenv auto-boot? false and press ENTER, so the system will display the OK> prompt after reset. c. At the OK> prompt, type reset-all and press ENTER. 2. For the intended (target) Fibre Channel boot HBA, set the topology for arbitrated loop: a. At the OK> prompt, type "<HBA-path>" select-dev and press ENTER to select the HBA. Example: Suppose the path to your boot disk is /pci@1f,4000/qlgc,qla@1/sd@0,0 Type " /pci@1f,4000/qlgc,qla@1" select-dev and press ENTER b. At the OK> prompt, type 0 set-connection-mode and press ENTER to set the HBA s topology to Loop Only. The result is similar to this: Calculating NVRAM checksum, please wait done Current HBA connection mode:0 - Loop Only. _ Possible connection mode choices: 0 - Loop Only 1 - Point-to-point only. 2 - Loop preferred, otherwise point-to-point 3 - Point-to-point preferred, otherwise loop 3. Set the adapter-loopid of your HBA to be different from the adapter-loopids of all other Symmetrix Fibre Channel directors in the loop. EMC recommends setting your adapter-loopid to the same value as the Hard Loop ID parameter that you defined when setting the driver configuration variables. (Refer to Setting QLogic Driver Configuration Variables on page 1-14.) 2-6 Symmetrix Fibre Channel with QLogic HBAs in Solaris Hosts

43 Configuring a Boot Device on the EMC Storage Array 2 Example: To set your adapter-loopid to 125 (0x7d), at the ok prompt type 7d set-adapter-loopid and press ENTER. The result is similar to this: Calculating NVRAM checksum, please wait... done Adapter loopid -7d 4. Reset the system for the new HBA topology and adapter-loopid setting to take effect: reset-all 5. Set up the boot-id for your boot HBA. a. At the OK> prompt, type "<HBA-path>" select-dev and press ENTER to select the HBA. Example: " /pci@1f,4000/qlgc,qla@1" select-dev The result is similar to this: QLogic QLA2200 Fibre Channel Host Adapter Fcode version /03/01 Loading QLA2200 firmware - version Waiting for Fibre Channel link up. - link is up b.at the OK> prompt, type show-children and press ENTER to display the Symmetrix WWN and loop ID of the boot disk. The result is similar to this: ********************** Local Loop Devices *********************** Adapter loopid - 7d Device AL-PA loopid 0 Hard-addr 0 Port WWN c3a0d833 Lun 0 DISK EMC SYMMETRIX 5567 Lun 1 DISK EMC SYMMETRIX 5567 Lun 2 DISK EMC SYMMETRIX Write down the WWN, loopid, and Lun of the boot device. c. At the OK> prompt, set up the boot ID, by typing: <WWN> <TargetId> <Lun> set-boot-id and pressing ENTER Example: c3a0d set-boot-id Configuring a Symmetrix Boot Device 2-7

EMC Fibre Channel with QLogic Host Bus Adapters in the Solaris Environment

EMC Fibre Channel with QLogic Host Bus Adapters in the Solaris Environment EMC Fibre Channel with QLogic Host Bus Adapters in the Solaris Environment P/N 300-001-163 REV A01 SEPTEMBER 2003 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508 -435-1000 www.emc.com

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

EMC Fibre Channel with QLogic Host Bus Adapters in the NetWare Environment

EMC Fibre Channel with QLogic Host Bus Adapters in the NetWare Environment EMC Fibre Channel with QLogic Host Bus Adapters in the NetWare Environment P/N 300-001-162 REV A03 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508 -435-1000 www.emc.com Copyright

More information

EMC Fibre Channel with Emulex Host Bus Adapters in the Solaris Environment

EMC Fibre Channel with Emulex Host Bus Adapters in the Solaris Environment EMC Fibre Channel with Emulex Host Bus Adapters in the Solaris Environment P/N 300-001-156 REV A11 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

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

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

More information

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

EMC Fibre Channel with QLogic Host Bus Adapters in the Windows Environment

EMC Fibre Channel with QLogic Host Bus Adapters in the Windows Environment EMC Fibre Channel with QLogic Host Bus Adapters in the Windows Environment P/N 300-001-164 REV A07 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508 -435-1000 www.emc.com Copyright

More information

SANblade 2200 Series User s Guide

SANblade 2200 Series User s Guide Q Simplify SANblade 22 Series User s Guide 1-Gb Fibre Channel to cpci and SBus Host Bus Adapters CF225112- C Page i SANblade 22 Series User s Guide 1-Gb Fibre Channel to cpci and SBus Host Bus Adapters

More information

EMC Navisphere Server Software for Solaris ADMINISTRATOR S GUIDE. EMC Enterprise Storage

EMC Navisphere Server Software for Solaris ADMINISTRATOR S GUIDE. EMC Enterprise Storage EMC Enterprise Storage EMC Navisphere Server Software for Solaris ADMINISTRATOR S GUIDE P/N 069001068-01 EMC Corporation 171 South Street, Hopkinton, MA 01748-9103 Corporate Headquarters: (508) 435-1000,

More information

Release Notes P/N REV A03 January 3, 2006

Release Notes P/N REV A03 January 3, 2006 Sun StorEdge Traffic Manager for CLARiiON Release Notes P/N 300-002-978 REV A03 January 3, 2006 These release notes contain supplemental information about Sun StorEdge Traffic Manager for CLARiiON storage

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

Multi-boot Image for 8Gb FC HBAs. Table of Contents

Multi-boot Image for 8Gb FC HBAs. Table of Contents Multi-boot Image for 8Gb FC HBAs This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. 1. Package Contents 2. 8Gb BIOS 2.1 BIOS Package Contents 2.2 Supported

More information

Multi-boot Image for 8Gb Fibre Channel Adapters. Table of Contents

Multi-boot Image for 8Gb Fibre Channel Adapters. Table of Contents Multi-boot Image for 8Gb Fibre Channel Adapters This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. 1. Package Contents 2. 8Gb BIOS 2.1 BIOS Package Contents

More information

EMC CLARiiON Server Support Products for Windows INSTALLATION GUIDE P/N REV A05

EMC CLARiiON Server Support Products for Windows INSTALLATION GUIDE P/N REV A05 EMC CLARiiON Server Support Products for Windows INSTALLATION GUIDE P/N 300-002-038 REV A05 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2006

More information

Multi-boot Image for 4Gb FC HBAs. Table of Contents

Multi-boot Image for 4Gb FC HBAs. Table of Contents Multi-boot Image for 4Gb FC HBAs This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. 1. Package Contents 2. 4Gb BIOS 2.1 BIOS Package Contents 2.2 Supported

More information

Multi-boot Image for 4Gb Fibre Channel Adapters. Table of Contents

Multi-boot Image for 4Gb Fibre Channel Adapters. Table of Contents Multi-boot Image for 4Gb Fibre Channel Adapters This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. 4Gb BIOS 2.1 BIOS

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

Multi-boot Image for 2500 Series Fibre Channel Adapters. Table of Contents

Multi-boot Image for 2500 Series Fibre Channel Adapters. Table of Contents Multi-boot Image for 2500 Series Fibre Channel Adapters QLogic Corporation All rights reserved Table of Contents 1 Package Contents 1.1 Updating the Multi-Boot Image 2 BIOS 2.1 Supported Features 2.2 Fibre

More information

Appendix A Fast!UTIL

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

More information

Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise

Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February 2009 SPARC Enterprise Preface Preface Purpose This book provides you with procedures to construct the environment

More information

Disks & File Systems. Dick Gillman, ITSS. 1/19/06 10:20:11 am docs/disks.sxi

Disks & File Systems. Dick Gillman, ITSS. 1/19/06 10:20:11 am docs/disks.sxi Disks & File Systems Dick Gillman, ITSS 1/19/06 10:20:11 am docs/disks.sxi IDE and SCSI most lower end systems come with IDE SCSI better performance choose system with SCSI for servers Checklist for new

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

EMC Fibre Channel and iscsi with QLogic Host Bus Adapters in the Windows Environment

EMC Fibre Channel and iscsi with QLogic Host Bus Adapters in the Windows Environment EMC Fibre Channel and iscsi with QLogic Host Bus Adapters in the Windows Environment P/N 300-001-164 REV A09 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508 -435-1000 www.emc.com

More information

EMC SAN Copy Command Line Interfaces

EMC SAN Copy Command Line Interfaces EMC SAN Copy Command Line Interfaces REFERENCE P/N 069001189 REV A13 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2006-2008 EMC Corporation. All

More information

Administration Supplement for Solaris Platforms

Administration Supplement for Solaris Platforms Administration Supplement for Solaris Platforms 2550 Garcia Avenue Mountain View, CA 94043 U.S.A. A Sun Microsystems, Inc. Business 1994 Sun Microsystems, Inc. 2550 Garcia Avenue, Mountain View, California

More information

Dell Compellent Volume Expansion with Solaris 10 UFS. Technical Tip

Dell Compellent Volume Expansion with Solaris 10 UFS. Technical Tip Dell Compellent Volume Expansion with Solaris 10 UFS Technical Tip Page 2 Document revision Date Revision Comments 8/30/2011 A Initial Draft 10/14/2011 B Fixed Some Typos THIS TECHNICAL TIP IS FOR INFORMATIONAL

More information

Alternative Boot Solutions

Alternative Boot Solutions CHAPTER 4 Alternative Boot Solutions Using a software disk manager is a popular solution for maintaining high availability for /boot/root/swap. However, alternatives exist that are commonly unknown or

More information

EMC ControlCenter Navisphere Analyzer ADMINISTRATOR S GUIDE. Version 6.X P/N REV A01

EMC ControlCenter Navisphere Analyzer ADMINISTRATOR S GUIDE. Version 6.X P/N REV A01 EMC ControlCenter Navisphere Analyzer Version 6.X ADMINISTRATOR S GUIDE P/N 069001158 REV A01 Copyright EMC Corporation 2002. All rights reserved. Printed July, 2002 EMC believes the information in this

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

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

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

More information

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

The Contents and Structure of this Manual. This document is composed of the following three chapters. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

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

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

More information

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

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

More information

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

EMC Fibre Channel and iscsi with QLogic Host Bus Adapters in the Windows Environment

EMC Fibre Channel and iscsi with QLogic Host Bus Adapters in the Windows Environment EMC Fibre Channel and iscsi with QLogic Host Bus Adapters in the Windows Environment P/N 300-001-164 REV A12 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

EMC NetWorker Module for SnapImage Release 2.0 Microsoft Windows Version

EMC NetWorker Module for SnapImage Release 2.0 Microsoft Windows Version EMC NetWorker Module for SnapImage Release 2.0 Microsoft Windows Version Installation and Administration Guide P/N 300-007-130 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

PRIMECLUSTER GDS 4.3A20B. Installation Guide. Oracle Solaris

PRIMECLUSTER GDS 4.3A20B. Installation Guide. Oracle Solaris PRIMECLUSTER GDS 4.3A20B Installation Guide Oracle Solaris J2S2-1607-04ENZ0(00) September 2013 Preface Purpose This manual explains how to install PRIMECLUSTER GDS. Target Readers This manual is written

More information

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

The Contents and Structure of this Manual. This document is composed of the following three chapters and an appendix. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

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

Hardware Installation Guide for the QLA22xx Board Family. Fibre Channel Host Adapter Boards for the PCI Bus Hardware Installation Guide for the QLA22xx Board Family Fibre Channel Host Adapter Boards for the PCI Bus FC0151103-00 E February 6, 2001 QLogic Corporation Information furnished in this manual is believed

More information

EMC Host Connectivity Guide for Sun Solaris

EMC Host Connectivity Guide for Sun Solaris EMC Host Connectivity Guide for Sun Solaris P/N 300-000-607 REV A11 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation. All rights

More information

Backup & Recovery. Sun Microsystems Korea. ning.co.kr

Backup & Recovery. Sun Microsystems Korea.  ning.co.kr Backup & Recovery Sun Microsystems Korea http://www.suntrai ning.co.kr Sample Backup strategy Sat 0 Mon Tue Wed Thu Fri Level 0 Monthly M T W Th F 3 4 5 6 2 3 4 5 6 2 3 4 5 6 2 3 4 5 6 2 3 4 5 6 2 Sample

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

EMC ControlCenter Navisphere Security ADMINISTRATOR S GUIDE. Version 6.X P/N REV A04

EMC ControlCenter Navisphere Security ADMINISTRATOR S GUIDE. Version 6.X P/N REV A04 EMC ControlCenter Navisphere Security Version 6.X ADMINISTRATOR S GUIDE P/N 069001124 REV A04 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 (800) 424-EMC2 http://www.emc.com Copyright

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

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

EMC VSI for VMware vsphere: Path Management

EMC VSI for VMware vsphere: Path Management EMC VSI for VMware vsphere: Path Management Version 5.6 Product Guide P/N 300-013-068 REV 06 Copyright 2011 2013 EMC Corporation. All rights reserved. Published in the USA. Published September 2013. EMC

More information

HP StorageWorks MPxIO for Sun Solaris application notes

HP StorageWorks MPxIO for Sun Solaris application notes HP StorageWorks MPxIO for Sun Solaris application notes Part number: AA-RW7CD-TE Third edition: August 2006 Legal and notice information Copyright 2005-2006 Hewlett-Packard Development Company, L.P. Hewlett-Packard

More information

HP StorageWorks MPxIO for Sun Solaris application notes

HP StorageWorks MPxIO for Sun Solaris application notes HP StorageWorks MPxIO for Sun Solaris application notes Part number: AA-RW7CE-TE Third edition: December 2006 Legal and notice information Copyright 2005-2006 Hewlett-Packard Development Company, L.P.

More information

Technical Note P/N REV A01 November 24, 2008

Technical Note P/N REV A01 November 24, 2008 AIX Native MPIO for CLARiiON Technical Note P/N 300-008-486 REV A01 November 24, 2008 This technical note contains supplemental information about AIX Native MPIO for CLARiiON storage systems. Technical

More information

EMC SAN Copy. Command Line Interface (CLI) Reference P/N REV A15

EMC SAN Copy. Command Line Interface (CLI) Reference P/N REV A15 EMC SAN Copy Command Line Interface (CLI) Reference P/N 069001189 REV A15 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2006-2010 EMC Corporation.

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

EMC Secure Remote Support Device Client for Symmetrix Release 2.00

EMC Secure Remote Support Device Client for Symmetrix Release 2.00 EMC Secure Remote Support Device Client for Symmetrix Release 2.00 Support Document P/N 300-012-112 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC Fibre Channel Storage System CX-Series CONFIGURATION PLANNING GUIDE P/N REV A02

EMC Fibre Channel Storage System CX-Series CONFIGURATION PLANNING GUIDE P/N REV A02 EMC Fibre Channel Storage System CX-Series CONFIGURATION PLANNING GUIDE P/N 014003113 REV A02 EMC Corporation 171 South Street Hopkinton, MA 01748-9103 Corporate Headquarters: (508) 435-1000, (800) 424-EMC2

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

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

Solaris Patches Installation Instructions

Solaris Patches Installation Instructions [ Solaris Patches 4.2.1.10 Installation Instructions Overview Introduction This document provides the step-by-step instructions to install the Solaris Patch Set 4.2.1.10 on a DNCS system running System

More information

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER Higher Quality Better Service! Exam Actual QUESTION & ANSWER Accurate study guides, High passing rate! Exam Actual provides update free of charge in one year! http://www.examactual.com Exam : 310-875 Title

More information

EMC ControlCenter PLANNING AND INSTALLATION GUIDE VOLUME 2 (MVS AGENTS) 6.0 P/N REV A02

EMC ControlCenter PLANNING AND INSTALLATION GUIDE VOLUME 2 (MVS AGENTS) 6.0 P/N REV A02 EMC ControlCenter 6.0 PLANNING AND INSTALLATION GUIDE VOLUME 2 (MVS AGENTS) P/N 300-004-024 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

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

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

More information

The Plasmon UDO Archive Appliance

The Plasmon UDO Archive Appliance The Plasmon UDO Archive Appliance System Upgrade Guide Document Number: 810-103029-03 Rev A PREFACE Copyright Copyright 2008 by Plasmon. All rights reserved. This item and the information contained herein

More information

Magneto-Optical Disk Drive

Magneto-Optical Disk Drive SMO-F551 / RMO-S551 Magneto-Optical Disk Drive Installation Guide 1.3 Contents Installation Procedure on DOS and Windows3.1 3 Installation Procedure on Windows95/98 5 Installation Procedure on WindowsNT

More information

EMC Ionix Network Configuration Manager Version 4.1.1

EMC Ionix Network Configuration Manager Version 4.1.1 EMC Ionix Network Configuration Manager Version 4.1.1 RSA Token Service Installation Guide 300-013-088 REVA01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

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

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

More information

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

Mac OS X Fibre Channel connectivity to the HP StorageWorks Enterprise Virtual Array storage system configuration guide

Mac OS X Fibre Channel connectivity to the HP StorageWorks Enterprise Virtual Array storage system configuration guide Mac OS X Fibre Channel connectivity to the HP StorageWorks Enterprise Virtual Array storage system configuration guide Part number: 5697-0025 Third edition: July 2009 Legal and notice information Copyright

More information

EMC SourceOne Discovery Manager Version 6.7

EMC SourceOne Discovery Manager Version 6.7 EMC SourceOne Discovery Manager Version 6.7 Installation and Administration Guide 300-012-743 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC SourceOne Discovery Manager Version 6.5

EMC SourceOne Discovery Manager Version 6.5 EMC SourceOne Discovery Manager Version 6.5 Installation and Administration Guide 300-008-569 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Installation Guide 300-012-747 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011 EMC

More information

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

The Contents and Structure of this Manual. This document is composed of the following four chapters and an appendix. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

Sun Certified System Administrator for the Solaris 10 OS Bootcamp

Sun Certified System Administrator for the Solaris 10 OS Bootcamp Sun Certified System Administrator for the Solaris 10 OS Bootcamp Student Guide - Volume 1 SA-997 Rev A (SA-200-S10-B.2) D63735GC10 Edition 1.0 D64503 Copyright 2009, 2010, Oracle and/or its affiliates.

More information

EMC SourceOne TM Offline Access USER GUIDE. Version 6.8 P/N A01. EMC Corporation Corporate Headquarters: Hopkinton, MA

EMC SourceOne TM Offline Access USER GUIDE. Version 6.8 P/N A01. EMC Corporation Corporate Headquarters: Hopkinton, MA EMC SourceOne TM Offline Access Version 6.8 USER GUIDE P/N 300-013-695 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2005-2012 EMC Corporation.

More information

Introduction to the CX700

Introduction to the CX700 Engineering White Paper Introduction to the CX700 Abstract This white paper introduces the full 2 Gb architecture and functionality of the CX700 storage system. It compares the features and capabilities

More information

Boot Version 10.6 for the Fibre Channel Protocol. User Manual

Boot Version 10.6 for the Fibre Channel Protocol. User Manual Boot Version 10.6 for the Fibre Channel Protocol User Manual Connect Monitor Manage 2 Copyright 2003-2015 Emulex. All rights reserved worldwide. No part of this document may be reproduced by any means

More information

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes An Oracle White Paper June 2010 How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes Introduction...1 Overview...2 Prerequisites, Assumptions, and Defaults...3 Configuration

More information

AX150-Series Upgrading FLARE Operating Environment Software March 28, 2006

AX150-Series Upgrading FLARE Operating Environment Software March 28, 2006 AX150-Series Upgrading FLARE Operating Environment Software March 28, 2006 This document describes how to upgrade your AX150 FLARE Operating Environment (OE) - the storage-system software that includes

More information

White Paper. Storage Intelligence in the Network: EMC s Perspective

White Paper. Storage Intelligence in the Network: EMC s Perspective White Paper Storage Intelligence in the Network: EMC s Perspective Date 08/2003 Copyright 2003 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate as of its

More information

boot PROM 11.1 boot PROM

boot PROM 11.1 boot PROM 11.1 boot PROM boot PROM PROM programmable read-only memory, SUN 11.2 NVRAM NVRAM- Non-volatile random access memory, EEPROM(electronically erasable programmable read-only memory) boot PROM 11.3 PROM

More information

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA Version 4.0 Configuring Hosts to Access VMware Datastores P/N 302-002-569 REV 01 Copyright 2016 EMC Corporation. All rights reserved.

More information

INSTALLATION GUIDE. FUJITSU PCI Fibre Channel 4.0 Update2

INSTALLATION GUIDE. FUJITSU PCI Fibre Channel 4.0 Update2 Manual code: C120-E392-03EN INSTALLATION GUIDE FUJITSU PCI Fibre Channel 4.0 Update2 for Solaris Operating System The Customer acknowledges and agrees that the Product is designed, developed and manufactured

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

EMC SAN Copy Command Line Interface P/N REV A14 EMC Corporation Corporate Headquarters: Hopkinton, MA

EMC SAN Copy Command Line Interface P/N REV A14 EMC Corporation Corporate Headquarters: Hopkinton, MA EMC SAN Copy Command Line Interface P/N 069001189 REV A14 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2006-2009 EMC Corporation. All rights reserved.

More information

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA Configuring Hosts to Access NFS File Systems 302-002-567 REV 01 Copyright 2016 EMC Corporation. All rights reserved. Published in the

More information

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 Installation Guide UNIX June 2000 100-001495 Disclaimer The information contained in this publication is subject to change without notice.

More information

Terminology. This document uses the following terms:

Terminology. This document uses the following terms: CX4 Architecture for NS Series Connecting a CX4-48 Storage System in a Fibre Channel Direct or Switch Configuration with a Microsoft Windows Server with Native Multipath Failover December 6, 28 If you

More information

PRIMECLUSTER Clustering Base 4.3A20B. Installation Guide. Oracle Solaris

PRIMECLUSTER Clustering Base 4.3A20B. Installation Guide. Oracle Solaris PRIMECLUSTER Clustering Base 4.3A20B Installation Guide Oracle Solaris J2S2-1605-04ENZ0(03) December 2014 Preface Purpose This manual explains how to install PRIMECLUSTER Clustering Base. Target Readers

More information

EMC Symmetrix with VERITAS Dynamic Multi-pathing (DMP)

EMC Symmetrix with VERITAS Dynamic Multi-pathing (DMP) EMC Symmetrix with VERITAS Dynamic Multi-pathing (DMP) Best Practices Planning Abstract This white paper provides best practices for configuring VERITAS Dynamic Multi-pathing (DMP) in an EMC Symmetrix

More information

FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00. Installation Guide. Oracle Solaris

FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00. Installation Guide. Oracle Solaris FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00 Installation Guide Oracle Solaris J2S2-1668-01ENZ0(01) December 2017 Preface Purpose This manual explains how to install PRIMECLUSTER Clustering Base.

More information

Sun StorEdge PCI Dual Ultra3 SCSI Host Adapter Installation Guide

Sun StorEdge PCI Dual Ultra3 SCSI Host Adapter Installation Guide Sun StorEdge PCI Dual Ultra3 SCSI Host Adapter Installation Guide Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 U.S.A. 650-960-1300 Part No.: 816-2156-11 May 2002, Revision A Copyright

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

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows P/N 300-012-249 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

Release Notes. EMC PowerPath for Linux. Version 4.3. P/N Rev A09. June 7, 2005

Release Notes. EMC PowerPath for Linux. Version 4.3. P/N Rev A09. June 7, 2005 R E L E A S E N O T E S EMC PowerPath for Linux Version 4.3 Release Notes P/N 300-001-969 Rev A09 June 7, 2005 Revision History: June 7, 2005, May 13, 2005, April 11, 2005, February 22, 2005, January 14,

More information

QFS, SAM-FS, and SAM-QFS Installation and Configuration Guide

QFS, SAM-FS, and SAM-QFS Installation and Configuration Guide QFS, SAM-FS, and SAM-QFS Installation and Configuration Guide Sun Microsystems, Inc. Part Number 816-1787-10 LSC Publication Number SG-0007 Revision 3.5.0-20 2000 LSC, Incorporated. All rights reserved.

More information

Considerations for using TSM in a SAN

Considerations for using TSM in a SAN IBM Software Group Considerations for using TSM in a SAN Sept 2002 Revision 5 Steve Strutt, Tivoli Software, IBM UK steve_strutt@uk.ibm.com August 2003 Agenda SAN Exploitation - LAN-Free backup Performance

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

EMC VSI for VMware vsphere : Path Management Version 5.3

EMC VSI for VMware vsphere : Path Management Version 5.3 EMC VSI for VMware vsphere : Path Management Version 5.3 Product Guide P/N 300-013-068 REV 03 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2012

More information

Upgrading Prime Optical

Upgrading Prime Optical CHAPTER 6 You cannot perform a full upgrade from an earlier Cisco Transport Manager (CTM) or Prime Optical release. This section describes how to use the Cisco Prime Optical 9.8 Data Migrator wizard to

More information

Veritas NetBackup SAN Client and Fibre Transport Guide

Veritas NetBackup SAN Client and Fibre Transport Guide Veritas NetBackup SAN Client and Fibre Transport Guide UNIX, Windows, Linux Release 8.1 Veritas NetBackup SAN Client and Fibre Transport Guide Last updated: 2017-09-25 Legal Notice Copyright 2017 Veritas

More information

IBM IBM Storage Networking Solutions Version 1.

IBM IBM Storage Networking Solutions Version 1. IBM 000-740 IBM Storage Networking Solutions Version 1 http://killexams.com/exam-detail/000-740 - disk storage subsystem with four (4) total ports - two (2) LTO3 tape drives to be attached Assuming best

More information

Restoring an SP Boot Image

Restoring an SP Boot Image AX100-Series Restoring an SP Boot Image Revision A01 June 9, 2004 This document explains how to restore an SP s boot image. Read it when an SP does not start properly and its fault light blinks four times

More information