Improving Fault Tolerance Using Memory Redundancy and Hot-Plug Actions in Dell PowerEdge Servers

Size: px
Start display at page:

Download "Improving Fault Tolerance Using Memory Redundancy and Hot-Plug Actions in Dell PowerEdge Servers"

Transcription

1 Improving Fault Tolerance Using Redundancy and Hot-Plug Actions in Dell PowerEdge Servers Features that enable redundancy across physical memory can enhance server reliability and help keep critical business applications available 24/7 particularly when combined with hot-plug capabilities designed into the Dell PowerEdge 6850 server. Allowing administrators to replace failing memory devices and add incremental memory upgrades while a server is running can help reduce system downtime and enhance scalability considerably. This article discusses memory redundancy and hotplug features of PowerEdge 6850 servers. BY CHANDRA S. MUGUNDA, VIJAY NIJHAWAN, DENNIS STULTZ, SAURABH GUPTA, AND HARISH JAYAKUMAR Related Categories: Dell PowerEdge servers Multiprocessor (MP) System architecture Visit for the complete category index. RAID technology helps provide redundancy, fault tolerance, and high availability in enterprise disk drive subsystems. Different RAID levels, such as RAID-0, RAID-1, RAID-5, and RAID-10, can be configured to enable secondary storage benefits that suit specific longterm organizational requirements. Currently, the low cost of physical memory allows servers to support 32 GB to 64 GB of server RAM cost-effectively in dual in-line memory modules (DIMMs). Unfortunately, the requirement for large memory capacities can increase the chance of memory errors simply because physical memory devices have the potential for failure. Thus, the more memory that resides in a system, the greater the potential for memory failure in that system. Safeguarding against potential memory failures and helping to ensure uninterrupted application availability, fault tolerance, redundancy, and hot-plug capabilities can be crucial for IT environments. Hard and soft memory errors is an electronic storage device, and electronic storage devices have the potential to incorrectly return information that is, data read from memory can be different from what was originally written to memory. Dynamic RAM (DRAM) stores 1s and 0s as charges on small capacitors residing on the DIMM, which must be continually refreshed to help ensure that the data is not lost. But even a small electrical disturbance near the memory cell can alter the charge in a capacitor, thus causing a memory error. Typically, two types of error occur in a memory system. The first is called a repeatable, or hard, error. 112

2 Hard errors consistently return incorrect results and usually indicate that a piece of hardware is broken. For example, a bit may be stuck such that it always returns a 0 regardless of whether a 1 or a 0 is written to it. Hard errors are relatively easy to diagnose and fix because they are consistent and repeatable. The second kind of error is called a transient, or soft, error. Soft errors occur when a bit reads back the wrong value once, but subsequently functions correctly. Soft errors are more common than hard errors and are also more difficult to diagnose. They are not caused by circuit problems and, once corrected, do not reoccur. error detection and correction Reliability in memory starts at the DIMM level. To help ensure a reliable memory system in servers, it is essential to provide protection from both hard and soft memory errors. detection or correction protocols such as parity checking or error-correcting code (ECC) are designed to provide true protection from hard and soft memory errors. Parity checking is one of the oldest and most basic forms of memory checking. It is a simple method of detecting single-bit errors in a memory system. Along with the eight bits of data stored in memory, parity checking uses one additional bit to determine the parity of the byte odd or even. However, parity checking detects only odd-numbered single-bit errors, and does not enable administrators to locate and correct these errors. When a parity error is detected, the parity circuit generates what is called a nonmaskable interrupt (NMI), which is generally used to instruct the processor to halt immediately. The processor is halted to help ensure that the incorrect memory does not corrupt other data on the system. ECC, on the other hand, not only detects both single-bit and multibit errors, but it also corrects single-bit errors. Each time data is stored in memory, ECC memory uses an algorithm to add a block of bits known as check bits. When this data is retrieved, the sum of the check bits (the checksum) is recomputed. The CPU CPU CPU CPU North Figure 1. Dell PowerEdge 6850 planar block diagram DIMMs 1 16 Riser 1 Riser 2 Riser 3 Riser checksum of the written data is then compared with the checksum of the read data to determine whether any of the data bits are corrupted. If the checksums are identical, this indicates to the ECC memory that there is no error. If they are different, the data contains one or more errors. The ECC memory logic then isolates the errors and reports them to the system. For a correctable single-bit error, the ECC memory logic corrects the error and outputs the corrected data without halting the system. For multibit errors that is, errors involving two or more bits ECC memory is capable of detecting but not correcting the errors. When multibit errors occur, ECC handles them by generating an NMI that instructs the system to halt. As memory capacity increases, the number of soft errors will rise. Typically, a percentage of soft errors are multibit errors, which ECC cannot correct. As a result, administrators should expect the potential for failure in ECC systems to increase as memory is increased. redundancy options in PowerEdge 6850 servers To help provide server fault tolerance, maximize memory capacity, and enhance reliability, Dell server hardware is designed with memory redundancy options that can help improve the performance and uptime of servers in memory error situations. The Dell PowerEdge 6850 memory subsystem resides on up to four memory riser boards, or cards, supporting a system maximum of 64 GB when 4 GB DIMMs are installed. Each riser has four double data rate 2 (DDR2) slots arranged logically as two banks and one memory (see Figure 1). The PowerEdge 6850 offers three memory redundancy options, which are set in the BIOS: spare-bank memory, memory mirroring, and memory RAID. Organizations select these options when ordering the PowerEdge They may also opt not to use these three options. To disable these options, organizations should select the Redundancy Disabled option. Figure 2 shows BIOS options for memory redundancy modes. Spare-bank memory The PowerEdge 6850 offers three memory redundancy options, which are set in the BIOS: spare-bank memory, memory mirroring, and memory RAID. Within a riser board, memory can be set as a spare bank. Once sparing is enabled, when the error rate that is, the rate of correctable errors of a failing DIMM reaches a preset threshold (set by the administrator in the BIOS), the DIMM s contents are copied to the spare bank. When the copy is in progress, all reads from the Reprinted from Dell Power Solutions, August Copyright 2005 Dell Inc. All rights reserved. DELL POWER SOLUTIONS 113

3 BIOS Hot Hot options Sparing Mirroring RAID addition replacement Spare-bank Support Not Not Not Not memory depends on supported supported supported supported memory card Not Supported if Not Not Supported mirroring supported riser 1 and supported supported riser 2 have equal memory and/or riser 3 and riser 4 have equal memory (only memory mirroring is enabled) Not Not Supported if Not Supported RAID supported supported all four risers supported have equal memory (only memory RAID is enabled) Redundancy Not Not Not Hot addition Not Disabled supported supported supported in previously supported empty slots is supported Figure 2. redundancy modes memory space mapped to the failing DIMM will be serviced by the spare bank, while all writes will be made to both the failing DIMM and the spare bank. Once the copy is complete, the failing DIMM is disabled and the spare bank services requests to that memory space. The BIOS logs an event in the system event log (SEL) indicating that a spare-bank switch occurred. The sparing process is transparent to the OS. When sparing is enabled, only three-quarters of the total installed memory is available to the OS. Uncorrectable errors will not generate sparing failover events; instead, such errors will cause the system to halt. mirroring on one riser board can be mirrored to memory on another riser board if total memory is identical on both. Mirrored memory consists of redundant copies of the system memory. If a multibit error is detected when memory is accessed, the system will not crash because uncorrectable errors are considered to be correctable when memory mirroring is enabled. In that case, the chipset will automatically try to regenerate the data from the redundant mirrored copy of the memory, which resides on the redundant system memory. (If the retry limit exceeds a certain threshold, redundancy will be lost.) The BIOS logs an event in the SEL indicating whether memory mirroring is enabled and another event if redundancy is lost. mirroring can provide a high level of fault tolerance. The minimum configuration required for mirroring is two riser boards and two identical DIMMs on each board. Mirroring is transparent to the OS. When mirroring is enabled, only half of the total installed memory is available to the OS. RAID The Dell PowerEdge 6850 disk drive subsystem can be configured as RAID-5 in server memory, in much the same way that RAID-5 is implemented in storage devices. Implementing RAID-5 requires that all four risers be present in the system and populated with equal amounts of memory. RAID is transparent to the OS, and when enabled, less than half of the total installed memory is available to the OS. Usable memory will be three times the total effective memory present in each riser. Behavior of correctable and uncorrectable errors for RAID is the same as it is for memory mirroring. In addition to correctable and uncorrectable memory SEL events, the BIOS logs an event in the SEL when memory RAID is disabled and logs another event in the SEL when memory RAID is enabled. The Dell OpenManage systems management suite presents administrators with a graphical view of the system components. Figure 3 shows the memory redundancy options on a PowerEdge Hot-plug functionality in PowerEdge 6850 servers Dell PowerEdge 6850 servers offer two hot-plug functions designed to improve the uptime of servers: hot replace and hot add. Hot-replace functionality Hot-replace functionality refers to the capability to replace a failed DIMM on a removed riser board while the system continues to operate. PowerEdge 6850 servers provide hot-replace capability without requiring OS support. In fact, the hot-replace process is transparent to the OS. A riser board can be hot replaced which entails removing the board from the system, replacing failed DIMMs, and reinserting the board only if a memory mirroring or memory RAID configuration is enabled as described in the preceding mirroring and Figure 3. redundancy options shown on a system using Dell OpenManage 114

4 RAID sections in this article. Note: It is not necessary for DIMMs to fail before the riser board can be hot replaced; administrators can hot replace riser boards as needed. When the chipset detects a DIMM failure on memory riser 1, all memory accesses are routed to the healthy memory riser 2 of the mirrored set. The system automatically turns off the green power LED and activates the amber attention LED on riser 1, and then initiates the hot-removal event. Prompted by the amber attention LED, an administrator pushes the attention switch, which switches on the blinking green power LED and switches off the amber attention LED. After BIOS completes setting status registers, the system turns off power to riser 1 (indicated by the green power LED switching off). At this point, the administrator can safely remove riser 1. Hot insertion to a failed mirror or RAID set is initiated when an administrator inserts a riser board into the slot from which the board was previously removed. After seating the riser board, the administrator pushes the attention switch. The green power LED starts blinking and the chipset begins its recovery initialization. BIOS then performs memory initialization. Upon successful completion, re-silvering begins. Once this process is complete, risers 1 and 2 are once again redundant. The solid green power LED remains on and the mirror/raid LED turns on. The BIOS logs a memory removal event in the SEL when an administrator successfully removes a riser board, accompanied by a mirror or RAID redundancy lost SEL event (memory mirror redundancy requires two Reliability in memory starts at the DIMM level. To help ensure a reliable memory system in servers, it is essential to provide protection from both hard and soft memory errors. risers; memory RAID requires four risers). When an administrator successfully replaces a riser board, BIOS generates a SEL event indicating that memory mirroring or memory RAID redundancy has been regained as well as a memory-add event (see Figure 4). BIOS also generates a memory configuration error event if the current memory configuration does not support either adding or removing the riser board. Hot-add functionality Hot-add functionality allows administrators to increase memory size dynamically by adding a riser board to open slots. Note: A memory Figure 4. ESM logs shown on a system using Dell OpenManage riser board should not be hot removed to add more memory. Only a previously empty slot may be used, and configuration rules must be followed. A hot-add event is initiated when an administrator inserts a riser board into a previously empty slot. After seating the board, the administrator pushes the attention switch, the green power LED starts blinking, and the chipset starts the initialization process. BIOS then performs memory initialization, and the solid green power LED turns on. Unlike hot-replace functionality, hot-add functionality requires the support of the OS. Upon successful completion of the hot add, control is transferred to the OS, which allocates memory and makes required changes to system properties. If an initialization step fails, power to the slot is turned off and all LEDs are turned off. Currently, only Microsoft Windows Server 2003, Enterprise Edition, and Windows Server 2003, Datacenter Edition, support hot addition of system memory. BIOS generates a memory-add event when an administrator successfully adds a memory card. Notifying the OS about hot addition of memory To notify the OS that the system is capable of supporting the hot addition of memory, 1 Dell BIOS provides a static resource affinity table (SRAT). 2 The SRAT also indicates to the OS the memory range that can potentially be hot added in the system. To report added memory to the OS when an administrator adds a riser board, the BIOS instructs the chipset to generate a system control interrupt (SCI) after the added memory is 1 To support hot addition of memory, Dell BIOS adheres to the best practices described in Hot-Add Support in Windows Server 2003 by Microsoft Corporation, hotaddmem.mspx. 2 For more information about the SRAT, see the ACPI 2.0 specification at Reprinted from Dell Power Solutions, August Copyright 2005 Dell Inc. All rights reserved. DELL POWER SOLUTIONS 115

5 initialized. The SCI causes control to be transferred to the OS Advanced Configuration and Power Interface (ACPI) driver. In Windows Server 2003, the ACPI driver calls the _Lxx control method of system BIOS. This control method notifies the OS that SMBIOS provides an interface for motherboard and system vendors to present management information about their products in a standard format on Intel architecture systems. an administrator has added main memory to the system. Following this notification, the OS calls the _CRS control method of the memory device. The _CRS method returns the memory range added in the system. SMBIOS update. Server management BIOS (SMBIOS) provides an interface for motherboard and system vendors to present management information about their products in a standard format on Intel architecture systems. 3 SMBIOS includes information about hardware in the system such as CPU, memory, BIOS, and Peripheral Component Interconnect (PCI) devices. This information is stored in the SMBIOS table during the power-on self-test (POST). This table is designed to provide generic hardware instrumentation to deliver this information to management applications. The SMBIOS specification is intended to provide enough information for developers of management instrumentation to create generic routines that translate from SMBIOS format to the format used by their chosen management method. SMBIOS contains information about total memory in the system and the DIMMs present in the system. When a hot-plug operation is initiated, fields in the SMBIOS table need to be updated at the end of the operation otherwise, the management software using SMBIOS information will contain outdated information. BIOS POST code updates the SMBIOS table to ensure that the management software using SMBIOS has current information. Synchronizing MSRs and MTRRs Type Range Register (MTRR) is a processor feature that allows the processor to optimize memory operations for different types of memory, such as RAM, ROM, and memory-mapped I/O. MTRRs configure an internal map of how physical-address ranges are mapped to various types of memory. MTRRs and Model Specific Registers (MSRs) should be synchronized among all the processors in a system. Anytime MTRRs or MSRs are updated for any processor, all the processors in the system should be in sync; otherwise, the system may hang. Because the amount of memory in the system increases during hot-add operations, MTRRs should be updated so that the processor is aware that memory was added. At the end of a hot-plug operation, the BIOS updates the MTRRs and all of the processors MSRs and MTRRs will be synchronized. The drive for IT reliability To enhance reliability and enable 24/7 operations for servers supporting business-critical applications, administrators can combine server redundancy features such as spare-bank memory, memory mirroring, and memory RAID with hot-plug capabilities such as those available in the Dell PowerEdge 6850 server. As IT organizations are called upon to provide the memory fault tolerance necessary to minimize downtime, features that enhance redundancy and hot-plug memory capabilities are expected to become increasingly important tools in the administrative arsenal. Chandra S. Mugunda is a senior development engineer in the Dell Instrumentation Software Group. Chandra has an M.S. in Computer Science from the Indian Institute of Technology, Roorkee, and a B.S. in Electrical Engineering from Andhra University in India. Vijay Nijhawan is senior consulting engineer in the Dell Server BIOS Group. He is currently pursuing his M.S. in Engineering Management from The University of Texas at Austin. He has a bachelor s degree in Computer Science from MD University in India. Dennis Stultz is the lead BIOS engineer in the Dell Server BIOS Group for enterprise systems. He has a B.S. in Electrical Engineering from Mississippi State University. Saurabh Gupta is a BIOS engineer in the Dell Server BIOS Group. He has an M.S. in Computer Engineering from Texas A&M University and a B.S. in Electrical Engineering from Gujarat University in India. Harish Jayakumar is a test engineer in the Dell OpenManage software development and test organization. He has an M.S. in Computer Science from Arizona State University and a B.S. in Computer Science from the University of Madras in India. FOR MORE INFORMATION ACPI: SMBIOS: 3 For more information about SMBIOS, visit 116

hot plug RAID memory technology for fault tolerance and scalability

hot plug RAID memory technology for fault tolerance and scalability hp industry standard servers april 2003 technology brief TC030412TB hot plug RAID memory technology for fault tolerance and scalability table of contents abstract... 2 introduction... 2 memory reliability...

More information

HP Advanced Memory Protection technologies

HP Advanced Memory Protection technologies HP Advanced Memory Protection technologies technology brief, 5th edition Abstract... 2 Introduction... 2 Memory errors... 2 Single-bit and multi-bit errors... 3 Hard errors and soft errors... 3 Increasing

More information

Implementing Software RAID

Implementing Software RAID Implementing Software RAID on Dell PowerEdge Servers Software RAID is an inexpensive storage method offering fault tolerance and enhanced disk read-write performance. This article defines and compares

More information

HP ProLiant DL580 Generation 2 and HP ProLiant ML570 Generation 2 Server Hot-Add Memory. July 2003 (Second Edition) Part Number

HP ProLiant DL580 Generation 2 and HP ProLiant ML570 Generation 2 Server Hot-Add Memory. July 2003 (Second Edition) Part Number HP ProLiant DL580 Generation 2 and HP ProLiant ML570 Generation 2 Server Hot-Add Memory July 2003 (Second Edition) Part Number 325398-002 2003 Hewlett-Packard Development Company, L.P. Microsoft and Windows

More information

Dell PowerEdge 11 th Generation Servers: R810, R910, and M910 Memory Guidance

Dell PowerEdge 11 th Generation Servers: R810, R910, and M910 Memory Guidance Dell PowerEdge 11 th Generation Servers: R810, R910, and M910 Memory Guidance A Dell Technical White Paper Dell Product Group Armando Acosta and James Pledge THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

FAULT TOLERANT SYSTEMS

FAULT TOLERANT SYSTEMS FAULT TOLERANT SYSTEMS http://www.ecs.umass.edu/ece/koren/faulttolerantsystems Part 18 Chapter 7 Case Studies Part.18.1 Introduction Illustrate practical use of methods described previously Highlight fault-tolerance

More information

ZKLWHýSDSHU. 3UHð)DLOXUHý:DUUDQW\ý 0LQLPL]LQJý8QSODQQHGý'RZQWLPH. +3ý 1HW6HUYHUý 0DQDJHPHQW. Executive Summary. A Closer Look

ZKLWHýSDSHU. 3UHð)DLOXUHý:DUUDQW\ý 0LQLPL]LQJý8QSODQQHGý'RZQWLPH. +3ý 1HW6HUYHUý 0DQDJHPHQW. Executive Summary. A Closer Look 3UHð)DLOXUHý:DUUDQW\ý 0LQLPL]LQJý8QSODQQHGý'RZQWLPH ZKLWHýSDSHU Executive Summary The Hewlett-Packard Pre-Failure Warranty 1 helps you run your business with less downtime. It extends the advantage of

More information

MITAC Desktop Board PD10TI Product Guide

MITAC Desktop Board PD10TI Product Guide MITAC Desktop Board PD10TI Product Guide Desktop Board Features This chapter briefly describes the main features of MITAC Desktop Board PD10TI. Table 1 summarizes the features of the Desktop Board. TABLE

More information

MITAC Desktop Board PD12TI Product Guide

MITAC Desktop Board PD12TI Product Guide MITAC Desktop Board PD12TI Product Guide Desktop Board Features This chapter briefly describes the main features of MITAC Desktop Board PD12TI. Table 1 summarizes the features of the Desktop Board. Table

More information

White paper PRIMEQUEST 1000 series high availability realized by Fujitsu s quality assurance

White paper PRIMEQUEST 1000 series high availability realized by Fujitsu s quality assurance White paper PRIMEQUEST 1000 series high availability realized by Fujitsu s quality assurance PRIMEQUEST is an open enterprise server platform that fully maximizes uptime. This whitepaper explains how Fujitsu

More information

The PowerEdge 6450 systems offer the following major features:

The PowerEdge 6450 systems offer the following major features: The Dell PowerEdge 6450 system, which supports up to four Intel Pentium III Xeon microprocessors (and future generation Intel microprocessors), is a featurerich, enterprise class server that offers the

More information

HP solutions for mission critical SQL Server Data Management environments

HP solutions for mission critical SQL Server Data Management environments HP solutions for mission critical SQL Server Data Management environments SQL Server User Group Sweden Michael Kohs, Technical Consultant HP/MS EMEA Competence Center michael.kohs@hp.com 1 Agenda HP ProLiant

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

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

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

WWW. FUSIONIO. COM. Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability Fusion-io, All Rights Reserved.

WWW. FUSIONIO. COM. Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability Fusion-io, All Rights Reserved. Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability iodrive Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability Fusion-io offers solid state storage

More information

QuickSpecs. Models. HP Smart Array 642 Controller. Overview. Retired

QuickSpecs. Models. HP Smart Array 642 Controller. Overview. Retired Overview The Smart Array 642 Controller (SA-642) is a 64-bit, 133-MHz PCI-X, dual channel, SCSI array controller for entry-level hardwarebased fault tolerance. Utilizing both SCSI channels of the SA-642

More information

1 of 6 4/8/2011 4:08 PM Electronic Hardware Information, Guides and Tools search newsletter subscribe Home Utilities Downloads Links Info Ads by Google Raid Hard Drives Raid Raid Data Recovery SSD in Raid

More information

Maximum Availability Architecture on Dell PowerEdge Servers and Dell/EMC Storage over Wide Area Networks

Maximum Availability Architecture on Dell PowerEdge Servers and Dell/EMC Storage over Wide Area Networks Implementing Oracle Database 10g0 Maximum Availability Architecture on Dell PowerEdge Servers and Dell/EMC Storage over Wide Area Networks The high cost of downtime has prompted many organizations to view

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

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

Installation and Troubleshooting Guide

Installation and Troubleshooting Guide 2 Processor/2U-N Systems Installation and Troubleshooting Guide Model EMS Notes, Notices, and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer. NOTICE:

More information

Block Diagram. Block Diagram

Block Diagram. Block Diagram Block Diagram Block Diagram 28 6WXM7 Motherboard Suspend to RAM Installation (Optional) A.1 Introduce STR function: Suspend-to-RAM (STR) is a Windows 98 ACPI sleep mode function. When recovering from STR

More information

Fujitsu s Chipset Development for High-Performance, High-Reliability Mission- Critical IA Servers PRIMEQUEST

Fujitsu s Chipset Development for High-Performance, High-Reliability Mission- Critical IA Servers PRIMEQUEST Fujitsu s Chipset Development for High-Performance, High-Reliability Mission- Critical IA Servers PRIMEQUEST V Yasuhide Shibata (Manuscript received May 20, 2005) Fujitsu has developed a new mission-critical

More information

SQL Server 2005 on a Dell Scalable Enterprise Foundation

SQL Server 2005 on a Dell Scalable Enterprise Foundation on a Dell Scalable Enterprise Foundation Dell s vision for the scalable enterprise is based on the standardization of core elements of the data center to provide superior value, and encompasses the core

More information

Intel Xeon E v4, Windows Server 2016 Standard, 16GB Memory, 1TB SAS Hard Drive and a 3 Year Warranty

Intel Xeon E v4, Windows Server 2016 Standard, 16GB Memory, 1TB SAS Hard Drive and a 3 Year Warranty pe_r430_11598_b Datasheet Check its price: Click Here Overview delivers peak 2-socket performance for HPC, web tech and infrastructure scale-out. R430 provides Intel Xeon processor E5-2600 v4 product family

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

NVIDIA RAID Installation Guide

NVIDIA RAID Installation Guide NVIDIA RAID Installation Guide 1. NVIDIA BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID. 2 1.2 RAID Configurations Precautions.. 3 1.3 Create Disk Array. 4 2. NVIDIA Windows RAID Installation

More information

MD4 esata. 4-Bay Rack Mount Chassis. User Manual February 6, v1.0

MD4 esata. 4-Bay Rack Mount Chassis. User Manual February 6, v1.0 4-Bay Rack Mount Chassis User Manual February 6, 2009 - v1.0 EN Introduction 1 Introduction 1.1 System Requirements 1.1.1 PC Requirements Minimum Intel Pentium III CPU 500MHz, 128MB RAM esata equipped

More information

Troubleshooting Server Hardware or Software. Issue. Troubleshooting Operating System and Drivers Installation

Troubleshooting Server Hardware or Software. Issue. Troubleshooting Operating System and Drivers Installation Troubleshooting Server Hardware or Software Issues This chapter includes the following sections: Troubleshooting Operating System and Drivers Installation, page 1 Troubleshooting Disk Drive and RAID Issues,

More information

NEC Express5800/ft series

NEC Express5800/ft series Fault Tolerant Server ft series The ultimate choice for business continuity NEC Express5800 fault tolerant servers Fully redundant components are highly resistant to failures. High-availability servers

More information

Introduction to Configuration. Chapter 4

Introduction to Configuration. Chapter 4 Introduction to Configuration Chapter 4 This presentation covers: > Qualities of a Good Technician > Configuration Overview > Motherboard Battery > Hardware Configuration Overview > Troubleshooting Configurations

More information

NVIDIA / JMicron RAID Installation Guide

NVIDIA / JMicron RAID Installation Guide NVIDIA / JMicron RAID Installation Guide 1. Introduction to NVIDIA / JMicron RAID Installation Guide. 3 1.1 Installing Windows 2000 / XP / XP 64-bit / Vista / Vista 64-bit With RAID Functions. 4 1.1.1

More information

PowerVault MD3 Storage Array Enterprise % Availability

PowerVault MD3 Storage Array Enterprise % Availability PowerVault MD3 Storage Array Enterprise 99.999% Availability Dell Engineering June 2015 A Dell Technical White Paper THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS

More information

CSE 451: Operating Systems Winter Redundant Arrays of Inexpensive Disks (RAID) and OS structure. Gary Kimura

CSE 451: Operating Systems Winter Redundant Arrays of Inexpensive Disks (RAID) and OS structure. Gary Kimura CSE 451: Operating Systems Winter 2013 Redundant Arrays of Inexpensive Disks (RAID) and OS structure Gary Kimura The challenge Disk transfer rates are improving, but much less fast than CPU performance

More information

Microsoft Operations Manager 2005

Microsoft Operations Manager 2005 Managing Microsoft SQL Server 2005 with Microsoft Operations Manager 2005 in a Dell Scalable Enterprise Architecture The Microsoft Operations Manager (MOM) 2005 tool enables enterprise IT organizations

More information

INFOBrief. Dell PowerEdge 6600 & PowerEdge Key Points. PowerEdge PowerEdge 6600

INFOBrief. Dell PowerEdge 6600 & PowerEdge Key Points. PowerEdge PowerEdge 6600 INFOBrief Dell PowerEdge 6600 & PowerEdge 6650 PowerEdge 6650 PowerEdge 6600 Key Points The PowerEdge 6600 and PowerEdge 6650 deliver high performance, system availability and configuration flexibility,

More information

QuickSpecs. Models. HP Smart Array P400i Controller. Overview

QuickSpecs. Models. HP Smart Array P400i Controller. Overview Overview The HP Smart Array P400 Serial Attached SCSI (SAS) controller (SA-P400) provides new levels of performance and reliability for HP servers, through its support of the latest SCSI technology and

More information

Fully-Buffered DIMM Technology Moves Enterprise Platforms to the Next Level

Fully-Buffered DIMM Technology Moves Enterprise Platforms to the Next Level Page 1 Fully-Buffered DIMM Technology Moves Enterprise Platforms to the Next Level Jon Haas FB-DIMM Initiative Manager Pete Vogt Principal Engineer Copyright 2005. *Third-party brands and names are the

More information

High-Performance Computing Clusters with IPMI

High-Performance Computing Clusters with IPMI Managing and Monitoring High-Performance Computing Clusters with IPMI This article introduces the Intelligent Platform Interface (IPMI) specification in the context of high-performance computing clusters

More information

Associate Professor Dr. Raed Ibraheem Hamed

Associate Professor Dr. Raed Ibraheem Hamed Associate Professor Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology Computer Science Department 2015 2016 1 Points to Cover Storing Data in a DBMS Primary Storage

More information

IBM System x3550 servers feature new Intel quad-core processors Application density for power managed datacenters

IBM System x3550 servers feature new Intel quad-core processors Application density for power managed datacenters IBM Europe Announcement ZG07-0133, dated January 16, 2007 IBM System x3550 servers feature new Intel quad-core processors Application density for power managed datacenters Key prerequisites...2 Description...2

More information

FWA-6280A User Manual 1. FWA-6280A User Manual

FWA-6280A User Manual 1. FWA-6280A User Manual 1 Copyright Notice This document is copyrighted, 2005. All rights are reserved. The original Manufacturer reserves the right to make improvements to the products described in this manual at any time without

More information

mcelog Memory error handling in user space

mcelog Memory error handling in user space mcelog Memory error handling in user space Sept. 2010 Andi Kleen Linux Kongress 2010 Trends Many cores need more memory Important workloads need a lot of memory Maximum memory capacity growing quickly

More information

Architecting High Performance Computing Systems for Fault Tolerance and Reliability

Architecting High Performance Computing Systems for Fault Tolerance and Reliability Architecting High Performance Computing Systems for Fault Tolerance and Reliability Blake T. Gonzales HPC Computer Scientist Dell Advanced Systems Group blake_gonzales@dell.com Agenda HPC Fault Tolerance

More information

HP ProLiant DL360 G7 Server - Overview

HP ProLiant DL360 G7 Server - Overview Menu Hewlett Packard Enterprise Support Center Search Notifications Help Settings HP ProLiant DL360 G7 Server - Overview Product description What's new Product features Software overview Important links

More information

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions A comparative analysis with PowerEdge R510 and PERC H700 Global Solutions Engineering Dell Product

More information

IBM System x3550 servers feature a new Intel quad-core processor Application density for power-managed datacenters

IBM System x3550 servers feature a new Intel quad-core processor Application density for power-managed datacenters IBM Europe Announcement ZG08-0253, dated March 25, 2008 IBM System x3550 servers feature a new Intel quad-core processor Application density for power-managed datacenters Key prerequisites...3 Description...3

More information

Memory technology and optimizations ( 2.3) Main Memory

Memory technology and optimizations ( 2.3) Main Memory Memory technology and optimizations ( 2.3) 47 Main Memory Performance of Main Memory: Latency: affects Cache Miss Penalty» Access Time: time between request and word arrival» Cycle Time: minimum time between

More information

Efficient Power Management

Efficient Power Management Efficient Power Management on Dell PowerEdge Servers with AMD Opteron Processors Efficient power management enables enterprises to help reduce overall IT costs by avoiding unnecessary energy use. This

More information

Mladen Stefanov F48235 R.A.I.D

Mladen Stefanov F48235 R.A.I.D R.A.I.D Data is the most valuable asset of any business today. Lost data, in most cases, means lost business. Even if you backup regularly, you need a fail-safe way to ensure that your data is protected

More information

NVIDIA RAID Installation Guide

NVIDIA RAID Installation Guide NVIDIA RAID Installation Guide 1. NVIDIA 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

More information

Cisco Prime Home 6.X Minimum System Requirements: Standalone and High Availability

Cisco Prime Home 6.X Minimum System Requirements: Standalone and High Availability White Paper Cisco Prime Home 6.X Minimum System Requirements: Standalone and High Availability White Paper August 2014 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public

More information

Minimum Requirements for Cencon 4 with Microsoft R SQL 2008 R2 Enterprise

Minimum Requirements for Cencon 4 with Microsoft R SQL 2008 R2 Enterprise Minimum Requirements for Cencon 4 with Microsoft R SQL 2008 R2 Enterprise SQL 2008 R2 Enterprise Restrictions 8 CPU 2 TB Ram Use Limit 524 PB Database Size High Availability Options Database Mirroring,

More information

Dell Fault Resilient Memory

Dell Fault Resilient Memory Dell Fault Resilient Memory A Dell Technical White Paper December 2013 Avinash Bendigeri Shiva Katta Krishnaprasad K Dell Hypervisor Engineering Dell Fault Resilient Memory Page 1 THIS WHITE PAPER IS FOR

More information

NEC Express5800/B120f-h System Configuration Guide

NEC Express5800/B120f-h System Configuration Guide NEC Express5800/B120f-h System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

QuickSpecs. Models. Overview

QuickSpecs. Models. Overview Overview The HP Smart Array P800 is HP's first 16 port serial attached SCSI (SAS) RAID controller with PCI-Express (PCIe). It is the highest performing controller in the SAS portfolio and provides new

More information

Intel Server Board SHG2 Troubleshooting Guide

Intel Server Board SHG2 Troubleshooting Guide Intel Server Board SHG2 Troubleshooting Guide A Guide for Technically Qualified Assemblers of Intel Identified Subassemblies/Products Revision 1.1 May 2002 SHG2 Troubleshooting Guide - 1-05/20/02 Disclaimer

More information

Lenovo RAID Introduction Reference Information

Lenovo RAID Introduction Reference Information Lenovo RAID Introduction Reference Information Using a Redundant Array of Independent Disks (RAID) to store data remains one of the most common and cost-efficient methods to increase server's storage performance,

More information

Dell PowerEdge R710 Systems Hardware Owner s Manual

Dell PowerEdge R710 Systems Hardware Owner s Manual Dell PowerEdge R710 Systems Hardware Owner s Manual Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

ATCA Release Notes J09D

ATCA Release Notes J09D ATCA-7360 Release Notes 6806800J09D January 2011 Copyright Copyright 2011 Emerson Network Power All rights reserved. Emerson Network Power is registered in the U.S. Patent and Trademark Offices. All other

More information

POWER4 Systems: Design for Reliability. Douglas Bossen, Joel Tendler, Kevin Reick IBM Server Group, Austin, TX

POWER4 Systems: Design for Reliability. Douglas Bossen, Joel Tendler, Kevin Reick IBM Server Group, Austin, TX Systems: Design for Reliability Douglas Bossen, Joel Tendler, Kevin Reick IBM Server Group, Austin, TX Microprocessor 2-way SMP system on a chip > 1 GHz processor frequency >1GHz Core Shared L2 >1GHz Core

More information

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

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

Troubleshooting. Resetting the System. Problems Following Initial System Installation. First Steps Checklist CHAPTER

Troubleshooting. Resetting the System. Problems Following Initial System Installation. First Steps Checklist CHAPTER CHAPTER 6 This chapter helps you identify and solve problems that might occur while you are using the Cisco CDE110. If you are unable to resolve your server problems on your own, contact Cisco Technical

More information

MIssion-Critical Availability for Windows Server Environments

MIssion-Critical Availability for Windows Server Environments MIssion-Critical Availability for Windows Server Environments Stratus delivers automatic uptime assurance that exceeds 99.999% by Stratus Technologies March, 2011 1 Uptime. All the Time. For more than

More information

DATA DOMAIN INVULNERABILITY ARCHITECTURE: ENHANCING DATA INTEGRITY AND RECOVERABILITY

DATA DOMAIN INVULNERABILITY ARCHITECTURE: ENHANCING DATA INTEGRITY AND RECOVERABILITY WHITEPAPER DATA DOMAIN INVULNERABILITY ARCHITECTURE: ENHANCING DATA INTEGRITY AND RECOVERABILITY A Detailed Review ABSTRACT No single mechanism is sufficient to ensure data integrity in a storage system.

More information

Computer-System Organization (cont.)

Computer-System Organization (cont.) Computer-System Organization (cont.) Interrupt time line for a single process doing output. Interrupts are an important part of a computer architecture. Each computer design has its own interrupt mechanism,

More information

Power and Cooling Innovations in Dell PowerEdge Servers

Power and Cooling Innovations in Dell PowerEdge Servers Power and Cooling Innovations in Dell PowerEdge Servers This technical white paper describes the Dell PowerEdge Energy Smart Architecture and the new and enhanced features designed into Dell PowerEdge

More information

High Availability and Disaster Recovery Solutions for Perforce

High Availability and Disaster Recovery Solutions for Perforce High Availability and Disaster Recovery Solutions for Perforce This paper provides strategies for achieving high Perforce server availability and minimizing data loss in the event of a disaster. Perforce

More information

Fault Tolerant Server White Paper

Fault Tolerant Server White Paper Fault Tolerant Server White Paper Table of Contents Introduction 2 Reliability of Express5800 Sever Series 3 Development of Express5800/ft Series Servers 4 Features of Express5800/ft Series Servers 6 Non-stop

More information

Chapter 1: Motherboard & Its Components

Chapter 1: Motherboard & Its Components Specific Objectives Chapter 1: Motherboard & Its Components 1.1 CPU Concept like address lines, data lines, internal registers. 1.2 Modes of operation of CPU Real mode, IA-32 mode, IA-32 Virtual Real Mode.

More information

Cisco MCS 7845-H1 Unified CallManager Appliance

Cisco MCS 7845-H1 Unified CallManager Appliance Data Sheet Cisco MCS 7845-H1 Unified CallManager Appliance THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND

More information

NEC Express5800/R120h-2M System Configuration Guide

NEC Express5800/R120h-2M System Configuration Guide NEC Express5800/R120h-2M System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

BIOS Update Release Notes

BIOS Update Release Notes PRODUCTS: DZ77BH-55K (Standard BIOS) BIOS Update Release Notes BIOS Version 0100 - BHZ7710H.86A.0100.2013.0517.0942 Date: May 17, 2013 PC 14.34 3rd Generation UEFI driver: 3.0.7.1006 2nd Generation UEFI

More information

This section describes how to install the following options: #!! #!% *+! Use Figure 8-1 to locate the system board features.

This section describes how to install the following options: #!! #!% *+! Use Figure 8-1 to locate the system board features. This section describes how to install the following options: Expansion cards Memory upgrades Microprocessor upgrades This section also includes instructions for replacing the system battery, if necessary.!"

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: DH61BE, DH61CR, DH61DL, DH61WW, DH61SA, DH61ZE (Standard BIOS) BIOS Version 0111 - BEH6110H.86A.0111.2013.0123.1230 Date: January 23, 2013 ME Firmware: Ignition SKU

More information

IBM xseries Technical High Performance Servers V2.

IBM xseries Technical High Performance Servers V2. IBM 000-077 xseries Technical High Performance Servers V2 http://killexams.com/exam-detail/000-077 A. Use the Capacity Manager to monitor the processes on the servers. Log the events to the event log and

More information

memory VT-PM8 & VT-PM16 EVALUATION WHITEPAPER Persistent Memory Dual Port Persistent Memory with Unlimited DWPD Endurance

memory VT-PM8 & VT-PM16 EVALUATION WHITEPAPER Persistent Memory Dual Port Persistent Memory with Unlimited DWPD Endurance memory WHITEPAPER Persistent Memory VT-PM8 & VT-PM16 EVALUATION VT-PM drives, part of Viking s persistent memory technology family of products, are 2.5 U.2 NVMe PCIe Gen3 drives optimized with Radian Memory

More information

QuickSpecs. HPE Integrity Smart Array P411/256 2-port External PCIe 6Gb SAS Controller. Overview. What's New Boot from Tape

QuickSpecs. HPE Integrity Smart Array P411/256 2-port External PCIe 6Gb SAS Controller. Overview. What's New Boot from Tape HPE Integrity Smart Array P411/256MB 2-Port External PCIe 6Gb SAS Overview The HPE Smart Array P411 is HPE's external connect only, PCI Express (PCIe) 2.0 Serial Attached SCSI (SAS) RAID controller for

More information

Dell Solution for High Density GPU Infrastructure

Dell Solution for High Density GPU Infrastructure Dell Solution for High Density GPU Infrastructure 李信乾 (Clayton Li) 產品技術顧問 HPC@DELL Key partnerships & programs Customer inputs & new ideas Collaboration Innovation Core & new technologies Critical adoption

More information

OpenManage Server Assistant 8.x

OpenManage Server Assistant 8.x Using Dell OpenManage Server Assistant 8.x to Optimize Installation of Dell PowerEdge Servers Dell OpenManage Server Assistant 8.x provides features designed to improve operating system (OS) installation

More information

Dell SupportAssist: Alert Policy

Dell SupportAssist: Alert Policy Dell SupportAssist: Alert Policy This Dell Technical FAQ provides details on how SupportAssist processes alerts and automatically creates support cases with SupportAssist for OpenManage Essentials or Microsoft

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

NOVASCALE. NovaScale R430 F2. Hardware Owner's Manual REFERENCE 86 A1 62FD 00

NOVASCALE. NovaScale R430 F2. Hardware Owner's Manual REFERENCE 86 A1 62FD 00 NovaScale R430 F2 NOVASCALE Hardware Owner's Manual REFERENCE 86 A1 62FD 00 NOVASCALE NovaScale R430 F2 Hardware Owner's Manual Hardware December 2009 BULL CEDOC 357 AVENUE PATTON B.P.20845 49008 ANGERS

More information

The term "physical drive" refers to a single hard disk module. Figure 1. Physical Drive

The term physical drive refers to a single hard disk module. Figure 1. Physical Drive HP NetRAID Tutorial RAID Overview HP NetRAID Series adapters let you link multiple hard disk drives together and write data across them as if they were one large drive. With the HP NetRAID Series adapter,

More information

Maximizing NFS Scalability

Maximizing NFS Scalability Maximizing NFS Scalability on Dell Servers and Storage in High-Performance Computing Environments Popular because of its maturity and ease of use, the Network File System (NFS) can be used in high-performance

More information

SCHOOL OF PHYSICAL, CHEMICAL AND APPLIED SCIENCES

SCHOOL OF PHYSICAL, CHEMICAL AND APPLIED SCIENCES PONDICHERRY DEPARTMENT UNIVERSITY OF PHYSICS SCHOOL OF PHYSICAL, CHEMICAL AND APPLIED SCIENCES QUOTATION INVITATION FOR THE PURCHASE OF PROCESSOR SERVER Ref: DST Project "Solitons and Modulational Systems"

More information

IBM i Version 7.3. Systems management Disk management IBM

IBM i Version 7.3. Systems management Disk management IBM IBM i Version 7.3 Systems management Disk management IBM IBM i Version 7.3 Systems management Disk management IBM Note Before using this information and the product it supports, read the information in

More information

WHITE PAPER THE HIGHEST AVAILABILITY FEATURES FOR PRIMEQUEST

WHITE PAPER THE HIGHEST AVAILABILITY FEATURES FOR PRIMEQUEST WHITE PAPER THE HIGHEST AVAILABILITY FEATURES FOR PRIMEQUEST WHITE PAPER THE HIGHEST AVAILABILITY FEATURES FOR PRIMEQUEST Business continuity and cost-efficiency have become essential demands on IT platforms.

More information

RAID Installation Guide

RAID Installation Guide RAID Installation Guide 1. NVIDIA BIOS RAID Installation Guide... 2 1.1 Introduction to RAID... 2 1.2 RAID Configurations Precautions... 3 1.3 Create Disk Array...... 4 2. NVIDIA Windows RAID Installation

More information

Course Code CW-4-G Subject CHM (17428) Subject Teacher Mr. Pise S. P. Topic-1- Motherboard & It s Components

Course Code CW-4-G Subject CHM (17428) Subject Teacher Mr. Pise S. P. Topic-1- Motherboard & It s Components Specific Objectives 1.1 CPU Concept like address lines, data lines, internal registers. 1.2 Modes of operation of CPU Real mode, IA-32 mode, IA-32 Virtual Real Mode. 1.3 Process Technologies, Dual Independent

More information

Reliability, Availability, Serviceability (RAS) and Management for Non-Volatile Memory Storage

Reliability, Availability, Serviceability (RAS) and Management for Non-Volatile Memory Storage Reliability, Availability, Serviceability (RAS) and Management for Non-Volatile Memory Storage Mohan J. Kumar, Intel Corp Sammy Nachimuthu, Intel Corp Dimitris Ziakas, Intel Corp August 2015 1 Agenda NVDIMM

More information

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do?

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Basic steps for diagnosing computer problems: 1. Look and listen the computer will give you some hints about

More information

QuickSpecs. What's New. Models. Overview

QuickSpecs. What's New. 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

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008 Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008 Windows Server 2003 Windows Server 2008 5.1 Application Pack 1 Veritas Storage Foundation

More information

IBM. IBM PC Servers. IBM SSA RAID Cluster Adapter. Hardware Maintenance Manual Supplement. October 1997

IBM. IBM PC Servers. IBM SSA RAID Cluster Adapter. Hardware Maintenance Manual Supplement. October 1997 IBM PC Servers S96H-9840-01 IBM SSA RAID Cluster Adapter Hardware Maintenance Manual Supplement October 1997 Use this supplement with the IBM PC Servers Hardware Maintenance Manual IBM Note Before using

More information

IBM System x3850 M2 servers feature hypervisor capability

IBM System x3850 M2 servers feature hypervisor capability IBM Europe Announcement ZG08-0161, dated March 25, 2008 IBM System x3850 M2 servers feature hypervisor capability Key prerequisites...2 Description...3 Product positioning... 7 Reference information...

More information

White paper PRIMEQUEST 2800E2 What s Inside the High Reliability Platform

White paper PRIMEQUEST 2800E2 What s Inside the High Reliability Platform White paper PRIMEQUEST 2800E2 What s Inside the High Reliability Platform White paper PRIMEQUEST 2800E2 and 2400E2 Enterprise Server What s Inside The High Reliability Platform Business continuity and

More information

NEC Express5800/R120h-2M System Configuration Guide

NEC Express5800/R120h-2M System Configuration Guide NEC Express5800/R120h-2M System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

IBM TotalStorage Enterprise Storage Server (ESS) Model 750

IBM TotalStorage Enterprise Storage Server (ESS) Model 750 A resilient enterprise disk storage system at midrange prices IBM TotalStorage Enterprise Storage Server (ESS) Model 750 Conducting business in the on demand era demands fast, reliable access to information

More information