NBU 7.6 Best Practices: Protecting Databases and Applications Praveen Vunnava, Sr. Lead Architect Claudia Rudolph, Technical Product Manager

Size: px
Start display at page:

Download "NBU 7.6 Best Practices: Protecting Databases and Applications - 1727 Praveen Vunnava, Sr. Lead Architect Claudia Rudolph, Technical Product Manager"

Transcription

1 NBU 7.6 Best Practices: Protecting Databases and Applications Praveen Vunnava, Sr. Lead Architect Claudia Rudolph, Technical Product Manager 1

2 Agenda 1 Large Database Application Backup Challenges 2 Best Practices - Oracle 3 Best Practices - Microsoft SQL 4 Best Practices - Microsoft Exchange Best Practices - DB2 Best Practices SAP HANA General DB Protection Best Practices 2

3 Large Database Application Backup Challenges Protecting mission critical data Unexpected data growth Database/Application Availability Large Amounts of data Slow Recovery Time (RTO) Tighter Recovery Points (RPO) Recovery needs to be quicker Backups need to happen more frequently Data Loss Downtime Tight Backup Window Backup can t complete in the allotted time Data has outgrown the backup window Disaster Recovery is Difficult Trucking Tapes Has Risk and High Operational Cost Array Based Replication Increases Storage Cost and is the most Expensive Application Replication is incomplete and hard to manage with lots of apps 3

4 Application Protection with NetBackup Application integration reduces storage costs, simplifies management, and speeds recovery. Application Protection managed by NetBackup can be streamed over LAN or SAN directly to multiple secondary storage targets (Tape, Disk, Dedup Disk, etc) Application Integration API Application Protection Policies Backup Transport Local Snapshot Network SAN Instant Recovery Off Host Storage Target Less primary storage used -- eliminates the dump to disk. (Of course dump to disk is still available via standard file system backup, but it is not a best practice.) Leverages vendor capabilities by integration with the vendors API s, directly in NetBackup Application Protection Policies. Granular recovery enables recovery of individual mailboxes, documents, files, etc. with a single backup. Various transport options - can leverage the Network or SAN to better match cost with performance requirements. Various storage options - better match costs with performance requirements. 4

5 Database Protection: Best Practices Oracle 5

6 Best Practices: Oracle Backup & Recovery Strategy # 1 Stream based backup (Based on NBU for Oracle Agent and RMAN) Traditional RMAN backups using NBU Oracle agent. RMAN is the data mover. Provides granular recovery (table space, data files, point-in-time). Increase number of channels within the RMAN script for faster backup & restore performance. Modify _BACKUP_FILE_BUFCNT, _BACKUP_FILE_BUFSZ, maxopenfiles for better backup & restore performance. Refer to Oracle Support Note for more details on RMAN Performance Tuning using buffer/memory parameters. Utilize filesperset (FPS) = 1 in RMAN script for good deduplication rates Note: For Oracle 11g R2 and ASM databases, all these buffers are automatically tuned for optimal performance. 6

7 Best Practices: Oracle Backup & Recovery Strategy # 2 File Based Backup (Based on NBU for Oracle Agent and RMAN PROXY with NBU Snapshot Client) RMAN Proxy Copy gathers a list of all of the Oracle data that needs a backup and passes it to NBU, which in turn creates a snapshot (using the specified snapshot method) and backs up the snapshot. Provides only full backups unless BLI (BLOCK LEVEL INCREMENTAL) is selected. Enables off-host backup depending on the type of snapshot. Instant Recovery from snapshots for quick rollback. Leverage NB_ORA_PC_STREAMS with in the RMAN script to generate concurrent backup jobs for better backup & restore performance. Not supported for Oracle databases leveraging ASM. (RMAN Proxy Copy does not support ASM.) Note: Leverage this strategy for databases which require faster RTO. NBU 7.6 Oracle Intelligent Policy automates script creation. 7

8 Off-host Backup with Snapshots Database Database Database 26 3 Database 1 RMAN proxy backup initiated 10 2 DB into hot backup mode NetBackup Client NetBackup Client 1 NetBackup Client NetBackup Client 3 RMAN provides a list of DB objects NBU Server Media 9 4 Fibre Channel S A N 4 5 Snapshot initiated Snapshot created 6 DB out of hot backup mode 7 Snapshot mounted to Media Server 5 Primary Storage Perform off-host backup 9 NBU Catalog updated 10 RMAN catalog updated 8

9 Best Practices: Oracle Backup & Recovery Strategy # 3 File Based Backup (Based on NBU for Oracle Agent and RMAN PROXY with no snapshots) RMAN Proxy Copy gathers a list of all the Oracle data that needs a backup and passes it to NBU to be backed up. Only Full backups are available with this strategy. Control file will be backed up using traditional RMAN stream-based method. Leverage NB_ORA_PC_STREAMS variable to generate more streams resulting in better overall backup & restore performance. Provides best backup performance and de-duplication rates. Provides granular recovery. Not available for Oracle databases leveraging ASM. (RMAN Proxy Copy does not support ASM.) Note: Oracle Intelligent Policy with NBU 7.6 leverages this method by default, if the Oracle database is not utilizing ASM and dedup storage is selected. 9

10 Best Practices: Oracle Backup & Recovery Best Practices Utilize Advanced Disk as the initial backup destination for faster backups & restores. Leverage SLPs to duplicate the backup to a deduplication pool. Implement Advanced disk on the media server or NBU 5230 appliance for faster backup/restore performance on the initial backup (copy 1). Backup performance: ~ MB/sec (with NBU SAN Client, Fibre Transport (FT) connection between the Oracle Server and the NBU 5230 appliance) Restore performance: ~ MB/sec (with FT connection between the Oracle server and NBU 5230 appliance) Note: Please remember that you would still need to leverage FPS setting to get good dedup rates if your final destination is a deduplication storage pool. 10

11 Best Practices: Oracle Guided Application Recovery/ Cloning NBU OpsCenter provides Guided Application Recovery, including Cloning for Oracle database applications. Free. Part of OpsCenter which is available at no charge. Self-service. You can give this to the Oracle DBA, who can then do recovery and cloning as needed. Role-based privileges can be configured with in OpsCenter, to provide the Oracle DBA with View level access for Oracle servers only. Requires collection of Oracle metadata during database backups. NB_ORA_METADATA = YES ( can be part of either RMAN script) OR: ORACLE_METADATA in bp.conf file as well Provides automated restore of Oracle database including recovery by leveraging run time environment as defined in OpsCenter. Enables Oracle database cloning to the same server with different name OR to a different server, different DBID and different instance ID utilizing existing backups. 11

12 Database Protection: Best Practices Oracle Intelligent Policy 12

13 Oracle Intelligent Policy Simplify policy management and administration: Supports all three strategies discussed above. Automatically discover Oracle instances. RMAN scripts are automatically generated at run time. Allow users to create a single policy to protect multiple Oracle instances across both Windows and Unix clients. Create a better policy paradigm that better matches applications being protected. Reduce confusion around schedule types and retentions by removing the need for application backup schedules. Backup schedule type corresponds to the backup being performed. (A Full is a Full and an Incremental is an Incremental.) Create archive redo log schedules that allow scheduling granularity in minutes. 13

14 Oracle Intelligent Policy Backup Selection Types Whole database Backs up the entire database, including the database control file. Includes a separate control file backup. Tables spaces Backs up individual table spaces. Includes a separate control file backup. Data files Backs up specific data file paths. Includes a separate control file backup. Flash Recovery Area (FRA) Creates an RMAN copy of the FRA in NBU. Does not include a separate backup of the control file. 14

15 Oracle Intelligent Policy RMAN Parameters 15

16 Oracle Intelligent Policy Instance Group Allows you to create Instance Groups for Oracle instances which have similar backup & recovery requirements. Credentials can be applied to all instances in the Group. 16

17 Database Protection: Best Practices Microsoft SQL 17

18 Best Practices: Microsoft SQL Server Backup & Recovery Strategy # 1 Stream based backup (Based on NBU for MS SQL Agent) Standard backups are stream-based, which means that SQL Server provides data to NetBackup buffer-by-buffer that constitutes a backup stream Traditional MS SQL database backups supporting full backups, differential backups (database differentials, filegroup differentials), and transaction log backups Provides granular recovery Supports all recovery models: Full Simple Bulk logged 18

19 Best Practices: Microsoft SQL Server Backup & Recovery Strategy # 2 File based backup (Based on NBU for MS SQL Agent and NBU Snapshot Client) NetBackup determines the file list that constitutes the SQL Server object and backs it up asynchronously with respect to SQL Server On the other hand, standard backups are stream-based, which means that SQL Server provides data to NetBackup buffer-by-buffer that constitutes a backup stream. The key role of SQL Server in file-based backups is to provide the mechanism to freeze database activity. NetBackup can then invoke a so-called snapshot provider that creates volume snapshots of the files. Utilizes SQL Server VDI (virtual device interface) to affect a momentary freeze on database activity while a snapshot is created Does not support database differential backups, file group differentials and transaction log backups with Snapshot technology. Leverage traditional stream based backups for differential and transaction log backups Provides Instant Recovery from snapshots for quick rollback Enables Off-host backup depending on type of snapshot 19

20 Best Practices: Microsoft SQL Server Optimizing Performance Perform SQL server database backups to a NULL disk device to get statistics on maximum achievable backup speed in your environment. STRIPES This parameter determines the number of simultaneous backup streams per single backup operation. Utilize multiple stripes for faster backups. Be cautious while going above 8 for STRIPES parameter. BLOCKSIZE Leverage the BLOCKSIZE parameter while performing SQL database backups. By default, SQL utilizes 512 bytes as BLOCKSIZE while writing backups to disk. It is recommended to leverage the same for BLOCKSIZE while performing backups to a de-duplication pool. BUFFERCOUNT defines number of I/O buffers leveraged for a backup process. Utilize 2 buffers per stripe for faster backup. MAXTRANSFERSIZE Leverage this parameter for faster backups. Be careful; make sure you have enough memory while defining both BUFFERCOUNT and MASTRANSFERSIZE. Otherwise, the backups could result in error 11 s and 13 s. BATCHSIZE Utilize this parameter to protect multiple databases in parallel 20

21 Best Practices: Microsoft SQL Server Optimizing Performance Following parameters can be set in the NetBackup client properties dialog box Backup block size (bytes) Size of read into buffer Keyword - BLOCKSIZE Maximum transfer size (bytes) Size of buffer Keyword MAXTRANSFERSIZE Client buffers per DBMS stripe Used for managing transfer speed Refer to this article for more information: 21

22 Best Practices: Microsoft SQL Server Deduplication Best Practices Defragmentation of the SQL databases will also impact the deduplication rates. With SQL databases, the more frequently defragmentation is performed, lower the deduplication rates. Instead of performing defragmentation regularly, only perform when certain thresholds are reached. Recommended to back up transaction logs to an Advanced Disk storage unit (copy #1) for faster backups and restores without having to rehydrate the data from a deduplication storage. Configure the Advanced Disk storage unit on the NBU 5230 appliance and leverage SLPs to duplicate the logs to deduplication storage for longer retention. Ensure COMPRESSION is set to 1 and MATCH_PDRO = 0 in pd.conf file on the media server or NBU 5230 appliance for better deduplication rates. 22

23 Best Practices: Microsoft SQL Server General Best Practices Multiple stripe backups to multiplexing tape drive is not recommended In a VMware environment, the NetBackup client software must be installed on the virtual machines that have SQL Server running NetBackup uses the NetBackup Client Service and the NetBackup Legacy Network Service to access the SQL Server when it performs backups and restores. The logon account NetBackup uses for these services must have the fixed server role "sysadmin." Both services must use the same logon account. Choose a logon account for the NetBackup services as follows: For SQL Server 2008 and earlier, the sysadmin role is automatically applied to the NT AUTHORITY\SYSTEM and BUILTIN\Administrators groups. You can use Local System for the logon accounts for the NetBackup services. For SQL Server 2012, you must first apply the sysadmin role manually to the NT AUTHORITY\SYSTEM or the BUILTIN\Administrators group. Then you can use Local System for the logon accounts for the NetBackup services. Refer to this technote to configure the NetBackup services for SQL Server backups and restores: 23

24 Best Practices: Microsoft SQL Server MS SQL Database restores Redirecting a SQL database to a different location on a different host: Step-by-step procedure for using NetBackup to restore a Microsoft SQL Full Backup using a MOVE script: Performing SQL Server page-level restores: Restoring a SQL transaction log image without staging a full recovery: A comprehensive list of solutions for the most common NetBackup for Microsoft SQL Server database agent backup and restore issues: Preparing for disaster recovery of SQL Server: 24

25 Database Protection: Best Practices Microsoft Exchange 25

26 Best Practices : Microsoft Exchange Backup & Recovery Strategy # 1 Stream based backup (Based on NBU for Exchange Agent) Exchange database backups supporting full backups, incremental backups, copy-only backups, and transaction log backups. Provides Granular Restore Technology (GRT). Protects Exchange data at both database and mailbox level. Enhanced Support for VMware backups along with Accelerator that protect Exchange within a virtual machine. Granular Recovery is automatically provided for any VMware backups that protect Exchange. 26

27 Best Practices : Microsoft Exchange Backup & Recovery Strategy # 2 File based backup (Based on NBU for Exchange Agent and NBU Snapshot Client) Snapshot backups are only supported for full Information Store or storage groups. Snapshot backups are not supported for individual mailboxes or public folders but can perform Granular Recovery from snapshot backups of the databases. Instant Recovery from snapshots for quick rollback. Backups are supported on a passive VSS database copy of an Exchange 2007 LCR/CCR configuration, avoiding i/o impact on active node. Best deduplication rates with snapshot based backups. 27

28 NetBackup for Microsoft Exchange Protecting Exchange in VMware Network Virtual Machines 1 2 Virtual Host NetBackup Install the NetBackup 7.6 client software on the virtual machine. 2. Install the Symantec VSS Provider on the virtual machine. 3. Configure the client and the server privileges for GRT. 4. Configure a VMware policy that has the applicable attributes selected 28

29 Microsoft Exchange Supported Exchange versions, backup and restore types Exchange Version Backup type Restore Type 2007 Snapshot Streaming Individual mailboxes and public folders (MAPI) LCR and CCR Full database restore Full database restore to a Recovery Storage Group (RSG) Individual mailbox item restore from MAPI/GRT protected backups 2010 and 2013 Snapshot (Using VSS only) For a Database Availability Group (DAG), NetBackup supports backups of the active and the passive database copies of a (DAG). Full database restore Full database restore to a Recovery database (RDB) Individual mailbox item restore *NetBackup does not support granular recovery of Exchange 2013 objects. Support for this is planned for a future release of the product. 29

30 Best Practices: Microsoft Exchange For faster GRT, implement Storage Lifecycle policies (SLP) to backup Exchange databases to disk based storage unit and duplicate to tape or dedup disk. Leverage SYMC VSS provider for Exchange databases running in VMware environment. Avoid making the Exchange server a domain controller. Place transaction logs on disk which is separate from the database. Back up all the Host Server(s) for Exchange. For Exchange 2010/2013, use a Database Availability Group with at least one passive database copy for each database. 30

31 Best Practices: Microsoft Exchange Leverage multi-streaming for faster backups and restores. Leverage bpduplicate bc_only to catalog any backup to disk for mailbox level restore (GRT) For better deduplication rates, make sure compression and encryption are not enabled on the Exchange servers. Best Practices for configuring NetBackup for Exchange over a backup network: When upgrading to NetBackup 7.6 (NetBackup for Exchange), configure the logon account for the NetBackup Client Service: 31

32 Microsoft Exchange Requirements for GRT (Granular Recovery) On all Exchange granular clients, verify that the client has an available drive letter on which to mount the backup image. Enable or configure NFS for your environment as per Technote Configure the NetBackup Client Service. Create an Exchange mailbox to associate with a domain account that is used for NetBackup change operations. For more information, refer to 32

33 Best Practices: Microsoft Exchange Restoring Exchange data from a VMware backup Note that you cannot browse or recover granular items (GRT) from GPT disks (GUID partition table). For restores of a cluster (including CCR and DAG), select the virtual Exchange server name for the source client, and initiate the restore from the master or media server. Following disk/volume types are not supported for recovery inside the guest: Dynamic disk set ReFS Independent disks In some cases (like backing up DAG)the Primary VM identifier in the VMware policy does not match the NetBackup client name that is configured for the VMware host. In this case, you must configure the client to perform a redirected restore. For more information on this, review the article: 33

34 Database Protection: Best Practices DB2 34

35 Best Practices: DB2 Backup & Recovery Strategy # 1 Stream based backup (Based on NBU for DB2 Agent) Traditional DB2 database backups supporting full backups, incremental backups and transaction log backups Utilize BUFFERS, BUFFER size, SESSIONS & PARALLELISM parameters to improve backup & restore performance: SESSIONS parameter allows NetBackup to generate multiple jobs during backup & restore. BUFFER number (number of buffers allocated during backup & restore) Should always be twice the number of sessions. BUFFER size (size of the buffer allocated during backup & restore) Should always be a multiple of the extent size of the tablespaces. PARALLELISM defines the number of tablespaces that can be read within a single backup job. UTIL_HEAP_SZ - A DB2 parameter that can be modified for better performance. Most of the above parameters are auto tuned with DB2 9.7 & above 35

36 Best Practices: DB2 Backup & Recovery Strategy # 2 File based backup (Based on NBU for DB2 Agent and NBU Snapshot Client with DB2 proxy) The process: 1. bpdb2proxy (script-builder) enumerates the database and calls commands to quiesce the database. 2. NBU Snapshot Client creates the snapshot. 3. bpdb2proxy, calls commands to unquiesce the database and starts file based backup of the database. Provides Instant Recovery from snapshots via quick rollback. DB2 proxy method only supports database backup. Does not support individual tablespace backups, container file backups and transaction log backups both using VENDOR method or USEREXIT method. Best deduplication rates with proxy based backups of DB2 database 36

37 Best Practices: DB2 Deduplication Best Practices Leverage DB2 s new parameter DEDUP_DEVICE which allows for the DB2 backup command to identify that the data is being sent to a de-dup device, hence resulting in better de-dup rates. This requires DB2 database version to be at least 9.5 Fix Pack 8 and above. Do not utilize COMPRESS parameter with db2 database backup script, for better deduplication rates. Database fragmentation could negatively impact the deduplication rates. It is highly recommended to verify the DB2 database is defragmented. 37

38 Database Protection: Best Practices SAP HANA 38

39 SAP HANA Backup & Recovery Stream based backup (Based on the NBU for SAP HANA Agent) Leverages the SAP backint (hdbbackint) API to enable SAP database backups and restores. Supports only full backups. Supports both disk and tape. Backups/Restores can only be initiated via SAP HANA Studio Console. No NBU GUI support yet (planned for future). Backups can be scheduled in NBU by creating & using a pre-script within the NBU policy. Please see the following tech-note for details: Provides point in time recovery but only full database recovery. SAP HANA limits backups & restores to a single pipe (single stream/job) per SAP HANA service/server running on a specific SAP HANA node. Four SAP HANA services are typically running on a specific SAP HANA node, (Index server, Name server, Statistics server, and XS Engine). Alternate client restore is not supported using backint interface. 39

40 SAP HANA Backup & Recovery Best Practices Leverage disk on the media server for log backups To utilize different policies for data and log backups: Utilize data_backup_parameter_file parameter in global.ini file to define a separate.utl file for data backups using a different policy Utilize log_backup_parameter_file parameter in global.ini file to define a separate.utl file for data backups using a different policy SAP HANA s SYSTEM_COPY method should be leveraged for alternate client restore. NBU for SAP HANA White Paper ( ) NBU for SAP HANA hdbbackint configuration (How To) 40

41 General Database Protection Best Practices 41

42 General Database Protection Best Practices Leverage NBU database agent where available for better backup & recovery performance, as well as deduplication. Data Classification to clearly identify structured data and unstructured data. Clearly identify the backup and restore SLA s for all data types so that appropriate tuning parameters can be utilized as part of the design / implementation of the solution (SAN Client vs. Snapshot Client, etc.) If using deduplication storage for backend, leverage like de-duplication pools for like data (instead of leveraging the same pool for all data types). For example, Oracle data would not deduplicate well against traditional file system data or Exchange data, etc. Utilize Storage Lifecycle policies to protect transaction log backups to Advanced Disk for the initial backup (copy 1) for faster backups & restores, then duplicate to deduplication disk/tape for long term retention. Do not compress data before sending to deduplication pool. Do not encrypt before sending to deduplication pool 42

43 Thank you! YOUR FEEDBACK IS VALUABLE TO US! Please take a few minutes to fill out the short session survey available on the mobile app the survey will be available shortly after the session ends. Watch for and complete the more extensive post-event survey that will arrive via a few days after the conference. To download the app, go to or search for Vision 2014 in the itunes or Android stores. 43

44 Thank you! Praveen Vunnava, Claudia Rudolph, Copyright 2014 Symantec Corporation. All rights reserved. Symantec and the Symantec Logo are trademarks or registered trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners. This document is provided for informational purposes only and is not intended as advertising. All warranties relating to the information in this document, either express or implied, are disclaimed to the maximum extent allowed by law. The information in this document is subject to change without notice. 44

Symantec NetBackup Blueprints

Symantec NetBackup Blueprints Symantec NetBackup Blueprints Blueprint for Microsoft Exchange Symantec Backup and Recovery Technical Services Symantec NetBackup Blueprints 1 Symantec NetBackup Blueprints Preface/disclaimer Notice This

More information

Symantec NetBackup for Microsoft Exchange Server Administrator s Guide

Symantec NetBackup for Microsoft Exchange Server Administrator s Guide Symantec NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 7.6 Symantec NetBackup for Microsoft Exchange Server Administrator's Guide The software described in this book

More information

Symantec NetBackup 7 Clients and Agents

Symantec NetBackup 7 Clients and Agents Complete protection for your information-driven enterprise Overview Symantec NetBackup provides a simple yet comprehensive selection of innovative clients and agents to optimize the performance and efficiency

More information

Symantec NetBackup for Microsoft SQL Server Administrator's Guide

Symantec NetBackup for Microsoft SQL Server Administrator's Guide Symantec NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 7.7.1 Documentation version: 7.7.1 Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec,

More information

Turbo Charge Your Data Protection Strategy

Turbo Charge Your Data Protection Strategy Turbo Charge Your Data Protection Strategy Data protection for the hybrid cloud 1 WAVES OF CHANGE! Data GROWTH User EXPECTATIONS Do It YOURSELF Can t Keep Up Reliability and Visibility New Choices and

More information

Protecting the Microsoft Data Center with NetBackup 7.6

Protecting the Microsoft Data Center with NetBackup 7.6 Protecting the Microsoft Data Center with NetBackup 7.6 Amit Sinha NetBackup Product Management 1 Major Components of a Microsoft Data Center Software Hardware Servers Disk Tape Networking Server OS Applications

More information

Symantec NetBackup 7.1 What s New and Version Comparison Matrix

Symantec NetBackup 7.1 What s New and Version Comparison Matrix Symantec 7.1 What s New and Version Comparison Matrix Symantec 7 allows customers to standardize backup and recovery operations across physical and virtual environments with fewer resources and less risk

More information

NetBackup for VMware Data Recovery Services to End the Dark Ages of Virtualization

NetBackup for VMware Data Recovery Services to End the Dark Ages of Virtualization NetBackup for VMware Data Recovery Services to End the Dark Ages of Virtualization VADP vstorage APIs for Data Protection Centralized Efficient Off-host LAN free Challenges Dynamic Environment Performance

More information

Symantec NetBackup for Microsoft Exchange Server Administrator s Guide

Symantec NetBackup for Microsoft Exchange Server Administrator s Guide Symantec NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 7.5 Symantec NetBackup for Microsoft Exchange Server Administrator s Guide The software described in this book

More information

Symantec NetBackup for Microsoft Exchange Server Administrator s Guide

Symantec NetBackup for Microsoft Exchange Server Administrator s Guide Symantec NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 7.5 Symantec NetBackup for Microsoft Exchange Server Administrator s Guide The software described in this book

More information

VERITAS NetBackup 6.0 Database and Application Protection

VERITAS NetBackup 6.0 Database and Application Protection VERITAS NetBackup 6.0 Database and Application Protection INNOVATIVE DATA PROTECTION When it comes to database and application recovery, VERITAS Software has a clear goal in mind simplify the complexity

More information

Symantec NetBackup Blueprints

Symantec NetBackup Blueprints Symantec NetBackup Blueprints Blueprint for Microsoft Hyper-V Symantec Backup and Recovery Technical Services Symantec NetBackup Blueprints 1 Symantec NetBackup Blueprints Preface/disclaimer Notice This

More information

Veritas NetBackup 6.0 Database and Application Protection

Veritas NetBackup 6.0 Database and Application Protection Veritas NetBackup 6.0 Database and Application Protection Innovative data protection When it comes to database and application recovery, Symantec has a clear goal in mind simplify the complexity of database

More information

Symantec NetBackup 7.5 Clients and Agents

Symantec NetBackup 7.5 Clients and Agents Complete protection for your information-driven enterprise Data Sheet: Data Protection Overviewview Symantec NetBackup provides a simple yet comprehensive selection of innovative clients and agents to

More information

Платформа NetBackup 7.6. What's new in NetBackup 7.6? 1

Платформа NetBackup 7.6. What's new in NetBackup 7.6? 1 Платформа NetBackup 7.6 What's new in NetBackup 7.6? 1 Building the NetBackup Platform 3 Key Investment Areas 1. Optimize for Source Workloads Physical Virtual Arrays Big Data Accelerator V-Ray Replication

More information

Symantec NetBackup OpenStorage Solutions Guide for Disk

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

More information

Integrating Network Appliance Snapshot and SnapRestore with VERITAS NetBackup in an Oracle Backup Environment

Integrating Network Appliance Snapshot and SnapRestore with VERITAS NetBackup in an Oracle Backup Environment Integrating Network Appliance Snapshot and SnapRestore with VERITAS NetBackup in an Oracle Backup Environment Network Appliance Inc. and VERITAS Bill May and Don Peterson April 2005 TR 3394 TECHNICAL REPORT

More information

Symantec NetBackup deduplication general deployment guidelines

Symantec NetBackup deduplication general deployment guidelines TECHNICAL BRIEF: SYMANTEC NETBACKUP DEDUPLICATION GENERAL......... DEPLOYMENT............. GUIDELINES.................. Symantec NetBackup deduplication general deployment guidelines Who should read this

More information

Symantec NetBackup Blueprints

Symantec NetBackup Blueprints Symantec NetBackup Blueprints Blueprint for SharePoint Server Symantec Backup and Recovery Technical Services Symantec NetBackup Blueprints 1 Symantec NetBackup Blueprints Preface/disclaimer Notice This

More information

NetBackup 7.6 Best Practices: Protecting Virtual Environments Suwat Saelim

NetBackup 7.6 Best Practices: Protecting Virtual Environments Suwat Saelim NetBackup 7.6 Best Practices: Protecting Virtual Environments Suwat Saelim Sr. Technical Consultant Virtualization Environments 2 General Concepts for Better Virtualization Backups Understand virtualization

More information

Dell PowerVault DL2200 & BE 2010 Power Suite. Owen Que. Channel Systems Consultant Dell

Dell PowerVault DL2200 & BE 2010 Power Suite. Owen Que. Channel Systems Consultant Dell Dell PowerVault DL2200 & BE 2010 Power Suite Owen Que Channel Systems Consultant Dell Dell PowerVault DL2200 powered by Symantec Backup Exec 2010 1 Replace Tape with Deduplication Customer Storage Challenge

More information

VMware vsphere Data Protection 6.0

VMware vsphere Data Protection 6.0 VMware vsphere Data Protection 6.0 TECHNICAL OVERVIEW REVISED FEBRUARY 2015 Table of Contents Introduction.... 3 Architectural Overview... 4 Deployment and Configuration.... 5 Backup.... 6 Application

More information

VMware vsphere Data Protection 6.1

VMware vsphere Data Protection 6.1 VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data

More information

Symantec NetBackup for Microsoft SQL Server Administrator's Guide

Symantec NetBackup for Microsoft SQL Server Administrator's Guide Symantec NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 7.6 Symantec NetBackup NetBackup for Microsoft SQL Server Administrator's Guide The software described in this book

More information

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide for Windows Release 7.6 Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide The software described in this

More information

Symantec NetBackup for Microsoft SQL Server Administrator's Guide

Symantec NetBackup for Microsoft SQL Server Administrator's Guide Symantec NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 7.6 Symantec NetBackup NetBackup for Microsoft SQL Server Administrator's Guide The software described in this book

More information

Best-practice Backup Scenarios from Symantec and Fujitsu

Best-practice Backup Scenarios from Symantec and Fujitsu Best-practice Backup Scenarios from Symantec and Fujitsu John Hilger (Symantec) René Köhnen-Wiesemes (Fujitsu) 0 2014 Fujitsu Technology Solutions Who we are John Hilger Sr. Principal Systems Engineer

More information

Symantec NetBackup for Oracle Administrator's Guide

Symantec NetBackup for Oracle Administrator's Guide Symantec NetBackup for Oracle Administrator's Guide UNIX, Windows, and Linux Release 7.6 Symantec NetBackup for Oracle Administrator's Guide The software described in this book is furnished under a license

More information

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Additional Features and Benefits of

More information

Access to easy-to-use tools that reduce management time with Arcserve Backup

Access to easy-to-use tools that reduce management time with Arcserve Backup Access to easy-to-use tools that reduce management time with Arcserve Backup In business, evolution is constant. Staff grows. New offices spring up. New applications are being implemented, and typically,

More information

Name Description Included in

Name Description Included in 1 s and s Table s and s Table Agents s Backup Exec agents and options enhance and extend platform and feature support for Backup Exec environments. Whether you need to protect critical Microsoft applications

More information

Tivoli Flashcopy Manager Update and Demonstration

Tivoli Flashcopy Manager Update and Demonstration Tivoli Flashcopy Manager Update and Demonstration Dave Canan IBM March 2 nd, 2011 Session:9092 Topics Tivoli Flashcopy Manager Functionality Flashcopy Manager Backup and Restore Configuration Details Flashcopy

More information

Vodacom Managed Hosted Backups

Vodacom Managed Hosted Backups Vodacom Managed Hosted Backups Robust Data Protection for your Business Critical Data Enterprise class Backup and Recovery and Data Management on Diverse Platforms Vodacom s Managed Hosted Backup offers

More information

Symantec NetBackup for Microsoft SQL Server Administrator's Guide

Symantec NetBackup for Microsoft SQL Server Administrator's Guide Symantec NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 7.1 Symantec NetBackup NetBackup for Microsoft SQL Server Administrator's Guide The software described in this book

More information

Backup Exec 15: Protecting Microsoft Exchange

Backup Exec 15: Protecting Microsoft Exchange TECHNICAL BRIEF: BACKUP EXEC 15: PROTECTING MICROSOFT EXCHANGE........................................ Backup Exec 15: Protecting Microsoft Exchange Who should read this paper Technical White Papers are

More information

WHITE PAPER: DATA PROTECTION. Veritas NetBackup for Microsoft Exchange Server Solution Guide. Bill Roth January 2008

WHITE PAPER: DATA PROTECTION. Veritas NetBackup for Microsoft Exchange Server Solution Guide. Bill Roth January 2008 WHITE PAPER: DATA PROTECTION Veritas NetBackup for Microsoft Exchange Server Solution Guide Bill Roth January 2008 White Paper: Veritas NetBackup for Microsoft Exchange Server Solution Guide Content 1.

More information

Symantec Backup Exec 2014

Symantec Backup Exec 2014 Symantec Backup Exec 2014 Maxim Tsvetaev Principal Systems Engineer Backup Exec 2014 1 Today s Top Backup and Recovery Challenges Reducing Costs and Complexity Protecting Virtual Machines Meeting Backup

More information

Symantec NetBackup for Microsoft SQL Server Administrator's Guide

Symantec NetBackup for Microsoft SQL Server Administrator's Guide Symantec NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 7.5 Symantec NetBackup NetBackup for Microsoft SQL Server Administrator's Guide The software described in this book

More information

Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance

Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance An Oracle Technical White Paper March 2014 Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance Introduction... 2 Overview... 3 Oracle ZFS Storage

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

Backup Exec 2010 Deduplication Protect More, Store Less, Save More

Backup Exec 2010 Deduplication Protect More, Store Less, Save More Backup Exec 2010 Deduplication Protect More, Store Less, Save More Lim Andre Xavier Regional Product Manager Asia Pacific & Japan Information Management Group - SMB 2 3 Symantec Backup Exec 2010 Agenda

More information

SEP sesam Online/Hot Backup & Restore for Databases and Application Protection

SEP sesam Online/Hot Backup & Restore for Databases and Application Protection SEP sesam Online/Hot Backup & Restore for Databases and Application Protection Lösungen im Einsatz 1 SEP sesam Data Availability Network Online/Hot Backup & Restore for Databases and Recovery Application

More information

WHITE PAPER: ENTERPRISE SECURITY. Symantec Backup Exec Quick Recovery and Off-Host Backup Solutions

WHITE PAPER: ENTERPRISE SECURITY. Symantec Backup Exec Quick Recovery and Off-Host Backup Solutions WHITE PAPER: ENTERPRISE SECURITY Symantec Backup Exec Quick Recovery and Off-Host Backup Solutions for Microsoft Exchange Server 2003 and Microsoft SQL Server White Paper: Enterprise Security Symantec

More information

Backup Exec 15 Agents and Options

Backup Exec 15 Agents and Options DATA PROTECTION Backup Exec 15 Agents and Options Enhance and extend Backup Exec features, capabilities, and platform support Overview enhance and extend Backup Exec features, capabilities, and platform

More information

CA ARCserve Family r15

CA ARCserve Family r15 CA ARCserve Family r15 Rami Nasser EMEA Principal Consultant, Technical Sales Rami.Nasser@ca.com The ARCserve Family More than Backup The only solution that: Gives customers control over their changing

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 Windows Release 6.5 Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Copyright 2002-2007 Symantec Corporation.

More information

Backup Exec 15: Protecting Microsoft Hyper-V

Backup Exec 15: Protecting Microsoft Hyper-V TECHNICAL BRIEF: BACKUP EXEC 15: PROTECTING MICROSOFT HYPER-V........................................ Backup Exec 15: Protecting Microsoft Hyper-V Who should read this paper Technical White Papers are

More information

Symantec Backup Exec 2014 Icon List

Symantec Backup Exec 2014 Icon List Symantec Backup Exec 2014 Icon List Alerts Image Description Alert needs attention Alerts Alert needs attention Alert needs attention Alert needs attention Error Error Error Error Informational alert Informational

More information

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide for Windows Release 7.5 Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide The software described in this

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

Testking.E20-891.118Q

Testking.E20-891.118Q Testking.E20-891.118Q Number: E20-891 Passing Score: 800 Time Limit: 120 min File Version: 4.6 http://www.gratisexam.com/ E20-891 Backup Recovery Solutions Expert Exam for Technology Architects It would

More information

Cloud Storage Backup for Storage as a Service with AT&T

Cloud Storage Backup for Storage as a Service with AT&T WHITE PAPER: CLOUD STORAGE BACKUP FOR STORAGE AS A SERVICE........ WITH..... AT&T........................... Cloud Storage Backup for Storage as a Service with AT&T Who should read this paper Customers,

More information

Symantec Backup Exec 2014 Agents and Options

Symantec Backup Exec 2014 Agents and Options Symantec Backup Exec 2014 Agents and Options Data Sheet: Data Protection Overview enhance and extend Backup Exec features, capabilities, and platform support. Whether you need to protect VMware vsphere,

More information

Optimized data protection through one console for physical and virtual systems, including VMware and Hyper-V virtual systems

Optimized data protection through one console for physical and virtual systems, including VMware and Hyper-V virtual systems Symantec Backup Exec 12.5 for Windows Small Business Server Premium and Standard Editions Comprehensive data protection and system recovery for Microsoft Windows Small Business Server Overview Symantec

More information

Using HP StoreOnce D2D systems for Microsoft SQL Server backups

Using HP StoreOnce D2D systems for Microsoft SQL Server backups Technical white paper Using HP StoreOnce D2D systems for Microsoft SQL Server backups Table of contents Executive summary 2 Introduction 2 Technology overview 2 HP StoreOnce D2D systems key features and

More information

Better Backup for Big Data

Better Backup for Big Data Better business decisions start with better backup Solution Overview: Data Protection Introduction Big Data is an emerging, evolving technology. To some it s that big yellow elephant in the tent holding

More information

Symantec NetBackup for VMware Administrator's Guide. Release 7.6

Symantec NetBackup for VMware Administrator's Guide. Release 7.6 Symantec NetBackup for VMware Administrator's Guide Release 7.6 Symantec NetBackup for VMware Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

Copyright 2015 EMC Corporation. All rights reserved. 1

Copyright 2015 EMC Corporation. All rights reserved. 1 Copyright 2015 EMC Corporation. All rights reserved. 1 DATA DOMAIN BOOST: UNMATCHED SPEED & CONTROL PHILIP FOTE & GENE MAXWELL Copyright 2015 EMC Corporation. All rights reserved. 2 TWEET US! Are you already

More information

Instant Recovery for VMware

Instant Recovery for VMware NETBACKUP 7.6 FEATURE BRIEFING INSTANT RECOVERY FOR VMWARE NetBackup 7.6 Feature Briefing Instant Recovery for VMware Version number: 1.0 Issue date: 2 nd August 2013 This document describes a feature

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : ST0-141 Title : Symantec Backup Exec 2012 Technical Assessment Version : Demo 1 / 5 1.The resource-centric model in Symantec Backup Exec

More information

SEP sesam Backup & Disaster Recovery Overview

SEP sesam Backup & Disaster Recovery Overview SEP sesam Backup & Disaster Recovery Overview Lanai Bayne VP of Business Development SEP Software Corp. lb@sepusa.com Christian Ruoff Sr. Technical Support Manager SEP Software Corp. cr@sep.de Why SEP

More information

Symantec NetBackup for DB2 Administrator's Guide

Symantec NetBackup for DB2 Administrator's Guide Symantec NetBackup for DB2 Administrator's Guide UNIX, Windows, and Linux Release 7.5 Symantec NetBackup for DB2 Administrator's Guide The software described in this book is furnished under a license agreement

More information

Backup and Recovery Best Practices With Tintri VMstore

Backup and Recovery Best Practices With Tintri VMstore Backup and Recovery Best Practices With Tintri VMstore Backup and Recovery Best Practices with Tintri VMstore TECHNICAL BEST PRACTICES PAPER, Revision 1.0, April 10, 2014 Contents Contents Introduction

More information

Microsoft SQL Server Best Practices with Data Domain Deduplication Storage

Microsoft SQL Server Best Practices with Data Domain Deduplication Storage White Paper White Paper Microsoft SQL Server Best Practices with Data Domain Deduplication Storage Abstract Users are faced with many options and tradeoffs when choosing a backup strategy for Microsoft

More information

Backup Exec 15: Administration

Backup Exec 15: Administration Course Code: VERIDP0137 Vendor: Veritas Course Overview Duration: 5 RRP: 2,540 Backup Exec 15: Administration Overview The Symantec Backup Exec 15: Administration course is designed for the data protection

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

Backup and Recovery for Microsoft SQL Server Using EMC Data Domain Deduplication Storage Systems

Backup and Recovery for Microsoft SQL Server Using EMC Data Domain Deduplication Storage Systems White Paper Abstract Users are faced with many options and tradeoffs when choosing a backup strategy for Microsoft SQL Server databases. This white paper maps out those choices and examines how EMC Data

More information

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland Backup and Recovery Solutions for Exadata Cor Beumer Storage Sales Specialist Oracle Nederland Recovery Point and Recovery Time Wks Days Hrs Mins Secs Secs Mins Hrs Days Wks Data Loss (Recovery Point Objective)

More information

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide for Windows Release 7.7 Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide Documentation version: 7.7 Legal

More information

Mayur Dewaikar Sr. Product Manager Information Management Group Symantec Corporation

Mayur Dewaikar Sr. Product Manager Information Management Group Symantec Corporation Next Generation Data Protection with Symantec NetBackup 7 Mayur Dewaikar Sr. Product Manager Information Management Group Symantec Corporation White Paper: Next Generation Data Protection with NetBackup

More information

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant Backup and Recovery Solutions for Exadata Ľubomír Vaňo Principal Sales Consultant Fundamental Backup and Recovery Data doesn t exist in most organizations until the rule of 3 is complete: Different Media

More information

OPTIONS / AGENTS DESCRIPTION BENEFITS

OPTIONS / AGENTS DESCRIPTION BENEFITS All Backup Exec 12 Agents and Options Backup Exec 12 Agents and Option enhance and extend platform and feature support for Backup Exec Environments. Whether you need to protect critical Microsoft applications

More information

Maximize Your Virtual Environment Investment with EMC Avamar. Rob Emsley Senior Director, Product Marketing

Maximize Your Virtual Environment Investment with EMC Avamar. Rob Emsley Senior Director, Product Marketing 1 Maximize Your Virtual Environment Investment with EMC Avamar Rob Emsley Senior Director, Product Marketing 2 Private Cloud is the Vision Virtualized Data Center Internal Cloud Trusted Flexible Control

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

How To Backup And Restore A Database With A Powervault Backup And Powervaults Backup Software On A Poweredge Powervalt Backup On A Netvault 2.5 (Powervault) Powervast Backup On An Uniden Power

How To Backup And Restore A Database With A Powervault Backup And Powervaults Backup Software On A Poweredge Powervalt Backup On A Netvault 2.5 (Powervault) Powervast Backup On An Uniden Power Database Backup and Recovery using NetVault Backup and PowerVault MD3260 A Dell Technical White Paper Database Solutions Engineering Dell Product Group Umesh Sunnapu Mayura Deshmukh Robert Pound This document

More information

Backup Exec 2014: Protecting Microsoft SQL

Backup Exec 2014: Protecting Microsoft SQL TECHNICAL BRIEF: BACKUP EXEC 2014: PROTECTING MICROSOFT SQL........................................ Backup Exec 2014: Protecting Microsoft SQL Who should read this paper Technical White Papers are designed

More information

Protecting Miscrosoft Hyper-V Environments

Protecting Miscrosoft Hyper-V Environments Protecting Miscrosoft Hyper-V Environments Who should read this paper Technical White Papers are designed to introduce Veritas partners and end users to key technologies and technical concepts that are

More information

Backup Exec 2010 R2 Key Sales Plays Safe, Secure, Sold

Backup Exec 2010 R2 Key Sales Plays Safe, Secure, Sold Backup Exec 2010 R2 Key Sales Plays Safe, Secure, Sold Udi Taboch CTO, ABnet Communications How Do Businesses Ensure Easy Recovery of Critical Data While Minimizing Storage Costs? Only 27% of SMBs believe

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins by gaining a much deeper

More information

Solution Overview VMWARE PROTECTION WITH EMC NETWORKER 8.2. White Paper

Solution Overview VMWARE PROTECTION WITH EMC NETWORKER 8.2. White Paper White Paper VMWARE PROTECTION WITH EMC NETWORKER 8.2 Solution Overview Abstract This white paper describes the integration of EMC NetWorker with VMware vcenter. It also includes details on the NetWorker

More information

Protect Microsoft Exchange databases, achieve long-term data retention

Protect Microsoft Exchange databases, achieve long-term data retention Technical white paper Protect Microsoft Exchange databases, achieve long-term data retention HP StoreOnce Backup systems, HP StoreOnce Catalyst, and Symantec NetBackup OpenStorage Table of contents Introduction...

More information

Huawei OceanStor Backup Software Technical White Paper for NetBackup

Huawei OceanStor Backup Software Technical White Paper for NetBackup Huawei OceanStor Backup Software Technical White Paper for NetBackup Huawei Page 1 of 14 Copyright Huawei. 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form

More information

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices 1 RMAN Configuration and Performance Tuning Best Practices Timothy Chien Principal Product Manager Oracle Database High Availability Timothy.Chien@oracle.com Agenda Recovery Manager

More information

Introduction to VMware vsphere Data Protection TECHNICAL WHITE PAPER

Introduction to VMware vsphere Data Protection TECHNICAL WHITE PAPER Introduction to VMware vsphere Data Protection TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Architectural Overview... 3 Deployment and Configuration.... 5 Administration.... 5 Backup....

More information

Configuring Backup Settings Configuring and Managing Persistent Settings for RMAN Configuring Autobackup of Control File Backup optimization

Configuring Backup Settings Configuring and Managing Persistent Settings for RMAN Configuring Autobackup of Control File Backup optimization Introducción Objetivos Objetivos del Curso Core Concepts and Tools of the Oracle Database The Oracle Database Architecture: Overview ASM Storage Concepts Connecting to the Database and the ASM Instance

More information

Symantec NetBackup Getting Started Guide. Release 7.1

Symantec NetBackup Getting Started Guide. Release 7.1 Symantec NetBackup Getting Started Guide Release 7.1 21159722 Contents NetBackup Getting Started Guide... 5 About NetBackup... 5 How a NetBackup system works... 6 How to make a NetBackup system work for

More information

Symantec NetBackup for Hyper-V Administrator's Guide. Release 7.6

Symantec NetBackup for Hyper-V Administrator's Guide. Release 7.6 Symantec NetBackup for Hyper-V Administrator's Guide Release 7.6 Symantec NetBackup for Hyper-V Guide The software described in this book is furnished under a license agreement and may be used only in

More information

WHITE PAPER: customize. Best Practice for NDMP Backup Veritas NetBackup. Paul Cummings. January 2009. Confidence in a connected world.

WHITE PAPER: customize. Best Practice for NDMP Backup Veritas NetBackup. Paul Cummings. January 2009. Confidence in a connected world. WHITE PAPER: customize DATA PROTECTION Confidence in a connected world. Best Practice for NDMP Backup Veritas NetBackup Paul Cummings January 2009 Best Practice for NDMP Backup Veritas NetBackup Contents

More information

Windows Server 2008 Hyper-V Backup and Replication on EMC CLARiiON Storage. Applied Technology

Windows Server 2008 Hyper-V Backup and Replication on EMC CLARiiON Storage. Applied Technology Windows Server 2008 Hyper-V Backup and Replication on EMC CLARiiON Storage Applied Technology Abstract This white paper provides an overview of the technologies that are used to perform backup and replication

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Update 2 Backing Up Microsoft Exchange Server Data Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone

More information

Backup and Recovery in the Virtual Age. Scott Baker and Bahar Shah

Backup and Recovery in the Virtual Age. Scott Baker and Bahar Shah Backup and Recovery in the Virtual Age Scott Baker and Bahar Shah Trends Symantec V-Ray Server virtualization is the single biggest game-changing trend in IT today Virtual environments are becoming the

More information

Data deduplication is more than just a BUZZ word

Data deduplication is more than just a BUZZ word Data deduplication is more than just a BUZZ word Per Larsen Principal Systems Engineer Mr. Hansen DATA BUDGET RECOVERY & DATACENTER GROWTH PRESSURE DISCOVERY REVOLUTION More Storage Longer Backups Smaller

More information

Acronis Backup & Recovery 11.5. Backing Up Microsoft Exchange Server Data

Acronis Backup & Recovery 11.5. Backing Up Microsoft Exchange Server Data Acronis Backup & Recovery 11.5 Backing Up Microsoft Exchange Server Data Copyright Statement Copyright Acronis International GmbH, 2002-2012. All rights reserved. Acronis and Acronis Secure Zone are registered

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 Microsoft applications or non-microsoft

More information

Symantec NetBackup OpenStorage Solutions Guide for Disk

Symantec NetBackup OpenStorage Solutions Guide for Disk Symantec NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 7.5 21220052 Symantec NetBackup OpenStorage Solutions Guide for Disk The software described in this book is furnished

More information

Symantec Backup Exec 2010 Agent for VMware Virtual Infrastructure FAQ

Symantec Backup Exec 2010 Agent for VMware Virtual Infrastructure FAQ Symantec Backup Exec 2010 Agent for VMware Virtual Infrastructure FAQ Updated May 10, 2010 Contents Overview... 1 Virtual Machine Backup... 4 VMware vstorage API for Data Protection Support... 6 VMware

More information

BACKUP BEST PRACTICES FOR A XENSERVER & XENDESKTOP ENVIRONMENT

BACKUP BEST PRACTICES FOR A XENSERVER & XENDESKTOP ENVIRONMENT BACKUP BEST PRACTICES FOR A XENSERVER & XENDESKTOP ENVIRONMENT WHO WE ARE Who we are Established, HW Development Development of Logistics SW Logistic Software Relag Develop Backup and Data Protection Software

More information

TSM for Advanced Copy Services: Today and Tomorrow

TSM for Advanced Copy Services: Today and Tomorrow TSM for Copy Services and TSM for Advanced Copy Services: Today and Tomorrow Del Hoobler Oxford University TSM Symposium 2007 September 2007 Disclaimer This presentation describes potential future enhancements

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle University Contact Us: +35929238111 Oracle Database 11g: Administration Workshop II DBA Release 2 Duration: 5 Days What you will learn This course takes the database administrator beyond the basic

More information

Backing up a Large Oracle Database with EMC NetWorker and EMC Business Continuity Solutions

Backing up a Large Oracle Database with EMC NetWorker and EMC Business Continuity Solutions Backing up a Large Oracle Database with EMC NetWorker and EMC Business Continuity Solutions EMC Proven Professional Knowledge Sharing June, 2007 Maciej Mianowski Regional Software Specialist EMC Corporation

More information