Intel RAID Controllers
|
|
- Myrtle McGee
- 6 years ago
- Views:
Transcription
1 Intel RAID Controllers Best Practices White Paper April, 2008 Enterprise Platforms and Services Division - Marketing
2 Revision History Date Revision Number April, Initial release. Modifications Disclaimers Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel or otherwise, to any intellectual property rights is granted by this document. Except as provided in Intel's Terms and Conditions of Sale for such products, Intel assumes no liability whatsoever, and Intel disclaims any express or implied warranty, relating to sale and/or use of Intel products including liability or warranties relating to fitness for a particular purpose, merchantability, or infringement of any patent, copyright or other intellectual property right. Intel products are not intended for use in medical, life saving, or life sustaining applications. Intel may make changes to specifications and product descriptions at any time, without notice. Designers must not rely on the absence or characteristics of any features or instructions marked "reserved" or "undefined." Intel reserves these for future definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them. The Intel RAID Controllers may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized errata are available on request. Intel, Pentium, Celeron, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Copyright Intel Corporation Portions Copyright LSI Logic Corporation *Other brands and names may be claimed as the property of others. ii
3 Table of Contents 1. Overview Installing and Configuring Intel RAID Controllers Installing Intel RAID Controllers Configuring a RAID Array Getting the Latest RAID Software Importance of a Backup Solution Tuning Controller Performance Tuning Controller Cache Options Hard Disk Cache When to Use a RAID Controller Battery Why Use a UPS? Enterprise-class versus Desktop-class Drives Drive Vibration Basic Troubleshooting Drive State Definition Virtual Disk State Description Tips and Tricks Setup Tips Debug Tips Summary iii
4 iv
5 1. Overview RAID (Redundant Array of Independent Disks) technology has been commonly implemented in server usage models as an option to provide additional data protection. RAID solutions are now also found in other computer environments such as desktops, workstations, and external storage devices which support a large number of hard drives. Intel is committed to providing customers with stable, high-performance, and high-reliability RAID products. This white paper is intended to describe the best practices that should be used when deploying Intel Server RAID solutions. The focus of this document is to review the implementation, configuration, and troubleshooting of RAID solutions for Intel server products. 2. Installing and Configuring Intel RAID Controllers 2.1 Installing Intel RAID Controllers Please refer to the Intel RAID Controller Configuration Guide for information about selecting the appropriate RAID controllers and accessories for your RAID solution. For more information on how to install RAID controllers into the server solution refer to the Intel RAID Controller Hardware User Guide. These guides are available at the Intel Support Web site: Configuring a RAID Array Data redundancy and system performance can be enhanced by correctly installing the RAID controller and by choosing the right RAID level. The RAID level and the system usage model should match. Other configuration options include matching the virtual drive stripe size to the application. The default RAID controller configuration options are set to protect data, but they are not optimized for performance. Please refer to the Intel RAID Software User Guide for information on how to setup RAID array solutions using Intel RAID Controllers, and the RAID Controller Performance Tuning Guide at for addition detail regarding these configuration options. 2.3 Getting the Latest RAID Software The most current RAID drivers, firmware, and management software for Intel RAID Controllers can be downloaded from the Intel Support Web site: 3. Importance of a Backup Solution Do not rely on a RAID subsystem as a single disaster protection plan; always keep an independent verified backup of your data in a separate physical location. 5
6 A backup plan should be an integral part of a healthy data security system. Computers and computer components can and do fail. Multiple disk failures in RAID configurations, data center catastrophes (no matter how small) and virus infections can take down a system and corrupt critical data. Often there is no warning before a failure, and then it is too late. Data loss can be costly and may impact productivity both in terms of lost opportunity when there is no access to data, and in terms of effort and expense to recover missing data. In some situations, data may not be recoverable. Implementing a backup plan will often turn several days of lost productivity and weeks of reorganizing information into an hour of restoring a disk image. A good backup strategy will include maintaining multiple copies of data that have been made over time so that you can recover the latest backup or step back to data files that were copied days or weeks earlier as needed. Depending on the criticality of your data and to guard against a catastrophic event, it may be a good idea to store a regular backup securely off site. Backup copies of data can be made to a local drive or tape drive, or to a remote data backup service provider. It is especially important to keep a copy of data that is held on storage systems or RAID arrays. Due to the large capacity of some drives and the time required to rebuild data, there is an increased risk that additional drives may fail during the rebuild, resulting in possible data loss. Even though there is redundancy built into a RAID or Storage system, a backup should be performed on a regular basis. 4. Tuning Controller Performance Optimizing the overall performance of a RAID subsystem requires careful consideration of several factors that can affect performance, including the controller and disk drive cache settings and the interaction of these settings with system applications. The sections below provide a limited discussion of some of these factors. For a full review of performance tuning please refer to the Intel RAID Controller Performance Optimization whitepaper, available at Note: There are a variety of factors that can affect the performance of the RAID subsystem including PCI bus bandwidth, logical drive cache settings, stripe size, hard disk drive cache settings, RAID level, ratio of read versus write operations, ratio of sequential versus random operations, and the number of disks in an array. 4.1 Tuning Controller Cache Options Tuning cache memory options on the RAID controller can improve performance. There are three settings available in the controller cache to allow fine tuning: Read Ahead Option Write Back Option Cached I/O Option 6
7 The following table provides a quick reference for RAID settings. The information is simplified and may not be accurate with some applications or tests. For detailed performance tuning information please refer to the Intel RAID Controller Performance Optimization whitepaper, available at Read Cache Policy Read Ahead Policy Write Cache Policy Direct I/O Adaptive Read Ahead Write Back* * A RAID controller battery should be used whenever virtual drive write-back cache is enabled and data is mission critical. 4.2 Hard Disk Cache Disk drive cache can be enabled in the virtual drive properties page of the RAID configuration utility. There is a risk of data loss using a hard drive cache; an overview is provided below. Hard disk drive cache is located within the logic of the hard drive. Cache provides enhanced performance for sequential read access by retrieving adjacent data on the drive into the data buffer in case the host computer requests it. This process allows the data to be directly transferred from the drive s memory when it is requested rather than waiting for a disk access, which results in lower latency. Enabling the hard drive cache can also improve write performance by providing additional memory space for queued data. Write data can be queued in the disk cache and reported as written even though the data will not move from memory to the disk until disk access is available. This reduces the delay during disk I/O operations. There is inherent risk in holding data in the drive cache when a write has been acknowledged as complete but hasn t been written to the disk. If the drive loses power the data in the cache will be lost before it is written to the disk that can cause a hole in a data file, which makes the file unusable. Using a UPS will mitigate this risk but not eliminate it. Note: A soft or hard reset (<Ctrl> + <Alt> + <Del> or the reset button) does not affect the completion of a disk write operation because the disk cache will be flushed as long as drive power is maintained. 7
8 5. When to Use a RAID Controller Battery A RAID controller battery should be used whenever virtual drive write-back cache is enabled and data is mission critical. Cache-to-cache I/O is much faster than any other type of I/O operation occurring on the data bus. It is faster to write data to the RAID adapter s cache memory than it is to write it directly to a storage device because the time required to spin target data under a read or write head is longer than the time required to perform the read or write to a memory device. If the RAID Controller s write-back cache option is enabled, data is first written to the cache memory and the write is acknowledged, and then the RAID controller writes the cached data to the storage device when it is available to service the I/O request. However, this method of writing data first to cache memory, acknowledging the write as complete, and then completing the write when the drive is available carries inherent risk. Cached data on the RAID controller can be lost if the AC power fails before the cached data is written to the storage device. The Smart Battery mitigates this risk by providing battery power to the RAID controller memory and holding the data in the RAID cache memory until power is restored. The battery can hold data in the RAID controller s memory for up to 72 hours. The Smart Battery accomplishes all of this by monitoring the voltage level of the DRAM modules on the RAID controller. If the voltage drops below a defined level, the Smart Battery switches the memory power source from the RAID controller to the battery pack. The battery pack provides power for the memory until the voltage returns to an acceptable level, at which time the Smart Battery circuit board switches the power source back to the RAID controller. Cached data is then written to the storage device just as though the power loss had never occurred. The Smart Battery provides additional fault tolerance even when used with a UPS, which does not prevent a system power supply failure or other system internal power failure. 6. Why Use a UPS? An uninterruptible power supply (UPS) is a battery-based system power supply that helps protect electronic equipment from an unexpected loss of power. A UPS is highly recommended to protect data in mission critical configurations. Computers and accessories can suffer damage during a power outage or experience a loss of data that is in transit during the power outage. There is no way to provide a battery backup of data that is temporarily stored in the hard disk cache but has not been written to disk. A power outage could corrupt the data on a server or make data unavailable to users. A UPS can reduce the chance that a power outage could corrupt data on a server. Although the addition of UPS is not a guarantee that data cannot be lost, it does add additional security. 8
9 7. Enterprise-class versus Desktop-class Drives Enterprise class hard drives should always be used on an enterprise class system. Use of a desktop class drive is not recommended due to I/O timeout incompatibilities, lower tolerances for vibration, and a lack of end-to-end data error detection and correction. Hard drive manufacturers develop drives to meet specific customer requirements for reliability, capacity, performance and power consumption. Using drives in the application for which they were designed ensures your data is available when and how you need it. Using drives outside of their intended application can negatively impact server productivity. 7.1 Drive Vibration A hard drive is a non-volatile storage device which typically stores data on rapidly rotating magnetic platters. Data is usually read and written by a device which is nanometers away from the surface of the platters. Vibration can significantly affect hard drive reliability and performance. There are a number of factors that can cause drives to vibrate, including: vibrations from other drives or the drive itself, spindle imbalance or torque, and vibration from other system components such as system fans. These vibrations can cause the read/write heads to misalign with the data track. When this happens, a retry is required to ensure integrity of the read/write data. A retry requires milliseconds of time but because drive and storage subsystem electronics are operating in micro or nanoseconds, a wait of milliseconds can significantly reduce the overall performance of the storage solution. Two general categories of drives have evolved to meet customer needs: Desktop Drives: These drives perform at an acceptable level when rotational vibration does not exceed 10 radians per second. They are typically used in single or dual-drive environments where rotational vibration is limited. A desktop drive is built to have a low read and write workload over an 8 hour period, 5 days a week. Desktop drives are designed to work in environments that do not exceed 25 degrees Celsius. As heat increases, the mean time between failures (MTBF) decreases and the drives are more likely to fail. Enterprise Drives: These drives perform at an acceptable level when rotational vibration does not exceed 21 radians per second. Enterprise drives are typically used in multi-drive environments where rotational vibration is normally above 10 radians per second. The drives are built using advanced technology and components to meet the performance, workload, and reliability requirements to perform thousands of read/writes per second, 24 hours a day, 7 days a week. Enterprise drives are also designed for higher temperatures. The low end of an enterprise drive temperature specification is at the high end of the desktop specification, making enterprise drives more reliable in applications where desktop drives fail due to high temperatures. Enterprise drives usually have a longer warranty period than desktop drives. They often have advanced power management options. These modes reduce power consumption along with server cooling requirements, which equate to lower operational costs and less thermal impact on surrounding system components. Enterprise drives with error recovery control have the ability to quickly respond with data or to return an error to the host controller. With a quick response the RAID set is preserved by rebuilding the requested data. Full 9
10 RAID set rebuilds are executed for true drive failures. Error recovery is usually not offered on desktop drives due to the cost. A desktop drive often responds too slowly to preserve the RAID and the drive is flagged for replacement. The RAID set then operates in a slower degraded mode until the drive is replaced. Complete loss of data is possible if another drive times out while the drive is in a degraded mode. With higher MTBF and error recovery, enterprise drives offer greater reliability than desktop drives in the server environment. Hard drives last longer when used in the application for which they were designed. Desktop drives often lack workload management to lower thermal stresses, have a lower tolerance for the normal rotational vibration found in a server environment, are not designed to run 24 hours a day, 7 days a week; and may fail prematurely when installed in a server. To get the best performance and avoid drive failures, Intel recommends using enterprise drives for server applications. SAS and SATA drives should not be mixed in the same enclosure. Please refer to the Enterprise-class versus Desktop-class Hard Drives white paper available on the Web site. 10
11 8. Basic Troubleshooting Some basic troubleshooting information is provided below for your reference. Note: Before attempting to diagnosis RAID failures or make any changes to the RAID configuration, please confirm that a complete and verified backup of critical data is available. A verified backup exists when the backed up data has been compared against the original data. Note: If you encounter a drive failure or an offline drive, do not remove any drives from the system (hot plug) or shut the system down until you have verified the cause of the failure. Contact Intel Customer Support if you have any questions. 8.1 Drive State Definition The SAS Software Stack firmware defines the following states for physical disks connected to the controller: Unconfigured Good A disk accessible to the RAID controller but not configured as a part of a virtual disk. For example, a new drive inserted into a system. Online A disk accessible to the RAID controller and configured as part of a virtual disk. Failed A disk drive that is part of a virtual disk, but has failed and is no longer usable. Rebuild A disk drive to which data is being written to restore full redundancy to a virtual disk. Unconfigured Bad A disk drive that is no longer part of an array and is known to be bad. This state is typically assigned to a drive that has failed, but is no longer part of a configured virtual disk because it has been replaced by a Hot-Spare drive. Foreign When a disk has configuration information on the drive (metadata) that is not in the NVRAM of the controller, it is considered Foreign, When importing disks from a different RAID controller (foreign metadata), the physical disk is marked as foreign until user action is taken to add the configuration on the disks to the existing configuration in the NVRAM on the controller. Foreign is not actually a drive state, but rather it indicates that a drive is from another configuration. Foreign drives are typically in an unconfigured good state until they are imported into the current configuration. For example, when a system is powered on with drives from another system that contain the RAID configuration information, they are considered foreign until they have been accepted or declined as part of the current configuration. Hot spare A disk drive that is defined as a hot spare. A hot spare is used to automatically come online and replace the first failed drive in a virtual disk. A hot spare will only come online if it is the same size or larger than the failing drive, and if a drive has been marked as failed. Offline A disk drive that is still part of a configured Virtual Disk Drive, but which is not active. This state is used to represent a configured drive for which the data is not valid. This state can occur as a transition state or due to a user action. 8.2 Virtual Disk State Description Optimal A virtual disk with member drives that are online. 11
12 Partially Degraded A virtual disk with a RAID level capable of sustaining more than one member drive failure experiences a member failure but the virtual disk is not degraded or offline. Degraded A virtual disk that already has one or more member drive failures and cannot sustain a subsequent drive failure. Offline A virtual disk with one or more member drive failures that cause the data to not be accessible. 8.3 Tips and Tricks Setup Tips Check cables for proper connection. Verify that all the cable ends are properly seated and that none of the pins are bent. Verify that an approved cable is being used. Cables must be speed compatible and meet signal integrity specifications. SATA cables are designed to connect directly from the RAID controller to the hard drive or drive enclosure Debug Tips Improvements in RAID controller and hard drive communication and control are frequently incorporated into updated versions of RAID controller and hard drive firmware. It is generally recommended to review the release notes for firmware updates and apply the updates as warranted. Review firmware updates for the server board and intelligent backplane and complete updates as necessary. Grown defects may not indicate that the drive is failing. However, if the number of grown defects is large or increasing, the drive may be in the process of failing. It is recommended that you replace the drive. Bad block redirections may not indicate that a drive is failing. However, if the number of redirections is large or the number is increasing, the drive may in the process of failing. It is recommended that you replace the drive. Parity errors in a log may indicate a failing controller, failing drive, or a memory issue on the RAID controller. Replace the controller and / or hard drive. Some RAID controllers include a DIMM site; verify that the memory used is listed on the RAID controller s tested memory list. If errors persist, try changing the memory module and / or RAID controller. Write compare errors indicate a failing controller or failing drive. Replace the controller and / or hard drive. Do not reinstall a drive that has failed. 9. Summary Intel is committed to providing customers with a stable product that offers both highperformance and high-reliability. In this document we have provided guidance on cache options, using a RAID controller battery, using a UPS, and other important options that can enhance data safety and controller performance. 12
Enterprise-class versus Desktopclass
Enterprise-class versus Desktopclass Hard Drives April, 2008 Enterprise Platforms and Services Division - Marketing Revision History Date Revision Number April, 2008 1.0 Initial Release Modifications Disclaimers
Configuring RAID for Optimal Performance
Configuring RAID for Optimal Performance Intel RAID Controller SRCSASJV Intel RAID Controller SRCSASRB Intel RAID Controller SRCSASBB8I Intel RAID Controller SRCSASLS4I Intel RAID Controller SRCSATAWB
Intel RAID Basic Troubleshooting Guide
Intel RAID Basic Troubleshooting Guide Technical Summary Document June 2009 Enterprise Platforms and Services Division - Marketing Revision History Intel RAID Basic Troubleshooting Guide Revision History
Benefits of Intel Matrix Storage Technology
Benefits of Intel Matrix Storage Technology White Paper December 2005 Document Number: 310855-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,
Enterprise-class versus Desktop-class Hard Drives
Enterprise-class versus Desktop-class Hard Drives A document providing a comparison between enterprise-class and desktop-class hard drives Rev 2.0 April 2016 Intel Server Boards and Systems
Intel RAID Volume Recovery Procedures
Intel RAID Volume Recovery Procedures Revision 1.0 12/20/01 Revision History Date Revision Number 12/20/01 1.0 Release Modifications Disclaimers Information in this document is provided in connection with
Intel Matrix Storage Console
Intel Matrix Storage Console Reference Content January 2010 Revision 1.0 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,
Difference between Enterprise SATA HDDs and Desktop HDDs. Difference between Enterprise Class HDD & Desktop HDD
In order to fulfil the operational needs, different web hosting providers offer different models of hard drives. While some web hosts provide Enterprise HDDs, which although comparatively expensive, offer
Intel Rapid Storage Technology
Intel Rapid Storage Technology User Guide August 2011 Revision 1.0 1 Document Number: XXXXXX INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,
Intel Matrix Storage Manager 8.x
Intel Matrix Storage Manager 8.x User's Manual January 2009 Revision 1.0 Document Number: XXXXXX INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,
RAID EzAssist Configuration Utility Quick Configuration Guide
RAID EzAssist Configuration Utility Quick Configuration Guide DB15-000277-00 First Edition 08P5520 Proprietary Rights Notice This document contains proprietary information of LSI Logic Corporation. The
Configuring ThinkServer RAID 500 and RAID 700 Adapters. Lenovo ThinkServer
Configuring ThinkServer RAID 500 and RAID 700 Adapters Lenovo ThinkServer October 4, 2011 Contents Overview... 4 RAID 500 features... 4 RAID 700 features... 4 RAID Overview... 4 Choosing the RAID Level...
Seagate Constellation/Barracuda* ES.2 SAS Hard Drives and Intel RAID SAS/SATA Adapters Powered by LSI MegaRAID*
Seagate Constellation/Barracuda* ES.2 SAS Hard Drives and Intel RAID SAS/SATA Adapters Powered by LSI MegaRAID* White Paper Ideal for Low-Cost Servers and Nearline Applications July 2009 Enterprise Platforms
RAID Basics Training Guide
RAID Basics Training Guide Discover a Higher Level of Performance RAID matters. Rely on Intel RAID. Table of Contents 1. What is RAID? 2. RAID Levels RAID 0 RAID 1 RAID 5 RAID 6 RAID 10 RAID 0+1 RAID 1E
TECHNOLOGY BRIEF. Compaq RAID on a Chip Technology EXECUTIVE SUMMARY CONTENTS
TECHNOLOGY BRIEF August 1999 Compaq Computer Corporation Prepared by ISSD Technology Communications CONTENTS Executive Summary 1 Introduction 3 Subsystem Technology 3 Processor 3 SCSI Chip4 PCI Bridge
Intel Server Raid Controller. RAID Configuration Utility (RCU)
Intel Server Raid Controller RAID Configuration Utility (RCU) Revision 1.1 July 2000 Revision History Date Rev Modifications 02/13/00 1.0 Initial Release 07/20/00 1.1 Update to include general instructions
Intel Data Direct I/O Technology (Intel DDIO): A Primer >
Intel Data Direct I/O Technology (Intel DDIO): A Primer > Technical Brief February 2012 Revision 1.0 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,
RAID and Storage Options Available on Intel Server Boards and Systems
and Storage Options Available on Intel Server Boards and Systems Revision 1.0 March, 009 Revision History and Storage Options Available on Intel Server Boards and Systems Revision History Date Revision
Intel N440BX Server System Event Log (SEL) Error Messages
Intel N440BX Server System Event Log (SEL) Error Messages Revision 1.00 5/11/98 Copyright 1998 Intel Corporation DISCLAIMERS Information in this document is provided in connection with Intel products.
HP Smart Array Controllers and basic RAID performance factors
Technical white paper HP Smart Array Controllers and basic RAID performance factors Technology brief Table of contents Abstract 2 Benefits of drive arrays 2 Factors that affect performance 2 HP Smart Array
This user guide describes features that are common to most models. Some features may not be available on your computer.
RAID User Guide Copyright 2011 Hewlett-Packard Development Company, L.P. Intel is a trademark of Intel Corporation in the U.S. and other countries. Microsoft and Windows are U.S. registered trademarks
DELL RAID PRIMER DELL PERC RAID CONTROLLERS. Joe H. Trickey III. Dell Storage RAID Product Marketing. John Seward. Dell Storage RAID Engineering
DELL RAID PRIMER DELL PERC RAID CONTROLLERS Joe H. Trickey III Dell Storage RAID Product Marketing John Seward Dell Storage RAID Engineering http://www.dell.com/content/topics/topic.aspx/global/products/pvaul/top
Distribution One Server Requirements
Distribution One Server Requirements Introduction Welcome to the Hardware Configuration Guide. The goal of this guide is to provide a practical approach to sizing your Distribution One application and
Intel RAID Software v6.x (and newer) Upgrade/Installation Procedures
Intel RAID Software v6.x (and newer) Upgrade/Installation Procedures For Intel Server RAID Controller U3-1 and Intel Server RAID Controller U3-1L Revision 1.1 12/21/01 Date Rev Modifications 12/21/01 1.1
Contents. Overview. Drive Policy RAID 500 features. Disable BGI RAID 700 features. Management Tasks Choosing the RAID Level.
Configuring ThinkServer RAID 500 and RAID 700 Adapters Contents Overview 2 Drive Policy 28 RAID 500 features 2 Disable BGI 28 RAID 700 features 2 Adapter Properties 28 RAID Overview 2 Management Tasks
This chapter explains how to update device drivers and apply hotfix.
MegaRAID SAS User's Guide Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview This chapter explains an overview
Intel RAID Software User s Guide:
Intel RAID Software User s Guide: Intel Embedded Server RAID Technology II Intel Integrated Server RAID Intel RAID Controllers using the Intel RAID Software Stack 3 July, 2007 Intel Order Number: D29305-005
High Availability Server Clustering Solutions
White Paper High vailability Server Clustering Solutions Extending the benefits of technology into the server arena Intel in Communications Contents Executive Summary 3 Extending Protection to Storage
Performance Report Modular RAID for PRIMERGY
Performance Report Modular RAID for PRIMERGY Version 1.1 March 2008 Pages 15 Abstract This technical documentation is designed for persons, who deal with the selection of RAID technologies and RAID controllers
As enterprise data requirements continue
Storage Introducing the Dell PERC 6 Family of SAS RAID ControlLers By Bhanu Prakash Dixit Sanjay Tiwari Kedar Vaze Joe H. Trickey III The Dell PowerEdge Expandable RAID Controller (PERC) 6 family of enterprise-class
Optimizing LTO Backup Performance
Optimizing LTO Backup Performance July 19, 2011 Written by: Ash McCarty Contributors: Cedrick Burton Bob Dawson Vang Nguyen Richard Snook Table of Contents 1.0 Introduction... 3 2.0 Host System Configuration...
RAID and Storage Options Available on Intel Server Boards and Systems based on Intel 5500/5520 and 3420 PCH Chipset
and Options Available on Intel Server Boards based on Intel 5500/550 and 340 PCH Chipset Revision.0 January, 011 Revision History and Options Available on Intel Server Boards based on Intel 5500/550 and
Accelerating Server Storage Performance on Lenovo ThinkServer
Accelerating Server Storage Performance on Lenovo ThinkServer Lenovo Enterprise Product Group April 214 Copyright Lenovo 214 LENOVO PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER
Intel Solid-State Drive 320 Series
Intel Solid-State Drive 320 Series Enterprise Server/Storage Application Product Specification Addendum Form Factors: 1.8-inch and 2.5-inch Capacity: 80/160/300 GB (1.8-inch) 40/80/120/160/300/600 GB (2.5-inch)
Intel RAID SSD Cache Controller RCS25ZB040
SOLUTION Brief Intel RAID SSD Cache Controller RCS25ZB040 When Faster Matters Cost-Effective Intelligent RAID with Embedded High Performance Flash Intel RAID SSD Cache Controller RCS25ZB040 When Faster
Intel Desktop Board D925XECV2 Specification Update
Intel Desktop Board D925XECV2 Specification Update Release Date: July 2006 Order Number: C94210-005US The Intel Desktop Board D925XECV2 may contain design defects or errors known as errata, which may cause
2» 10» 18» 26» PD3 34 00 42»
» STARDOM Safe Capsule Series User Manual... 2» STARDOM Safe Capsule Serie Bedienungsanleitung... 10» Série STARDOM Safe Capsule Manuel de l utilisateur... 18 26 PD3500 34» Manual de usuario de STARDOM
Dell SAS RAID Storage Manager. User s Guide. www.dell.com support.dell.com
Dell SAS RAID Storage Manager User s Guide www.dell.com support.dell.com Notes, Notices, and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer. NOTICE:
Intel Data Migration Software
User Guide Software Version 2.0 Document Number: 324324-002US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY
Using RAID Admin and Disk Utility
Using RAID Admin and Disk Utility Xserve RAID Includes instructions for creating RAID arrays and monitoring Xserve RAID systems K Apple Computer, Inc. 2003 Apple Computer, Inc. All rights reserved. Under
Intel Compute Stick STCK1A32WFC User Guide. Intel Compute Stick STCK1A32WFC
Intel Compute Stick STCK1A32WFC User Guide 1 Revision History Revision Revisions History Date 01 First release of the Intel Compute Stick STCK1A32WFC User Guide April 2015 Disclaimer INFORMATION IN THIS
C440GX+ System Event Log (SEL) Messages
C440GX+ System Event Log (SEL) Messages Revision 0.40 4/15/99 Revision Information Revision Date Change 0.40 4/15/99 Changed BIOS Events 0C EF E7 20, 0C EF E7 21 to 0C EF E7 40, 0C EF E7 41 Disclaimers
Chapter 2 Array Configuration [SATA Setup Utility] This chapter explains array configurations using this array controller.
Embedded MegaRAID SATA User's Guide Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview This chapter introduces
Intel RAID Controller Troubleshooting Guide
Intel RAID Controller Troubleshooting Guide A Guide for Technically Qualified Assemblers of Intel Identified Subassemblies/Products Intel order number C18781-001 September 2, 2002 Revision History Troubleshooting
NEC ESMPRO Manager RAID System Management Guide for VMware ESXi 5 or later
NEC ESMPRO Manager RAID System Management Guide for VMware ESXi 5 or later 856-127900-613-G 7th Edition Jun. 2015 Copyright NEC Corporation 2015. Trademarks NEC EXPRESSBUILDER is trademarks of NEC Corporation.
System Release Notes Express5800/320LB System Release Notes
System Release Notes Express5800/320LB System Release Notes PN: 455-01681-004 2 Proprietary Notice and Liability Disclaimer The information disclosed in this document, including all designs and related
Cloud based Holdfast Electronic Sports Game Platform
Case Study Cloud based Holdfast Electronic Sports Game Platform Intel and Holdfast work together to upgrade Holdfast Electronic Sports Game Platform with cloud technology Background Shanghai Holdfast Online
Maintenance Best Practices for Adaptec RAID Solutions
Maintenance Best Practices for Adaptec RAID Solutions Note: This document is intended to provide insight into the best practices for routine maintenance of Adaptec RAID systems. These maintenance best
Intel RAID Software User s Guide:
Intel RAID Software User s Guide: Intel Embedded Server RAID Technology II Intel Integrated Server RAID Intel RAID Controllers using the Intel RAID Software Stack 3 Revision 8.0 August, 2008 Intel Order
Intel RAID Web Console 2 and StorCLI Command Line Tool
SOLUTIONS Brief Intel RAID Web Console 2 and StorCLI Command Line Tool Powered by LSI* MegaRAID technology Instant access, intuitive configuration/navigation, easy standard storage management and advanced
MSM Software Feature Difference Between the MR Controller and the IR Controller
MSM Software Feature Difference Between the MR Controller and the IR Controller Systems Engineering Note S11252, Version 1.0 DB05-000341-00 For a comprehensive list of changes to this document, see the
Intel Desktop Board D101GGC Specification Update
Intel Desktop Board D101GGC Specification Update Release Date: November 2006 Order Number: D38925-003US The Intel Desktop Board D101GGC may contain design defects or errors known as errata, which may cause
Intel Desktop Board DQ35JO
Intel Desktop Board DQ35JO Specification Update May 2008 Order Number E21492-002US The Intel Desktop Board DQ35JO may contain design defects or errors known as errata, which may cause the product to deviate
Intel Desktop Board D945GCZ
Intel Desktop Board D945GCZ Specification Update December 2007 Order Number D23991-007US The Intel Desktop Board D945GCZ may contain design defects or errors known as errata, which may cause the product
QuickSpecs. HP Smart Array 5312 Controller. Overview
Overview Models 238633-B21 238633-291 (Japan) Feature List: High Performance PCI-X Architecture High Capacity Two Ultra 3 SCSI channels support up to 28 drives Modular battery-backed cache design 128 MB
Price/performance Modern Memory Hierarchy
Lecture 21: Storage Administration Take QUIZ 15 over P&H 6.1-4, 6.8-9 before 11:59pm today Project: Cache Simulator, Due April 29, 2010 NEW OFFICE HOUR TIME: Tuesday 1-2, McKinley Last Time Exam discussion
Smart Array technology: advantages of battery-backed cache
Smart Array technology: advantages of battery-backed cache technology brief Abstract... 2 Introduction... 2 Role of cache in the storage system... 2 Need for a battery-backed cache... 2 Recovering data
Intel Desktop Board DP43BF
Intel Desktop Board DP43BF Specification Update September 2010 Order Number: E92423-004US The Intel Desktop Board DP43BF may contain design defects or errors known as errata, which may cause the product
This guide explains how to install an Intel Solid-State Drive (Intel SSD) in a SATA-based desktop or notebook computer.
Installation Guide This guide explains how to install an (Intel SSD) in a SATA-based desktop or notebook computer. The instructions include migrating your data from your current storage device (such as
Intel Entry Storage System SS4000-E
Intel Entry Storage System SS4000-E Software Release Notes March, 2006 Storage Systems Technical Marketing Revision History Intel Entry Storage System SS4000-E Revision History Revision Date Number 3 Mar
Xanadu 130. Business Class Storage Solution. 8G FC Host Connectivity and 6G SAS Backplane. 2U 12-Bay 3.5 Form Factor
RAID Inc Xanadu 200 100 Series Storage Systems Xanadu 130 Business Class Storage Solution 8G FC Host Connectivity and 6G SAS Backplane 2U 12-Bay 3.5 Form Factor Highlights Highest levels of data integrity
RAID Technology Overview
RAID Technology Overview HP Smart Array RAID Controllers HP Part Number: J6369-90050 Published: September 2007 Edition: 1 Copyright 2007 Hewlett-Packard Development Company L.P. Legal Notices Copyright
technology brief RAID Levels March 1997 Introduction Characteristics of RAID Levels
technology brief RAID Levels March 1997 Introduction RAID is an acronym for Redundant Array of Independent Disks (originally Redundant Array of Inexpensive Disks) coined in a 1987 University of California
Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms
EXECUTIVE SUMMARY Intel Cloud Builder Guide Intel Xeon Processor-based Servers Red Hat* Cloud Foundations Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms Red Hat* Cloud Foundations
GENERAL INFORMATION COPYRIGHT... 3 NOTICES... 3 XD5 PRECAUTIONS... 3 INTRODUCTION... 4 FEATURES... 4 SYSTEM REQUIREMENT... 4
1 Table of Contents GENERAL INFORMATION COPYRIGHT... 3 NOTICES... 3 XD5 PRECAUTIONS... 3 INTRODUCTION... 4 FEATURES... 4 SYSTEM REQUIREMENT... 4 XD5 FAMILULARIZATION... 5 PACKAGE CONTENTS... 5 HARDWARE
Assessing RAID ADG vs. RAID 5 vs. RAID 1+0
White Paper October 2001 Prepared by Industry Standard Storage Group Compaq Computer Corporation Contents Overview...3 Defining RAID levels...3 Evaluating RAID levels...3 Choosing a RAID level...4 Assessing
5-BAY RAID STATION. Manual
5-BAY RAID STATION Manual Content 1. Features 3 1.1 Overview 3 1.2 SATA features 3 1.3 USB features 4 2. Specifications 4 3. System requirements 4 4. The device at a glance 4 4.1 Rear panel 5 4.2 The LED
Intel Desktop Board DP55WB
Intel Desktop Board DP55WB Specification Update July 2010 Order Number: E80453-004US The Intel Desktop Board DP55WB may contain design defects or errors known as errata, which may cause the product to
SAN Conceptual and Design Basics
TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer
Intel Desktop Board DG33TL
Intel Desktop Board DG33TL Specification Update May 2008 Order Number E11661-003US The Intel Desktop Board DG33TL may contain design defects or errors known as errata, which may cause the product to deviate
Intel RAID Software User s Guide:
Intel RAID Software User s Guide: Intel Embedded Server RAID Technology II Intel Integrated Server RAID Intel RAID Controllers using the Intel RAID Software Stack 3 Revision 9.0 December, 2008 Intel Order
Intel Simple Network Management Protocol (SNMP) Subagent v6.0
Intel Simple Network Management Protocol (SNMP) Subagent v6.0 User Guide March 2013 ii Intel SNMP Subagent User s Guide Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL
Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com
Parallels Cloud Storage White Paper Performance Benchmark Results www.parallels.com Table of Contents Executive Summary... 3 Architecture Overview... 3 Key Features... 4 No Special Hardware Requirements...
DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution
DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution Tested with: ESRP Storage Version 3.0 Tested Date: Content DELL TM PowerEdge TM T610... 1 500 Mailbox Resiliency
an analysis of RAID 5DP
an analysis of RAID 5DP a qualitative and quantitative comparison of RAID levels and data protection hp white paper for information about the va 7000 series and periodic updates to this white paper see
Enclosure Management Cabling Guide for Intel C200 and C600 Series Chipset Based Server Systems with Hot-Swap Drive Enclosures
Enclosure Management Cabling Guide for Intel C200 and C600 Series Chipset Based Server Systems with Hot-Swap Drive Enclosures Cabling Guide for: Intel C200 or C600 Series Chipset based Server Boards and
Monthly Specification Update
Intel Server Board S1200BTLR Intel Server Board S1200BTSR Intel Server Board S1200BTLRM Intel Server System R1304BTLSFANR Intel Server System R1304BTSSFANR Intel Server System R1304BTLSHBNR Intel Server
Manage the RAID system from event log
Manage the RAID system from event log Tim Chung Version 1.0 (JAN, 2010) - 1 - QSAN Technology, Inc. http://www.qsantechnology.com White Paper# QWP201001-ALL lntroduction Event log records the information
5-Bay Raid Sub-System Smart Removable 3.5" SATA Multiple Bay Data Storage Device User's Manual
5-Bay Raid Sub-System Smart Removable 3.5" SATA Multiple Bay Data Storage Device User's Manual www.vipower.com Table of Contents 1. How the SteelVine (VPMP-75511R/VPMA-75511R) Operates... 1 1-1 SteelVine
RAID 5 rebuild performance in ProLiant
RAID 5 rebuild performance in ProLiant technology brief Abstract... 2 Overview of the RAID 5 rebuild process... 2 Estimating the mean-time-to-failure (MTTF)... 3 Factors affecting RAID 5 array rebuild
White Paper A New RAID Configuration for Rimage Professional 5410N and Producer IV Systems November 2012
White Paper A New RAID Configuration for Rimage November 2012 Combining RAID 5 and RAID 0 to Reduce the Impact of Hard Drive Failures Rimage is changing the hard drive layout and RAID configurations for
CS 6290 I/O and Storage. Milos Prvulovic
CS 6290 I/O and Storage Milos Prvulovic Storage Systems I/O performance (bandwidth, latency) Bandwidth improving, but not as fast as CPU Latency improving very slowly Consequently, by Amdahl s Law: fraction
2-Bay Raid Sub-System Smart Removable 3.5" SATA Multiple Bay Data Storage Device User's Manual
2-Bay Raid Sub-System Smart Removable 3.5" SATA Multiple Bay Data Storage Device User's Manual www.vipower.com Table of Contents 1. How the SteelVine (VPMP-75211R/VPMA-75211R) Operates... 1 1-1 SteelVine
Intel Desktop Board DG45FC
Intel Desktop Board DG45FC Specification Update July 2010 Order Number: E46340-007US The Intel Desktop Board DG45FC may contain design defects or errors known as errata, which may cause the product to
Version : 1.0. SR3620-2S-SB2 User Manual. SOHORAID Series
Version : 1.0 SR3620-2S-SB2 User Manual SOHORAID Series Introduction About this Manual Thank you for using the product of RAIDON Technology Inc. This user manual will introduce the STARDOM SR3620-2S-SB2
IBM ^ xseries ServeRAID Technology
IBM ^ xseries ServeRAID Technology Reliability through RAID technology Executive Summary: t long ago, business-critical computing on industry-standard platforms was unheard of. Proprietary systems were
Redundant Array of Independent Disks (RAID)
For Data Centers Redundant Array of Independent Disks (RAID) Combine and control multiple storage devices for better performance and reliability Application note 2014 Samsung Electronics Co. 1. What is?
5520UR 00UR 00UR 625UR 625URSAS 00UR URBRP 600URLX 625URLX
Intel Server Board S5520 5520UR Intel Server System SR600 00UR Intel Server System SR600 00UR URHS Intel Server System SR625UR Intel Server System SR625UR 625URSAS Intel Server System SR2600 00UR URBRP
USER S GUIDE. MegaRAID SAS Software. June 2007 Version 2.0. 80-00156-01, Rev. B
USER S GUIDE MegaRAID SAS Software June 2007 Version 2.0 80-00156-01, Rev. B This document contains proprietary information of LSI Corporation. The information contained herein is not to be used by or
The Revival of Direct Attached Storage for Oracle Databases
The Revival of Direct Attached Storage for Oracle Databases Revival of DAS in the IT Infrastructure Introduction Why is it that the industry needed SANs to get more than a few hundred disks attached to
Areas Covered. Chapter 1 Features (Overview/Note) Chapter 2 How to Use WebBIOS. Chapter 3 Installing Global Array Manager (GAM)
PRIMERGY RX300 S2 Onboard SCSI RAID User s Guide Areas Covered Chapter 1 Features (Overview/Note) This chapter explains the overview of the disk array and features of the SCSI array controller. Chapter
EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage
EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL
Intel Media SDK Library Distribution and Dispatching Process
Intel Media SDK Library Distribution and Dispatching Process Overview Dispatching Procedure Software Libraries Platform-Specific Libraries Legal Information Overview This document describes the Intel Media
Intel X38 Express Chipset Memory Technology and Configuration Guide
Intel X38 Express Chipset Memory Technology and Configuration Guide White Paper January 2008 Document Number: 318469-002 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,
Important Notice RAID System Monitoring on VMware vsphere 5 vsphere Client
Important Notice RAID System Monitoring on VMware vsphere 5 vsphere Client This document includes important notice for using vsphere Client of VMware vsphere 5 for monitoring the statuses of RAID Controller.
Intel Desktop Board DG43NB
Intel Desktop Board DG43NB Specification Update August 2010 Order Number: E49122-009US The Intel Desktop Board DG43NB may contain design defects or errors known as errata, which may cause the product to
Intel Technical Advisory
This Technical Advisory describes an issue which may or may not affect the customer s product Intel Technical Advisory 5200 NE Elam Young Parkway Hillsboro, OR 97124 TA-1054-01 April 4, 2014 Incorrectly
Intel architecture. Platform Basics. White Paper Todd Langley Systems Engineer/ Architect Intel Corporation. September 2010
White Paper Todd Langley Systems Engineer/ Architect Intel Corporation Intel architecture Platform Basics September 2010 324377 Executive Summary Creating an Intel architecture design encompasses some
RAID HARDWARE. On board SATA RAID controller. RAID drive caddy (hot swappable) SATA RAID controller card. Anne Watson 1
RAID HARDWARE On board SATA RAID controller SATA RAID controller card RAID drive caddy (hot swappable) Anne Watson 1 RAID The word redundant means an unnecessary repetition. The word array means a lineup.
Intel Desktop Board D945GNT
Intel Desktop Board D945GNT Specification Update Release Date: November 2007 Order Number: D23992-007US The Intel Desktop Board D945GNT may contain design defects or errors known as errata, which may cause