Technical White Paper iscsi Boot November 11, 2004

Size: px
Start display at page:

Download "Technical White Paper iscsi Boot November 11, 2004"

Transcription

1 Technical White Paper iscsi Boot November 11, 2004 SN Rev A 11/04 Page 1 of 12

2 Table of Contents I. Executive Summary...3 II. Booting The Basics...3 Booting Options...3 Boot Methods Pros and Cons...4 III. iscsi Boot with Software Initiators vs. HBAs...6 Applications...6 IV. An overview of how boot from SAN works...7 V. Implementation Considerations...8 Operating System Dependencies...9 Microsoft Windows Dependencies...9 Linux Dependencies...9 VI. Recovery Details...10 Appendix A Finding the HBA iscsi Name and IP Address...11 Appendix B Configuring the QLogic HBA for SAN boot...11 SN Rev A 11/04 Page 2 of 12

3 I. Executive Summary Two constant driving forces within IT departments are the need to reduce IT costs, and increase the availability of data. These needs have pushed organizations to use many smaller, low cost servers in an effort to get the greatest computing power per dollar spent. With this trend comes increased complexity to manage the environment. This trend toward larger numbers of servers has also driven more IT departments to put more of their servers and storage on storage area networks (SANs). Increasingly, there is interest in allowing serves to boot from the SAN as this boot configuration can both reduce the cost of ownership and simplify SAN management, while increasing the availability of these servers. Fibre Channel SANs have supported booting for several years. In iscsi SANs, host bus adapters (HBAs), as opposed to software initiators, are the best means to implement booting from the SAN. In addition to the enhancements to CPU performance through the processing offload provided by an HBA, the SAN boot advantages will make the investment in HBAs cost effective. This white paper will explain what SAN boot is, its advantages, and how it works in iscsi. It will also explain the hardware requirements and applications, and conclude with specific information about QLogic s iscsi HBA and its support of SAN boot. II. Booting The Basics Booting a system is an iterative process for a system to get itself from power up to a ready state. The process starts with loading a small amount of code (e.g. BIOS for IA32 processors, or Fcode for SPARC) that in turn directs the CPU to load additional code, specifically the operating system. The boot process starts with the following: Power On Self Test (POST) checks that the hardware is operating properly by checking voltages and checking that any local drives are operating. Locate bootable devices finds all devices, such as floppy and hard drives, as well as network cards, that can be the source of operating system code. Choose the boot device from the selection of devices found in the last step, one is selected, either through basic rules set in the system or through a setting from the user. Load boot code after choosing the boot device, the system will locate the Operating System (OS) and load it to memory. Booting Options Booting can be accomplished from an internal or direct attached storage (DAS) drive, over a LAN, or over a SAN. SN Rev A 11/04 Page 3 of 12

4 Most commonly, system booting is completed with an internal or DAS drive. In this simplest configuration, there only needs to be a boot drive present on the system. There is no reliance on network connectivity. The second option is booting over a LAN, known as remote boot, in which a system boots from a boot server connected somewhere across a local area network. LAN boot has been in use in Unix systems since the late 1970s. LAN boot depends on code stored in non-volatile memory on the network interface card (NIC) that will direct the system to the boot server for a boot image. Booting from a SAN, also a type of remote boot, relies on code stored on an HBA the way booting over a LAN relies on an NIC. In this case, the code stored on the HBA will direct the system to a logical unit on a storage array where the boot image is found. In this regard, SAN boot is a merging of the network aspect of LAN boot and the storage aspect of local boot (i.e., no boot server is required). Boot Methods Pros and Cons Local boot is the simplest method, but requires managing boot images on every machine. In deployments of hundreds of servers, the multitude of images to back up and maintain can be very time consuming. This method also lacks the other advantages realized with LAN and SAN boot, as outlined below. Remote boot methods, both SAN- and LAN-based, enjoy significant advantages derived from separating boot images from the servers. Booting over the LAN reduces purchase costs of the servers and centralizes management. However, LAN-based booting has not experienced wide adoption on servers. NICs become more complex, as the NIC needs the network stack from the OS to communicate with the network (discussed below). In addition, there is a greater security risk, as the boot code is subject to hacking on the Ethernet. Although long supported in Unix installations, Microsoft has never widely supported LAN boot, since supporting storage boot over a NIC requires a different system BIOS. Booting over a SAN provides all of the advantages of LAN booting, and since it uses a standard storage interface (SCSI), it is simpler to implement. From an implementation standpoint, booting over a SAN requires significant up-front configuration work. HBAs must be configured properly and a logical unit number (LUN) assigned to ensure that the systems are finding the proper images for booting. No single step is inherently complex, but in aggregate the process needs to be carefully managed. Advantages to SAN boot are: Lower hardware costs: The installed cost of diskless servers is lower since they take less rack/floor space, have no disk drive, use smaller enclosures and can have smaller power supplies. Blade serves are the ultimate example of this type of cost reduction through density. Those implemented in a diskless configuration take greatest advantage of this form factor. Reduced Hardware Operating cost: By reducing power and size, diskless systems require less cooling, use less energy and require smaller back-up power systems (e.g., UPS). Greater reliability: With fewer moving parts, diskless systems are less prone to failure. SN Rev A 11/04 Page 4 of 12

5 Simplified Management: Upgrades and patches can be implemented in one location with instant access for all servers. Centralized upgrades are faster and eliminate the need to install upgrades on every server individually. This results in far fewer mistakes and service interruptions. Greater Software Integrity and Availability: Software upgrades are implemented more quickly and are generally maintained on highly available redundant systems such as RAIDs. These centralized systems are also backed up with higher frequency, resulting in more current and more readily available software. Quick Server Swaps: In the event of a server failure, diskless systems can be swapped out without the need to reconstruct the booting, operating and application environments. Spare systems only need to be installed and configured to boot from the remote disk, greatly reducing the potential down time from the failure. Faster Disaster Recovery: When stored on a SAN, boot information along with production applications and data are more easily duplicated in disaster recovery sites through methods such as mirroring. In the event of a catastrophic failure, the disaster recovery site can quickly duplicate the primary site s functionality and come on line. Configuration Flexibility: With the operating environment on the SAN, servers can be added and deleted quickly to adjust to varying computer demand. In this way, IT departments can provide capacity on demand to meet seasonal changes or special project requirements. Implementation Simplicity: When using an HBA (the NIC alternative is discussed below), booting from a SAN uses the same SCSI storage interface used for a local drive, which simplifies the protocol implementation. Broad Support: SAN boot is supported by all three major operating systems: Windows, Linux and Solaris The table below summarized the comparison of three boot methods. Boot Method Local LAN Pros Most basic configuration Very Secure Lower hardware purchase cost no disk, less space Reduced operating cost less power/cooling Greater HW reliability no disk failures Simplified management centralized upgrades Cons Management complexity - many images to support Cost higher hardware system cost Security prone to hacking over the LAN Complexity - NIC and protocol implementation OS Support limited Windows support System BIOS update SN Rev A 11/04 Page 5 of 12

6 SAN Greater SW integrity/availability fewer backups Faster recovery no need to rebuild systems Better disaster recovery simplified site duplication Lower hardware purchase cost no disk, less space Reduced operating cost less power/cooling Greater HW reliability no disk failures Simplified management centralized upgrades Greater SW integrity/availability fewer backups Faster recovery no need to rebuild servers Better disaster recovery simplified site duplication Protocol Simplicity standard storage interface Greater Security SAN isolation prevents hacking Broad support all Operating Systems Appears to the host OS as a local disk. Common interrupt vector as a disk drive. No system BIOS modifications required. required Initial configuration complexity III. iscsi Boot with Software Initiators vs. HBAs Unlike with Fibre Channel, iscsi connections can be made with either an HBA or a NIC + software stack. Implementing SAN boot is similar for iscsi HBAs and Fibre Channel HBAs. Since the protocol stack runs on the HBA, it is ready to communicate with the network and download the operating system code to the host system. For a software initiator to implement iscsi SAN boot, the NIC must overcome a Catch-22 situation in which the NIC needs to load an OS to have a network stack, but with the OS stored across the network it does not yet have the means to communicate with the network. There is a complex iterative process for finding a boot server, then finding the OS files and loading portions of the stack so further portions can be downloaded. Although possible, supporting this method is very difficult. Microsoft, the dominant supplier of software initiators, only supports iscsi Boot with HBAs. Applications Most applications can benefit from the advantages derived from SAN boot. Those that benefit most greatly will be large installations or those that have critical requirements for minimal downtime and quick disaster recovery. Some examples follow: SN Rev A 11/04 Page 6 of 12

7 , database, and web servers located in data centers (or server farms ). Commerce servers that handle revenue-critical applications. Enterprise servers that provide access to critical network resources and services. Server blade installations, where small servers built on cards plug into specially designed, stackable chassis. These types of environments typically offer shared management, storage, networking, power, and cooling between servers, thus reducing TCO even further. IV. An overview of how boot from SAN works Booting from a SAN is achieved by configuring the server with its own virtual boot device. The boot device allows the server to fetch boot-loading instructions from remote storage and execute them. This is most often configured on the HBA installed in the server. The boot device is mapped as a logical unit number (LUN) on the remote storage. Depending on an organization s requirements, all LUNs might boot servers with the same profile. Alternatively, some LUNs may be mapped to Microsoft Windows NT servers, others mapped to Microsoft Windows 2000 servers, and still others mapped to Solaris servers. Each server is then configured to point to the appropriate LUN at the specific controller from which the server is to boot. Setting up a LUN to serve as a boot disk is partially configured on the HBA and partially configured on the array. With the QLogic SANblade 4010 iscsi HBA, the configuration procedure involves these steps: 1. Choose Selectable Boot option from a range of targets provided by the HBA. Refer to Appendix B for a more detailed explanation of this process. 2. Select an iscsi storage device from which to boot. 3. Select the LUN associated with the selected iscsi target. Organizations with fully redundant and highly available SAN configurations may have two or more HBAs or multi-ported HBAs installed in each server attached to the SAN. For these installations, the procedure above is repeated for the remaining HBAs so that they point to the same LUN, either via the same array or a different array. The configuration of such an environment is out of the scope of this document, as there are many approaches. After performing the procedure above, the server is powered up and the following sequence occurs: 1. During the boot process, the option BIOS from the HBA is initialized. 2. The BIOS finds the boot LUN at the storage unit and configures it as a boot device. 3. A booting protocol tells the server BIOS to scan the network for the appropriate LUN for the OS image. 4. When the server locates the appropriate LUN, the server CPU executes the OS boot image. SN Rev A 11/04 Page 7 of 12

8 V. Implementation Considerations To implement a boot-from-san configuration with a RAID controller: The server must have an HBA equipped with a boot BIOS that can support booting from a storage device attached to the SAN. That is, the boot BIOS must support iscsi boot and selectable boot capabilities. In many instances it is necessary for the server s internal IDE hard drives to be disconnected, or disabled in the system BIOS, to allow the boot selection process to work correctly. This is strictly a limitation of the system BIOS and not the HBA s boot BIOS. Some systems may allow internal IDE drives to stay connected, or enabled in the system BIOS, if they correctly support the bootstrap protocol Typically, the host needs to have a boot order of CD-ROM, diskette, and then drive 0 (or to where ever the HBA re-maps). This allows the installation process of the particular OS to proceed correctly. After the OS is installed, this can be changed to have drive 0 (or to where ever the HBA re-maps) to be first boot device. The SAN must be installed and configured, and the storage visible to the host. The diagnostic features available in the QLogic HBA BIOS can be utilized to verify that the links are working properly before installing the OS. The storage system must have at least one available LUN for booting the server(s). There is typically a logical drive-to-lun association on the storage device. The LUN used must be appropriate for the OS from which it is intending to boot. For instance, Linux and Windowsbased OSs require the boot LUN to be LUN 0. Also, some RAID units have a host type associated with the logical drive. This host type must be configured for the correct OS, so that the correct format of the inquiry data is sent to the host. The storage must be configured to allow the server exclusive access to the LUN; access is typically assigned via the iscsi HBA s iscsi name and IP address on the storage. No other server may have access to or view this LUN. Refer to Appendix A to determine the iscsi name and IP address for QLogic HBAs. For High Availability (HA) configurations, such as multi-hba or multi-port RAID, setups must adhere to at least the following general rules: Only one path to the storage must be visible to the OS during OS installation. To be more precise, this rule refers to the endpoints between the storage and the host, not the fabric connections in-between, for example, as in multi-switch configurations. If a RAID subsystem has multiple controller ports, as most do, only one RAID controller port can be enabled or connected to the SAN during the OS install. The same rule applies to the HBA side: Multiple HBAs and multi-port HBAs installed in a server must have only one HBA port connected to the SAN during the OS install process. The reasoning behind this restriction is that the OS may interpret these additional paths to the storage as separate SN Rev A 11/04 Page 8 of 12

9 storage devices, thus compromising data integrity. Additional storage paths (controller ports/hba connections) can be added later after higher-layer filter drivers are installed/configured. If the current driver already supports multi-path IO, it must first be configured to handle these additional paths properly, such as Linux HBA driver. Also, the additional pathways must be configured to allow alternate pathways for SAN boot -- for example, HBA configuration, HA driver configuration, and RAID configuration. If these general rules are not followed, several things can happen. The worst-case scenario is data integrity could be compromised. Secondly, hosts might be unable to boot or fail-over to an alternate pathway once the primary path has failed. Only general rules have been provided, due to the sheer number of configurations and variables available. To ensure a problem-free SAN environment, refer to the integrator s expertise for solutions that account for all possible scenarios in these types of configurations. Other requirements depend on the configuration that an organization uses or plans to use. Operating System Dependencies Various operating systems require certain guidelines to be followed to allow servers to boot from a SAN. Microsoft Windows Dependencies For servers to boot from a SAN in a Microsoft Windows environment: Hosts must be segregated The SAN must either be configured in a switched environment or be directly attached from each host to one of the storage subsystem's iscsi ports. LUN 0 Microsoft Windows NT and Windows 2000 both require the storage unit to appear as LUN 0 to the server. Exclusive access to the bootable disk The host must have exclusive access to the logical disk from which it is booting. No other host on the SAN should be able to detect or have access to the same logical disk. This can be accomplished by using a LUN-management facility such as LUN masking, zoning or a combination of these methods. Linux Dependencies Linux has the same dependencies as Microsoft Windows NT/2000. SN Rev A 11/04 Page 9 of 12

10 VI. Recovery Details Observe the following recovery details regarding booting from a SAN: If a server is replaced by the same model/type server with the HBA from the old server, the system only needs to be rebooted; no reconfiguration is required. The only exceptions to this are if the old server had some unique settings to enable SAN boot, such as System BIOS Startup options, or internal IDE drives were disconnected or disabled; then these settings would need to be migrated to the new server. If an HBA in the server is replaced with a different HBA, the new HBA and storage will need to be reconfigured. Configure the new HBA to boot the server from the appropriate storage and LUN. Refer to Appendix B for these steps. In addition, be sure the access rights on the RAID ports are updated to reflect the change in the iscsi name and IP Address of the new HBA. Refer to RAID vendor-specific documentation for these steps. Refer to Appendix A to determine the QLogic iscsi name and IP Address. If a server is replaced by a different model/type with the same HBA, from the old server, only the server will need to be reconfigured. This reconfiguration may be automatic or manual depending on the OS. For instance, with Windows 2000, a plug-and-play OS, the OS reconfigures itself and prompts the user to insert the drivers diskette/cd for the new hardware found, without requiring the reconfiguring of applications, such as Exchange Server. On Linux, Windows NT, and other non-plug-and-play OSs, the server will need to be manually reconfigured to recognize the new hardware, such as video, network, etc. Refer to the OS vendor s specific documentation on how to reconfigure a server for new hardware. If a server is replaced by a different model/type with a new HBA, the new HBA, storage, and server will need to be reconfigured. Configure the new HBA to boot the new server from the appropriate storage and LUN. Refer to Appendix B for these steps. For storage, be sure the access rights on the RAID ports are updated to reflect the change in the iscsi Name and IP Address of the new HBA. Refer to RAID vendor-specific documentation for these steps. Refer to Appendix A to determine the QLogic HBAs iscsi Name and IP Address. For the server, reconfiguration may be automatic or manual depending on the OS. Remember that these are general rules. There may be some additional steps required depending on what other drivers are being used and special settings configured within the OS and/or applications. SN Rev A 11/04 Page 10 of 12

11 Appendix A Finding the HBA iscsi Name and IP Address For new installations, the iscsi name and IP address must be configured with the SANsurfer GUI. For HBAs already configured, return to the GUI or follow these steps: 1. Reboot system with QLogic HBA. 2. Hit Ctrl-Q when QLogic HBA banner appears. 3. Select Configuration Settings. 4. Then select Host Adapter Settings. 5. Write down the iscsi Name and IP Address Appendix B Configuring the QLogic HBA for SAN boot 1. Have the HBA directly connected, or via a switch, to the storage device. Be sure the storage device and, if used, switch are both powered up and completely initialized before proceeding to the next step. Be sure all devices are visible to all other devices on the switch. If VLANs are enabled, the HBA and storage device must be on the same VLAN. Refer to the switch vendor documentation on switch configuration. 2. Be sure the storage device allows HBA access. Refer to the vendor-specific documentation to determine how to enable this access. 3. Install the BIOS on the card from the SANsurfer CD or check QLogic web site for the latest BIOS. 4. Start the system; press Ctrl-Q or Alt-Q (REMOVE ALT-Q) when BIOS screen for the QLA4010 pops up. 5. Select the "Configuration Settings" menu. 6. Select the Host Adapter Settings. 7. Enable "Host Adapter BIOS". 8. Hit <Escape> to exit host adapter settings screen. 9. Enter the "iscsi Boot Settings" 10. Enable "iscsi Boot" For first time configurations in which no devices were configured using the SANsurfer GUI, continue with steps Select "Primary Boot Device Settings". 12. Select "Target IP". 13. Enter the IP address of the target device. 14. Hit Escape to save the changes. The HBA will query all the devices attached. 15. Select the "Configuration Settings" menu. 16. Select the "iscsi Boot Settings" option. SN Rev A 11/04 Page 11 of 12

12 17. Select Target IP address and hit <Enter> 18. Select the target device from which you want to boot in the Select iscsi Device list. 19. HBA will query all the devices and an IQN name will now appear under the iscsi name. 20. Exit the BIOS and save the configuration. 21. Restart the system. Have Windows install CD in the CD drive. 22. When prompted to hit "F6" to install additional drivers hit F Insert the QLA4010 Windows driver diskette and proceed through the OS install as if attached to a local device. For first time configuration with devices configured using the SANsurfer GUI, follow steps 11b 16b 11b. Highlight the "LUN and Target IP next to the Primary location. 12b. Hit <Enter> to see a list of devices. Select the boot device. 13b. Exit the BIOS and save the configuration. 14b. Restart the system. Have Windows install CD in the CD drive. 15b. When prompted to hit "F6" to install additional drivers hit F6. 16b. Insert the QLA4010 Windows driver diskette and proceed through the OS install as if attached to a local device This example accounts for using a system with one single-port HBA. If multiple-port HBAs or multiple HBAs are used in the system during the HBA configuration phase, the user must ensure the correct configuration of the boot HBA by connecting only the HBA that will perform SAN boot. SN Rev A 11/04 Page 12 of 12

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

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

More information

CONTENTS. 1. Introduction. 2. How To Store Data. 3. How To Access Data. 4. Manage Data Storage. 5. Benefits Of SAN. 6. Conclusion

CONTENTS. 1. Introduction. 2. How To Store Data. 3. How To Access Data. 4. Manage Data Storage. 5. Benefits Of SAN. 6. Conclusion CONTENTS 1. Introduction 2. How To Store Data 3. How To Access Data 4. Manage Data Storage 5. Benefits Of SAN 6. Conclusion 1. Introduction: A Storage Area Network (SAN) is a dedicated network that carries

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Overview. Implementing Fibre Channel SAN Boot with Oracle's Sun ZFS Storage Appliance. August By Tom Hanvey; update by Peter Brouwer

Overview. Implementing Fibre Channel SAN Boot with Oracle's Sun ZFS Storage Appliance. August By Tom Hanvey; update by Peter Brouwer Implementing Fibre Channel SAN Boot with Oracle's Sun ZFS Storage Appliance August 2012 By Tom Hanvey; update by Peter Brouwer This paper describes how to implement a Fibre Channel (FC) SAN boot solution

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION

USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION WHITE PAPER Maximize Storage Networks with iscsi USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION For use with Windows 2000 VERITAS Software Corporation 03/05/2003

More information

Overview. Implementing Fibre Channel SAN Boot with the Oracle ZFS Storage Appliance. January 2014 By Tom Hanvey; update by Peter Brouwer Version: 2.

Overview. Implementing Fibre Channel SAN Boot with the Oracle ZFS Storage Appliance. January 2014 By Tom Hanvey; update by Peter Brouwer Version: 2. Implementing Fibre Channel SAN Boot with the Oracle ZFS Storage Appliance January 2014 By Tom Hanvey; update by Peter Brouwer Version: 2.0 This paper describes how to implement a Fibre Channel (FC) SAN

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

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

Dell s High Availability Cluster Product Strategy

Dell s High Availability Cluster Product Strategy Cluster Development Group December 2003 Dell s High Availability Cluster Product Strategy This article outlines generic High Availability (HA) Cluster requirements and supported configurations. The paper

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell PowerEdge Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better

More information

DtS Data Migration to the MSA1000

DtS Data Migration to the MSA1000 White Paper September 2002 Document Number Prepared by: Network Storage Solutions Hewlett Packard Company Contents Migrating Data from Smart Array controllers and RA4100 controllers...3 Installation Notes

More information

iscsi Boot from SAN with Dell PS Series

iscsi Boot from SAN with Dell PS Series iscsi Boot from SAN with Dell PS Series For Dell PowerEdge 13th generation servers Dell Storage Engineering September 2016 A Dell Best Practices Guide Revisions Date November 2012 September 2016 Description

More information

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7 IP storage: A review of iscsi, FCIP, ifcp SNIA IP Storage Forum With the advent of new IP storage products and transport protocol standards iscsi, FCIP,

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use of your

More information

A Principled Technologies deployment guide commissioned by QLogic Corporation

A Principled Technologies deployment guide commissioned by QLogic Corporation A Principled Technologies deployment guide commissioned by QLogic Corporation Table of contents Executive summary... 2 Introduction... 2 QLogic QConvergeConsole... 3 Overview of the procedure... 4 Initial

More information

Configuring the MSA1000 for Linux or NetWare Environments

Configuring the MSA1000 for Linux or NetWare Environments White Paper September 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the new firmware for the MSA1000...1 Prerequisites...3 Firmware Upgrades:...3 Environmental

More information

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

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

Configuring the HP StorageWorks Modular Smart Array 1000 and 1500cs for external boot with Novell NetWare New Installations

Configuring the HP StorageWorks Modular Smart Array 1000 and 1500cs for external boot with Novell NetWare New Installations Technical Note Revised October 2006 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Configuring the StorageWorks MSA1000 and MSA1500cs for External Boot with NetWare Considerations...3

More information

iscsi Technology: A Convergence of Networking and Storage

iscsi Technology: A Convergence of Networking and Storage HP Industry Standard Servers April 2003 iscsi Technology: A Convergence of Networking and Storage technology brief TC030402TB Table of Contents Abstract... 2 Introduction... 2 The Changing Storage Environment...

More information

7 Ways Compellent Optimizes VMware Server Virtualization WHITE PAPER FEBRUARY 2009

7 Ways Compellent Optimizes VMware Server Virtualization WHITE PAPER FEBRUARY 2009 7 Ways Compellent Optimizes ware Virtualization WHITE PAPER FEBRUARY 2009 Introduction Increasingly, enterprises are turning to server virtualization to enhance IT flexibility while reducing costs. virtualization

More information

NEC Versa 500D/550D Windows 98 Upgrade Information

NEC Versa 500D/550D Windows 98 Upgrade Information NEC Versa 500D/550D Windows 98 Upgrade Information Follow the instructions provided in this document to upgrade your NEC Versa 500D/550D system to Microsoft Windows 98. Please read these notes in their

More information

VMware Infrastructure 3.5 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure 3.5 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.5 for Dell PowerEdge Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use of your

More information

Configuring iscsi in a VMware ESX Server 3 Environment B E S T P R A C T I C E S

Configuring iscsi in a VMware ESX Server 3 Environment B E S T P R A C T I C E S Configuring iscsi in a VMware ESX Server 3 Environment B E S T P R A C T I C E S Contents Introduction...1 iscsi Explained...1 Initiators...1 Discovery and Logging On...2 Authentication...2 Designing the

More information

Configuring Service Profiles

Configuring Service Profiles Configuring Service Profiles This chapter includes the following sections: Service Profiles that Override Server Identity, page 1 Service Profiles that Inherit Server Identity, page 2 Service Profile Templates,

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

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

A Crash Course In Wide Area Data Replication. Jacob Farmer, CTO, Cambridge Computer

A Crash Course In Wide Area Data Replication. Jacob Farmer, CTO, Cambridge Computer A Crash Course In Wide Area Data Replication Jacob Farmer, CTO, Cambridge Computer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals

More information

Connectivity. Module 2.2. Copyright 2006 EMC Corporation. Do not Copy - All Rights Reserved. Connectivity - 1

Connectivity. Module 2.2. Copyright 2006 EMC Corporation. Do not Copy - All Rights Reserved. Connectivity - 1 Connectivity Module 2.2 2006 EMC Corporation. All rights reserved. Connectivity - 1 Connectivity Upon completion of this module, you will be able to: Describe the physical components of a networked storage

More information

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN A Dell EqualLogic best practices technical white paper Storage Infrastructure and Solutions Engineering Dell Product Group November 2012 2012

More information

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005)

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005) MSA1500cs ReleaseNotes hp StorageWorks Modular Smart Array 1500 cs Release Notes Third Edition (February 2005) Publication of the third edition of this document coincides with the release of MSA1500 cs

More information

PeerStorage Arrays Unequalled Storage Solutions

PeerStorage Arrays Unequalled Storage Solutions Simplifying Networked Storage PeerStorage Arrays Unequalled Storage Solutions John Joseph, VP of Marketing EqualLogic,, 9 Townsend West, Nashua NH 03063 Phone: +1-603 603-249-7772, FAX: +1-603 603-579-6910

More information

Assignment No. SAN. Title. Roll No. Date. Programming Lab IV. Signature

Assignment No. SAN. Title. Roll No. Date. Programming Lab IV. Signature Assignment No. Title (A-6) SAN Roll No. Class T.E. Date Subject Programming Lab IV Signature Assignment no: (A-6) Title: Study of Storage Area Network (SAN). Problem Statement: Design and Setup LAN with

More information

Introduction to Virtualization. From NDG In partnership with VMware IT Academy

Introduction to Virtualization. From NDG In partnership with VMware IT Academy Introduction to Virtualization From NDG In partnership with VMware IT Academy www.vmware.com/go/academy Why learn virtualization? Modern computing is more efficient due to virtualization Virtualization

More information

Guide to SATA Hard Disks Installation and RAID Configuration

Guide to SATA Hard Disks Installation and RAID Configuration Guide to SATA Hard Disks Installation and RAID Configuration 1. Guide to SATA Hard Disks Installation...2 1.1 Serial ATA (SATA) Hard Disks Installation...2 2. Guide to RAID Configurations...3 2.1 Introduction

More information

Table of Contents. Course Introduction. Table of Contents Getting Started About This Course About CompTIA Certifications. Module 1 / Server Setup

Table of Contents. Course Introduction. Table of Contents Getting Started About This Course About CompTIA Certifications. Module 1 / Server Setup Table of Contents Course Introduction Table of Contents Getting Started About This Course About CompTIA Certifications Module 1 / Server Setup Module 1 / Unit 1 Servers and Racks Server Hardware and Software

More information

HP Supporting the HP ProLiant Storage Server Product Family.

HP Supporting the HP ProLiant Storage Server Product Family. HP HP0-698 Supporting the HP ProLiant Storage Server Product Family https://killexams.com/pass4sure/exam-detail/hp0-698 QUESTION: 1 What does Volume Shadow Copy provide?. A. backup to disks B. LUN duplication

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

Guide to SATA Hard Disks Installation and RAID Configuration

Guide to SATA Hard Disks Installation and RAID Configuration Guide to SATA Hard Disks Installation and RAID Configuration 1. Guide to SATA Hard Disks Installation... 2 1.1 Serial ATA (SATA) Hard Disks Installation... 2 2. Guide to RAID Configurations... 3 2.1 Introduction

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

Cisco MDS 9000 Family Blade Switch Solutions Guide

Cisco MDS 9000 Family Blade Switch Solutions Guide . Solutions Guide Cisco MDS 9000 Family Blade Switch Solutions Guide Introduction This document provides design and configuration guidance for administrators implementing large-scale blade server deployments

More information

3331 Quantifying the value proposition of blade systems

3331 Quantifying the value proposition of blade systems 3331 Quantifying the value proposition of blade systems Anthony Dina Business Development, ISS Blades HP Houston, TX anthony.dina@hp.com 2004 Hewlett-Packard Development Company, L.P. The information contained

More information

RAID Controller Installation Guide

RAID Controller Installation Guide RAID Controller Installation Guide Document Number 60001075 Second Edition March 2003 The RAID Controller Installation Guide explains how to install and configure a RAID Controller in an Omvia Media Server.

More information

Exam : S Title : Snia Storage Network Management/Administration. Version : Demo

Exam : S Title : Snia Storage Network Management/Administration. Version : Demo Exam : S10-200 Title : Snia Storage Network Management/Administration Version : Demo 1. A SAN architect is asked to implement an infrastructure for a production and a test environment using Fibre Channel

More information

QuickSpecs. Compaq Smart Array 431 Controller M ODELS

QuickSpecs. Compaq Smart Array 431 Controller M ODELS M ODELS Smart Array 431 Controller 127695-B21 127695-291(Japan) Data Compatibility Software Consistency Wide Ultra3 SCSI 64-bit Architecture 64-bit PCI Bus Design Single internal/external SCSI channel

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, four-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service

HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service HP Services Technical data The HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service provides the necessary

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 4 Server Pools, page 5 Management IP Pool, page 7 Boot Policy, page 8 Local Disk Configuration Policy, page

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 8 iscsi Boot, page

More information

Release Definitions for SDMS 4.7 CD-ROM Software

Release Definitions for SDMS 4.7 CD-ROM Software Release Definitions for SDMS 4.7 CD-ROM Software LSI Logic distributes an SDMS Software Device Drivers and Utilities CD- ROM that contains SDMS device drivers for specific operating systems. The SDMS 4.7

More information

A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona

A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona Implementing cost-effective disaster recovery A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

Models Smart Array 6402/128 Controller B21 Smart Array 6404/256 Controller B21

Models Smart Array 6402/128 Controller B21 Smart Array 6404/256 Controller B21 Overview The Smart Array 6400 high performance Ultra320, PCI-X controller family provides maximum performance, flexibility, and reliable data protection for HP ProLiant servers, through its unique modular

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Fibre Channel and iscsi Configuration Guide for the Data ONTAP 8.0 Release Family

Fibre Channel and iscsi Configuration Guide for the Data ONTAP 8.0 Release Family IBM System Storage N series Fibre Channel and iscsi Configuration Guide for the Data ONTAP 8.0 Release Family GA32-0783-03 Table of Contents 3 Contents Preface... 7 Supported features... 7 Websites...

More information

Benefits of Zoning in Storage Networks Among the many benefits for storage administrators, Zoning enables:

Benefits of Zoning in Storage Networks Among the many benefits for storage administrators, Zoning enables: >SRMRKJSV *MFVI'LERRIP*EFVMGW ph d" c a F4 p : F4^ma4"d " cf amv F a F= V snnn Introduction By introducing network connectivity between servers and storage, Fibre Channel is providing an array of powerful

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

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.1 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information

COSC6376 Cloud Computing Lecture 17: Storage Systems

COSC6376 Cloud Computing Lecture 17: Storage Systems COSC6376 Cloud Computing Lecture 17: Storage Systems Instructor: Weidong Shi (Larry), PhD Computer Science Department University of Houston Storage Area Network and Storage Virtualization Single Disk Drive

More information

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Revision 1.0 February 2000 Revision History Revision Revision History Date 1.0 Initial Release 02/10/00 Intel Corporation

More information

Dell EMC PowerEdge Systems SUSE Linux Enterprise Server 15. Installation Instructions and Important Information

Dell EMC PowerEdge Systems SUSE Linux Enterprise Server 15. Installation Instructions and Important Information Dell EMC PowerEdge Systems SUSE Linux Enterprise Server 15 Installation Instructions and Important Information Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you

More information

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

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

More information

HP MSA Family Installation and Startup Service

HP MSA Family Installation and Startup Service Technical data HP MSA Family Installation and HP Services Service benefits Allows your IT resources to stay focused on their core tasks and priorities Reduces implementation time, impact, and risk to your

More information

Technical White Paper

Technical White Paper Clustered Open iscsi SANs 1 SAN/iQ : Enabling Technology for Effective VMware Deployments Technical White Paper CLUSTERED OPEN ISCSI SANS Clustered Open iscsi SANs 2 This white paper describes how SAN/iQ

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

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

iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard

iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard On February 11 th 2003, the Internet Engineering Task Force (IETF) ratified the iscsi standard. The IETF was made up of

More information

Installing the IBM ServeRAID Cluster Solution

Installing the IBM ServeRAID Cluster Solution Installing the IBM ServeRAID Cluster Solution For IBM Netfinity ServeRAID-4x Ultra160 SCSI Controllers Copyright IBM Corp. 2000 1 2 IBM Netfinity Installing the IBM ServeRAID Cluster Solution Chapter 1.

More information

Using Network Attached Storage as a Gateway to Storage Area Networks

Using Network Attached Storage as a Gateway to Storage Area Networks Using Network Attached Storage as a Gateway to Storage Area Networks Dave Rosenberg Hewlett-Packard Company 825 14 th Street SW Loveland, CO 8057 dave_rosenberg@hp.com 1 Using Network Attached Storage

More information

THE OPEN DATA CENTER FABRIC FOR THE CLOUD

THE OPEN DATA CENTER FABRIC FOR THE CLOUD Product overview THE OPEN DATA CENTER FABRIC FOR THE CLOUD The Open Data Center Fabric for the Cloud The Xsigo Data Center Fabric revolutionizes data center economics by creating an agile, highly efficient

More information

Boot Mode Considerations: BIOS vs. UEFI

Boot Mode Considerations: BIOS vs. UEFI Boot Mode Considerations: BIOS vs. UEFI An overview of differences between UEFI Boot Mode and traditional BIOS Boot Mode Dell Engineering October 2017 A Dell EMC Deployment and Configuration Guide Revisions

More information

The Virtual Machine Aware SAN

The Virtual Machine Aware SAN The Virtual Machine Aware SAN What You Will Learn Virtualization of the data center, which includes servers, storage, and networks, has addressed some of the challenges related to consolidation, space

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v3 VM Host) v4.2 HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 Integrity Virtual Machines (also called Integrity VM or HPVM) is a hypervisor product

More information

Windows Host Utilities Installation and Setup Guide

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

More information

QuickSpecs. Models. Overview

QuickSpecs. Models. Overview Overview The HP Smart Array P400 is HP's first PCI-Express (PCIe) serial attached SCSI (SAS) RAID controller and provides new levels of performance and reliability for HP servers, through its support of

More information

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4 W H I T E P A P E R Comparison of Storage Protocol Performance in VMware vsphere 4 Table of Contents Introduction................................................................... 3 Executive Summary............................................................

More information

HPVM & OpenVMS. Sandeep Ramavana OpenVMS Engineering Sep Germany Technical Update Days 2009

HPVM & OpenVMS. Sandeep Ramavana OpenVMS Engineering Sep Germany Technical Update Days 2009 HP & OpenS Sandeep Ramavana OpenS Engineering Sep 2009 Germany Technical Update Days 2009 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice

More information

A12S2-PS. Quick Start Guide. August, 2012 V.1.4

A12S2-PS. Quick Start Guide. August, 2012 V.1.4 A12S2-PS August, 2012 V.1.4 Revision Sheet Release No. Date Revision Description V.1.1 2012/4/10 Initial creation. V.1.2 2012/8/22 Piuture correct on P.3, P.4, P.7, P.11, Modify some wording on P.5, P.10,

More information

Cisco UCS Virtual Interface Card 1225

Cisco UCS Virtual Interface Card 1225 Data Sheet Cisco UCS Virtual Interface Card 1225 Cisco Unified Computing System Overview The Cisco Unified Computing System (Cisco UCS ) is a next-generation data center platform that unites compute, networking,

More information

I/O Considerations for Server Blades, Backplanes, and the Datacenter

I/O Considerations for Server Blades, Backplanes, and the Datacenter I/O Considerations for Server Blades, Backplanes, and the Datacenter 1 1 Contents Abstract 3 Enterprise Modular Computing 3 The Vision 3 The Path to Achieving the Vision 4 Bladed Servers 7 Managing Datacenter

More information

Overview. Cisco UCS Manager User Documentation

Overview. Cisco UCS Manager User Documentation Cisco UCS Manager User Documentation, page 1 Infrastructure Management Guide, page 2 Cisco Unified Computing System, page 3 Cisco UCS Building Blocks and Connectivity, page 5 Cisco UCS Manager User Documentation

More information

EMC Integrated Infrastructure for VMware. Business Continuity

EMC Integrated Infrastructure for VMware. Business Continuity EMC Integrated Infrastructure for VMware Business Continuity Enabled by EMC Celerra and VMware vcenter Site Recovery Manager Reference Architecture Copyright 2009 EMC Corporation. All rights reserved.

More information

USING ISCSI MULTIPATHING IN THE SOLARIS 10 OPERATING SYSTEM

USING ISCSI MULTIPATHING IN THE SOLARIS 10 OPERATING SYSTEM USING ISCSI MULTIPATHING IN THE SOLARIS 10 OPERATING SYSTEM Aaron Dailey, Storage Network Engineering Scott Tracy, Storage Network Engineering Sun BluePrints OnLine December 2005 Part No 819-3730-10 Revision

More information

White Paper. A System for Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft

White Paper. A System for  Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft White Paper Mimosa Systems, Inc. November 2007 A System for Email Archiving, Recovery, and Storage Optimization Mimosa NearPoint for Microsoft Exchange Server and EqualLogic PS Series Storage Arrays CONTENTS

More information

MCS Software Installation Guide

MCS Software Installation Guide MCS Software Installation Guide This document provides instructions for installing the MCS software: MCS Requirements (page 2) Installing the MCS (page 3) Before You Begin (page 4) Upgrading Your MCS to

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

Storage Virtualization Explained

Storage Virtualization Explained Storage Virtualization Explained In order to understand the benefits of storage virtualization, it is important to understand how it works. In this e-guide, brought to you by SearchServerVirtualization.com,

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper More Efficient Virtualization Management: Templates www.parallels.com Version 2.0 Table of Contents Table of Contents... 2 OS, Middleware or VM Sprawl... 3 Why

More information

Low Profile SATA RAID 2 Port PCI Host

Low Profile SATA RAID 2 Port PCI Host Low Profile SATA RAID 2 Port PCI Host User Manual English LINDY No. 70540 www.lindy.com LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - FIRST EDITION (November 2004) 1. Introduction This Low Profile

More information

HP 3PAR Storage System Installation and Startup Service

HP 3PAR Storage System Installation and Startup Service HP 3PAR Storage System Installation and Startup Service HP Care Pack Services Technical data For smooth startup, the HP 3PAR Storage System Installation and Startup Service provides deployment of your

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

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.0 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information

Target Environments The Smart Array 6i Controller offers superior investment protection to the following environments: Non-RAID

Target Environments The Smart Array 6i Controller offers superior investment protection to the following environments: Non-RAID Overview The Smart Array 6i controller is an Ultra320 intelligent array controller for entry-level, hardware-based fault tolerance for protection of OS, applications, and logs. Most models have one internal-only

More information

UCS Firmware Management Architecture

UCS Firmware Management Architecture UCS Firmware Management Architecture 2 Legal Disclaimer Many products and features described herein remain in varying stages of development and will be offered on a when-and-ifavailable basis. This roadmap

More information

Dell Server Migration Utility (SMU)

Dell Server Migration Utility (SMU) Using SMU to simplify migration to a boot from SAN architecture Aaron Prince, Technical Marketing Dell Virtualization Solutions This document is for informational purposes only and may contain typographical

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows XP / XP 64-bit / Vista / Vista 64-bit With

More information

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at:

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