Copilot Deeper Dive. Rasmus Rask Eilersen

Size: px
Start display at page:

Download "Copilot Deeper Dive. Rasmus Rask Eilersen"

Transcription

1 Copilot Deeper Dive Rasmus Rask Eilersen

2 Contents Quick Overview of Copilot Terminology Architecture and Process Dump and Sweep Architecture and Process Whole Database and Incremental Merge Video Demo of the process Veritas Technologies LLC. All rights reserved.

3 What is Copilot for Oracle?

4 Copilot Overview Why Did We Develop It? DBA s may not want to give up control of the backups DBA s and Backup Admins do not always communicate Copilot strikes a balance DBA s back up to the NFS share on the Appliance NetBackup Admin gets them into NetBackup Or we can use Oracle Agent to back up DB and also perform Incremental Merge Benefits Incremental Merge using a DBA familiar process DBA can check status of backups using familiar RMAN tools No performance overhead on Oracle server after initial backup Subsequent copies use resources of the Appliance Incremental Merge means less data transfer Veritas Technologies LLC. All rights reserved.

5 Copilot Overview What Makes It Work? NFS Share on an Appliance DBA can point a Dump to the NFS Share DBA s have been doing this for ages Oracle Agent can be used with OIP if the DBA is willing DBA s should be in the business of being a DBA, not data protection Once data is on NFS share, NBU can interact with it Enhancements to NBU Policy and code Veritas Technologies LLC. All rights reserved.

6 Copilot Requirements Works on all supported master server platforms 5230 or later Appliance All supported Oracle client platforms NBU or later NBU on Appliance DB Pack License Veritas Technologies LLC. All rights reserved.

7 Terminology

8 Terminology Some terms are ours and the DBA may not understand them Dump and Sweep also called Database Backup Share Dump and Sweep is what Veritas calls this action Process where DBA backs up data using RMAN to an NFS share on the Appliance After the data is on the NFS share, NBU picks it up for additional protection options DBA initiates the process Whole Database with Incremental Merge (Accelerator) Uses OIP or traditional RMAN Agent to call the backup from the Oracle server and send it to the NFS share Not to be confused with NBU Accelerator, this is the Oracle process for sending only changed blocks Incremental Merge is understood by the DBA, Accelerator is not (but we check the Accelerator button on the NBU Policy) May or may not directly involve the DBA Veritas Technologies LLC. All rights reserved.

9 Architecture and Process Dump and Sweep

10 Process Flow What Talks To What? 1 Queries DB for backups on appliance share DB Takeaways after the Dump process: NBU talks to the RMAN Catalog BPHDB BPDBSBORA 2 Writes a file in /usr/openv/netbackup/logs/user_ops/dbext/logs containing the backup sets to backed up NB_ORA_BKUPSETSFILE RMAN knows what NetBackup has done NetBackup creates an RMAN script on the fly BPCD 3 Creates and executes a RMAN script that passes the NB_ORA_BKUPSETSFILE name to Oracle agent RMAN script Script is passed to Oracle Agent New options for this are in Policy Veritas Technologies LLC. All rights reserved.

11 What Does It Look Like Oracle Dump Process 11

12 What Does It Look Like Oracle Dump Process After the DBA has Dumped the database There is one copy and it resides on disk After NetBackup has secured the data. There are now 2 copies of the data plus a controlfile backup (933), job ID 40 in activity monitor in subsequent slide. 12

13 What Does It Look Like NetBackup Sweep Process Full schedule backs up everything on the share by default for the Oracle SID Differential and Cumulative Incremental schedules backup what has not already been backed up. The Archive Redo Log schedule behaves the same as other backup selection types. 13

14 What Does It Look Like NetBackup Sweep Process Database Backup Shares will protect any disk based RMAN backups DBA s have placed on the shares Default ALL_DATABASE_BACKUP_SHARES. This keyword will protect all shares found for that instance Browsing for Oracle SID is possible, but a backup must already exist on the share 14

15 What Does It Look Like NetBackup Sweep Process New - Database Backup Share Options to delete backup sets or backup copies Traditionally the DBA would remove the dump after NBU had secured it NBU can do this automatically now The agent verifies that there is a copy in NetBackup before issue the RMAN delete command 15

16 What Does It Look Like NetBackup Sweep Process Job Id 31 backs up the RMAN files Job Id updates the RMAN catalog Job Id 40 backs up the control file direct from the database to ensure we have the latest catalog entries. Typically would want to create a single NFS share for all Dumps 16

17 Architecture and Process Whole Database with Incremental Merge

18 Process Flow What Talks To What? 1 Queries DB DB Takeaways Same process as existing OIP or RMAN Agent Backup Data written to the NFS share 2 Create and executes a RMAN script that backups the database to the appliance NFS share RMAN script Standard Oracle type backup (nothing really new here) 3 Queries DB for backups on appliance share BPHDB BPDBSBORA 4 Writes a file in /usr/openv/netbackup/logs/user_ops/dbext/logs containing the backup sets to backed up NB_ORA_BKUPSETSFILE BPCD 5 Creates and executes a RMAN script that passes the NB_ORA_BKUPSETSFILE name to Oracle agent RMAN script Veritas Technologies LLC. All rights reserved.

19 What Does It Look Like NetBackup Oracle Backup Control file, Archive log and SPFILE backups Datafile backups 19

20 What Does It Look Like NetBackup Oracle Backup Rman list backup will show the proxy copies This will show the checkpoint time of each datafile copy, datafile name and location 20

21 What Does It Look Like NetBackup Oracle Backup List of the Copilot share (NFS mount) will show the updated proxy copy that can be used for restore Size of the files on the NFS share is exactly the same as the size on the Oracle disk 21

22 What Does It Look Like Incremental Merge Process The Use Accelerator checkbox triggers Oracle Incremental Merge This is a Oracle process that the DBA should be familiar with Important to note this is not NBU Accelerator Example Child sent 514MB of data shown below (Job 90 on slide 24) Oracle would see this as a Full 22

23 What Does It Look Like Whole DB Backup Whole Database Datafile Copy Share will create a copy of the data files on the share and then protect them. This option is accelerator enabled Only accepts a single directory location. There is no default Browsing for a share is available 23

24 What Does It Look Like Whole DB Backup 2 separate NetBackup jobs run Jobs are the initial backup and update of the Oracle RMAN catalog Jobs is the backup of the snapshot Typically would want to create a NFS share for each DB due to snapshots being done at the share level 24

25 How Do You Talk To The DBA and Backup Team? Both methods still require the DB to be registered with NBU Dump and Sweep DBA can maintain control over backups if desired NetBackup can use the DB dump and protect it still under Oracle control Tape/Disk/Dedupe DBA can restore from original dump (Oracle disk) if it hasn t been removed, or restore can be initiated from NetBackup (SBT_TAPE) All being done via RMAN Whole DB with Incremental Merge NBU Admin has control Only moving Incremental data but Oracle considers it a Full backup 25

26 Q&A Veritas Technologies LLC. All rights reserved.

27 Thank you! Rasmus Rask Eilersen Copyright 2016 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies LLC 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.

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

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

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

Innovative Oracle Backup and Restore Taken to the Cloud. Dan Fischer

Innovative Oracle Backup and Restore Taken to the Cloud. Dan Fischer Innovative Oracle Backup and Restore Taken to the Cloud Dan Fischer Oracle Data Protection 1 Veritas 360 Data Management 5 Copilot Incremental Merge 2 Copilot for Oracle Platform Introduction 6 Copilot

More information

Veritas NetBackup for Oracle Administrator's Guide

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

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

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

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

NetBackup as a Service

NetBackup as a Service NetBackup as a Service Glen Simon Product Marketing AJ Park Product Management Angus Gregory Biomni 1 Software-as-a-Service: Doubling every Three Years 1 Backup-as-a-Service: Strong Interest 3 BaaS not

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

Veritas NetBackup for Microsoft SQL Server Administrator's Guide

Veritas NetBackup for Microsoft SQL Server Administrator's Guide Veritas NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft SQL Server Administrator's Guide Last updated: 2018-04-10 Document version:netbackup

More information

Veritas NetBackup for Lotus Notes Administrator's Guide

Veritas NetBackup for Lotus Notes Administrator's Guide Veritas NetBackup for Lotus Notes Administrator's Guide for UNIX, Windows, and Linux Release 8.0 Veritas NetBackup for Lotus Notes Administrator's Guide Document version: 8.0 Legal Notice Copyright 2016

More information

Getting Started with Database Ingestion

Getting Started with Database Ingestion Getting Started with Database Ingestion VMware vfabric Data Director 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

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

Oracle Intelligent Policy

Oracle Intelligent Policy NETBACKUP 7.6 FEATURE BRIEFING ORACLE INTELLIGENT POLICY NetBackup 7.6 Feature Briefing Oracle Intelligent Policy Version number: 1.0 Issue date: 28 th August 2013 This document describes a feature introduced

More information

HP 3PAR Recovery Manager Software for Oracle

HP 3PAR Recovery Manager Software for Oracle HP 3PAR Recovery Manager 4.2.0 Software for Oracle User s Guide Abstract This document provides the information needed to install, configure, and use the HP 3PAR Recovery Manager 4.2.0 Software for Oracle

More information

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Last updated: 2018-09-19 Legal Notice Copyright 2017

More information

Enterprise Vault Whitepaper Enterprise Vault Integration with Veritas Products

Enterprise Vault Whitepaper Enterprise Vault Integration with Veritas Products Enterprise Vault Whitepaper Enterprise Vault Integration with Veritas Products This document provides an overview of the integration points between Veritas Enterprise Vault and other Veritas products This

More information

FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK

FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK 31 October, 2017 FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK Document Filetype: PDF 111.76 KB 0 FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK You took this cold RMAN backup from a development database, your developpers

More information

HP 3PAR Recovery Manager Software for Oracle

HP 3PAR Recovery Manager Software for Oracle HP 3PAR Recovery Manager 4.6.0 Software for Oracle User Guide Abstract This document provides the information needed to install, configure, and use the HP 3PAR Recovery Manager 4.6.0 Software for Oracle

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 NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 0. Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Plug-in for VMware vcenter

Plug-in for VMware vcenter NETBACKUP 7.6 FEATURE BRIEFING PLUG-IN FOR VMWARE VCENTER NetBackup 7.6 Feature Briefing Plug-in for VMware vcenter Version number: 1.0 Issue date: 2 nd August 2013 This document describes a feature introduced

More information

Symantec and VMWare why 1+1 makes 3

Symantec and VMWare why 1+1 makes 3 Symantec and VMWare why 1+1 makes 3 Finn Henningsen Principal Systems Engineer Peter Schjøtt Principal Systems Engineer Rasmus Rask Eilersen Principal Systems Engineer Symantec and VMWare 1 Tak til vores

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

Veritas NetBackup for SQLite Administrator's Guide

Veritas NetBackup for SQLite Administrator's Guide Veritas NetBackup for SQLite Administrator's Guide Windows and Linux Release 8.1.1 Documentation version: 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the

More information

IM B09 Best Practices for Backup and Recovery of VMware - DRAFT v1

IM B09 Best Practices for Backup and Recovery of VMware - DRAFT v1 IM B09 Best Practices for Backup and Recovery of VMware - DRAFT v1 George Winter, Symantec Corporation Technical Product Manager David Hendrix, FedEx Corporation Technical Principal Abdul Rasheed, Symantec

More information

Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide

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

More information

Veritas NetBackup for DB2 Administrator's Guide

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

More information

Veritas VCS-318. Administration of Veritas Backup Exec

Veritas VCS-318. Administration of Veritas Backup Exec Veritas VCS-318 Administration of Veritas Backup Exec 2014 http://killexams.com/exam-detail/vcs-318 QUESTION: 122 What is the result when running a GRT backup of a VMware virtual machine with the option

More information

Disaster Recovery: Restore Database from One Server to another Server when Different Location

Disaster Recovery: Restore Database from One Server to another Server when Different Location Disaster Recovery: Restore Database from One Server to another Server when Different Location Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com Step

More information

Best practices for protecting Virtualization, SDDC, Cloud, and the Modern Data Center, with NetBackup

Best practices for protecting Virtualization, SDDC, Cloud, and the Modern Data Center, with NetBackup Best practices for protecting Virtualization, SDDC, Cloud, and the Modern Data Center, with NetBackup Alain Pelegrin EMEA NetBackup Solutions Lead TSS IM Technology Practice Olivier Ribouchon Presales

More information

Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide

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

More information

Veritas NetBackup for Enterprise Vault Agent Administrator's Guide

Veritas NetBackup for Enterprise Vault Agent Administrator's Guide Veritas NetBackup for Enterprise Vault Agent Administrator's Guide for Windows Release 8.0 Veritas NetBackup for Enterprise Vault Agent Administrator's Guide Document version: 8.0 Legal Notice Copyright

More information

BACKUP AND RECOVERY FOR ORACLE DATABASE 11g WITH EMC DEDUPLICATION A Detailed Review

BACKUP AND RECOVERY FOR ORACLE DATABASE 11g WITH EMC DEDUPLICATION A Detailed Review White Paper BACKUP AND RECOVERY FOR ORACLE DATABASE 11g WITH EMC DEDUPLICATION EMC GLOBAL SOLUTIONS Abstract This white paper provides guidelines for the use of EMC Data Domain deduplication for Oracle

More information

IM B36 Why You Should be Using NetBackup Bare Metal Restore (BMR) in Your DR Solution

IM B36 Why You Should be Using NetBackup Bare Metal Restore (BMR) in Your DR Solution IM B36 Why You Should be Using NetBackup Bare Metal Restore (BMR) in Your DR Solution Dick Goter, NetBackup Product Management Jaime Vazquez, Senior Tech Principal Support Engineer Roadmap Timelines Disclaimer

More information

Creating a FileShare Cluster using Storage Foundation 5.1 for Windows Service Pack 2 Jay Jameson

Creating a FileShare Cluster using Storage Foundation 5.1 for Windows Service Pack 2 Jay Jameson Creating a FileShare Cluster using Storage Foundation 5.1 for Windows Service Pack 2 Jay Jameson Symantec Technical Support Engineer 1 WELCOME Thank you for selecting our Symantec Guide to creating a FileShare

More information

Oracle Database 11g Data Guard

Oracle Database 11g Data Guard Oracle Database 11g Data Guard Overview This course introduces the delegate to the main architectural concepts of Data Guard. Delegates will learn how to use Oracle Data Guard to protect Oracle Databases

More information

Redefining Data Protection. Title Page. User s Guide. for the NetVault:Backup APM for Oracle. APM Version 5.1 OAG

Redefining Data Protection. Title Page. User s Guide. for the NetVault:Backup APM for Oracle. APM Version 5.1 OAG Redefining Data Protection Title Page User s Guide for the NetVault:Backup APM for Oracle APM Version 5.1 OAG-101-5.1-EN-01 01/30/08 Copyrights NetVault:Backup - User s Guide for the NetVault:Backup APM

More information

VERITAS NetBackup 6.0 for Microsoft SharePoint Portal Server 2003

VERITAS NetBackup 6.0 for Microsoft SharePoint Portal Server 2003 VERITAS NetBackup 6.0 for Microsoft SharePoint Portal Server 2003 System Administrator s Guide for Windows N152718 September 2005 Disclaimer The information contained in this publication is subject to

More information

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Oracle University Contact Us: 0845 777 7711 Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Duration: 5 Days What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: Toll Free: 0008004401672 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: +386 1 588 88 13 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery Workshop,

More information

Redefining Data Protection. Title Page. User s Guide. for the NetVault: Backup APM for Oracle. APM Version 5.5 OAG

Redefining Data Protection. Title Page. User s Guide. for the NetVault: Backup APM for Oracle. APM Version 5.5 OAG Redefining Data Protection Title Page User s Guide for the NetVault: Backup APM for Oracle APM Version 5.5 OAG-101-5.5-EN-01 06/06/08 Copyrights NetVault: Backup - User s Guide for the NetVault: Backup

More information

Technical White Paper

Technical White Paper Setting up the DR Series System as a CIFS or NFS target on Oracle Recovery Manager Technical White Paper Quest Engineering October 2017 ContentsTechnical White Paper 1 2017 Quest Software Inc. ALL RIGHTS

More information

Veritas NetBackup for SAP Administrator's Guide

Veritas NetBackup for SAP Administrator's Guide Veritas NetBackup for SAP Administrator's Guide for UNIX, Windows, and Linux Release 7.7.3 Veritas NetBackup for SAP Administrator's Guide Documentation version: 7.7.3 Legal Notice Copyright 2016 Veritas

More information

The VERITAS VERTEX Initiative. The Future of Data Protection

The VERITAS VERTEX Initiative. The Future of Data Protection The VERITAS VERTEX Initiative V E R I T A S W H I T E P A P E R The Future of Data Protection Table of Contents Introduction.................................................................................3

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

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: Toll Free: 0008004401672 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery

More information

Veritas NetBackup for SAP Administrator's Guide

Veritas NetBackup for SAP Administrator's Guide Veritas NetBackup for SAP Administrator's Guide for UNIX, Windows, and Linux Release 8.0 Veritas NetBackup for SAP Administrator's Guide Document version: 8.0 Legal Notice Copyright 2016 Veritas Technologies

More information

Redefining Data Protection

Redefining Data Protection Redefining Data Protection Title Page User s Guide for the NetVault:Backup APM for Oracle APM Version 5.000 NVE 7009-7F 07/23-07 Copyrights NetVault:Backup - User s Guide for the NetVault:Backup APM for

More information

VERITAS NetBackup 6.0 for Microsoft SharePoint Portal Server 2001

VERITAS NetBackup 6.0 for Microsoft SharePoint Portal Server 2001 VERITAS NetBackup 6.0 for Microsoft SharePoint Portal Server 2001 System Administrator s Guide for Windows N152708 September 2005 Disclaimer The information contained in this publication is subject to

More information

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

EMC Data Domain for Archiving Are You Kidding?

EMC Data Domain for Archiving Are You Kidding? EMC Data Domain for Archiving Are You Kidding? Bill Roth / Bob Spurzem EMC EMC 1 Agenda EMC Introduction Data Domain Enterprise Vault Integration Data Domain NetBackup Integration Q & A EMC 2 EMC Introduction

More information

ST Symantec. Symantec Data Center Security: Server Advanced 6.0 Technical Assessment

ST Symantec. Symantec Data Center Security: Server Advanced 6.0 Technical Assessment Symantec ST0-304 Symantec Data Center Security: Server Advanced 6.0 Technical Assessment Download Full Version : https://killexams.com/pass4sure/exam-detail/st0-304 QUESTION: 119 Which two are capabilities

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

Technical Brief Veritas Technical Education Services

Technical Brief Veritas Technical Education Services Veritas Desktop and Laptop Option 9.3.1 Veritas Desktop and Laptop Option is a user centric backup solution that provides flexible implementation and centralized administration for backup and recovery

More information

How Symantec Backup solution helps you to recover from disasters?

How Symantec Backup solution helps you to recover from disasters? How Symantec Backup solution helps you to recover from disasters? Finn Henningsen Presales Specialist Technology Days 2011 1 Thank you to our sponsors Technology Days 2011 2 Agenda Why do we bother? Infrastructure

More information

Enabling Fast Recovery of Your Virtual Environments: NetBackup, Backup Exec & VCS for VMware

Enabling Fast Recovery of Your Virtual Environments: NetBackup, Backup Exec & VCS for VMware Enabling Fast Recovery of Your Environments: NetBackup, Backup Exec & VCS for VMware Agenda 1 Symantec and ization 2 NetBackup 6.5 for VMWare 3 Backup Exec & Backup Exec System Recovery for VMWare 4 Veritas

More information

Discover Best of Show März 2016, Düsseldorf

Discover Best of Show März 2016, Düsseldorf Discover Best of Show 2016 2. - 3. März 2016, Düsseldorf Agenda 2 Agenda StoreOnce and Preparation SQL Backup Prerequistes Backup and Optimization Oracle Backup Prerequistes Backup and Optimization Copy

More information

Symantec Administration of Symantec Backup Exec Download Full Version :

Symantec Administration of Symantec Backup Exec Download Full Version : Symantec 250-318 Administration of Symantec Backup Exec 2014 Download Full Version : http://killexams.com/pass4sure/exam-detail/250-318 A. manually stop all Exchange services before backup using scripts

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery Workshop,

More information

Veritas NetBackup 6.5 Clients and Agents

Veritas NetBackup 6.5 Clients and Agents Veritas NetBackup 6.5 Clients and Agents The Veritas NetBackup Platform Next-Generation Data Protection Overview Veritas NetBackup provides a simple yet comprehensive selection of innovative clients and

More information

NetBackup Collection Quick Start Guide

NetBackup Collection Quick Start Guide NetBackup Collection Quick Start Guide This whitepaper is intended for IT professionals, IT managers, and IT personnel responsible for the planning, setup, and/or administration of Veritas Information

More information

IM B32: What s New in NetBackup: The Vision and Roadmap

IM B32: What s New in NetBackup: The Vision and Roadmap IM B32: What s New in NetBackup: The Vision and Roadmap Stephen Stange NetBackup Product Management Danny Milrad Director Product Marketing Agenda Market Trends & NetBackup Vision NetBackup Key Feature

More information

Symantec NetBackup for Lotus Notes Administrator's Guide. Release 7.6

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

More information

WHITE PAPER. Oracle Backup and Recovery Essentials INFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW

WHITE PAPER. Oracle Backup and Recovery Essentials INFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW WHITE PAPER Oracle Backup and Recovery Essentials INFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW 1 TABLE OF CONTENTS Introduction 3 Oracle Backup Basics.. 3 Limitations of Manual Backup

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Support Engineer Technical Administrator Technical Consultant Related Training Required Prerequisites Knowledge of Oracle Database 12c Knowledge

More information

Oracle Recovery Manager (RMAN) Configuration Guide Instructions

Oracle Recovery Manager (RMAN) Configuration Guide Instructions Oracle Recovery Manager (RMAN) Configuration Guide Instructions This document contains the following topics: Introduction 2 Installing the RMAN Plug-in 2 Configuring the DXi 3 Configuring the Oracle Server

More information

Backup Appliances. Geir Aasarmoen og Kåre Juvkam

Backup Appliances. Geir Aasarmoen og Kåre Juvkam Backup Appliances Geir Aasarmoen og Kåre Juvkam Agenda 1 Why Backup Appliance 2 Backup Exec 3600 Appliance 3 NetBackup Appliances Technology Days 2013 2 Traditional Backup Solutions: Complexity Bare Metal

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

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Code: Lengt h: URL: 12cDB-BR 5 days View Online This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your

More information

SM-B09: Confidently Virtualize Business Critical Applications On VMware, KVM, LPAR and LDOM with ApplicationHA 6.0

SM-B09: Confidently Virtualize Business Critical Applications On VMware, KVM, LPAR and LDOM with ApplicationHA 6.0 SM-B09: Confidently Virtualize Business Critical s On VMware, KVM, LPAR and LDOM with 6.0 Bob Goodyear Regional Product Manager Lorenzo Galelli Technical Product Manager Twitter: @Virtually_LG Blog : http://virtuallylg.wordpress.com/

More information

Technical Brief Veritas Technical Education Services

Technical Brief Veritas Technical Education Services Veritas Desktop and Laptop Option 9.2 The Desktop and Laptop Option is a network share-based protection and synchronization solution for Windows and Mac that enhances your current IT desktop and laptop

More information

Data Protector. Software Version: Zero Downtime Backup Integration Guide

Data Protector. Software Version: Zero Downtime Backup Integration Guide Data Protector Software Version: 10.00 Zero Downtime Backup Integration Guide Document Release Date: June 2017 Software Release Date: June 2017 Legal Notices Warranty The only warranties for Hewlett Packard

More information

Exam : DP-022W. Title : Data Protection Implementation for Windows using NetBackup 5.0. Version : DEMO

Exam : DP-022W. Title : Data Protection Implementation for Windows using NetBackup 5.0. Version : DEMO Exam : DP-022W Title : Data Protection Implementation for Windows using NetBackup 5.0 Version : DEMO 1.You have an MSSQL database that you need to add to your environment. Which three items do you need

More information

Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration ORACLE WHITE PAPER MARCH 2018

Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration ORACLE WHITE PAPER MARCH 2018 Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration ORACLE WHITE PAPER MARCH 2018 Table of Contents Introduction 1 Overview 2 Prerequisites 2 Deploying Recovery Appliances with

More information

ADMINISTRATION GUIDE EXTERNAL DATA CONNECTOR (NETBACKUP)

ADMINISTRATION GUIDE EXTERNAL DATA CONNECTOR (NETBACKUP) ADMINISTRATION GUIDE EXTERNAL DATA CONNECTOR (NETBACKUP) Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 50 External Data Connector (NetBackup) TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS INSTALLATION

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Technical Brief Veritas Technical Education Services

Technical Brief Veritas Technical Education Services Veritas Desktop and Laptop Option 9.3 The Veritas Desktop and Laptop Option provides automated file protection for Desktops and laptops. Protection is provided regardless of whether the computer is connected

More information

Identifying Trends in Enterprise Data Protection Systems. George Amvrosiadis, University of Toronto Medha Bhadkamkar, Symantec Research Labs

Identifying Trends in Enterprise Data Protection Systems. George Amvrosiadis, University of Toronto Medha Bhadkamkar, Symantec Research Labs Identifying Trends in Enterprise Data Protection Systems George Amvrosiadis, University of Toronto Medha Bhadkamkar, Symantec Research Labs June 10, 2015 June 24, 2015 June 25, 2015 [1] [2] 2 We need to

More information

DumpsKing. Latest exam dumps & reliable dumps VCE & valid certification king

DumpsKing.   Latest exam dumps & reliable dumps VCE & valid certification king DumpsKing http://www.dumpsking.com Latest exam dumps & reliable dumps VCE & valid certification king Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version

More information

Veritas NetBackup for Sybase Administrator's Guide

Veritas NetBackup for Sybase Administrator's Guide Veritas NetBackup for Sybase Administrator's Guide for UNIX, Windows, and Linux Release 8.1 Veritas NetBackup for Sybase Administrator's Guide Last updated: 2018-02-16 Document version:netbackup 8.1 Legal

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

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Oracle database backup using the HPE StoreOnce Catalyst Plug-in for Oracle RMAN Technical white paper Technical white paper Contents Introduction...

More information

New adventures is site disaster recovery

New adventures is site disaster recovery New adventures is site disaster recovery Alex Davies Manager NetBackup Technical Field Enablement 1 Agenda 1 Site DR common solutions 2 Things to avoid (known issues) 3 Catalog changes in 7.5 how they

More information

MBS Microsoft Oracle Plug-In 6.82 User Guide

MBS Microsoft Oracle Plug-In 6.82 User Guide MBS Microsoft Oracle Plug-In 6.82 User Guide 10 Oracle Plug-In This version of the Oracle Plug-In supports Windows Agents. It is an add-on that allows you to perform database backups on Oracle databases.

More information

Symantec Reference Architecture for Business Critical Virtualization

Symantec Reference Architecture for Business Critical Virtualization Symantec Reference Architecture for Business Critical Virtualization David Troutt Senior Principal Program Manager 11/6/2012 Symantec Reference Architecture 1 Mission Critical Applications Virtualization

More information

Effective Storage Tiering for Databases

Effective Storage Tiering for Databases Effective Storage Tiering for Databases Murthy V Mamidi Raghu Malige Symantec Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals

More information

Oracle RMAN for Absolute Beginners

Oracle RMAN for Absolute Beginners Oracle RMAN for Absolute Beginners Darl Kuhn Apress Contents About the Author Acknowledgments Introduction xvii xix xxi Chapter 1: Getting Started... 1 Connecting to Your Database 1 Establishing OS Variables

More information

Veritas Backup Exec Migration Assistant

Veritas Backup Exec Migration Assistant Veritas Backup Exec Migration Assistant Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies

More information

NetBackup Self Service Release Notes

NetBackup Self Service Release Notes NetBackup Self Service Release Notes 7.7.3 Document version: 1 Veritas NetBackup Self Service Release Notes Document version: 7.7.3 Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved.

More information

Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services)

Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option: Qualification Details with Cloud Service

More information

RMAN Backups and Reporting

RMAN Backups and Reporting Chapter 5 RMAN Backups and Reporting Chapter 4 provided the details on configuring RMAN and using specialized features to control the behavior of RMAN. After you consider which features you require, you

More information

Administration GUIDE. OnePass Agent for Exchange Mailbox. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 177

Administration GUIDE. OnePass Agent for Exchange Mailbox. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 177 Administration GUIDE OnePass Agent for Exchange Mailbox Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 177 User Guide - One Pass Agent for Exchange Mailbox Table of Contents Overview Introduction

More information

SwiftStack Object Storage

SwiftStack Object Storage Integrating NetBackup 8.1.x with SwiftStack Object Storage July 23, 2018 1 Table of Contents Table of Contents 2 Introduction 4 SwiftStack Storage Connected to NetBackup 5 Netbackup 8.1 Support for SwiftStack

More information

Veritas Access NetBackup Solutions Guide

Veritas Access NetBackup Solutions Guide Veritas Access 7.2.1 NetBackup Solutions Guide Linux 7.2.1 Veritas Access NetBackup Solutions Guide Last updated: 2019-04-04 Document version: 7.2.1 Rev 1 Legal Notice Copyright 2017 Veritas Technologies

More information

Technical Brief Enterprise Vault Privileged Delete

Technical Brief Enterprise Vault Privileged Delete 1 Feature Description Enterprise Vault 12.3 and Discovery Accelerator 12.3 offer a new feature called. The feature has the following benefits: This feature will help customers to comply with regulations,

More information

Reporting from the RMAN repository

Reporting from the RMAN repository New York Oracle Users Group Reporting from the RMAN repository 21-September 2006 Tim Gorman Evergreen Database Technologies, Inc. Agenda Shifting the mind-set It s not about doing backups It s about populating

More information