The NetBackup catalog resides on the disk of the NetBackup master server. The catalog consists of the following parts:

Size: px
Start display at page:

Download "The NetBackup catalog resides on the disk of the NetBackup master server. The catalog consists of the following parts:"

Transcription

1 What is a NetBackup catalog? NetBackup catalogs are the internal databases that contain information about NetBackup backups and configuration. Backup information includes records of the files that have been backed up and the media on which the files are stored. The catalogs also contain information about the media and the storage devices. Since NetBackup requires the catalog information to restore backups, configure a catalog backup before using NetBackup for regular client backups. Then, schedule the catalog backups to occur on a regular basis thereafter. Without regular catalog backups, you risk losing regular backups if there is a problem with the disk that contains the catalogs. Parts of the catalog The NetBackup catalog resides on the disk of the NetBackup master server. The catalog consists of the following parts: Image database: The image database contains information about what has been backed up. It is by far the largest part of the catalog. For more information, see Image database on page 273. NetBackup data that is stored in relational databases: The data includes media and volume data describing media usage and volume information, which is used during the backups. For more information, see NetBackup relational database on page 276. NetBackup configuration files: The configuration files include flat files concerning policy and schedule information.

2 Image database The image database (Program Files\VERITAS\Netbackup\db\images) contains subdirectories for each client that is backed up by NetBackup, including the master server and any media servers. The image database contains: Image files (files that store only backup set summary information) Image.f files (files that store the detailed information of each file backup) The image database is the largest part of the NetBackup catalog. It consumes about 99% of the total space that is required for the NetBackup catalog. While most of the subdirectories are relatively small in the NetBackup catalogs, \images can grow to several tens, or even hundreds of gigabytes. The image database on the master server may grow too large to fit on a single tape. The database growth is an important consideration for offline, cold catalog backups. 274 NetBackup Catalog What is a NetBackup catalog? Image database growth depends on the number of clients, policy schedules, and the amount of data that is backed up. To determine catalog space requirements, see Determining catalog spacerequirements on page 342. If the image catalog becomes too large for the current location, consider movingit to a file system or disk partition that contains more space. For moreinformation, see Moving the image catalog on page 349. The image database component of the NetBackup catalog uses the.f files inbinary format for Windows, Solaris, HP_UX, Compaq Tru64 UNIX, AIX, and Linux platforms. The catalog conversion utility (cat_convert) can be used to upgrade an image database to the binary format. (See Catalog conversion utility on page 348.) Image files Each image file is an ASCII file, generally less than 1 kilobyte in size. An image file contains only backup set summary information. For example, the backup ID, the backup type, the expiration date, fragment information, and disaster recovery information. Image.f files The binary catalog may contain one or more image.f files. This type of file is also referred to as a files-file. The image.f file may be large because it contains the detailed backup selection list for each file backup. Generally, image files range in size from 1 kilobyte to 10 gigabytes. The file layout determines whether the catalog contains one.f file or many.f files. NetBackup configures the file layout automatically, based on the size of the binary catalog. NetBackup uses one of two layouts: single file layout or multiple file layout.

3 Image.f file single file layout NetBackup stores file information in a single image.f file if the information for the catalog is less than 4 megabytes.when the backup file of one catalog backup is less than 4 megabytes, NetBackup stores the information in a single image.f file. The image.f file is alwaysgreater than or equal to 72 bytes, but less than 4 megabytes. Image.f file multiple file layout When the file information for one catalog backup is greater than 4 megabytes, the information is stored in multiple.f files: one main image.f file plus nine additional.f files. 275 NetBackup Catalog What is a NetBackup catalog? Separating the additional.ffiles from the image.ffile and storing the files in the catstore directory improves performance while writing to the catalog. The main image.f file is always exactly 72 bytes NetBackup relational database NetBackup installs Sybase Adaptive Server Anywhere during the master server installation as a private, non-shared server for the NetBackup database (NBDB). The same installation of Sybase ASA is used for the optionally-licensed product, Bare Metal Restore (BMR) database (BMRDB). The following describes the components: Bare Metal Restore (BMR) database: The BMRDB database contains the information that the NetBackup Bare Metal Restore option manages. The BMR database is created during the BMR installation process. NetBackup database (NBDB): Also known as the Enterprise Media Manager (EMM) database, the NBDB contains information about volumes and the robots and drives that are in NetBackup storage units. Configuration files: Install_path\VERITAS\NetBackupDB\data\vxdbms.conf Install_path\VERITAS\NetBackupDB\conf\server.conf Install_path\VERITAS\NetBackupDB\conf\databases.conf Enterprise Media Manager (EMM) database The Enterprise Media Manager (EMM) database contains information about media and the robots and drives that are in NetBackup storage units. The NetBackup Resource Broker queries the EMM database to allocate storage units, drives (including drive paths), and media. The host on which the EMM database resides is called the EMM server.

4 The EMM database contains the following information: Device attributes Robotic library and stand-alone drive residence attributes NDMP attributes Barcode rule attributes Volume pool attributes Tape and optical disk volume attributes Media attributes Storage unit attributes Storage unit group attributes Hosts with assigned tape drives Media and device errors Disk pool and disk volume attributes Storage server attributes Login credentials for storage servers, disk arrays, and NDMP hosts Fibre Transport attributes Catalog backups A catalog backup is configured separately from regular client backups by using the Catalog Backup Wizard. The catalog can be stored on a variety of media. Note: Configure a catalog backup before you run any regular backups. Note: If portions of the catalog are relocated, note the changes so that subsequent catalog backups are aware of the locations of all the catalog components. In the event that a catalog recovery is needed, the same alterations must be implemented before the recovery of the catalog. Choose the catalog backup method that works best for your environment: Online, hot catalog backup (recommended method) This type of catalog backup is for active environments in which continual backup activity occurs. It is considered an online, hot method because it can be performed while regular backup activity occurs. This type of catalog is policy-based and can span more than one tape. It also allows for incremental backups, which can significantly reduce catalog backup times for large catalogs.

5 Online, hot catalog backups use media from the CatalogBackup volume pool only. For more information, see Online, hot catalog backup method on page 279. Offline, cold catalog backup This type of catalog backup is for environments in which periods of no backup activity exist. It is considered an offline, cold backup because it should not be run when regular backup activity occurs. For Sybase ASA, the databases (NBDB and BMRDB) are shut down during the backup. This type of catalog backup must fit on a single tape. Offline, cold catalog backups use media from the NetBackup volume pool only. For more information, see Offline, cold catalog backup method on page 291. Online, hot catalog backup method The online catalog is policy-based, which means that it has all of the scheduling flexibility of a regular backup policy. The online catalog is designed for active environments in which continual backup activity occurs and the catalog size is large. The online, hot catalog backup: Can back up the catalog while continual client backups are in progress. Can span multiple tapes for a catalog backup. Allows for a flexible pool of catalog tapes. Can perform a full or an incremental catalog backup. Can restore the catalog to a different location. Can run scheduled catalog backups. Offers a wizard to automate the catalog recovery process or a guided command line tool. Appends to existing data on tape. Can be duplicated Determining catalog space requirements NetBackup requires disk space to store its error logs and information about the files it backs up. The disk space that NetBackup needs varies according to the following factors: Number of files to be backed up Frequency of full and incremental backups Number of user backups and archives Retention period of backups Average length of full path of files File information (such as owner permissions)

6 Average amount of error log information existing at any given time To estimate the disk space that is required for a catalog backup 1 Estimate the maximum number of files that each schedule for each policy backs up during a single backup of all its clients. Example reference table for catalog requirements on page 344 shows that a full backup for policy S1 includes 64,000 files. 2 Determine the frequency and the retention period of the full and the incremental backups for each policy. 3 Use the information from steps 1 and 2 to calculate the maximum number of files that exist at any given time. For example: Assume that you schedule full backups to occur every seven days. The full backups have a retention period of four weeks. Differential incremental backups are scheduled to run daily and have a retention period of one week. The number of file paths you must allow space for is four times the number of files in a full backup. Add to that number one week s worth of incrementals. The following formula expresses the maximum number of files that can exist for each type of backup (daily or weekly, for example): Files per Backup x Backups per Retention Period = Max Files For example: A daily differential incremental schedule backs up 1200 files and the retention period for the backup is seven days. Given this information, the maximum number of files that can exist at one time are the following: 343 NetBackup Catalog Catalog maintenance and performance optimization 1200 x 7 days = 8400 A weekly full backup schedule backs up 3000 files and the retention period is four weeks. The maximum number of files that can exist at one time are the following: 3000 x 4 weeks = 12,000 Obtain the total for a server by adding the maximum files for all the schedules together. Add the separate totals to get the maximum number of files that can exist at one time. For example, 20,400. Note: For the policies that collect true image restore information, an incremental backup collects catalog information on all files (as if it were a full backup). This changes the calculation in the example: the incremental changes from 1200 x 7 = 8400 to 3000 x 7 = 21,000. After 12,000 is added for the full backups, the total for the two schedules is 33,000 rather than 20, Obtain the number of bytes by multiplying the number of files by the average length of the file s full paths and file information. If you are unsure of the average length of a file s full path, use 100. Using the results from the examples in step 3 yields: (8400 x 150) + (12,000 x 150) = bytes (or about 2988 kilobytes) 5 Add between 10 megabytes to 15 megabytes to the total sum that was calculated in step 4. The additional megabytes account for the average space that is required for the error logs. Increase the value if you anticipate problems. 6 Allocate space so all the data remains in a single partition. File size considerations Some UNIX systems have a large file support flag. Turn ON the flag to enable large file support. For example, AIX disables large file support by default, so the file size limit is 2GB. For UNIX systems, set the file size limit for the root user account to unlimited to support large file support.

7 Example: Estimating required catalog backup space Table 6-3 on page 344 shows backup schedules, retention times, and number of files for a group of example policies. Calculate the maximum number of files that each policy can generate by using the information in Table 6-3. Substitute the information into the following formula: Files per Backup x Backups per Retention Period = Max Files The following steps demonstrate the equation for policy Advance Disk storage option The NetBackup AdvancedDisk storage option lets you use disk storage directly attached to a NetBackup media server. NetBackup aggregates the disks into pools of storage you can use for backups. NetBackup manages the storage as logical entities (disk pools). Figure B-1 Media server and disks NetBackup media server Directly-attached disks The NetBackup AdvancedDisk storage option provides the following benefits: The option is easy to deploy and use. NetBackup discovers the storage and uses familiar NetBackup storage units and backup policies to use the storage. Allows multiple file systems to be used in a single storage unit. Storage unit capacity can be increased by adding disks. Only add what you need, when you need it, then update the NetBackup disk pools. Logical units of storage span physical boundaries, so you do not have to create new NetBackup storage units or change the backup policies. Reduces level of administrator attention through automatic policies that distribute job load and intelligently manage capacity so that jobs do not fail because of out of space conditions. The terms that are used in AdvancedDisk include: Data mover: An entity that moves data between the primary storage (the NetBackup client) and the storage server. In AdvancedDisk, NetBackup media servers function as data movers. Storage server: An entity that writes data to and reads data from the disk storage. A storage server is the entity that has a mount on the file system on the storage. In AdvancedDisk, NetBackup media servers function as both storage servers and data movers. Disk volume: A logical unit of disk storage. Disk pool: A collection of disk volumes that are administered as an entity.

8 NearStore storage units This document contains information about how to administer Network Appliance (NetApp) NearStoreTM disk storage units using NetBackup 6.5. This feature is also known as the SnapVault for NetBackup solution. The NearStore disk storage unit features introduced in this version are available on all supported media server platforms. This document contains the following sections: Find general disk storage unit setup information in Chapter 5 in this guide. See the Data ONTAP System Administrator s Guide for more information about anynetapp commands referenced.terms used in this document include:data ONTAP: The NetApp storage operating system provides unified data management for both block and file serving environments. file system export mode: In the file system export mode, backups become user-mountable when exported as CIFS or NFS file systems. This mode is in effect when both the Enable file system export setting and the Enable block 734 Required software, hardware, and licenses sharing setting are enabled. NetApp also refers to this mode as context-aware SIS. The file system export mode adds functionality to the space optimized image mode by enabling a file system export of the backup image. Mount the backup image as a file system, drag-and-drop or copy files to restore location. image mode: This mode is in effect when neither Enable block sharing or Enable file system export are selected in the storage unit dialog box. In the image mode, the disk storage unit acts much like a BasicDisk storage unit in how data is stored. qtree (quota tree): A subdirectory in a NearStore volume that acts as a virtual subvolume with special attributes, primarily quotas and permissions. snapshot: A read-only, point-in-time copy of the entire file volume. A snapshot captures file modifications without duplicating file contents. SnapVault: Allows exports of snapshot copies to another NetApp system, providing an incremental block-level backup solution. space optimized image mode: The space optimized image mode is in effect when the Enable block sharing setting is enabled in the NearStore disk storage unit dialog. This mode makes use of single-instance store (SIS) without the additional requirement of managing snapshots. NetApp also refers to this mode as context independent SIS or advanced single instance store. To use this mode, the nearstore_asis1 license must be turned on for each volume. WAFL (Write Anywhere File Layout): The file system used in all NetApp storage servers. WAFL supports snapshot creation.

Title : Symantec NetBackup 7.0 for UNIX (STS) Version : DEMO

Title : Symantec NetBackup 7.0 for UNIX (STS) Version : DEMO Exam: ST0-91X Title : Symantec NetBackup 7.0 for UNIX (STS) Version : DEMO 1. A company has just expanded the Symantec NetBackup 7.0 environment by adding an additional media server. What is the fastest

More information

VERITAS NETBACKUP 6.0 TECHNICAL OVERVIEW UNABRIDGED VERSION

VERITAS NETBACKUP 6.0 TECHNICAL OVERVIEW UNABRIDGED VERSION WHITE PAPER VERITAS NetBackup 6.0 Technical Overview VERITAS NETBACKUP 6.0 TECHNICAL OVERVIEW UNABRIDGED VERSION (Updated as of NetBackup 6.0 Release, June 2005) 1 TABLE OF CONTENTS VERITAS NetBackup Product

More information

Veritas NetBackup OpenStorage Solutions Guide for Disk

Veritas NetBackup OpenStorage Solutions Guide for Disk Veritas NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 8.0 Veritas NetBackup OpenStorage Solutions Guide for Disk Legal Notice Copyright 2016 Veritas Technologies LLC. All

More information

Data Domain OpenStorage Primer

Data Domain OpenStorage Primer White Paper Data Domain OpenStorage Primer Abstract Data Domain s support for Symantec NetBackup OpenStorage enables the use of disk as disk, eliminating the need to emulate tape drives, tape cartridges,

More information

Data ONTAP 7-Mode Administration Course D7ADM; 5 Days, Instructor-led

Data ONTAP 7-Mode Administration Course D7ADM; 5 Days, Instructor-led Data ONTAP 7-Mode Administration Course D7ADM; 5 Days, Instructor-led Course Description Welcome to the NetApp Data ONTAP 7-Mode Administration course. Data ONTAP 8 is the next generation data storage

More information

Administration of Data Protection Solutions for Windows using NetBackup 6.5

Administration of Data Protection Solutions for Windows using NetBackup 6.5 Administration of Data Protection Solutions for Windows using NetBackup 6.5 Study Guide The following tables list the Symantec Certification exam objectives for the Administration of Data Protection Solutions

More information

Infinite Volumes Management Guide

Infinite Volumes Management Guide ONTAP 9 Infinite Volumes Management Guide September 2016 215-11160_B0 doccomments@netapp.com Visit the new ONTAP 9 Documentation Center: docs.netapp.com/ontap-9/index.jsp Table of Contents 3 Contents

More information

Netapp Exam NS0-510 NCIE-Backup & Recovery Implementation Engineer Exam Version: 7.0 [ Total Questions: 216 ]

Netapp Exam NS0-510 NCIE-Backup & Recovery Implementation Engineer Exam Version: 7.0 [ Total Questions: 216 ] s@lm@n Netapp Exam NS0-510 NCIE-Backup & Recovery Implementation Engineer Exam Version: 7.0 [ Total Questions: 216 ] https://certkill.com Topic break down Topic No. of Questions Topic 1: Volume A 100 Topic

More information

NetBackup 7.6 Replication Director A Hands On Experience

NetBackup 7.6 Replication Director A Hands On Experience NetBackup 7.6 Replication Director A Hands On Experience Description Through this hands on lab you can test drive Replication Director and experience for yourself this easy to use, powerful feature. Once

More information

Veritas Exam VCS-371 Administration of Veritas NetBackup 7.5 for Windows Version: 7.2 [ Total Questions: 207 ]

Veritas Exam VCS-371 Administration of Veritas NetBackup 7.5 for Windows Version: 7.2 [ Total Questions: 207 ] s@lm@n Veritas Exam VCS-371 Administration of Veritas NetBackup 7.5 for Windows Version: 7.2 [ Total Questions: 207 ] Veritas VCS-371 : Practice Test Topic break down Topic No. of Questions Topic 1: Volume

More information

Exam : ST0-47W. Title : Veritas NetBackup 6.5 for Windows (STS) Version : Demo

Exam : ST0-47W. Title : Veritas NetBackup 6.5 for Windows (STS) Version : Demo Exam : ST0-47W Title : Veritas NetBackup 6.5 for Windows (STS) Version : Demo 1. What are three options for locating and viewing Veritas NetBackup 6.5 manuals and other documentation? (Select three.) A.

More information

Data ONTAP 7-Mode Administration (D7ADM)

Data ONTAP 7-Mode Administration (D7ADM) Data ONTAP 7-Mode Administration (D7ADM) COURSE OVERVIEW: Welcome to the NetApp _ Data ONTAP _ 7-Mode Administration course. Data ONTAP 8 is the next generation data storage operating system from NetApp.

More information

VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION DATASHEET. Product Highlights

VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION DATASHEET. Product Highlights VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION As the recognized leader for enterprise-class backup and recovery, VERITAS NetBackup Enterprise Server software is designed to help provide

More information

What's in this guide... 4 Documents related to NetBackup in highly available environments... 5

What's in this guide... 4 Documents related to NetBackup in highly available environments... 5 Contents Chapter 1 About in this guide... 4 What's in this guide... 4 Documents related to NetBackup in highly available environments... 5 Chapter 2 NetBackup protection against single points of failure...

More information

WHITE PAPER: ENTERPRISE SOLUTIONS

WHITE PAPER: ENTERPRISE SOLUTIONS WHITE PAPER: ENTERPRISE SOLUTIONS Integrating Network Appliance Snapshot and SnapRestore with Veritas NetBackup in an Oracle Backup Environment (Now from Symantec ) White Paper: Symantec Enterprise Solutions

More information

Veritas Exam VCS-273 Administration of Veritas NetBackup and NetBackup Appliances Version: 7.0 [ Total Questions: 123 ]

Veritas Exam VCS-273 Administration of Veritas NetBackup and NetBackup Appliances Version: 7.0 [ Total Questions: 123 ] s@lm@n Veritas Exam VCS-273 Administration of Veritas NetBackup 7.6.1 and NetBackup Appliances 2.6.1 Version: 7.0 [ Total Questions: 123 ] Veritas VCS-273 : Practice Test Topic break down Topic Topic 1:

More information

B. create a Storage Lifecycle Policy that contains a duplication to the MSDP pool

B. create a Storage Lifecycle Policy that contains a duplication to the MSDP pool Volume: 158 Questions Question No: 1 How can an administrator copy an existing backup image of clientl.example.com from an Advanced Disk storage unit to a Media Server Deduplication Pool (MSDP)? A. run

More information

BEST PRACTICES GUIDE FOR DATA PROTECTION WITH FILERS RUNNING FCP

BEST PRACTICES GUIDE FOR DATA PROTECTION WITH FILERS RUNNING FCP BEST PRACTICES GUIDE FOR DATA PROTECTION WITH FILERS RUNNING FCP Nick Wilhelm-Olsen, Brett Cooper October 1, 2002 TR3202 TECHNICAL REPORT Network Appliance, a pioneer and industry leader in data storage

More information

Symantec Exam ASC-091 ASC Data Protection 2010 Version: 7.0 [ Total Questions: 129 ]

Symantec Exam ASC-091 ASC Data Protection 2010 Version: 7.0 [ Total Questions: 129 ] s@lm@n Symantec Exam ASC-091 ASC Data Protection 2010 Version: 7.0 [ Total Questions: 129 ] Symantec ASC-091 : Practice Test Question No : 1 An administrator is configuring a tape library for NetBackup

More information

Veritas NetBackup AdvancedDisk Storage Solutions Guide

Veritas NetBackup AdvancedDisk Storage Solutions Guide Veritas NetBackup AdvancedDisk Storage Solutions Guide UNIX, Windows, Linux Release 8.1 Veritas NetBackup AdvancedDisk Storage Solutions Guide Last updated: 2017-09-25 Legal Notice Copyright 2017 Veritas

More information

Monitoring and Reporting for an ONTAP Account

Monitoring and Reporting for an ONTAP Account This chapter contains the following sections: About, page 1 About Disks, page 2 Managing Filers, page 3 Managing Virtual Machines, page 3 Managing Interfaces, page 6 Managing IP Spaces, page 7 Managing

More information

VCS-274. Number: VCS-274 Passing Score: 800 Time Limit: 120 min File Version: VCS-274

VCS-274. Number: VCS-274 Passing Score: 800 Time Limit: 120 min File Version: VCS-274 VCS-274 Number: VCS-274 Passing Score: 800 Time Limit: 120 min File Version: 1.0 VCS-274 Administration of Veritas NetBackup 7.7 Version 1.0 Exam A QUESTION 1 An administrator has an environment that runs

More information

NetBackup Media Server Migration Guide

NetBackup Media Server Migration Guide NetBackup Media Server Migration Guide Source media server: HP-UX or AIX Target media server: NetBackup Appliance, RHEL, SUSE, Solaris (SPARC), Solaris_x86 Supported NetBackup versions: 7.7 to 8.1.1 NetBackup

More information

Arcserve Backup for Windows. Release Summary r16

Arcserve Backup for Windows. Release Summary r16 Arcserve Backup for Windows Release Summary r16 Legal Notice This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Veritas NetBackup Vault Administrator s Guide

Veritas NetBackup Vault Administrator s Guide Veritas NetBackup Vault Administrator s Guide UNIX, Windows, and Linux Release 6.5 12308354 Veritas NetBackup Vault Administrator s Guide Copyright 2001 2007 Symantec Corporation. All rights reserved.

More information

NetBackup & Backup Exec OST Configuration Guide Instructions

NetBackup & Backup Exec OST Configuration Guide Instructions NetBackup & Backup Exec OST Configuration Guide Instructions This document contains the following topics: Introduction 2 Installing the License Key and OST Plug-in 2 Configuring the DXi 6 Configuring Veritas

More information

NetBackup & Backup Exec OST Configuration Guide Instructions

NetBackup & Backup Exec OST Configuration Guide Instructions NetBackup & Backup Exec OST Configuration Guide Instructions This document contains the following topics: Introduction 2 Installing the License Key and OST Plug-in 3 Configuring the DXi 5 Configuring Veritas

More information

Best Practices Guide for Data Protection with NetApp Filers Running iscsi

Best Practices Guide for Data Protection with NetApp Filers Running iscsi Best Practices Guide for Data Protection with NetApp Filers Running iscsi Brett P. Cooper and Nicholas Wilhelm-Olsen, Network Appliance, Inc. April 29, 2003 TR 3250 TECHNICAL REPORT Network Appliance,

More information

Symantec Design of DP Solutions for UNIX using NBU 5.0. Download Full Version :

Symantec Design of DP Solutions for UNIX using NBU 5.0. Download Full Version : Symantec 250-421 Design of DP Solutions for UNIX using NBU 5.0 Download Full Version : http://killexams.com/pass4sure/exam-detail/250-421 B. Applications running on the Windows clients will be suspended

More information

Planning & Executing your Upgrade to NBU Suresh Suseendran, Lead Architect Praveen Vunnava, Lead Architect

Planning & Executing your Upgrade to NBU Suresh Suseendran, Lead Architect Praveen Vunnava, Lead Architect Planning & Executing your Upgrade to NBU 7.6-1729 Suresh Suseendran, Lead Architect Praveen Vunnava, Lead Architect Planning & Executing your Upgrade to NBU 7.6 1 Agenda 1 Top 5 Reasons for Upgrading to

More information

Data Protection Administration for UNIX (NBU 6.5)

Data Protection Administration for UNIX (NBU 6.5) Data Protection Administration for UNIX (NBU 6.5) Version 14.5 Topic 1, Volume A QUESTION NO: 1 Which statement is true about the relationship between a master server and an EMM server? A. An EMM server

More information

Chapter 2 CommVault Data Management Concepts

Chapter 2 CommVault Data Management Concepts Chapter 2 CommVault Data Management Concepts 10 - CommVault Data Management Concepts The Simpana product suite offers a wide range of features and options to provide great flexibility in configuring and

More information

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM Note: Before you use this information

More information

Veritas NetBackup for NDMP Administrator's Guide

Veritas NetBackup for NDMP Administrator's Guide Veritas NetBackup for NDMP Administrator's Guide Windows, UNIX and Linux Release 8.1 Veritas NetBackup for NDMP Administrator's Guide Last updated: 2017-09-25 Legal Notice Copyright 2017 Veritas Technologies

More information

What s New In NetBackup 6.5: The NetBackup Platform: Next Generation Data Protection. Justin Stevens Senior Architect 02/21/2008

What s New In NetBackup 6.5: The NetBackup Platform: Next Generation Data Protection. Justin Stevens Senior Architect 02/21/2008 What s New In NetBackup 6.5: The NetBackup Platform: Next Generation Data Protection Justin Stevens Senior Architect 02/21/2008 Agenda 1 What s New in Netbackup 6.5 2 Flexible Disk 3 PureDisk 4 VMware

More information

Symantec NetBackup Backup Planning and Performance Tuning Guide

Symantec NetBackup Backup Planning and Performance Tuning Guide Symantec NetBackup Backup Planning and Performance Tuning Guide UNIX, Windows, and Linux Release 7.5 and Release 7.6 Contents Section 1 Backup planning and configuration guidelines... 8 Chapter 1 NetBackup

More information

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Veritas NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Last updated: 2018-02-16 Document version:netbackup

More information

Data ONTAP 7-Mode Administration

Data ONTAP 7-Mode Administration Data ONTAP 7-Mode Administration Cursusduur: 5 Dagen Cursuscode: D7ADM Beschrijving: This five-day instructor-led course enables you to perform basic support and administrative functions on a NetApp storage

More information

SAP HANA Backup and Recovery with SnapCenter

SAP HANA Backup and Recovery with SnapCenter Technical Report SAP HANA Backup and Recovery with SnapCenter Nils Bauer, Bernd Herth, NetApp March 2018 TR-4614 Abstract This document describes the installation and configuration of the NetApp backup

More information

NetBackup TM for VMware configuration

NetBackup TM for VMware configuration 289771 NetBackup TM for VMware configuration This document describes how to use NetBackup 6.5 with VMware virtual machines that run on VMware ESX servers. License requirements Features available in NetBackup

More information

Meeting Today s Enterprise Storage Challenges: A Better Backup and Recovery Solution

Meeting Today s Enterprise Storage Challenges: A Better Backup and Recovery Solution Meeting Today s Enterprise Storage Challenges: A Better Backup and Recovery Solution A Better Backup and Recovery Solution Challenges Facing Enterprise Storage Environments Today Technological progress

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Custom Plug-ins March 2018 215-12932_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read the SnapCenter Data Protection

More information

SELECTING AN ORACLE BACKUP SOLUTION PART 3: HOT BACKUPS WITH THE NETBACKUP FOR ORACLE ADVANCED BLI AGENT

SELECTING AN ORACLE BACKUP SOLUTION PART 3: HOT BACKUPS WITH THE NETBACKUP FOR ORACLE ADVANCED BLI AGENT VERITAS Education INSTRUCTOR ARTICLES APRIL 2003 1. Selecting an Oracle Backup Solution Part 3: Hot Backups with the NetBackup for Oracle Advanced BLI Agent 2. Using a Volume Snapshot to Recover a Lost

More information

Questions: 1 What is the name of the Netbackup service running after installation of a Windows client?

Questions: 1 What is the name of the Netbackup service running after installation of a Windows client? Questions: 1 What is the name of the Netbackup service running after installation of a Windows client? A. NetBackup Windows Service B. NetBackup Client Service C. NetBackup Remote Service D. NetBack File

More information

Veritas NetBackup Replication Director Solutions Guide

Veritas NetBackup Replication Director Solutions Guide Veritas NetBackup Replication Director Solutions Guide UNIX, Windows, Linux Release 8.1.1 Veritas NetBackup Replication Director Solutions Guide Last updated: 2018-04-10 Document version:netbackup 8.1.1

More information

VERITAS NetBackup 6.0 Advanced Client

VERITAS NetBackup 6.0 Advanced Client VERITAS NetBackup 6.0 Advanced Client Quick Start Guide for UNIX, Windows, and Linux N15273C September 2005 Disclaimer The information contained in this publication is subject to change without notice.

More information

NetVault Backup Web-based Training Bundle - 2 Student Pack

NetVault Backup Web-based Training Bundle - 2 Student Pack NetVault Backup Web-based Training Bundle - 2 Student Pack Description Get access to both Netvault Backup Implementation & Administration Web-based Training course and Netvault Backup Advanced Administration

More information

Symantec Number: Passing Score: 800 Time Limit: 120 min File Version: 4.0.

Symantec Number: Passing Score: 800 Time Limit: 120 min File Version: 4.0. Symantec 250-272 Number: 250-272 Passing Score: 800 Time Limit: 120 min File Version: 4.0 http://www.gratisexam.com/ Symantec 250-272 Administration of Symantec NetBackup 7.6.1 Version 4.0 Sections 1.

More information

Symantec Netbackup 7.5 for Windows STS

Symantec Netbackup 7.5 for Windows STS Symantec Netbackup 7.5 for Windows STS Number: ST0-172 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Symantec ST0-172 Symantec NetBackup 7.5 for Windows Technical

More information

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM Note: Before you use this

More information

DAR (DIRECT ACCESS RECOVERY) - A LOOK UNDER THE COVERS

DAR (DIRECT ACCESS RECOVERY) - A LOOK UNDER THE COVERS DAR (DIRECT ACCESS RECOVERY) - A LOOK UNDER THE COVERS B. Roth April 22, 2003 VERITAS ARCHITECT NETWORK TABLE OF CONTENTS Summary... 3 An Introduction to NDMP... 3 NDMP History... 3 How NDMP Works... 4

More information

Information Lifecycle Management with Oracle Database 10g Release 2 and NetApp SnapLock

Information Lifecycle Management with Oracle Database 10g Release 2 and NetApp SnapLock Information Lifecycle Management with Oracle Database 10g Release 2 and NetApp SnapLock Regulatory Compliance for Enterprise Data with Oracle Database 10g Release 2 and NetApp SnapLock Arvind Shrisvastava,

More information

NETVAULT BACKUP SYSTEM ADMINISTRATION COMPLETE - INSTRUCTOR LED TRAINING

NETVAULT BACKUP SYSTEM ADMINISTRATION COMPLETE - INSTRUCTOR LED TRAINING NETVAULT BACKUP SYSTEM ADMINISTRATION COMPLETE - INSTRUCTOR LED TRAINING The NetVault Backup System Administration Complete Instructor-led training course is designed to instruct students on the essentials

More information

NS NetworkAppliance. Network Appliance Solution Architect-Backup and Restore (New)

NS NetworkAppliance. Network Appliance Solution Architect-Backup and Restore (New) NetworkAppliance NS0-310 Network Appliance Solution Architect-Backup and Restore (New) Download Full Version : http://killexams.com/pass4sure/exam-detail/ns0-310 QUESTION: 85 A customer wants to use SnapVault

More information

NETAPP - Accelerated NCDA Boot Camp Data ONTAP 7-Mode

NETAPP - Accelerated NCDA Boot Camp Data ONTAP 7-Mode NETAPP - Accelerated NCDA Boot Camp Data ONTAP 7-Mode Duration: 5 Days Course Price: $5,850 Course Description Course Overview This training course is a 5-day boot camp with extended hours. The training

More information

Deep Dive - Veeam Backup & Replication with NetApp Storage Snapshots

Deep Dive - Veeam Backup & Replication with NetApp Storage Snapshots Deep Dive - Veeam Backup & Replication with NetApp Storage Snapshots Luca Dell Oca EMEA Evangelist, Product Strategy Specialist for Veeam Software, VMware vexpert, VCAP-DCD, CISSP Modern Data Protection

More information

Symantec NetBackup Blueprints

Symantec NetBackup Blueprints Blueprint for Replication Director Symantec Backup and Recovery Technical Services 1 Preface/disclaimer Notice This NetBackup Blueprint presentation includes example diagrams that contain objects that

More information

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems April 2017 215-12035_C0 doccomments@netapp.com Table of Contents 3 Contents Before you create ONTAP Cloud systems... 5 Logging in

More information

Using Symantec NetBackup 6.5 with Symantec Security Information Manager 4.7

Using Symantec NetBackup 6.5 with Symantec Security Information Manager 4.7 Using Symantec NetBackup 6.5 with Symantec Security Information Manager 4.7 Using Symantec NetBackup with Symantec Security Information Manager Legal Notice Copyright 2010 Symantec Corporation. All rights

More information

Executive Summary SOLE SOURCE JUSTIFICATION. Microsoft Integration

Executive Summary SOLE SOURCE JUSTIFICATION. Microsoft Integration Executive Summary Commvault Simpana software delivers the unparalleled advantages and benefits of a truly holistic approach to data management. It is one product that contains individually licensable modules

More information

Catalogic DPX 4.4. Using AWS Cloud with DPX

Catalogic DPX 4.4. Using AWS Cloud with DPX Catalogic DPX 4.4 Using AWS Cloud with DPX Using AWS Cloud with DPX 2 2016 Catalog Software, Inc. Using AWS Cloud with DPX Introduction DPX is a Catalogic Data Protection suite which facilitates protection

More information

OnCommand Unified Manager

OnCommand Unified Manager OnCommand Unified Manager Operations Manager Administration Guide For Use with Core Package 5.2.1 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Veritas NetBackup for NDMP Administrator's Guide

Veritas NetBackup for NDMP Administrator's Guide Veritas NetBackup for NDMP Administrator's Guide Windows, UNIX and Linux Release 8.0 Veritas NetBackup for NDMP Administrator's Guide Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved.

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 3.1 and 3.1.1

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 3.1 and 3.1.1 Veritas NetBackup Copilot for Oracle Configuration Guide Release 3.1 and 3.1.1 Veritas NetBackup Copilot for Oracle Configuration Guide Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 2.0 Data Protection Guide For Windows File Systems January 2017 215-11356_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read this information... 5 SnapCenter

More information

version 5.4 Installation Guide

version 5.4 Installation Guide version 5.4 Installation Guide Document Release Date: February 9, 2012 www.phdvirtual.com Legal Notices PHD Virtual Backup for Citrix XenServer Installation Guide Copyright 2010-2012 PHD Virtual Technologies

More information

A Close-up Look at Potential Future Enhancements in Tivoli Storage Manager

A Close-up Look at Potential Future Enhancements in Tivoli Storage Manager A Close-up Look at Potential Future Enhancements in Tivoli Storage Manager Dave Cannon Tivoli Storage Manager Architect Oxford University TSM Symposium September 2005 Disclaimer This presentation describes

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.1 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere September 2018 215-13399_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

EMC VNXe Series. Configuring Hosts to Access NFS File Systems. Version 3.1 P/N REV. 03

EMC VNXe Series. Configuring Hosts to Access NFS File Systems. Version 3.1 P/N REV. 03 EMC VNXe Series Version 3.1 Configuring Hosts to Access NFS File Systems P/N 302-000-190 REV. 03 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes

More information

Optimizing and Managing File Storage in Windows Environments

Optimizing and Managing File Storage in Windows Environments Optimizing and Managing File Storage in Windows Environments A Powerful Solution Based on Microsoft DFS and Virtual File Manager September 2006 TR-3511 Abstract The Microsoft Distributed File System (DFS)

More information

Outline: ONTAP 9 Cluster Administration and Data Protection Bundle (CDOTDP9)

Outline: ONTAP 9 Cluster Administration and Data Protection Bundle (CDOTDP9) Outline: ONTAP 9 Cluster Administration and Data Protection Bundle (CDOTDP9) Cluster Module 1: ONTAP Overview Data Fabric ONTAP software Fabric layers The cluster Nodes High-availability pairs Networks

More information

Administrator s Guide. StorageX 7.6

Administrator s Guide. StorageX 7.6 Administrator s Guide StorageX 7.6 May 2015 Copyright 2015 Data Dynamics, Inc. All Rights Reserved. The trademark Data Dynamics is the property of Data Dynamics, Inc. StorageX is a registered trademark

More information

Deduplication and Incremental Accelleration in Bacula with NetApp Technologies. Peter Buschman EMEA PS Consultant September 25th, 2012

Deduplication and Incremental Accelleration in Bacula with NetApp Technologies. Peter Buschman EMEA PS Consultant September 25th, 2012 Deduplication and Incremental Accelleration in Bacula with NetApp Technologies Peter Buschman EMEA PS Consultant September 25th, 2012 1 NetApp and Bacula Systems Bacula Systems became a NetApp Developer

More information

VCS-276.exam. Number: VCS-276 Passing Score: 800 Time Limit: 120 min File Version: VCS-276

VCS-276.exam. Number: VCS-276 Passing Score: 800 Time Limit: 120 min File Version: VCS-276 VCS-276.exam Number: VCS-276 Passing Score: 800 Time Limit: 120 min File Version: 1.0 VCS-276 Administration of Veritas NetBackup 8.0 Version 1.0 Exam A QUESTION 1 A NetBackup policy is configured to back

More information

Symantec NetBackup Enterprise Server and Server 7.x Hardware Compatibility List

Symantec NetBackup Enterprise Server and Server 7.x Hardware Compatibility List Symantec NetBackup Server and Server 7.x Hardware Compatibility List Created on March 13, 2015 Copyright 2015 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and NetBackup are trademarks

More information

Virtual Storage Console 5.0 for VMware vsphere Performing Basic Tasks

Virtual Storage Console 5.0 for VMware vsphere Performing Basic Tasks IBM System Storage N series Virtual Storage Console 5.0 for VMware vsphere Performing Basic Tasks SC27-6638-00 Table of Contents 3 Contents Preface... 5 Supported features... 5 Websites... 5 Getting information,

More information

Accelerated NCDA Boot Camp Data ONTAP 7-Mode (ANCDABC87)

Accelerated NCDA Boot Camp Data ONTAP 7-Mode (ANCDABC87) Accelerated NCDA Boot Camp Data ONTAP 7-Mode (ANCDABC87) COURSE OVERVIEW: This is a 5-day bootcamp that expands upon what students learned in the D7ADM course in order to prepare for the NCDA 7-mode certification

More information

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.1 Legal Notice Copyright 2015 Symantec Corporation. All rights

More information

EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning

EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning Abstract This white paper describes how to configure the Celerra IP storage system

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.2 Legal Notice Copyright 2016 Veritas Technologies

More information

SnapManager 7.2 for Microsoft Exchange Server Administration Guide

SnapManager 7.2 for Microsoft Exchange Server Administration Guide SnapManager 7.2 for Microsoft Exchange Server Administration Guide June 2017 215-10626_B0 doccomments@netapp.com Table of Contents 3 Contents Product overview... 8 Backing up and verifying your databases...

More information

Backup and Recovery Best Practices

Backup and Recovery Best Practices Backup and Recovery Best Practices Session: 3 Track: ELA Services Skip Farmer Symantec 1 Backup System Infrastructure 2 Isolating Performance Issues 3 Virtual Machine Backups 4 Reporting - Opscenter Analytics

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere March 2018 215-12931_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Technology Insight Series

Technology Insight Series EMC Avamar for NAS - Accelerating NDMP Backup Performance John Webster June, 2011 Technology Insight Series Evaluator Group Copyright 2011 Evaluator Group, Inc. All rights reserved. Page 1 of 7 Introduction/Executive

More information

Real4Test. Real IT Certification Exam Study materials/braindumps

Real4Test.   Real IT Certification Exam Study materials/braindumps Real4Test http://www.real4test.com Real IT Certification Exam Study materials/braindumps Exam : 250-312 Title : Administration of Symantec Backup Exec 12 for Windows Server Vendors : Symantec Version :

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.3

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.3 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.3 Veritas NetBackup Copilot for Oracle Configuration Guide Last updated: 2016-05-04 Document version: 2.7.3 Legal Notice Copyright 2016

More information

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Workflow Guide for 7.2 release July 2018 215-13170_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Exam : Title : Administration of Symantec Backup Exec 12 for Windows Server. Version : Demo

Exam : Title : Administration of Symantec Backup Exec 12 for Windows Server. Version : Demo Exam : 251-312 Title : Administration of Symantec Backup Exec 12 for Windows Server Version : Demo 1. What does the Backup Exec Environment Check utility verify to ensure that the installation process

More information

Overview: Data Protection Symantec Backup Exec 2010 Agents and Options

Overview: Data Protection Symantec Backup Exec 2010 Agents and Options Overview Symantec Backup Exec 2010 Agents and Options enhance and extend platform and feature support for Backup Exec environments. Whether you need to protect critical applications, databases, or heterogeneous

More information

Symantec NetBackup Replication Director Solutions Guide

Symantec NetBackup Replication Director Solutions Guide Symantec NetBackup Replication Director Solutions Guide UNIX, Windows, Linux Release 7.6 Symantec NetBackup Replication Director Solutions Guide The software described in this book is furnished under a

More information

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Veritas NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 8.0 Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Last updated: 2016-11-07 Legal Notice

More information

Protecting Microsoft SharePoint

Protecting Microsoft SharePoint TECHNICAL WHITE PAPER: BACKUP EXEC TM 2014 PROTECTING MICROSOFT SHAREPOINT Backup Exec TM 2014 Technical White Paper Protecting Microsoft SharePoint Technical White Papers are designed to introduce Symantec

More information

Administrator s Guide. StorageX 7.8

Administrator s Guide. StorageX 7.8 Administrator s Guide StorageX 7.8 August 2016 Copyright 2016 Data Dynamics, Inc. All Rights Reserved. The trademark Data Dynamics is the property of Data Dynamics, Inc. StorageX is a registered trademark

More information

Designing Data Protection Strategies for Oracle Databases

Designing Data Protection Strategies for Oracle Databases WHITE PAPER Designing Data Protection Strategies for Oracle Databases VERITAS Backup Exec 9.1 for Windows Servers Agent for Oracle 11/20/2003 1 TABLE OF CONTENTS Introduction...3 Oracle Backup Basics...3

More information

Dell EMC Isilon with Cohesity DataProtect

Dell EMC Isilon with Cohesity DataProtect Dell EMC Isilon with Cohesity DataProtect Abstract This guide outlines the Cohesity DataProtect deployment guide for Dell EMC Isilon Data Protection. Table of Contents About This Guide...2 Intended Audience...2

More information

IBM N Series. Store the maximum amount of data for the lowest possible cost. Matthias Rettl Systems Engineer NetApp Austria GmbH IBM Corporation

IBM N Series. Store the maximum amount of data for the lowest possible cost. Matthias Rettl Systems Engineer NetApp Austria GmbH IBM Corporation IBM N Series Store the maximum amount of data for the lowest possible cost Matthias Rettl Systems Engineer NetApp Austria GmbH. Agenda Challenges and Concerns Increasing Efficiency - How We Do It The Net

More information

SAP HANA Disaster Recovery with Asynchronous Storage Replication

SAP HANA Disaster Recovery with Asynchronous Storage Replication Technical Report SAP HANA Disaster Recovery with Asynchronous Storage Replication Using SnapCenter 4.0 SAP HANA Plug-In Nils Bauer, Bernd Herth, NetApp April 2018 TR-4646 Abstract This document provides

More information

Chapter 11: File System Implementation

Chapter 11: File System Implementation Chapter 11: File System Implementation Chapter 11: File System Implementation File-System Structure File-System Implementation Directory Implementation Allocation Methods Free-Space Management Efficiency

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

Trading Capacity for Data Protection

Trading Capacity for Data Protection Trading Capacity for Data Protection A Guide to Capacity Overhead on the StoreVault S500 How capacity is calculated What to expect Benefits of redundancy Introduction Drive-Level Capacity Losses Bytes

More information