Storage Technologies for Video Surveillance

Size: px
Start display at page:

Download "Storage Technologies for Video Surveillance"

Transcription

1

2 The surveillance industry continues to transition from analog to digital. This transition is taking place on two fronts how the images are captured and how they are stored. The way surveillance images are stored has also changed from analog-based recording solutions like VHS tapes and film to digital storage on hard drives. As a result, most surveillance systems in place today make use of hard disks to store surveillance images digitally. With hard drive capacity doubling approximately every two years and the cost per unit shrinking by 50% surveillance storage is less expensive, more efficient and progressively powerful. However, the part of the analog to digital surveillance transition how images are captured is placing unique demands on surveillance storage technology. These demands require integrators and customers to have a deeper understanding of the storage technologies available and the impact that each storage option has on their surveillance system. The unique demands that result from the transition from analog to digital image capture are largely driven by the fact that digital images can exceed the resolution limits of analog cameras. Higher resolution and higher definition images mean more detail and better evidence in surveillance video but also mean each camera has the potential to generate larger images that require appropriate technology solutions to efficiently store, search, playback and manage. This white paper explores available surveillance video storage technologies and the impact of each solution on video management software performance to arm security and IT professionals with the information to make the best storage decisions when designing a surveillance system. Storage Technologies Disk Drives The hard disk drive (HDD) is the central component to the digital storage of surveillance video. HDD technology has evolved incrementally from the same basic concept pioneered in 1956 a stack of spinning platters and scanning heads. A conventional mechanical hard disk operates using a series of spinning rigid plates that store information using magnetism. The data is read from the spinning platters using scanning heads positioned over the spinning disks. Though the fundamentals of HDD technology haven t changed, the ability to increase the density in which data is stored has allowed HDD size to shrink tremendously. This change resulted in a dramatic capacity increase while costs continued to decrease. For example, the typical price per gigabyte of raw HDD storage has decreased from $56.30 per gigabyte in 1998 to $0.053 per gigabyte in 2011.

3 Innovations in speed and interfaces have also allowed HDDs to handle larger amounts of incoming data and quickly provide that data back to applications enabling advances like HD and megapixel surveillance. One shortcoming of HDD technology is its reliance on mechanical moving parts. Moving parts always come with some risk of failure over time. Because of this, most surveillance systems use multiple disks in redundant configurations (see the next section on RAID for more detail). Solid state drives (SSDs) are another option. SSDs rely on a large amount of solid-state memory, essentially microchips, and have no moving parts to store information. Along with the reliability and resiliency improvements that are gained with the elimination of moving parts, SSDs also offer substantial increases in speed for both reading and writing data over mechanical HDDs. The tradeoff for improved speed and reliability is increased cost. In 2011, the cost per gigabyte of SSD technology was $1.50. Though declining rapidly at 30 times more than current HDD prices the cost of SSDs are too expensive for the large storage capacities needed for most surveillance systems. Redundancy RAID The fundamental technology of digital surveillance storage the hard drive is only the beginning of the hardware involved in a storage system. The most important technology that will impact any storage system involving multiple hard drives is called RAID redundant array of independent disks. Hard drives have the possibility of failure especially when using moving components so redundancy is a critical consideration to ensure data won t be lost and systems will continue to operate in the event of a drive failure. Beyond redundancy and fault tolerance, implementing RAID also increases the performance of a storage system by increasing the throughput beyond what could be accomplished with a single hard drive. RAID provides redundancy by grouping multiple hard drives and employing different techniques, mirroring and striping, to distribute data across multiple hard drives. Mirroring is the simplest form of redundancy and simply copies the data on two drives as any data is written, it s created in both places. With striping, data can be spread out at a low level across multiple hard drives. Striping improves performance of a RAID system by writing data to a large number of drives simultaneously so that the duration of a single write operation is greatly reduced. Striping with parity extends the process of breaking up a file and storing it across multiple drives to include a calculated value parity information in addition to the original data that rebuilds data if some portion of it is later lost. To help understand these concepts better its best to review how they re implemented in real surveillance systems and the different RAID levels used. The most common RAID levels in a surveillance system are 0, 1, 5 and 6. RAID 0 is the simplest form and provides no redundancy

4 or fault tolerance. Using striping without parity or mirroring, RAID 0 allows a group of hard drives to act as a single usable storage array with increased performance of distributing load across all hard drives. RAID 1 mirrors all data to two drives and uses no striping or parity, although multiple pairs of mirrored hard drives can be striped together in a RAID 10 or a RAID 1+0 array. This is the most fault tolerant RAID setup since all data is mirrored fully, however since it requires twice as many hard drives to provide the needed capacity it s typically used only for operating systems or programs, and rarely as the RAID level for large amounts of storage like surveillance video. RAID levels 5 and 6 are more commonly used for large amounts of storage for surveillance video. RAID 5 uses striping with distributed parity, this means that data is both spread out over multiple drives and additional information is stored to allow data to be rebuilt after failure. For example if you had eight hard drives in a RAID 5 setup each file would be spread out over seven drives and parity information about the file written to the eighth drive. Since RAID 5 distributes the parity information, the parity information won t always be written to the same drive with every file. In the event any one of the eight drives fails, no data is lost and the system can rebuild the contents of the failed drive once it s replaced by using the data on the other seven drives. RAID 5 provides fault tolerance to a single drive failure, increased performance of spreading disk operations over multiple hard drives and only costs an additional hard drive in each array of disks. RAID 6 extends RAID 5 by distributing parity information for each file to two drives; this allows the system to tolerate the failure of two drives in an array without losing data but costs an additional drive per array. RAID 6 becomes more important as array size grows and to ensure storage isn t vulnerable in the event of a rebuild process. Rebuild time increases with array size, so RAID 6 ensures data is not vulnerable during the rebuild process. RAID is implemented either at the hardware or software level within a server or storage enclosure. For the performance needs of surveillance and truly enterprise class storage a hardware RAID controller is a requirement for any surveillance video storage. Implementing RAID at the software level relies on system resources and introduces additional overhead and delays that impact performance of your storage and make it unsuitable for video surveillance storage. Storage Communication We ve already discussed the basic technologies commonly used for surveillance storage a collection of hard disk drives most likely grouped in a RAID 5 or 6 configuration. The next important topic is how the surveillance system communicates with that storage. Generally this communication will fall into one of three categories directly attached storage (DAS), storage area network (SAN), or network attached storage (NAS).

5 DAS is the simplest and most economical for storage that needs to be accessed by only a single server. As the name implies DAS provides storage directly attached to a server. The methods of attachment vary but for enterprise class storage it s done via a serial attached SCSI (SAS) cable from a dedicated hardware RAID card. SAN will typically be used for very large amounts of storage that require access from multiple servers while centralizing management, resources, and scalability. A wide variety of technologies are available for communication in SANs, however modern SANs used for surveillance most often use either Fiber Channel or iscsi. The choice between the two protocols is based on the needs of the network in terms on inter-connectivity and performance. iscsi is more cost effective because it uses standard network cabling and switches when compared to the more expensive and complex cabling and switching that Fiber Channel requires. NAS is the final category for connecting storage to a surveillance system. An important thing that differentiates the storage communication technologies is whether they provide block level or file level access to the storage device from the connected servers and applications. The difference between block and file level access translates primarily to performance: block level access provides higher performance by allowing lower level access, while file level access limits performance but can provide easier concurrent access to multiple users in nonsurveillance applications like file sharing. NAS provides only file level access to a storage volume while DAS and SAN provide block level access. In surveillance, block level access is required by most systems, including Avigilon Control Center (ACC). As a result, file level access and the use of network attached storage is typically limited to applications with very few cameras. Storage Architecture The final layer between a surveillance application and storage is the software technology and architecture used to structure and index stored video, configuration data, and events. The simplest form of software used by any surveillance application is a file system. A fundamental operating system feature, the file system provides the basic functionality to read, write, and organize files. A surveillance system could make use of a simple file system for everything from configuration files to the video itself typically however performance needs require the use of a relational database in addition to a basic file system to provide the necessary performance of writing, indexing, and managing the complex event and video related information that s part of a surveillance system. Relational databases play a key role storing and indexing data for a video surveillance systems. They also allow features like search, playback, backups, and export to happen efficiently. In the following section we ll explore how video surveillance software stores video in more detail.

6 VMS Storage and Impact on Surveillance Design A typical surveillance system generates four types of data systemrelated configuration data, events, metadata and surveillance video that need to be stored and pose unique challenges. Video management software (VMS) simplifies the process by storing data between files and databases based on its nature. The smallest and simplest type of data is system-related configuration data. This can be information on recording schedules, users and groups, rules, alarms, and system logs. Usually it s a very small amount of information, accessed infrequently and does not present high demands on speed of retrieval. For these reasons, a VMS will typically store this data within a structured database. Configuration data does pose some unique demands because it has to be encrypted and only modified when proper security checks have been performed. A VMS will also use a database to provide these features. Another data type generated by a VMS for storage is events. Events will typically be small in size but can be high in volume and place significant demands on a system to store, index and search. The type of events generated and stored will range from user audit events, motion events, general system events, device input and output events, or external events from an integrated system. The high volume needs of managing event storage are met well by a database. Events also require rapid indexing and searchability functionality that is also best supported by a database. The most important and significant type of data generated by a VMS is the surveillance video itself. The amount of video generated by a single server will vary based on number of cameras, resolution, and amount of motion, but can be several terabytes per day. Typically the data generated by video is much too large for storage within a database so it is usually stored separately in a file system and indexed in a database. The video itself poses the largest challenge to a storage system. As a result, how a VMS stores video significantly impacts the performance and features of a surveillance system. Disk fragmentation is a key concern. As outlined earlier, storage is performed on hard disks comprised of rapidly rotating disks. The physical position of data on disks impacts performance tremendously. For example, if related data is all physically located in one place the speed to read access the data is greatly reduced. Over time as different amounts of data are written, deleted and overwritten on a disk fragmentation can occur and related data is no longer located on the disk close to other related data. When fragmentation is not managed properly in a video surveillance environment, data from a camera can become widely spread out over a disk. Searching and playback of that data can become very slow.

7 In addition, if the free space or regions being written are spread far apart, writing video may also take longer which can limit system capacity. Fragmentation is ignored by most conventional computer applications and systems rely either on user-initiated applications or periodic tasks to defragment a disk. Unfortunately in the case of surveillance systems the storage system is required 24x7 to write high volumes of data generated by video. Therefore, the downtime needed to defragment a disk after fragmentation has occurred is unacceptable. For this reason, it s important that the VMS be aware of and manage fragmentation as it writes and overwrites video on a disk. Tightly related to the video and generating at an equal rate but in smaller size is metadata. Metadata is any additional information that describes or adds to the content of the video. For motion detection and analytics applications this will include the location of motion within video as well as object location and direction. Because this data must be stored in an indexed fashion that s rapidly searchable, it must be stored in a database. Two important demands must be carefully accounted for by the VMS when storing metadata: speed of searching and time synchronization to the video. Metadata that s inaccurately sequenced relative to video becomes useless. As well, if the data can t be easily and rapidly searched it will not enable the effective handling of investigations. How Does Avigilon Store Video? Now that we ve covered the technologies, implementations, and challenges related to surveillance video storage, it s important to understand how Avigilon Control Center (ACC) has been architected to minimize storage requirements and maximize performance despite the higher storage demands of high-definition surveillance. HD video places unique demands on a storage system as the video generated is higher in resolution, potentially higher in data rate, and contains more information than conventional video leading to users doing more searching and reviewing as the value of their stored video increases. As outlined previously, the database plays a key role in a surveillance system. For this reason Avigilon Control Center makes use of a high performance embedded database that is tailored for HD video surveillance storage. The use of a database embedded into the VMS is unique to Avigilon and delivers considerable advantages. Other VMS will typically use an external database, such as Microsoft SQL Server, MySQL, or Postgres SQL, which has several disadvantages. First, performance becomes limited external databases require data be passed between processes from the main VMS process to the process running the database. Embedding the database means data and queries are quickly handled and database resources can be more actively managed by the VMS process.

8 Second, external databases are subject to separate management of licensing, upgrades, and in large corporate environments may require involvement of other departments tasked with managing all external databases on site. An external database can easily be patched incorrectly, corrupted by another application, or accessed insecurely than one embedded and managed by the VMS. The type of database used and how it s managed also impacts the speed of playback and searching. The high performance embedded database used in ACC is tuned to ensure the industry s fastest HD searching and a responsive timeline that allows intuitive jog and shuttle playback controls. These features greatly reduce investigation time and allow security professionals to quickly access all the additional information captured by HD and multi-megapixel IP surveillance cameras. Conventional off the shelf database technologies are unable to provide the efficiency and power required to quickly search and playback HD video. This results in cumbersome investigations and limits an operator s ability to realize the value of high-resolution cameras. Another core technology Avigilon Control Center uses is a unique file system architecture to manage storage efficiently for HD video surveillance system. The file system used to store the video content in ACC makes use of files broken into different intelligent buckets whose content and structure are managed by ACC and indexed within the embedded high performance database. The use of these buckets allows ACC to strictly manage fragmentation while enabling technologies like data aging and backup of HD video in highly efficient ways not possible with other systems. Data aging, a high definition stream management (HDSM) technology, allows JPEG and JPEG2000 compressed video to be automatically managed to store video at half the original frame rate after a set period, and then at a quarter the original frame rate after a further point of time. The unique file system used by Avigilon allows data aging to be applied at different times for different cameras on a single server allowing finer control of storage allocation then other VMS that only rarely offers any aging settings and typically only has a global value. Summary Advances in storage technology are accelerating the transition from analog to digital in surveillance and enabling security enhancing technologies like HD surveillance systems. A full understanding of these technologies empowers security professionals to understand the options available when purchasing or designing video surveillance. Beyond understanding the technologies involved, knowing how a VMS uses storage is necessary to understanding how the VMS can affect the quality of evidence a surveillance system stores. Avigilon Control Center s purpose built approach to using the best available storage technologies and architectures provides users with a system that is highly scalable and provides rapid access to the best evidence and reduced investigation times.

Secure Your Megapixel Recording. with Reliable Storage Solutions. Surveon Whitepaper

Secure Your Megapixel Recording. with Reliable Storage Solutions. Surveon Whitepaper Secure Your Megapixel Recording with Reliable Storage Solutions Surveon Whitepaper When there is no perfect storage solution, surveillance exists in name only. However the storage products are abundant,

More information

PIONEER RESEARCH & DEVELOPMENT GROUP

PIONEER RESEARCH & DEVELOPMENT GROUP SURVEY ON RAID Aishwarya Airen 1, Aarsh Pandit 2, Anshul Sogani 3 1,2,3 A.I.T.R, Indore. Abstract RAID stands for Redundant Array of Independent Disk that is a concept which provides an efficient way for

More information

How To Create A Multi Disk Raid

How To Create A Multi Disk Raid Click on the diagram to see RAID 0 in action RAID Level 0 requires a minimum of 2 drives to implement RAID 0 implements a striped disk array, the data is broken down into blocks and each block is written

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

Deploying VSaaS and Hosted Solutions Using CompleteView

Deploying VSaaS and Hosted Solutions Using CompleteView SALIENT SYSTEMS WHITE PAPER Deploying VSaaS and Hosted Solutions Using CompleteView Understanding the benefits of CompleteView for hosted solutions and successful deployment architecture Salient Systems

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

All-Flash Storage Solution for SAP HANA:

All-Flash Storage Solution for SAP HANA: All-Flash Storage Solution for SAP HANA: Storage Considerations using SanDisk Solid State Devices WHITE PAPER 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Preface 3 Why SanDisk?

More information

Storage Architecture in XProtect Corporate

Storage Architecture in XProtect Corporate Milestone Systems White Paper Storage Architecture in XProtect Corporate Prepared by: John Rasmussen Product Manager XProtect Corporate Milestone Systems Date: 7 February, 2011 Page 1 of 20 Table of Contents

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

Improving IT Operational Efficiency with a VMware vsphere Private Cloud on Lenovo Servers and Lenovo Storage SAN S3200

Improving IT Operational Efficiency with a VMware vsphere Private Cloud on Lenovo Servers and Lenovo Storage SAN S3200 Improving IT Operational Efficiency with a VMware vsphere Private Cloud on Lenovo Servers and Lenovo Storage SAN S3200 Most organizations routinely utilize a server virtualization infrastructure to benefit

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

How to choose the right RAID for your Dedicated Server

How to choose the right RAID for your Dedicated Server Overview of RAID Let's first address, "What is RAID and what does RAID stand for?" RAID, an acronym for "Redundant Array of Independent Disks, is a storage technology that links or combines multiple hard

More information

Why the Subsystem Storage Is a Must for the Applications of. Mission Critical Surveillance Projects? Application Notes

Why the Subsystem Storage Is a Must for the Applications of. Mission Critical Surveillance Projects? Application Notes Why the Subsystem Storage Is a Must for the Applications of Mission Critical Surveillance Projects? Application Notes What is Mission Critical? Mission critical surveillance projects indicate any failure

More information

Software-defined Storage Architecture for Analytics Computing

Software-defined Storage Architecture for Analytics Computing Software-defined Storage Architecture for Analytics Computing Arati Joshi Performance Engineering Colin Eldridge File System Engineering Carlos Carrero Product Management June 2015 Reference Architecture

More information

an introduction to networked storage

an introduction to networked storage an introduction to networked storage How networked storage can simplify your data management The key differences between SAN, DAS, and NAS The business benefits of networked storage Introduction Historical

More information

The Microsoft Large Mailbox Vision

The Microsoft Large Mailbox Vision WHITE PAPER The Microsoft Large Mailbox Vision Giving users large mailboxes without breaking your budget Introduction Giving your users the ability to store more e mail has many advantages. Large mailboxes

More information

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL

More information

Milestone Solution Partner IT Infrastructure Components Certification Summary

Milestone Solution Partner IT Infrastructure Components Certification Summary Milestone Solution Partner IT Infrastructure Components Certification Summary Dell FS8600 NAS Storage 12-1-2014 Table of Contents Introduction:... 2 Dell Storage Architecture:... 3 Certified Products:...

More information

Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015

Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015 Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015 Table of Contents Introduction... 4 Certified Products... 4 Key Findings... 5 Solution

More information

Implementing a Digital Video Archive Using XenData Software and a Spectra Logic Archive

Implementing a Digital Video Archive Using XenData Software and a Spectra Logic Archive Using XenData Software and a Spectra Logic Archive With the Video Edition of XenData Archive Series software on a Windows server and a Spectra Logic T-Series digital archive, broadcast organizations have

More information

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage sponsored by Dan Sullivan Chapter 1: Advantages of Hybrid Storage... 1 Overview of Flash Deployment in Hybrid Storage Systems...

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

Advanced Knowledge and Understanding of Industrial Data Storage

Advanced Knowledge and Understanding of Industrial Data Storage Dec. 3 rd 2013 Advanced Knowledge and Understanding of Industrial Data Storage By Jesse Chuang, Senior Software Manager, Advantech With the popularity of computers and networks, most enterprises and organizations

More information

VERY IMPORTANT NOTE! - RAID

VERY IMPORTANT NOTE! - RAID Disk drives are an integral part of any computing system. Disk drives are usually where the operating system and all of an enterprise or individual s data are stored. They are also one of the weakest links

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

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices September 2008 Recent advances in data storage and data protection technology are nothing short of phenomenal. Today,

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

RAID Basics Training Guide

RAID Basics Training Guide RAID Basics Training Guide Discover a Higher Level of Performance RAID matters. Rely on Intel RAID. Table of Contents 1. What is RAID? 2. RAID Levels RAID 0 RAID 1 RAID 5 RAID 6 RAID 10 RAID 0+1 RAID 1E

More information

Contingency Planning and Disaster Recovery

Contingency Planning and Disaster Recovery Contingency Planning and Disaster Recovery Best Practices Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

RAID EzAssist Configuration Utility Quick Configuration Guide

RAID EzAssist Configuration Utility Quick Configuration Guide RAID EzAssist Configuration Utility Quick Configuration Guide DB15-000277-00 First Edition 08P5520 Proprietary Rights Notice This document contains proprietary information of LSI Logic Corporation. The

More information

EMC XTREMIO EXECUTIVE OVERVIEW

EMC XTREMIO EXECUTIVE OVERVIEW EMC XTREMIO EXECUTIVE OVERVIEW COMPANY BACKGROUND XtremIO develops enterprise data storage systems based completely on random access media such as flash solid-state drives (SSDs). By leveraging the underlying

More information

WHITE PAPER Guide to 50% Faster VMs No Hardware Required

WHITE PAPER Guide to 50% Faster VMs No Hardware Required WHITE PAPER Guide to 50% Faster VMs No Hardware Required WP_v03_20140618 Visit us at Condusiv.com GUIDE TO 50% FASTER VMS NO HARDWARE REQUIRED 2 Executive Summary As much as everyone has bought into the

More information

CYBERNETICS. Virtualization of Tape Storage

CYBERNETICS. Virtualization of Tape Storage Abstract: Realizing the benefits of Disk to Disk to Tape backup strategies incorporating disk-based virtual tape devices. CYBERNETICS Intelligent Storage Solutions Table of Contents Introduction 1 Benefits

More information

Unitrends Recovery-Series: Addressing Enterprise-Class Data Protection

Unitrends Recovery-Series: Addressing Enterprise-Class Data Protection Solution Brief Unitrends Recovery-Series: Addressing Enterprise-Class Data Protection 2 Unitrends has leveraged over 20 years of experience in understanding ever-changing data protection challenges in

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

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER STORAGE CENTER DATASHEET STORAGE CENTER Go Beyond the Boundaries of Traditional Storage Systems Today s storage vendors promise to reduce the amount of time and money companies spend on storage but instead

More information

Amazon Cloud Storage Options

Amazon Cloud Storage Options Amazon Cloud Storage Options Table of Contents 1. Overview of AWS Storage Options 02 2. Why you should use the AWS Storage 02 3. How to get Data into the AWS.03 4. Types of AWS Storage Options.03 5. Object

More information

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Jonathan Halstuch, COO, RackTop Systems JHalstuch@racktopsystems.com Big Data Invasion We hear so much on Big Data and

More information

Designing a Cloud Storage System

Designing a Cloud Storage System Designing a Cloud Storage System End to End Cloud Storage When designing a cloud storage system, there is value in decoupling the system s archival capacity (its ability to persistently store large volumes

More information

This user guide describes features that are common to most models. Some features may not be available on your computer.

This user guide describes features that are common to most models. Some features may not be available on your computer. RAID User Guide Copyright 2011 Hewlett-Packard Development Company, L.P. Intel is a trademark of Intel Corporation in the U.S. and other countries. Microsoft and Windows are U.S. registered trademarks

More information

Solid State Architectures in the Modern Data Center

Solid State Architectures in the Modern Data Center Systems and Technology Group Solid State Architectures in the Modern Data Center Andy Walls IBM Distinguished Engineer SSDs Superior in Price Performance HDDs Superior $/GB To get the same number of IOPs,

More information

Intransa EnterpriseServer and EnterpriseStorage Infrastructure for High Availability Needs V1.0

Intransa EnterpriseServer and EnterpriseStorage Infrastructure for High Availability Needs V1.0 Intransa EnterpriseServer and EnterpriseStorage Infrastructure for High Availability Needs V1.0 Introduction This document is designed to provide the reader with an overview of Intransa s High Availability

More information

MaxDeploy Hyper- Converged Reference Architecture Solution Brief

MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Reference Architecture solutions are configured and tested for support with Maxta software- defined storage and with industry

More information

Windows Embedded Security and Surveillance Solutions

Windows Embedded Security and Surveillance Solutions Windows Embedded Security and Surveillance Solutions Windows Embedded 2010 Page 1 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues

More information

What is RAID and how does it work?

What is RAID and how does it work? What is RAID and how does it work? What is RAID? RAID is the acronym for either redundant array of inexpensive disks or redundant array of independent disks. When first conceived at UC Berkley the former

More information

1000-Channel IP System Architecture for DSS

1000-Channel IP System Architecture for DSS Solution Blueprint Intel Core i5 Processor Intel Core i7 Processor Intel Xeon Processor Intel Digital Security Surveillance 1000-Channel IP System Architecture for DSS NUUO*, Qsan*, and Intel deliver a

More information

Storage Solutions For Small and Medium Businesses

Storage Solutions For Small and Medium Businesses For Small and Medium Businesses Overview May 2008 Overview 2 Contents Page 3 Page 6 Page 9 Page 11 Introduction RAID storage Software versus hardware RAID Backup hardware and software Considerations for

More information

High-Performance SSD-Based RAID Storage. Madhukar Gunjan Chakhaiyar Product Test Architect

High-Performance SSD-Based RAID Storage. Madhukar Gunjan Chakhaiyar Product Test Architect High-Performance SSD-Based RAID Storage Madhukar Gunjan Chakhaiyar Product Test Architect 1 Agenda HDD based RAID Performance-HDD based RAID Storage Dynamics driving to SSD based RAID Storage Evolution

More information

OPTIMIZING VIRTUAL TAPE PERFORMANCE: IMPROVING EFFICIENCY WITH DISK STORAGE SYSTEMS

OPTIMIZING VIRTUAL TAPE PERFORMANCE: IMPROVING EFFICIENCY WITH DISK STORAGE SYSTEMS W H I T E P A P E R OPTIMIZING VIRTUAL TAPE PERFORMANCE: IMPROVING EFFICIENCY WITH DISK STORAGE SYSTEMS By: David J. Cuddihy Principal Engineer Embedded Software Group June, 2007 155 CrossPoint Parkway

More information

WHITE PAPER PPAPER. Symantec Backup Exec Quick Recovery & Off-Host Backup Solutions. for Microsoft Exchange Server 2003 & Microsoft SQL Server

WHITE PAPER PPAPER. Symantec Backup Exec Quick Recovery & Off-Host Backup Solutions. for Microsoft Exchange Server 2003 & Microsoft SQL Server WHITE PAPER PPAPER Symantec Backup Exec Quick Recovery & Off-Host Backup Solutions Symantec Backup Exec Quick Recovery & Off-Host Backup Solutions for Microsoft Exchange Server 2003 & Microsoft SQL Server

More information

IP Video Surveillance

IP Video Surveillance IP Video Surveillance Solutions and Services Wireless IP PDA Administration Wireless Access Point Viewer Remote Control IP Video Server IP Network Alarm Management Video Recording Analog Video Server Access

More information

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 All trademark names are the property of their respective companies. This publication contains opinions of

More information

Traditionally, a typical SAN topology uses fibre channel switch wiring while a typical NAS topology uses TCP/IP protocol over common networking

Traditionally, a typical SAN topology uses fibre channel switch wiring while a typical NAS topology uses TCP/IP protocol over common networking Network Storage for Business Continuity and Disaster Recovery and Home Media White Paper Abstract Network storage is a complex IT discipline that includes a multitude of concepts and technologies, like

More information

Moving Media Storage Technologies

Moving Media Storage Technologies Moving Media Storage Technologies Applications & Workflows for Video and Media Server Platforms Karl Paulsen CONTENTS Acknowledgments Introduction xv xvii Chapter 1 Information, Data, and Video 1 Data

More information

Vess A2000 Series HA Surveillance with Milestone XProtect VMS Version 1.0

Vess A2000 Series HA Surveillance with Milestone XProtect VMS Version 1.0 Vess A2000 Series HA Surveillance with Milestone XProtect VMS Version 1.0 2014 PROMISE Technology, Inc. All Rights Reserved. Contents Introduction 1 Purpose 1 Scope 1 Audience 1 What is High Availability?

More information

Virtualization Of Tape Backup. January 2008. 2008, Cybernetics. All Rights Reserved

Virtualization Of Tape Backup. January 2008. 2008, Cybernetics. All Rights Reserved Virtualization Of Tape Backup January 2008 Abstract Disk-based virtual tape backup devices, when combined with removable tape for archiving, are a particularly effective data protection strategy, delivering

More information

REMOTE OFFICE BACKUP

REMOTE OFFICE BACKUP REMOTE OFFICE BACKUP Remote offices present IT managers with a number of technical challenges. Often businesses use remote offices to expand into either new markets, or into new geographical areas. Many

More information

Ultra-Scalable Storage Provides Low Cost Virtualization Solutions

Ultra-Scalable Storage Provides Low Cost Virtualization Solutions Ultra-Scalable Storage Provides Low Cost Virtualization Solutions Flexible IP NAS/iSCSI System Addresses Current Storage Needs While Offering Future Expansion According to Whatis.com, storage virtualization

More information

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Why SAN? Business demands have created the following challenges for storage solutions: Highly available and easily

More information

All-Flash Arrays: Not Just for the Top Tier Anymore

All-Flash Arrays: Not Just for the Top Tier Anymore All-Flash Arrays: Not Just for the Top Tier Anymore Falling prices, new technology make allflash arrays a fit for more financial, life sciences and healthcare applications EXECUTIVE SUMMARY Real-time financial

More information

Protecting Microsoft SQL Server with an Integrated Dell / CommVault Solution. Database Solutions Engineering

Protecting Microsoft SQL Server with an Integrated Dell / CommVault Solution. Database Solutions Engineering Protecting Microsoft SQL Server with an Integrated Dell / CommVault Solution Database Solutions Engineering By Subhashini Prem and Leena Kushwaha Dell Product Group March 2009 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

ntier Verde Simply Affordable File Storage

ntier Verde Simply Affordable File Storage ntier Verde Simply Affordable File Storage Current Market Problems Data Growth Continues Data Retention Increases By 2020 the Digital Universe will hold 40 Zettabytes The Market is Missing: An easy to

More information

SSDs and RAID: What s the right strategy. Paul Goodwin VP Product Development Avant Technology

SSDs and RAID: What s the right strategy. Paul Goodwin VP Product Development Avant Technology SSDs and RAID: What s the right strategy Paul Goodwin VP Product Development Avant Technology SSDs and RAID: What s the right strategy Flash Overview SSD Overview RAID overview Thoughts about Raid Strategies

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

The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform

The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform WHITE PAPER The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform.www.SanDisk.com Table of Contents Windows Server 2003

More information

technology brief RAID Levels March 1997 Introduction Characteristics of RAID Levels

technology brief RAID Levels March 1997 Introduction Characteristics of RAID Levels technology brief RAID Levels March 1997 Introduction RAID is an acronym for Redundant Array of Independent Disks (originally Redundant Array of Inexpensive Disks) coined in a 1987 University of California

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

Dependable Systems. 9. Redundant arrays of. Prof. Dr. Miroslaw Malek. Wintersemester 2004/05 www.informatik.hu-berlin.de/rok/zs

Dependable Systems. 9. Redundant arrays of. Prof. Dr. Miroslaw Malek. Wintersemester 2004/05 www.informatik.hu-berlin.de/rok/zs Dependable Systems 9. Redundant arrays of inexpensive disks (RAID) Prof. Dr. Miroslaw Malek Wintersemester 2004/05 www.informatik.hu-berlin.de/rok/zs Redundant Arrays of Inexpensive Disks (RAID) RAID is

More information

Clustered NAS: Scalable, Manageable Storage

Clustered NAS: Scalable, Manageable Storage Clustered NAS: Scalable, Manageable Storage Doubling Storage Capacity It is difficult to imagine any area of the business world that has not been dramatically altered by the move to digital communications.

More information

RAID Overview: Identifying What RAID Levels Best Meet Customer Needs. Diamond Series RAID Storage Array

RAID Overview: Identifying What RAID Levels Best Meet Customer Needs. Diamond Series RAID Storage Array ATTO Technology, Inc. Corporate Headquarters 155 Crosspoint Parkway Amherst, NY 14068 Phone: 716-691-1999 Fax: 716-691-9353 www.attotech.com sales@attotech.com RAID Overview: Identifying What RAID Levels

More information

RAID 6 with HP Advanced Data Guarding technology:

RAID 6 with HP Advanced Data Guarding technology: RAID 6 with HP Advanced Data Guarding technology: a cost-effective, fault-tolerant solution technology brief Abstract... 2 Introduction... 2 Functions and limitations of RAID schemes... 3 Fault tolerance

More information

Definition of RAID Levels

Definition of RAID Levels RAID The basic idea of RAID (Redundant Array of Independent Disks) is to combine multiple inexpensive disk drives into an array of disk drives to obtain performance, capacity and reliability that exceeds

More information

Building a Flash Fabric

Building a Flash Fabric Introduction Storage Area Networks dominate today s enterprise data centers. These specialized networks use fibre channel switches and Host Bus Adapters (HBAs) to connect to storage arrays. With software,

More information

How To Build A Clustered Storage Area Network (Csan) From Power All Networks

How To Build A Clustered Storage Area Network (Csan) From Power All Networks Power-All Networks Clustered Storage Area Network: A scalable, fault-tolerant, high-performance storage system. Power-All Networks Ltd Abstract: Today's network-oriented computing environments require

More information

Amadeus SAS Specialists Prove Fusion iomemory a Superior Analysis Accelerator

Amadeus SAS Specialists Prove Fusion iomemory a Superior Analysis Accelerator WHITE PAPER Amadeus SAS Specialists Prove Fusion iomemory a Superior Analysis Accelerator 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com SAS 9 Preferred Implementation Partner tests a single Fusion

More information

Solutions Brief. Unified All Flash Storage. FlashPoint Partner Program. Featuring. Sustainable Storage. S-Class Flash Storage Systems

Solutions Brief. Unified All Flash Storage. FlashPoint Partner Program. Featuring. Sustainable Storage. S-Class Flash Storage Systems FlashPoint Partner Program Solutions Brief Unified All Flash Storage Featuring Sustainable Storage S-Class Flash Storage Systems E-Class Flash Storage Systems Gemini Flash Storage Systems FlashPoint Partner

More information

Next Generation. Surveillance Solutions. Cware. The Advanced Video Management & NVR Platform

Next Generation. Surveillance Solutions. Cware. The Advanced Video Management & NVR Platform Next Generation Surveillance Solutions Cware The Advanced Video Management & NVR Platform Advanced Open Management Benefit from the most effective CCTV management platform Cware is an advanced video management

More information

Dell PowerVault MD Family. Modular storage. The Dell PowerVault MD storage family

Dell PowerVault MD Family. Modular storage. The Dell PowerVault MD storage family Dell MD Family Modular storage The Dell MD storage family Dell MD Family Simplifying IT The MD Family simplifies IT by optimizing your data storage architecture and ensuring the availability of your data.

More information

ANY SURVEILLANCE, ANYWHERE, ANYTIME

ANY SURVEILLANCE, ANYWHERE, ANYTIME ANY SURVEILLANCE, ANYWHERE, ANYTIME WHITEPAPER DDN Storage Powers Next Generation Video Surveillance Infrastructure INTRODUCTION Over the past decade, the world has seen tremendous growth in the use of

More information

RAID Made Easy By Jon L. Jacobi, PCWorld

RAID Made Easy By Jon L. Jacobi, PCWorld 9916 Brooklet Drive Houston, Texas 77099 Phone 832-327-0316 www.safinatechnolgies.com RAID Made Easy By Jon L. Jacobi, PCWorld What is RAID, why do you need it, and what are all those mode numbers that

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

SiS964 RAID. User s Manual. Edition. Trademarks V1.0 P/N: 91-187-U49-M2-0E

SiS964 RAID. User s Manual. Edition. Trademarks V1.0 P/N: 91-187-U49-M2-0E SiS964 RAID User s Manual Edition V1.0 P/N: 91-187-U49-M2-0E Trademarks All brand or product names mentioned are trademarks or registered trademarks of their respective holders. CONTENTS Introduction...

More information

Affordable Retention & Protection for 1 or 100s of DVRs

Affordable Retention & Protection for 1 or 100s of DVRs 12 Reasons for Shared External IP Video Storage Think you need another DVR? Think again! Extend the life & value of DVRs & reduce surveillance cost Affordable Retention & Protection for 1 or 100s of DVRs

More information

White Paper. Recording Server Virtualization

White Paper. Recording Server Virtualization White Paper Recording Server Virtualization Prepared by: Mike Sherwood, Senior Solutions Engineer Milestone Systems 23 March 2011 Table of Contents Introduction... 3 Target audience and white paper purpose...

More information

Introduction to NetApp Infinite Volume

Introduction to NetApp Infinite Volume Technical Report Introduction to NetApp Infinite Volume Sandra Moulton, Reena Gupta, NetApp April 2013 TR-4037 Summary This document provides an overview of NetApp Infinite Volume, a new innovation in

More information

XenData Archive Series Software Technical Overview

XenData Archive Series Software Technical Overview XenData White Paper XenData Archive Series Software Technical Overview Advanced and Video Editions, Version 4.0 December 2006 XenData Archive Series software manages digital assets on data tape and magnetic

More information

Benefits of Intel Matrix Storage Technology

Benefits of Intel Matrix Storage Technology Benefits of Intel Matrix Storage Technology White Paper December 2005 Document Number: 310855-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Automated Data-Aware Tiering

Automated Data-Aware Tiering Automated Data-Aware Tiering White Paper Drobo s revolutionary new breakthrough technology automates the provisioning, deployment, and performance acceleration for a fast tier of SSD storage in the Drobo

More information

Understanding Microsoft Storage Spaces

Understanding Microsoft Storage Spaces S T O R A G E Understanding Microsoft Storage Spaces A critical look at its key features and value proposition for storage administrators A Microsoft s Storage Spaces solution offers storage administrators

More information

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION A DIABLO WHITE PAPER AUGUST 2014 Ricky Trigalo Director of Business Development Virtualization, Diablo Technologies

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

50238: Introduction to SQL Server 2008 Administration

50238: Introduction to SQL Server 2008 Administration 50238: Introduction to SQL Server 2008 Administration 5 days Course Description This five-day instructor-led course provides students with the knowledge and skills to administer SQL Server 2008. The course

More information

RAID Technology Overview

RAID Technology Overview RAID Technology Overview HP Smart Array RAID Controllers HP Part Number: J6369-90050 Published: September 2007 Edition: 1 Copyright 2007 Hewlett-Packard Development Company L.P. Legal Notices Copyright

More information

Accelerating Server Storage Performance on Lenovo ThinkServer

Accelerating Server Storage Performance on Lenovo ThinkServer Accelerating Server Storage Performance on Lenovo ThinkServer Lenovo Enterprise Product Group April 214 Copyright Lenovo 214 LENOVO PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER

More information

DS-9500NI-ST Series NVR. Technical Specification

DS-9500NI-ST Series NVR. Technical Specification DS-9500NI-ST Series NVR Technical Specification Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION

More information

Designing Server, Storage and Client Workstation Solutions for Mission-Critical IP-Based Physical Security Applications

Designing Server, Storage and Client Workstation Solutions for Mission-Critical IP-Based Physical Security Applications Designing Server, Storage and Client Workstation Solutions for Mission-Critical IP-Based Physical Security Applications Products. Technology. Services. Delivered Globally. Introduction 2 Network video

More information

Seagate Business Storage 1-Bay, 2-Bay, and 4-Bay NAS User Guide

Seagate Business Storage 1-Bay, 2-Bay, and 4-Bay NAS User Guide Seagate Business Storage 1-Bay, 2-Bay, and 4-Bay NAS User Guide Seagate Business Storage NAS User Guide 2013 Seagate Technology LLC. All rights reserved. Seagate, Seagate Technology, the Wave logo, and

More information

Keys to Successfully Architecting your DSI9000 Virtual Tape Library. By Chris Johnson Dynamic Solutions International

Keys to Successfully Architecting your DSI9000 Virtual Tape Library. By Chris Johnson Dynamic Solutions International Keys to Successfully Architecting your DSI9000 Virtual Tape Library By Chris Johnson Dynamic Solutions International July 2009 Section 1 Executive Summary Over the last twenty years the problem of data

More information

HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper

HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper Mimosa NearPoint for Microsoft Exchange Server and HP StorageWorks 1510i Modular Smart Array Executive

More information

Module 6. RAID and Expansion Devices

Module 6. RAID and Expansion Devices Module 6 RAID and Expansion Devices Objectives 1. PC Hardware A.1.5 Compare and contrast RAID types B.1.8 Compare expansion devices 2 RAID 3 RAID 1. Redundant Array of Independent (or Inexpensive) Disks

More information