Best practices for Implementing Lotus Domino in a Storage Area Network (SAN) Environment

Size: px
Start display at page:

Download "Best practices for Implementing Lotus Domino in a Storage Area Network (SAN) Environment"

Transcription

1 Best practices for Implementing Lotus Domino in a Storage Area Network (SAN) Environment With the implementation of storage area networks (SAN) becoming more of a standard configuration, this paper describes the technology involved and how best to implement a Lotus Domino server in this environment. Where applicable, using network attached storage (NAS) with a Domino server is included as well. Contents: Introduction 2 What is NAS? 2 What is a SAN? 3 Differences between NAS and a SAN 4 DAS, NAS or SAN: Does Lotus Domino care? 4 IBM Lotus statement of Support for Domino on SAN and NAS equipment 5 Configuring a SAN for Domino 5 Optimizing Domino performance 10 Transaction logging 10 References 13 1

2 In the beginning there was Direct-attached storage, or DAS, is the most basic storage model, in which storage devices are part of the host computer. As the first widely popular storage model, DAS products still comprise a large majority of the installed base of storage systems in today's IT infrastructures. Direct-attached storage is still a viable option by virtue of being simple to deploy and by having a lower initial cost when compared to networked storage. When considering DAS, it is important to bear in mind that in order for clients on the network to access the storage device, they must be able to access the server it is connected to. The server being down or experiencing problems will have a direct impact on users' ability to store and access data. Over time the increased requirement for ever higher scalability and availability has meant that disk storage technology has evolved into an even more sophisticated form than the External Disk Sub-System by introducing disk storage as a networked entity. Networked storage comes in two flavors: network attached storage (NAS) and storage area networks (SAN). What is NAS? Network attached storage (NAS) evolved to support the concept of network file serving: transferring small amounts of data to clients on a file-by-file basis. NAS connects directly to the network using TCP/IP. In most cases, no changes to the existing network infrastructure need to be made in order to install a NAS solution. The network attached storage device is attached to the local area network (typically, an Ethernet network) and assigned an IP address just like any other network device. Network Attached Storage IP Network Unix Linux Netware Windows 2

3 Physically, NAS appliances are intelligent external disk sub-systems with network cards. They contain a stack of disks, usually in some highly available RAID format, and are recommended to be on a self-contained part of the local area network (LAN). Workstations and servers on a network gain access to the NAS appliance through connectionless protocols such as Network File System (NFS) and connection-orientated protocols such as Common Internet Files System (CIFS). What is a SAN? Like NAS, the storage on a storage area network (SAN) resides separately from the server. The difference is that storage devices on a SAN are connected to servers by a highly specialized and standardized disk storage networking protocol, the most common of which is Fibre Channel. Fibre Channel runs over Fibre Optic or Copper cables across a switched Network called a Fabric. The Storage Area Network consists of File Stores (intelligent disk sub-systems) and specialized Switches collectively called The Fabric and is accessed by the Servers over dedicated devices (Host Bus Adapters or HBA). The Host currently does not know that the SAN exists and thinks it is talking to local disks. Thus end users attached to the Host see these SAN-based disks as simply local storage on the server. IP Network Unix Linux Netware Windows Switch Switch SAN Switch SAN Switch Switch Switch Fibre Channel Fabric SAN storage device SAN storage device 3

4 This configuration allows SANs to transfers large amounts of data between servers and storage devices without creating a bottleneck at the storage device. SAN networks may include servers and disk arrays interconnected by the switching technology. Differences between NAS and a SAN Servers see SAN attached volumes as locally attached disks, whereas NAS presents them as remote Network File System (NFS) or Common Internet Files System (CIFS) file shares. With Network Attached Storage, the NAS Server itself understands the file and directory structures and does the handling just like any other file server attached across a network. That is, the NAS server understands what locking it can do (very limited at operating system level) and all the logical handling of the files (managing File Handles). In contrast, a SAN simply deals in Blocks, huge numbers of Blocks. The SAN does not know about file names and directories; only the Host needs to see that level. The SAN just sees all the disk traffic as pure streams of disk blocks. SAN products run on Fibre Channel, iscsi and various others protocols that run over the SAN Fabric. In contrast, NAS products can run over your existing TCP/IP network, and, as such, are prone to latency and broadcast storms, and compete for bandwidth with users and other network devices. A better method is to isolate the NAS network onto a private TCP/IP network that only handles the NAS traffic. This isolation has two advantages. First there is a more predictable amount of network traffic and latencies. The second, and often more significant, is it is more secure. A NAS product plugs into your existing IP network like any other device and looks like a normal file share on the network. So, a NAS can be dropped right into your existing IP network. A NAS network needs to be designed from the bottom up, and the traffic calculations done the same as with a SAN Fabric. Ethernet is a stable and mature protocol and most IT administrator are proficient in Ethernet and TCP/IP; so there is no steep learning curve compared with learning and understanding the SAN Fabric protocols. NAS security is typically implemented at the file-system level through traditional operating system access-control lists. The ability to use both hardware and software zoning security means SANs can provide a higher level of security than NAS. DAS, NAS or SAN: Does Lotus Domino care? In a word No! The Domino server architecture assumes it is operating in an environment provided by the underlying operating system (OS) that is reliable and tuned for accessing fast and reliable storage. That architecture has required very few provisions in the current Domino product to handle the unexpected loss of underlying storage. The Domino server interacts 4

5 only with the operating system supporting it and has limited knowledge of the underlying input/output (I/O) architecture. Therefore, Domino is dependent on the underlying operating system for fast and reliable I/O. If the operating system is not tuned to maximize the performance of the I/O, Domino performance will not be maximized. It is important to monitor the operating system and storage system for performance bottlenecks. This monitoring needs to be done at the storage subsystem level, the operating system level, and in Domino. IBM Lotus statement of support for Domino on SAN and NAS equipment In short, the use of a storage area network (SAN) attached to a supported operating system is a supported configuration for Lotus Domino servers. The SAN should be designed to provide dedicated storage systems for enterprise applications. This includes both Fibre Channel (FCP) and IP networks (iscsi), provided that the network connecting the servers to storage is a SAN. The Domino server is also supported on NAS equipment provided the NAS is deployed in a dedicated storage network configuration. NAS deployed for general-purpose file serving or in networks providing more than storage-related services is not a supported environment. A supported configuration for Lotus Domino is a dedicated, private network between the NAS storage device and the Domino server, used only between the storage and the server. For NAS, the use of NFS is recommended over CIFS because of the stateless nature of NFS. For example, if a Domino server with databases in a NAS/NFS configuration encounters a connection failure (such as a power failure in the NAS system) the Domino server thread(s) that are accessing database files on the NAS will block until the NAS system comes back on line. There is no data loss. If, however, this happened on a NAS/CIFS configuration, when the NAS system fails then Domino will detect that the database was unexpectedly disconnected and left in an unknown state. There can be data loss at this point. A transaction log playback or fixup must be performed before the database(s) can be used. Placing non-transaction-logged databases on NAS/CIFS is not recommended. Placing either transaction logs or transaction-logged-databases on NAS/CIFS is not supported. Configuring a SAN for Domino Because Domino and the operating system are unaware of the of the underlying SAN or NAS hardware, there are no tuning parameters available in Domino specifically targeted at SAN implementations. Therefore, to get the best performance it is necessary for you to optimize the SAN environment for Domino. When you configure a SAN for use with Lotus Domino, follow these recommendations. Consult with your SAN, NAS, or drive vendor for how to implement these recommendations. 5

6 Disk performance It may seem obvious that hard drive performance is a major contributor to the overall I/O throughput because faster drives perform disk I/O in less time. Although there are others, the most significant components to the time it takes a disk drive to execute and complete a user request are queuing time, then seek time and finally rotational latency. Queuing time is the time from the I/O request being made by the application to the operating system to the time the disk sub-system receives that request and starts to action it. Seek time is the time it takes to move the drive head from its current cylinder location to the target cylinder. Average seek time is usually 3-5 ms for current drives in use today. Once the head is at the target cylinder, the time it takes for the target sector to rotate under the head is called the rotational latency. Average latency is half the time it takes the drive to complete one rotation and so it is inversely proportional to the revolutions per minute (RPM) value of the drive: RPM drives have a 2.0 ms latency RPM drives have a 3.0 ms latency RPM drives have a 4.2 ms latency RPM drives have a 5.6 ms latency Choosing drives with a combination of low seek time and high RPM will provide the best performance at the disk level. RAID strategy Consult with your SAN vendor about how to configure the physical drives in the SAN device. Depending on your vendor s implementation of the disk array, you may or may not need to consider RAID strategy. It is important that disks be configured for best performance, while still considering reliability and data integrity. What follows are our best practices for configuring local disks for Domino s use. Your RAID strategy should be carefully selected because it significantly affects disk subsystem performance. For best performance for Domino data, use dedicated disks in RAID 1/0 Striped Mirrors. (Although RAID-5 is also acceptable, it does have roughly a 20% overhead as it has to write an additional block called the checksum as well as all the original data). While using multiple logical drives on a single physical array may be convenient, it can significantly reduce server performance. The fastest configuration is a single logical drive for each physical RAID array. If you have a requirement to partition your data, you should configure multiple RAID arrays instead of configuring multiple logical drives in one RAID array. The number of disk drives in an array also significantly affects performance because each drive contributes to the total throughput. In practice it has been found that where the average queue depth for a logical drive is much greater than the number of drives in the array, then adding additional drives is likely to improve performance. 6

7 With RAID 0 (striping) and RAID 5 (striping + checksum) technology, data is striped across an array of hard disk drives. Striping is the process of storing each data block across all the disk drives that are grouped in an array. The granularity at which data from one file is stored on one drive of the array before subsequent data is stored on the next drive of the array is called the stripe unit or interleave depth. The selection of stripe size affects performance. In general, the stripe size should be at least as large as the average disk I/O request size generated by the application. As a rule of thumb the stripe size used for Domino data should be between Kb. Cache memory There are two types of cache memory used in the data path between the Domino server and the disk: Random access memory (RAM) such as in the host operating system (main RAM). RAM is volatile and will lose data on power loss or system crash. Non-volatile random access memory (NVRAM), which is typically used in the SAN or NAS disk storage device and in some cases the Host disk (RAID) controller. The NVRAM content will be preserved in the case of system crash or power loss. In order to preserve the integrity of the Domino databases, Domino forces the flushing of the RAM cache maintained by the operating system at strategic points. This flushing ensures that all write operations to databases are committed to non-volatile memory or physical disk. It should be noted that the write cache on many disk drives is configurable, yet because it is a RAM cache, it should not be used. This is because the flush operation that Domino uses will only flush the operating system RAM caches and does not extend to the drive caches. The SAN, NAS, or disk subsystem may have NVRAM cache memory in the write path to the underlying disk. The use of this cache is fully supported and recommended. The NVRAM cache will significantly improve Domino performance by returning a write completed response once the data reaches the cache, rather than later after it has actually been physically written to disk. The use of NVRAM actually makes the disk sub-system WRITES faster because once cached, the disk sub-system s operating system can inspect the blocks to be written in cache, and sort them into a more logical WRITE order in terms of cylinders and heads and thus reduce head movement and prevent the early onset of disks thrashing under high I/O. The cache within the SAN is one of the primary ways for a SAN to improve its performance. The SAN reads/writes directly to the cache, so it is important to monitor this, and make sure you have enough. As a general rule of thumb you can never have too much of this cache, and you should configure the SAN with as much RAM cache as you can afford. Dedicate as much of the RAM as possible as WRITE cache. This cache helps to prevent slow WRITE requests, delays which can cause performance issues in the Domino environment. 7

8 Cache memory on the RAID controller is shared for read and write operations. Careful consideration should be given to the configuration of the caching capabilities of the controller, because they potentially enhance the effective I/O capacity of the disk subsystem. Read and write caching Read caching can affect the reading performance, and an incorrect setting can have a large negative impact. The principle of read caching is to store additional sequential blocks in cache following a read request in the belief that it is likely they will also be required. For sequential workloads, this results in fewer but larger I/O transfers (between disk and cache) required to handle the same amount of data, which leads to an increase in performance. If, however, the workload is random, then read ahead caching should be disabled as the data blocks that are pre-fetched with each read request are rarely needed, and so the performance is negatively impacted. The file I/O read/write pattern in Domino is database dependent, but for almost all cases follows a random read/write pattern. Therefore read ahead caching should be disabled or set to a minimum setting. Write caching means the data is not written straight to the disk drives, but written to the cache. It is then the responsibility of the cache controller to eventually flush the unwritten cache entries to the disk drives. Because the slowest operation that a disk can do is to move the heads, the write cache will show a greater improvement to overall performance in the case of random writes to the file system, as compared to sequential writes. The write caches of both types RAM and NVRAM allow the OS, SAN, NAS, and RAID controller to plan the order of cache to disk writes to minimize head movement. Because of the Domino cache flush operations, the RAM cache will show significantly less performance benefit as compared to NVRAM cache. However, having a large OS cache buffer for I/O allows blocks, once read by Domino, to be stored for longer; thus if a block is dropped from the Domino Buffer (which has limited buffer capacity because it is a 32-bit process) and then Domino decides it needs that block again, if it is still residing in the OS cache it can be given back to Domino without the need for a real I/O to disk. For NAS and SAN systems, there can be latency between I/O request and I/O delivery because of the nature of NAS and SAN and their respective networks and devices. Improvements in SAN and NAS technology mean that newer SAN/NAS generally perform better than older devices, so consult with your vendor for performance data for your system. To minimize the amount of physical I/O needed, it is highly recommended to have a larger amount of operating system I/O Cache than would be required by a system with just locally attached disks. It should be noted that transaction log files have the RAM cache disabled (at a file level) but will benefit from NVRAM caches. The NVRAM write is always able to improve performance over a system with no NVRAM write cache by optimizing the order of 8

9 blocks written to minimize unnecessary head movements, and take the best advantage of the disk s current rotational position at all times. The use of operating system RAM write cache is not always a win. When Domino does a flush operation against a file that is cached, the operating system needs to examine the RAM cache pages, both read and write, to determine which pages have been modified. If you have a 10 gig database on a system with a large amount of RAM cache and the database resides largely in the RAM read cache, then finding which pages have been modified can be a costly operation. The Domino development team has worked with operating system vendors to develop more efficient algorithms. In one case, the time to flush the cache was reduced from.5 seconds to micro-seconds. Sizing the cache correctly has two aspects. In all cases NVRAM cache will help Domino performance. As the NVRAM cache is increased in size, there will be a point where adding more NVRAM cache will add little additional benefit in performance. On most storage system the cache utilization can be monitored; this can be used to indicate if the cache is of the correct size. In most operating systems, you will have a limited ability to control how much RAM is being used as a cache. If the operating system that you are using has the ability to control the RAM cache (often called the file system cache) and the operating system has not yet implemented fast dirty page file cache scan algorithm, then you may be able to improve performance by adjusting the cache size. It should be remembered that adjusting the file system RAM I/O cache is of system-wide scope and will impact everything running on the system. Device drivers Device drivers and firmware play a major role in performance of the subsystem with which the driver is associated. A device driver is software written to recognize a specific device. Most of the device drivers are vendor-specific; these drivers are typically supplied by the hardware vendor. The firmware and configuration is stored on the disk controller itself. Setting the optimal configuration and using the most recent versions of the vendors microcode is often the source of significant performance improvements. Wherever it is practical, you should always maintain your servers with the latest version of driver and firmware that is certified by your hardware and/or application vendors. Refer to your vendors support sites for information about which driver or firmware is the best to run. And seek specialist help from your vendor before changing configuration parameters. The default settings are usually optimal in the majority of situations. Changes may have unexpected and adverse consequences, but when done correctly can enhance performance and reliability. For drives that connect via the network, network card drivers and BIOS are also important. Make sure you check with your network card vendor to ensure you have the best, most reliable drivers and BIOS for your specific hardware. The best scenario is a dedicated, non-switched Fibre Channel directly connected to the SAN for each Domino partition (DPAR). Where the number of Domino partitions is small (less than three), a host bus adapter (HBA) controller should be dedicated for each Domino partition. However as the number of Domino partitions sharing the same 9

10 operating system increases, the ability to leverage scaling increases. For resiliency and high availability, in all cases a minimum of two separate Fibre Channel cards should be used, configured to full load-balancing and set to failover either way without a break in service in the event that either host bus adapter (HBA) should fail or a Fibre Channel cable breakage occurs. Most modern Fibre Channel HBAs are dual port, thus giving four HBA paths to the data server, which at 2Gb each should provide sufficient throughput for three busy Domino servers. Mounting a NAS/NFS device If the operating system supports mounting NFS devices with local locking, then this can be enabled and is supported with Domino. On UNIX mount o llock setting, this flag can significantly reduce the read traffic to the NAS device. Optimizing Domino performance Databases that you create in Lotus Domino 6.5 perform considerably better than databases created in previous releases. In 6.5, database operations require less I/O and fewer CPU resources, view rebuilding and updating is quicker, and memory and disk space allocation is improved. If your server has sufficient memory, you can improve the performance of the server by increasing the number of databases that Lotus Domino can cache in memory at one time. To do so, use the NSF_DbCache_Maxentries statement in the NOTES.INI file. The default value is 25 or the NSF_Buffer_Pool_Size divided by 300 KB, whichever value is greater, with the maximum being approximately 10,000. To determine if increasing this parameter will yield better performance, monitor the Database.DbCache.Hits statistic on your server. This statistic indicates the number of times a database open request was satisfied by finding the database in cache. A high value indicates that the database cache is working effectively. If the ratio of Database.DbCache.Hits to InitialDbOpen is low, you might consider increasing NSF_DbCache_Maxentries. To set the number of databases that a server can hold in its database cache at one time, set the NOTES.INI value as follows: NSF_DbCache_Maxentries = [number] Transaction Logging and SANs Domino transaction logging captures all changes made to Notes databases (*.NSF files) and writes them to a transaction log before writing them to the actual.nsf file. The logged transactions are then written to disk immediately as fast serial writes to a series of sequential files of 64MB in length in 4k blocks. There will be a few larger size blocks, but almost all will be 4k. It also is of note that the transaction log file is opened in a synchronous mode, whereas all other files used by Domino are opened in a buffered mode. Therefore, transaction log write operations do not utilize any RAM cache but do take advantage of NVRAM caches. The output to the transaction logging disk is almost entirely sequential writes, except during restart or recovery operations. Thus the writingto-disk performance profile and overall reliability are the keys to a successful configuration of transaction logging for a Domino server. 10

11 Best Practices for Transaction Logging Because data loss or corruption in the transaction logs can impact all databases on the Domino server, the decision as to where to place the logs is of paramount importance. Transaction logging has been measured adding up to 30% additional disk I/O. It is extremely important that the transaction logs are on the most reliable and highest performing disk subsystem that is available on the system. In some cases this is local disk, in other case it is on a SAN device. On NAS devices there is a difference between placing the transaction logs on a NAS/NFS or on a NAS/CIFS storage system. For NAS/NFS there is potential for performance problems unless you make sure the disks used for transaction logging perform as fast as possible. Where NAS/NFS performance is slower than Domino requires, as seen in some older systems, we have recommended transaction logs be placed on local disks. On NAS/CIFS there are potential problems with data loss or corruption as well as performance problems. Placing either transaction logs or transaction logged-databases on NAS/CIFS is not supported. Most SAN or NAS systems have additional features that can augment backing up the transaction logs and databases by using snap shot type actions. Taking advantage of this feature can reduce the cost of backups, reduce the time to do a backup, and improve the granularity of the backups. Transaction logging is a very different kind of disk I/O, as compared to regular database I/O. Transaction logging primarily performs sequential writes, versus normal Domino random I/O. For this reason, it is important to put the transaction logs on their own dedicated disks and with a dedicated path to those disks as well. The Transactional Logs should be on a separate physical drive to maximize the I/O write potential that transaction logging requires. It is not sufficient to simply redirect the logs to a separate partition or a separate logical drive. In general, if the transactional logs are on a separate drive, a 10-20% improvement should be seen. However, if the logs are put on the same drive, it is likely that there will be approximately 60% degradation. Important recommendations for using SAN or NAS for transaction logging: Use a separate file system, separate pathway, and separate disks for the transaction logs. Use RAID 1/0 (Stripe mirror) or mirrored pair (RAID 1), rather than RAID 5. o We recommend a mirrored disk set for transaction logs. Thus we recommend RAID 1 or RAID 1/0 for transactions logs because that provides best performance/reliability when you must use RAID strategy for sequential writes. o This depends on the vendor's recommendations, because some SAN/NAS hardware may internally do mirroring. Use the fastest, most reliable disks available. Configure the device with a Hot Spare available in case a disk physically fails. Do not share the disk controller (SAN and NAS) with any other users, if possible. 11

12 If using a SAN/NAS or separate disk system, then consider the following: o Use larger disk block size and matching Stripe size (transaction logging writes fixed sequential 4k blocks to 64 MB or greater files). o Because the transaction log files are opened in a synchronous mode, OS file system cache is not used. NVRAM cache in the disk subsystem helps. o Use 2 GB Fibre Channel rather than 1 GB. Have dedicated channels and avoid using data switches. Make sure you have adequate I/O capacity for transaction logging. Placement and type of the transaction logging If the logs are placed on a SAN or NAS, they should be placed on dedicated devices within the SAN or NAS. Each DPAR should have its own HBA connection to the SAN. The use of switches should be avoided. The performance of data transfer from the server must be monitored closely to ensure optimal transfer of data into the SAN or NAS. The speed of committal of transactions into the logs on SAN or NAS will greatly determine the performance of the server as a whole. If you have configured the Domino servers for failover and/or load balancing, we recommend the following configuration: Running circular or looping linear style transaction logging on user-facing servers for optimal performance and faster recovery after an outage. Running archival style transaction logging on the non-user-facing cluster mate to perform back up or restore activities. If possible use a cluster member or a separate offline system for recovery or restore activities. Summary As described in this paper, you can use a Lotus Domino server in conjunction with storage area network (SAN) and network attached storage (NAS) technologies. Careful planning with these best practices and recommendations in mind can provide a successful implementation. 12

13 Resources and references Storage Networking Industry Association (SNIA) Introduction to Storage Area Networks IBM RedBook number SG Tuning IBM eserver xseries Servers for Performance IBM RedBook number SG IBM SAN Survival Guide IBM RedBook number SG Using Lotus Domino with Network Appliance storage products IBM Network attached storage (NAS) products home page 8 Copyright International Business Machines Corporation 2005, All rights reserved. 13

PARALLELS CLOUD STORAGE

PARALLELS CLOUD STORAGE PARALLELS CLOUD STORAGE Performance Benchmark Results 1 Table of Contents Executive Summary... Error! Bookmark not defined. Architecture Overview... 3 Key Features... 5 No Special Hardware Requirements...

More information

RAID technology and IBM TotalStorage NAS products

RAID technology and IBM TotalStorage NAS products IBM TotalStorage Network Attached Storage October 2001 RAID technology and IBM TotalStorage NAS products By Janet Anglin and Chris Durham Storage Networking Architecture, SSG Page No.1 Contents 2 RAID

More information

SAN Conceptual and Design Basics

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

More information

File System & Device Drive. Overview of Mass Storage Structure. Moving head Disk Mechanism. HDD Pictures 11/13/2014. CS341: Operating System

File System & Device Drive. Overview of Mass Storage Structure. Moving head Disk Mechanism. HDD Pictures 11/13/2014. CS341: Operating System CS341: Operating System Lect 36: 1 st Nov 2014 Dr. A. Sahu Dept of Comp. Sc. & Engg. Indian Institute of Technology Guwahati File System & Device Drive Mass Storage Disk Structure Disk Arm Scheduling RAID

More information

Post-production Video Editing Solution Guide with Quantum StorNext File System AssuredSAN 4000

Post-production Video Editing Solution Guide with Quantum StorNext File System AssuredSAN 4000 Post-production Video Editing Solution Guide with Quantum StorNext File System AssuredSAN 4000 Dot Hill Systems introduction 1 INTRODUCTION Dot Hill Systems offers high performance network storage products

More information

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance.

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance. Agenda Enterprise Performance Factors Overall Enterprise Performance Factors Best Practice for generic Enterprise Best Practice for 3-tiers Enterprise Hardware Load Balancer Basic Unix Tuning Performance

More information

Distribution One Server Requirements

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

More information

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly

More information

The functionality and advantages of a high-availability file server system

The functionality and advantages of a high-availability file server system The functionality and advantages of a high-availability file server system This paper discusses the benefits of deploying a JMR SHARE High-Availability File Server System. Hardware and performance considerations

More information

How A V3 Appliance Employs Superior VDI Architecture to Reduce Latency and Increase Performance

How A V3 Appliance Employs Superior VDI Architecture to Reduce Latency and Increase Performance How A V3 Appliance Employs Superior VDI Architecture to Reduce Latency and Increase Performance www. ipro-com.com/i t Contents Overview...3 Introduction...3 Understanding Latency...3 Network Latency...3

More information

The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000

The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000 The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000 Summary: This document describes how to analyze performance on an IBM Storwize V7000. IntelliMagic 2012 Page 1 This

More information

Chapter 12: Mass-Storage Systems

Chapter 12: Mass-Storage Systems Chapter 12: Mass-Storage Systems Chapter 12: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space Management RAID Structure

More information

Hitachi Path Management & Load Balancing with Hitachi Dynamic Link Manager and Global Link Availability Manager

Hitachi Path Management & Load Balancing with Hitachi Dynamic Link Manager and Global Link Availability Manager Hitachi Data System s WebTech Series Hitachi Path Management & Load Balancing with Hitachi Dynamic Link Manager and Global Link Availability Manager The HDS WebTech Series Dynamic Load Balancing Who should

More information

Technical White Paper Integration of ETERNUS DX Storage Systems in VMware Environments

Technical White Paper Integration of ETERNUS DX Storage Systems in VMware Environments White Paper Integration of ETERNUS DX Storage Systems in ware Environments Technical White Paper Integration of ETERNUS DX Storage Systems in ware Environments Content The role of storage in virtual server

More information

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com

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

More information

Choosing and Architecting Storage for Your Environment. Lucas Nguyen Technical Alliance Manager Mike DiPetrillo Specialist Systems Engineer

Choosing and Architecting Storage for Your Environment. Lucas Nguyen Technical Alliance Manager Mike DiPetrillo Specialist Systems Engineer Choosing and Architecting Storage for Your Environment Lucas Nguyen Technical Alliance Manager Mike DiPetrillo Specialist Systems Engineer Agenda VMware Storage Options Fibre Channel NAS iscsi DAS Architecture

More information

Intel RAID Controllers

Intel RAID Controllers Intel RAID Controllers Best Practices White Paper April, 2008 Enterprise Platforms and Services Division - Marketing Revision History Date Revision Number April, 2008 1.0 Initial release. Modifications

More information

The IntelliMagic White Paper on: Storage Performance Analysis for an IBM San Volume Controller (SVC) (IBM V7000)

The IntelliMagic White Paper on: Storage Performance Analysis for an IBM San Volume Controller (SVC) (IBM V7000) The IntelliMagic White Paper on: Storage Performance Analysis for an IBM San Volume Controller (SVC) (IBM V7000) IntelliMagic, Inc. 558 Silicon Drive Ste 101 Southlake, Texas 76092 USA Tel: 214-432-7920

More information

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org IOmark- VDI Nimbus Data Gemini Test Report: VDI- 130906- a Test Copyright 2010-2013 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VDI, VDI- IOmark, and IOmark are trademarks of Evaluator

More information

Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building Blocks. An Oracle White Paper April 2003

Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building Blocks. An Oracle White Paper April 2003 Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building Blocks An Oracle White Paper April 2003 Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building

More information

HP Smart Array Controllers and basic RAID performance factors

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

More information

VTrak 15200 SATA RAID Storage System

VTrak 15200 SATA RAID Storage System Page 1 15-Drive Supports over 5 TB of reliable, low-cost, high performance storage 15200 Product Highlights First to deliver a full HW iscsi solution with SATA drives - Lower CPU utilization - Higher data

More information

Optimizing LTO Backup Performance

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

More information

NIMSOFT SLM DATABASE

NIMSOFT SLM DATABASE NIMSOFT SLM DATABASE GUIDELINES AND BEST PRACTICES (May 2010) Address more than 2GB of RAM in 32 bit OS (2003, 2008 Enterprise and Datacenter editions): Add /3GB switch to boot.ini file to force the OS

More information

VERITAS Backup Exec 9.0 for Windows Servers

VERITAS Backup Exec 9.0 for Windows Servers WHITE PAPER Data Protection Solutions for Network Attached Storage VERITAS Backup Exec 9.0 for Windows Servers VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Background...3 Why Use a NAS

More information

Recommended hardware system configurations for ANSYS users

Recommended hardware system configurations for ANSYS users Recommended hardware system configurations for ANSYS users The purpose of this document is to recommend system configurations that will deliver high performance for ANSYS users across the entire range

More information

Quantum StorNext. Product Brief: Distributed LAN Client

Quantum StorNext. Product Brief: Distributed LAN Client Quantum StorNext Product Brief: Distributed LAN Client NOTICE This product brief may contain proprietary information protected by copyright. Information in this product brief is subject to change without

More information

Integrated Application and Data Protection. NEC ExpressCluster White Paper

Integrated Application and Data Protection. NEC ExpressCluster White Paper Integrated Application and Data Protection NEC ExpressCluster White Paper Introduction Critical business processes and operations depend on real-time access to IT systems that consist of applications and

More information

White Paper Technology Review

White Paper Technology Review White Paper Technology Review iscsi- Internet Small Computer System Interface Author: TULSI GANGA COMPLEX, 19-C, VIDHAN SABHA MARG, LUCKNOW 226001 Uttar Pradesh, India March 2004 Copyright 2004 Tata Consultancy

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems Chapter 10: Mass-Storage Systems Physical structure of secondary storage devices and its effects on the uses of the devices Performance characteristics of mass-storage devices Disk scheduling algorithms

More information

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Agenda Introduction Database Architecture Direct NFS Client NFS Server

More information

VERITAS Storage Foundation 4.3 for Windows

VERITAS Storage Foundation 4.3 for Windows DATASHEET VERITAS Storage Foundation 4.3 for Windows Advanced Volume Management Technology for Windows In distributed client/server environments, users demand that databases, mission-critical applications

More information

RAID Performance Analysis

RAID Performance Analysis RAID Performance Analysis We have six 500 GB disks with 8 ms average seek time. They rotate at 7200 RPM and have a transfer rate of 20 MB/sec. The minimum unit of transfer to each disk is a 512 byte sector.

More information

IP SAN Fundamentals: An Introduction to IP SANs and iscsi

IP SAN Fundamentals: An Introduction to IP SANs and iscsi IP SAN Fundamentals: An Introduction to IP SANs and iscsi Updated April 2007 Sun Microsystems, Inc. 2007 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 USA All rights reserved. This

More information

IP SAN BEST PRACTICES

IP SAN BEST PRACTICES IP SAN BEST PRACTICES PowerVault MD3000i Storage Array www.dell.com/md3000i TABLE OF CONTENTS Table of Contents INTRODUCTION... 3 OVERVIEW ISCSI... 3 IP SAN DESIGN... 4 BEST PRACTICE - IMPLEMENTATION...

More information

BackupEnabler: Virtually effortless backups for VMware Environments

BackupEnabler: Virtually effortless backups for VMware Environments White Paper BackupEnabler: Virtually effortless backups for VMware Environments Contents Abstract... 3 Why Standard Backup Processes Don t Work with Virtual Servers... 3 Agent-Based File-Level and Image-Level

More information

IBM ^ xseries ServeRAID Technology

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

More information

WHITE PAPER Optimizing Virtual Platform Disk Performance

WHITE PAPER Optimizing Virtual Platform Disk Performance WHITE PAPER Optimizing Virtual Platform Disk Performance Think Faster. Visit us at Condusiv.com Optimizing Virtual Platform Disk Performance 1 The intensified demand for IT network efficiency and lower

More information

Q & A From Hitachi Data Systems WebTech Presentation:

Q & A From Hitachi Data Systems WebTech Presentation: Q & A From Hitachi Data Systems WebTech Presentation: RAID Concepts 1. Is the chunk size the same for all Hitachi Data Systems storage systems, i.e., Adaptable Modular Systems, Network Storage Controller,

More information

WHITEPAPER: Understanding Pillar Axiom Data Protection Options

WHITEPAPER: Understanding Pillar Axiom Data Protection Options WHITEPAPER: Understanding Pillar Axiom Data Protection Options Introduction This document gives an overview of the Pillar Data System Axiom RAID protection schemas. It does not delve into corner cases

More information

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

More information

Virtual SAN Design and Deployment Guide

Virtual SAN Design and Deployment Guide Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore

More information

Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices

Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices A Dell Technical White Paper Dell Symantec THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND

More information

PERFORMANCE TUNING ORACLE RAC ON LINUX

PERFORMANCE TUNING ORACLE RAC ON LINUX PERFORMANCE TUNING ORACLE RAC ON LINUX By: Edward Whalen Performance Tuning Corporation INTRODUCTION Performance tuning is an integral part of the maintenance and administration of the Oracle database

More information

Statement of Support on Shared File System Support for Informatica PowerCenter High Availability Service Failover and Session Recovery

Statement of Support on Shared File System Support for Informatica PowerCenter High Availability Service Failover and Session Recovery Statement of Support on Shared File System Support for Informatica PowerCenter High Availability Service Failover and Session Recovery Applicability This statement of support applies to the following Informatica

More information

Nutanix Tech Note. Failure Analysis. 2013 All Rights Reserved, Nutanix Corporation

Nutanix Tech Note. Failure Analysis. 2013 All Rights Reserved, Nutanix Corporation Nutanix Tech Note Failure Analysis A Failure Analysis of Storage System Architectures Nutanix Scale-out v. Legacy Designs Types of data to be protected Any examination of storage system failure scenarios

More information

Xangati Storage Solution Brief. Optimizing Virtual Infrastructure Storage Systems with Xangati

Xangati Storage Solution Brief. Optimizing Virtual Infrastructure Storage Systems with Xangati Optimizing Virtual Infrastructure Storage Systems with Xangati Virtualized infrastructures are comprised of servers, switches, storage systems and client devices. Of the four, storage systems are the most

More information

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Applied Technology Abstract This white paper investigates configuration and replication choices for Oracle Database deployment with EMC

More information

VERITAS Volume Manager. for Windows. Best Practices

VERITAS Volume Manager. for Windows. Best Practices VERITAS Volume Manager for Windows Best Practices V E R I T A S W H I T E P A P E R Table of Contents Getting the Most Benefit From Online Volume Management.............................................1

More information

Deployment Guide. How to prepare your environment for an OnApp Cloud deployment.

Deployment Guide. How to prepare your environment for an OnApp Cloud deployment. Deployment Guide How to prepare your environment for an OnApp Cloud deployment. Document version 1.07 Document release date 28 th November 2011 document revisions 1 Contents 1. Overview... 3 2. Network

More information

Introduction Disks RAID Tertiary storage. Mass Storage. CMSC 412, University of Maryland. Guest lecturer: David Hovemeyer.

Introduction Disks RAID Tertiary storage. Mass Storage. CMSC 412, University of Maryland. Guest lecturer: David Hovemeyer. Guest lecturer: David Hovemeyer November 15, 2004 The memory hierarchy Red = Level Access time Capacity Features Registers nanoseconds 100s of bytes fixed Cache nanoseconds 1-2 MB fixed RAM nanoseconds

More information

The Benefits of Virtualizing

The Benefits of Virtualizing T E C H N I C A L B R I E F The Benefits of Virtualizing Aciduisismodo Microsoft SQL Dolore Server Eolore in Dionseq Hitachi Storage Uatummy Environments Odolorem Vel Leveraging Microsoft Hyper-V By Heidi

More information

Avid ISIS 7000. www.avid.com

Avid ISIS 7000. www.avid.com Avid ISIS 7000 www.avid.com Table of Contents Overview... 3 Avid ISIS Technology Overview... 6 ISIS Storage Blade... 6 ISIS Switch Blade... 7 ISIS System Director... 7 ISIS Client Software... 8 ISIS Redundant

More information

June 2009. Blade.org 2009 ALL RIGHTS RESERVED

June 2009. Blade.org 2009 ALL RIGHTS RESERVED Contributions for this vendor neutral technology paper have been provided by Blade.org members including NetApp, BLADE Network Technologies, and Double-Take Software. June 2009 Blade.org 2009 ALL RIGHTS

More information

Microsoft Exchange Server 2003 Deployment Considerations

Microsoft Exchange Server 2003 Deployment Considerations Microsoft Exchange Server 3 Deployment Considerations for Small and Medium Businesses A Dell PowerEdge server can provide an effective platform for Microsoft Exchange Server 3. A team of Dell engineers

More information

Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software

Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication September 2002 IBM Storage Products Division Raleigh, NC http://www.storage.ibm.com Table of contents Introduction... 3 Key

More information

Install Instructions and Deployment Options

Install Instructions and Deployment Options Hygiena SureTrend 4.0 Install Install Instructions and Deployment Options Hygiena 7/2/2014 This document will describe the basic Install process and different deployment options for SureTrend 4.0. 0 P

More information

Outline. CS 245: Database System Principles. Notes 02: Hardware. Hardware DBMS ... ... Data Storage

Outline. CS 245: Database System Principles. Notes 02: Hardware. Hardware DBMS ... ... Data Storage CS 245: Database System Principles Notes 02: Hardware Hector Garcia-Molina Outline Hardware: Disks Access Times Solid State Drives Optimizations Other Topics: Storage costs Using secondary storage Disk

More information

FlexArray Virtualization

FlexArray Virtualization Updated for 8.2.1 FlexArray Virtualization Installation Requirements and Reference Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information

Difference between Enterprise SATA HDDs and Desktop HDDs. Difference between Enterprise Class HDD & Desktop HDD

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

More information

Detailed Product Description

Detailed Product Description Detailed Product Description ExaGrid Disk Backup with Deduplication 2014 ExaGrid Systems, Inc. All rights reserved. Table of Contents Executive Summary...2 ExaGrid Basic Concept...2 Product Benefits...

More information

High Availability with Windows Server 2012 Release Candidate

High Availability with Windows Server 2012 Release Candidate High Availability with Windows Server 2012 Release Candidate Windows Server 2012 Release Candidate (RC) delivers innovative new capabilities that enable you to build dynamic storage and availability solutions

More information

Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V

Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V Implementation Guide By Eduardo Freitas and Ryan Sokolowski February 2010 Summary Deploying

More information

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55%

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55% openbench Labs Executive Briefing: April 19, 2013 Condusiv s Server Boosts Performance of SQL Server 2012 by 55% Optimizing I/O for Increased Throughput and Reduced Latency on Physical Servers 01 Executive

More information

EMC Celerra Unified Storage Platforms

EMC Celerra Unified Storage Platforms EMC Solutions for Microsoft SQL Server EMC Celerra Unified Storage Platforms EMC NAS Product Validation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008, 2009 EMC

More information

Post Production Video Editing Solution Guide with Apple Xsan File System AssuredSAN 4000

Post Production Video Editing Solution Guide with Apple Xsan File System AssuredSAN 4000 Post Production Video Editing Solution Guide with Apple Xsan File System AssuredSAN 4000 Dot Hill Systems introduction 1 INTRODUCTION Dot Hill Systems offers high performance network storage products that

More information

Evaluation of Enterprise Data Protection using SEP Software

Evaluation of Enterprise Data Protection using SEP Software Test Validation Test Validation - SEP sesam Enterprise Backup Software Evaluation of Enterprise Data Protection using SEP Software Author:... Enabling you to make the best technology decisions Backup &

More information

A Survey of Shared File Systems

A Survey of Shared File Systems Technical Paper A Survey of Shared File Systems Determining the Best Choice for your Distributed Applications A Survey of Shared File Systems A Survey of Shared File Systems Table of Contents Introduction...

More information

Outline. Failure Types

Outline. Failure Types Outline Database Management and Tuning Johann Gamper Free University of Bozen-Bolzano Faculty of Computer Science IDSE Unit 11 1 2 Conclusion Acknowledgements: The slides are provided by Nikolaus Augsten

More information

Performance Analysis and Testing of Storage Area Network

Performance Analysis and Testing of Storage Area Network Performance Analysis and Testing of Storage Area Network Yao-Long Zhu, Shu-Yu Zhu and Hui Xiong Data Storage Institute, Singapore Email: dsizhuyl@dsi.nus.edu.sg http://www.dsi.nubs.edu.sg Motivations What

More information

DAS, NAS or SAN: Choosing the Right Storage Technology for Your Organization

DAS, NAS or SAN: Choosing the Right Storage Technology for Your Organization DAS, NAS or SAN: Choosing the Right Storage Technology for Your Organization New Drivers in Information Storage Data is unquestionably the lifeblood of today s digital organization. Storage solutions remain

More information

Redbooks Redpaper. IBM TotalStorage NAS Advantages of the Windows Powered OS. Roland Tretau

Redbooks Redpaper. IBM TotalStorage NAS Advantages of the Windows Powered OS. Roland Tretau Redbooks Redpaper Roland Tretau IBM TotalStorage NAS Advantages of the Windows Powered OS Copyright IBM Corp. 2002. All rights reserved. ibm.com/redbooks 1 What is Network Attached Storage (NAS) Storage

More information

Configuring Apache Derby for Performance and Durability Olav Sandstå

Configuring Apache Derby for Performance and Durability Olav Sandstå Configuring Apache Derby for Performance and Durability Olav Sandstå Database Technology Group Sun Microsystems Trondheim, Norway Overview Background > Transactions, Failure Classes, Derby Architecture

More information

Best Practices for Data Sharing in a Grid Distributed SAS Environment. Updated July 2010

Best Practices for Data Sharing in a Grid Distributed SAS Environment. Updated July 2010 Best Practices for Data Sharing in a Grid Distributed SAS Environment Updated July 2010 B E S T P R A C T I C E D O C U M E N T Table of Contents 1 Abstract... 2 1.1 Storage performance is critical...

More information

Symantec Backup Exec 2010 R2 Agent for Microsoft Hyper-V FAQ

Symantec Backup Exec 2010 R2 Agent for Microsoft Hyper-V FAQ Symantec Backup Exec 2010 R2 Agent for Microsoft Hyper-V FAQ Updated July 26th, 2010 Contents Overview... 1 Virtual Machine Backup... 3 Cluster Shared Volume Support... 5 Database and Application Protection...

More information

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師 Lecture 6: Secondary Storage Systems Moving-head Disk Mechanism 6.2 Overview of Mass-Storage Structure Magnetic disks provide bulk of secondary storage of modern computers Drives rotate at 60 to 200 times

More information

Chapter 11 I/O Management and Disk Scheduling

Chapter 11 I/O Management and Disk Scheduling Operating Systems: Internals and Design Principles, 6/E William Stallings Chapter 11 I/O Management and Disk Scheduling Dave Bremer Otago Polytechnic, NZ 2008, Prentice Hall I/O Devices Roadmap Organization

More information

Veritas Storage Foundation 4.3 for Windows by Symantec

Veritas Storage Foundation 4.3 for Windows by Symantec Veritas Storage Foundation 4.3 for Windows by Symantec Advanced online volume management technology for Windows Veritas Storage Foundation for Windows brings advanced volume management technology to Windows

More information

EMC CLARiiON Backup Storage Solutions: Backup-to-Disk Guide with IBM Tivoli Storage Manager

EMC CLARiiON Backup Storage Solutions: Backup-to-Disk Guide with IBM Tivoli Storage Manager EMC CLARiiON Backup Storage Solutions: Backup-to-Disk Guide with Best Practices Planning Abstract This white paper describes how to configure EMC CLARiiON CX Series storage systems with IBM Tivoli Storage

More information

Storage Networking Foundations Certification Workshop

Storage Networking Foundations Certification Workshop Storage Networking Foundations Certification Workshop Duration: 2 Days Type: Lecture Course Description / Overview / Expected Outcome A group of students was asked recently to define a "SAN." Some replies

More information

GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT

GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT Why Data Domain Series GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT Why you should take the time to read this paper Speed up backups (Up to 58.7 TB/hr, Data Domain systems are about 1.5 times faster

More information

Windows Server 2008 R2 Hyper-V Server and Windows Server 8 Beta Hyper-V

Windows Server 2008 R2 Hyper-V Server and Windows Server 8 Beta Hyper-V Features Comparison: Hyper-V Server and Hyper-V February 2012 The information contained in this document relates to a pre-release product which may be substantially modified before it is commercially released.

More information

Virtuoso and Database Scalability

Virtuoso and Database Scalability Virtuoso and Database Scalability By Orri Erling Table of Contents Abstract Metrics Results Transaction Throughput Initializing 40 warehouses Serial Read Test Conditions Analysis Working Set Effect of

More information

Configuring RAID for Optimal Performance

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

More information

Technology Insight Series

Technology Insight Series Evaluating Storage Technologies for Virtual Server Environments Russ Fellows June, 2010 Technology Insight Series Evaluator Group Copyright 2010 Evaluator Group, Inc. All rights reserved Executive Summary

More information

Maximizing SQL Server Virtualization Performance

Maximizing SQL Server Virtualization Performance Maximizing SQL Server Virtualization Performance Michael Otey Senior Technical Director Windows IT Pro SQL Server Pro 1 What this presentation covers Host configuration guidelines CPU, RAM, networking

More information

Using Synology SSD Technology to Enhance System Performance Synology Inc.

Using Synology SSD Technology to Enhance System Performance Synology Inc. Using Synology SSD Technology to Enhance System Performance Synology Inc. Synology_SSD_Cache_WP_ 20140512 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges...

More information

Scala Storage Scale-Out Clustered Storage White Paper

Scala Storage Scale-Out Clustered Storage White Paper White Paper Scala Storage Scale-Out Clustered Storage White Paper Chapter 1 Introduction... 3 Capacity - Explosive Growth of Unstructured Data... 3 Performance - Cluster Computing... 3 Chapter 2 Current

More information

Comparing the Network Performance of Windows File Sharing Environments

Comparing the Network Performance of Windows File Sharing Environments Technical Report Comparing the Network Performance of Windows File Sharing Environments Dan Chilton, Srinivas Addanki, NetApp September 2010 TR-3869 EXECUTIVE SUMMARY This technical report presents the

More information

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation report prepared under contract with Lenovo Executive Summary Even with the price of flash

More information

Selecting the Right NAS File Server

Selecting the Right NAS File Server Selecting the Right NAS File Server As the network administrator for a workgroup LAN, consider this scenario: once again, one of your network file servers is running out of storage space. You send out

More information

my forecasted needs. The constraint of asymmetrical processing was offset two ways. The first was by configuring the SAN and all hosts to utilize

my forecasted needs. The constraint of asymmetrical processing was offset two ways. The first was by configuring the SAN and all hosts to utilize 1) Disk performance When factoring in disk performance, one of the larger impacts on a VM is determined by the type of disk you opt to use for your VMs in Hyper-v manager/scvmm such as fixed vs dynamic.

More information

Nimble Storage Best Practices for Microsoft Exchange

Nimble Storage Best Practices for Microsoft Exchange BEST PRACTICES GUIDE: Nimble Storage Best Practices for Microsoft Exchange Table of Contents NIMBLE STORAGE OVERVIEW... 3 EXCHANGE STORAGE REFERENCE ARCHITECTURE... 3 Store Database and Transaction Log

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

Dell High Availability Solutions Guide for Microsoft Hyper-V Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

As enterprise data requirements continue

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

More information

Perforce with Network Appliance Storage

Perforce with Network Appliance Storage Perforce with Network Appliance Storage Perforce User Conference 2001 Richard Geiger Introduction What is Network Attached storage? Can Perforce run with Network Attached storage? Why would I want to run

More information

Remote Copy Technology of ETERNUS6000 and ETERNUS3000 Disk Arrays

Remote Copy Technology of ETERNUS6000 and ETERNUS3000 Disk Arrays Remote Copy Technology of ETERNUS6000 and ETERNUS3000 Disk Arrays V Tsutomu Akasaka (Manuscript received July 5, 2005) This paper gives an overview of a storage-system remote copy function and the implementation

More information

Optimizing Large Arrays with StoneFly Storage Concentrators

Optimizing Large Arrays with StoneFly Storage Concentrators Optimizing Large Arrays with StoneFly Storage Concentrators All trademark names are the property of their respective companies. This publication contains opinions of which are subject to change from time

More information

NetApp Software. SANtricity Storage Manager Concepts for Version 11.10. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.

NetApp Software. SANtricity Storage Manager Concepts for Version 11.10. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. NetApp Software SANtricity Storage Manager Concepts for Version 11.10 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1

More information

: HP HP0-771. Version : R6.1

: HP HP0-771. Version : R6.1 Exam : HP HP0-771 Title : Designing & Implementing HP Enterprise Backup Solutions Version : R6.1 Prepking - King of Computer Certification Important Information, Please Read Carefully Other Prepking products

More information