Enterprise Vault Whitepaper Managing SharePoint Migrations with Enterprise Vault

Size: px
Start display at page:

Download "Enterprise Vault Whitepaper Managing SharePoint Migrations with Enterprise Vault"

Transcription

1 Enterprise Vault Whitepaper Managing SharePoint Migrations with Enterprise Vault This document provides information on how to use Enterprise Vault to migrate existing SharePoint configurations to a newer installation of SharePoint. This document applies to the following versions of Enterprise Vault: 9.0.x, 10.0.x, and 11.x. If you have any feedback or questions about this document please them to IIG-TFE@symantec.com stating the document title. This document is provided for informational purposes only. 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. Copyright 2014 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and the Checkmark 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.

2

3 Enterprise Vault Whitepaper - Managing SharePoint Migrations with Enterprise Vault Document Control Contributors Who Amruta Purandare Evan Barrett David Scott Shahnawaz Khan Shree Joshi Ryan Pinto Contribution Author Reviewer Content Revision History Version Date Changes Version1 4 th March 2014 Version 2 14 th September 2014 Overview of manual migration added Overview of what needs to be migrated using migration tool added Split the archived SharePoint site into other site collections i

4 Enterprise Vault Whitepaper - Managing SharePoint Migrations with Enterprise Vault Table of Contents Introduction 3 How does Enterprise Vault Help? 3 Steps for Migrating from SharePoint 2007 to SharePoint Steps for Migrating from SharePoint 2007 or 2010 to SharePoint Site Collection Split and Migration 7 Working with 3 rd party Migration Solutions 9 Manual Migration using EVSPShortcutManager 9 Handling a Different Web Application Name (Different URL) in the new environment 11 ii

5 Introduction Enterprise Vault for SharePoint provides storage optimization and helps to prepare for ediscovery while maintaining seamless end-user access by using administrator-defined policies, moving older information off of SharePoint servers and into online vaults where it can be searched and accessed instantaneously. Enterprise Vault is primarily used to optimize storage and prepare for ediscovery however it can also be used to accelerate migrations to new versions of SharePoint. How does Enterprise Vault Help? The bottom line of any migration is to deliver the benefits of the new technology without introducing undue risk or ongoing costs (both storage and administrative) while delivering a seamless and transparent experience to the user. Enterprise Vault can accelerate SharePoint migrations by reducing the overall storage footprint and providing a mechanism to safely delete content from SharePoint after archiving it. Symantec recommends the following points be considered before commencing with the actual migration process: Reduce the content in the SharePoint database by moving content to the archive and optionally replacing it with shortcuts. Shortcuts are ~6 bytes in size and provide a seamless experience for the user Use the migration as a reason to examine content in SharePoint and eliminate stale/ unnecessary content by leveraging delete rules based on modified date to eliminate stale content prior to migration Archive and then delete entire sites that are no longer needed. Enterprise Vault provides that ability to archive documents, most lists, Blogs, WIKIs and discussions allowing admins to manually delete the unused sites prior to archiving while maintaining the important data for ediscovery or other purposes. Accelerate backup of old SharePoint environment prior to migration. Archiving reduces overall database size prior to backup through above archiving techniques. Disable scheduling on the respective targets before performing any migrations!

6 Steps for Migrating from SharePoint 2007 to SharePoint 2010 There are two ways to migrate SharePoint 2007 to SharePoint In-place migration This is a straightforward way to migrate SharePoint 2007 to SharePoint The steps involved for this migration are explained in Figure 1. Figure 1 - Steps for an in place migration of SharePoint 2007 SharePoint 2010 Database Attach Migration This is a more complex procedure as it requires SQL and SharePoint application changes, in addition to the Enterprise Vault Upgrade process. The steps involved for this migration are explained in Table 1.

7 Steps to migrate SharePoint 2007 to SharePoint 2010: Database Attach Migration 1 If on Enterprise Vault 8.x; upgrade to Enterprise Vault 9.x or later 2 Detach SharePoint 2007 Content Database 3 Create a new web app on SharePoint Attach SharePoint 2007 content database detached in step 2 to this web app Point the (newly attached) database to the web app by running the PowerShell script as mentioned below Run the Enterprise Vault SharePoint component on the target server where the web app is created Table 1 Steps to migrate SharePoint 2007 SharePoint 2010: Database Attach Method PowerShell script: Mount-SPContentDatabase "<ContentDb>" -DatabaseServer "<DbServer>" -WebApplication Where: <ContentDb> is the content database to be attached <DbServer> is the name of the database server is the name of the Web application to which the content database is being attached This migrates your sites to the new server. Steps for Migrating from SharePoint 2007 or 2010 to SharePoint 2013 Database Attach Migration The only way to migrate to SharePoint 2013 is using the database attach method. In place migration is no longer supported. NOTE: Before starting this migration, note that the name of the SharePoint 2013 server should be the same as that of the SharePoint 2010 server. If the name is different, the Enterprise Vault Search Web Part will not be able to perform a Restore file to the original location operation, as the file does not exist in the new location due to name

8 change. This is a minor inconvenience though as the shortcuts will continue to function and you will be able to search and open items from the Enterprise Vault Search Web Part. See the section on Handling a Different Web Application below for details on how to address this change. The steps involved for this migration are explained in Table 2. Steps for migrating SharePoint 2007/2010 to SharePoint If on Enterprise Vault 8.x; upgrade to Enterprise Vault or later 2 Detach SharePoint 2010 Content Database Create a new web app Attach the SharePoint 2010 database detached in step 2 to SharePoint 2013 SQL datbase (The name of the SharePoint 2013 MUST BE the same as that of SharePoint 2010.) Point the (newly attached) database to the web app by running the PowerShell script as mentioned below Run the Enterprise Vault SharePoint component on the target server where the webapp is created Table 2: Steps for migrating SharePoint SharePoint 2013: Database Attach Migration ONLY database attach method is supported! Note: The same procedure is followed if upgrading from 2007 to 2013 directly. PowerShell script: Mount-SPContentDatabase "<ContentDb>" -DatabaseServer "<DbServer>" -WebApplication Where: <ContentDb> is the content database to be attached <DbServer> is the name of the database server is the name of the Web application to which the content database is being attached

9 Site Collection Split and Migration A SharePoint database may grow in size even after archiving and replacing with shortcuts. The SharePoint administrator may need to split a site collection into smaller site collections. This is supported provided the updated site collections use Managed Paths to maintain the URL. Managed Paths allow users to specify the paths in the URL namespace of a web application to use for site collections. You can specify that one or more site collections exist at a specified path. This can be used to maintain the same URL of the original site collection once it has been split into two or more site collections. The following steps will allow you to split the site collection into two or more parts and still maintain shortcut access to archived content. 1. In Powershell, run the script backup-spsite -identity sitecollectionpath -path pathtobackupfile force 2. Next, in SharePoint Central Administrator, create a new Content database named Wss_Content_teams_subcollectionb. 3. Create a New Managed Explicit inclusion path named after the sub-site area of the collection you will be restoring (/def) 4. Create a new site collection using the managed path above and make sure it is created using the blank site template. 5. At this point the old content is not available. Only the blank site is available. 6. In Powershell, run the command: restore-spsite -identity newcollectionurl -p path fullpathtobackupfile -databaseserver sqlservername - databasename databasename force 7. When this is done, the result is that all the content in the site, but the URL will have an extra path in it ( that is: 8. Next, open the new site collection. Go to Site Settings and Site Collection features and turn on SharePoint Server Publishing Infrastructure if not already enabled. 9. Next, go to Site Manager for the new site root ( 10. If you see duplicate node (/def/def/), then expand the duplicate node. Then using Site Manager select each one of the sub-sites and select Move and set the destination at the root site (/def) and the site will be moved. For example, if the user has a site and wants to split the archived data from this to across multiple sites such as and it is possible to do so. The following operations will work as expected after the migration: Recall of shortcuts In-place restore Recall of shortcut in version history for documents Search through web part Send to option to different locations SharePoint archiving

10 Known Limitation: When we restore a document from Enterprise Vault search Web part, the document is restored to the site where it was archived from instead restoring to the current site. For example: xyz.doc was archived and a shortcut was created at site Now, split this site and migrate site collection to different site collection This is created in a different content database (using Managed Path). This file was moved as part of a migration to a different site collection ( A user launches and performs a search for xyz.doc. The user then restores the file using the Enterprise Vault Search web part for SharePoint. The file will be restored to its original content database (stored on instead of the new content database ( "xyz.doc" is restored to document library instead If site (source site) does not exist in SharePoint, then the restore operation fails.

11 Working with 3 rd party Migration Solutions If you are migrating Enterprise Vault for SharePoint shortcuts with a 3 rd party migration tool there are a couple of things to be aware of. Migration tools need to copy the custom property bag during migration. Enterprise Vault for SharePoint shortcuts requires custom properties to function. If the custom property bag is not included in the migration shortcuts will not function after the migration. Once the migration is complete, you need to install the Enterprise Vault for SharePoint components on the new version of SharePoint to make sure that Enterprise Vault works properly. Manual Migration using EVSPShortcutManager In some cases it may be easier to recall your existing shortcuts prior to the migration. This is only recommended as a last resort if you run into problems (example you want to use a 3 rd party migration tool that does not support moving the custom property bag) with your migration as it is a very manual process. To manually recall shortcuts and replace them with the original file, you can leverage the EVSPShortcutmanager tool. EVSPShortcutManager.exe is a command-line utility that enables you to manage the Enterprise Vault SharePoint shortcuts. This utility enables you to recall archived items to replace the shortcuts from the site, collections and libraries with the corresponding original documents. Permissions required for EVSPShortcutManager: On the SharePoint server: Local administrator Sysadmin server role on the SharePoint configuration database Along with ONE of the following roles: Site Collect Administrator Web Application Administrator Site Administrator

12 Syntax: EVSPShortcutManager operation location url url [options] Argument operation location URL options Description -recall: To replace shortcuts with the corresponding archived SharePoint documents. Run the convert option to ensure that all the HTML shortcuts are converted to new seamless shortcuts. -server: Processes the entire SharePoint server. Do not specify an URL in this case -site -library URL of the SharePoint site collection or library that needs to be processed -report -silent -log -norecurse: Use with site to avoid processing subsites

13 Handling a Different Web Application Name (Different URL) in the new environment Often when upgrading to a new SharePoint environment the Web Application name may change resulting in a new URL. If content has been archived prior to migrating to a new SharePoint environment we recommend keeping the same name, if possible. However, if you need to change the web application name (or have already done the migration), follow these steps to ensure your shortcuts continue to work properly: 1. Remove the target within the Enterprise Vault Admin console that points to the old web application name. NOTE: Deleting a target does not delete the archive. 2. Once the old target is removed, add the new Web Application as a target in the Vault Admin Console. NOTE: While re-adding the target ensure you are using the same vault store used before. 3. Run the archive task on the new target. When the target is re-added Enterprise Vault will reassociate the original archive with the new target URL so that you will be able to access content via shortcuts that were created under the old URL. These steps will preserve all functionality with one minor exception. When using the Enterprise Vault for SharePoint Search Web Part you will not be able to use the RESTORE option to restore the item to its original location as the original location will point to the original URL (a location which no longer exists). This is a minor issue as simply clicking on a shortcut will allow you to access the archived content. Also the Enterprise Vault for SharePoint Search Web Part will allow you to search for old content and open it only the restore option does not work.

14 About Symantec: Symantec is a global leader in providing security, storage, and systems management solutions to help consumers and organizations secure and manage their information-driven world. Our software and services protect against more risks at more points, more completely and efficiently, enabling confidence wherever information is used or stored. Headquartered in Mountain View, Calif., Symantec has operations in 40 countries. More information is available at For specific country offices and contact numbers, please visit our Web site: Symantec Corporation World Headquarters 350 Ellis Street Mountain View, CA USA +1 (650) (800) 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.

Enterprise Vault 11 Feature Briefing

Enterprise Vault 11 Feature Briefing Enterprise Vault 11 Feature Briefing Enterprise Vault SCOM Enhancements This document is about the new Enterprise Vault SCOM enhancements introduced in Enterprise Vault 11. If you have any feedback or

More information

Enterprise Vault Whitepaper Move Archive Feature Overview

Enterprise Vault Whitepaper Move Archive Feature Overview Enterprise Vault Whitepaper Move Archive Feature Overview This document provides an overview of the Enterprise Vault Move Archive feature This document applies to the following version(s) of :

More information

Direct virtual machine creation from backup with BMR

Direct virtual machine creation from backup with BMR NETBACKUP 7.6 FEATURE BRIEFING DIRECT VIRTUAL MACHINE CREATION FROM BACKUP WITH BMR NetBackup 7.6 Feature Briefing Direct virtual machine creation from backup with BMR Version number: 1.0 Issue date: 5

More information

EV 10.0.3 Feature Briefing

EV 10.0.3 Feature Briefing EV 10.0.3 Feature Briefing Exchange Server 2013 OWA Support This document is one of a set of Feature Briefings which detail major new or changed features in Enterprise Vault 10. This document covers the

More information

Enterprise Vault 10 Feature Briefing

Enterprise Vault 10 Feature Briefing Enterprise Vault 10 Feature Briefing Nirvanix Cloud Storage This document is one of a set of Feature Briefings which detail major new or changed features in Enterprise Vault 10. This document covers the

More information

Enterprise Vault Whitepaper Configuring a NAS device as Enterprise Vault storage

Enterprise Vault Whitepaper Configuring a NAS device as Enterprise Vault storage Enterprise Vault Whitepaper Configuring a NAS device as Enterprise Vault storage This document provides background and guidance on how configure Symantec Enterprise Vault with generic Network Attached

More information

Enterprise Vault Whitepaper

Enterprise Vault Whitepaper Enterprise Vault Whitepaper Migrating and Consolidating File Servers with Enterprise Vault This whitepaper discusses migrating and consolidating file servers that have content archived with Enterprise

More information

Symantec Enterprise Vault for Microsoft Exchange

Symantec Enterprise Vault for Microsoft Exchange Symantec Enterprise Vault for Microsoft Exchange Store, manage, and discover critical business information Data Sheet: Archiving Trusted and proven email archiving Symantec Enterprise Vault, the industry

More information

NetBackup Best Practice Using Tape Storage with Deduplicating Disk Storage

NetBackup Best Practice Using Tape Storage with Deduplicating Disk Storage NetBackup Best Practice Using Tape Storage with Deduplicating Disk Storage This document looks at best practices around creating multiple copies of backups on a mixture of tape and deduplicating disk storage.

More information

Symantec Backup Exec 2012 Licensing Guide

Symantec Backup Exec 2012 Licensing Guide REPORT: SYMANTEC BACKUP EXEC 2012 LICENSING GUIDE........................................ Symantec Backup Exec 2012 Licensing Guide Who should read this paper Use this guide to learn how to license Symantec

More information

Data Sheet: Archiving Symantec Enterprise Vault for Microsoft Exchange Store, Manage, and Discover Critical Business Information

Data Sheet: Archiving Symantec Enterprise Vault for Microsoft Exchange Store, Manage, and Discover Critical Business Information Store, Manage, and Discover Critical Business Information Trusted and Proven Email Archiving Symantec Enterprise Vault, the industry leader in email and content archiving, enables companies to store, manage,

More information

Enterprise Vault Whitepaper

Enterprise Vault Whitepaper Enterprise Vault Whitepaper Enterprise Vault and Microsoft Office 365 This document outlines the integration of the offsite Office 365 email service with an on-premises Enterprise Vault solution. If you

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

Symantec Enterprise Vault for Microsoft Exchange

Symantec Enterprise Vault for Microsoft Exchange Symantec Enterprise Vault for Microsoft Exchange Store, manage, and discover critical business information Data Sheet: Archiving Trusted and proven email archiving Symantec Enterprise Vault, the industry

More information

Benefits of upgrading to Enterprise Vault 11

Benefits of upgrading to Enterprise Vault 11 Benefits of upgrading to Vault 11 This document describes the new s and benefits that are available to existing customers who upgrade to Vault 11. Upgrading to the latest version can provide benefits in

More information

Data Sheet: Archiving Symantec Enterprise Vault Store, Manage, and Discover Critical Business Information

Data Sheet: Archiving Symantec Enterprise Vault Store, Manage, and Discover Critical Business Information Store, Manage, and Discover Critical Business Information Managing millions of mailboxes for thousands of customers worldwide, Enterprise Vault, the industry leader in email and content archiving, enables

More information

Symantec NetBackup 7.5 What s New and Version Comparison Matrix

Symantec NetBackup 7.5 What s New and Version Comparison Matrix Symantec NetBackup 7.5 What s New and Version Comparison Matrix Solution Overview: Data Protection While backup takes many forms, recovery shouldn t. Symantec NetBackup with V-Ray technology is the single

More information

Symantec Enterprise Vault for Microsoft Exchange Server

Symantec Enterprise Vault for Microsoft Exchange Server Symantec Enterprise Vault for Microsoft Exchange Server Store, manage, and discover critical business information Data Sheet: Archiving Trusted and proven email archiving performance and users can enjoy

More information

WHITE PAPER SPON. Managing SharePoint Growth: Strategies for Planning and Governance. Published October 2012. An Osterman Research White Paper

WHITE PAPER SPON. Managing SharePoint Growth: Strategies for Planning and Governance. Published October 2012. An Osterman Research White Paper WHITE PAPER N Managing Growth: An Osterman Research White Paper Published October 2012 sponsored by SPON sponsored by Osterman Research, Inc. P.O. Box 1058 Black Diamond, Washington 98010-1058 USA Tel:

More information

WHITE PAPER. Symantec Enterprise Vault and Exchange 2010. Alex Brown Product Manager

WHITE PAPER. Symantec Enterprise Vault and Exchange 2010. Alex Brown Product Manager WHITE PAPER Symantec Enterprise Vault and Exchange 2010 Alex Brown Product Manager Introduction... 3 Plans for Exchange Server 2010 support and compatibility?... 3 So what is new in Exchange Server 2010?...

More information

Migrating from SharePoint 2007 to SharePoint 2013. www.discovertechnologies.com

Migrating from SharePoint 2007 to SharePoint 2013. www.discovertechnologies.com Migrating from SharePoint 2007 to SharePoint 2013 www.discovertechnologies.com Migrating from SharePoint 2007 to SharePoint 2013 SharePoint 2007 provides a great collaboration platform, but as the business

More information

Solution Overview: Data Protection Archiving, Backup, and Recovery Unified Information Management for Complex Windows Environments

Solution Overview: Data Protection Archiving, Backup, and Recovery Unified Information Management for Complex Windows Environments Unified Information Management for Complex Windows Environments The Explosion of Unstructured Information It is estimated that email, documents, presentations, and other types of unstructured information

More information

Intelligent Information Management: Archive & ediscovery

Intelligent Information Management: Archive & ediscovery Intelligent Information Management: Archive & ediscovery Byron Chang Senior Systems Engineer / Symantec Hong Kong Agenda 1 Today s Information Management Challenges 2 Why Information Management? 3 The

More information

Backup Exec 2010: Archiving Options

Backup Exec 2010: Archiving Options Backup Exec 2010: Archiving Options White Paper: Backup Exec 2010: Archiving Options Backup Exec 2010: Archiving Options Contents Introduction............................................................................................

More information

Archiving, Backup, and Recovery for Complete the Promise of Virtualization

Archiving, Backup, and Recovery for Complete the Promise of Virtualization Archiving, Backup, and Recovery for Complete the Promise of Virtualization Unified information management for enterprise Windows environments The explosion of unstructured information It is estimated that

More information

Data Sheet: Archiving Symantec Enterprise Vault for Microsoft Exchange Store, Manage, and Discover Critical Business Information

Data Sheet: Archiving Symantec Enterprise Vault for Microsoft Exchange Store, Manage, and Discover Critical Business Information Store, Manage, and Discover Critical Business Information Trusted and proven email archiving Enterprise Vault, the industry leader in email and content archiving, enables companies to store, manage, and

More information

Symantec Backup Exec 2010 R2. Quick Installation Guide

Symantec Backup Exec 2010 R2. Quick Installation Guide Symantec Backup Exec 2010 R2 Quick Installation Guide 20047221 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement.

More information

Understanding the Value of Symantec Managed Enterprise Vault

Understanding the Value of Symantec Managed Enterprise Vault REPORT: UNDERSTANDING THE VALUE OF SYMANTEC MANAGED.......... ENTERPRISE........... VAULT................... Understanding the Value of Symantec Managed Enterprise Vault Who should read this paper IT managers

More information

Learn About Symantec Backup Exec 2012

Learn About Symantec Backup Exec 2012 Symantec Backup Exec 2012 Siedziba spółki: Perceptus sp. z o. o. Ul. Drzewna 30/2A 65-140 Zielona Góra Biuro handlowe ul. Chopina 14A 65-031 Zielona Góra Tel. 68 470 07 70 Fax 68 470 07 79 Email: perceptus@perceptus.pl

More information

Enterprise Vault Installing and Configuring

Enterprise Vault Installing and Configuring Enterprise Vault Installing and Configuring Enterprise Vault 6.0 Legal Notice Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, VERITAS, the VERITAS Logo, and Enterprise

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Symantec Enterprise Vault Technical Note. Administering the Monitoring database. Windows

Symantec Enterprise Vault Technical Note. Administering the Monitoring database. Windows Symantec Enterprise Vault Technical Note Administering the Monitoring database Windows December 2006 Symantec Enterprise Vault Administering the Monitoring database Copyright 2006 Symantec Corporation.

More information

Symantec Enterprise Vault for Lotus Domino

Symantec Enterprise Vault for Lotus Domino Symantec Enterprise Vault for Lotus Domino Store, Manage and Discover Critical Business Information Overview Industry-leading email archiving for Lotus Domino With the recognition that email has become

More information

WHITE PAPER: ENTERPRISE SOLUTIONS. Symantec Backup Exec Continuous Protection Server Continuous Protection for Microsoft SQL Server Databases

WHITE PAPER: ENTERPRISE SOLUTIONS. Symantec Backup Exec Continuous Protection Server Continuous Protection for Microsoft SQL Server Databases WHITE PAPER: ENTERPRISE SOLUTIONS Symantec Backup Exec Continuous Protection Server Continuous Protection for Microsoft SQL Server Databases White Paper: Enterprise Solutions Symantec Backup Exec Continuous

More information

Demystifying Virtualization for Small Businesses Executive Brief

Demystifying Virtualization for Small Businesses Executive Brief Demystifying Virtualization for Small Businesses White Paper: Demystifying Virtualization for Small Businesses Demystifying Virtualization for Small Businesses Contents Introduction............................................................................................

More information

Symantec Managed PKI for SSL Support Overview. How to get quick and convenient customer support

Symantec Managed PKI for SSL Support Overview. How to get quick and convenient customer support WHITE PAPER: SYMANTEC MANAGED PKI FOR SSL SUPPORT OVERVIEW Symantec Managed PKI for SSL Support Overview How to get quick and convenient customer support Symantec Managed PKI for SSL Support Overview CONTENTS

More information

Backup Exec 15. Quick Installation Guide

Backup Exec 15. Quick Installation Guide Backup Exec 15 Quick Installation Guide 21344987 Documentation version: 15 PN: 21344987 Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, the Checkmark

More information

Optimizing the Data Center for Today s State & Local Government

Optimizing the Data Center for Today s State & Local Government WHITE PAPER: OPTIMIZING THE DATA CENTER FOR TODAY S STATE...... &.. LOCAL...... GOVERNMENT.......................... Optimizing the Data Center for Today s State & Local Government Who should read this

More information

Symantec Backup Exec.cloud Customer Pricing and Licensing Guide

Symantec Backup Exec.cloud Customer Pricing and Licensing Guide WHITE PAPER: SYMANTEC BACKUP EXEC.CLOUD CUSTOMER PRICING........ AND.... LICENSING.......... GUIDE.................. Symantec Backup Exec.cloud Customer Pricing and Licensing Guide Who should read this

More information

Acronis SharePoint Explorer. User Guide

Acronis SharePoint Explorer. User Guide Acronis SharePoint Explorer User Guide Table of contents 1 Introducing Acronis SharePoint Explorer... 3 1.1 Supported Microsoft SharePoint versions... 3 1.2 Supported backup locations... 3 1.3 Licensing...

More information

Veritas Enterprise Vault for Microsoft Exchange Server

Veritas Enterprise Vault for Microsoft Exchange Server Veritas Enterprise Vault for Microsoft Exchange Server Store, manage, and discover critical business information Trusted and proven email archiving Veritas Enterprise Vault, the industry leader in email

More information

Backup and Restore with 3 rd Party Applications

Backup and Restore with 3 rd Party Applications Backup and Restore with 3 rd Party Applications Contents Introduction...1 Backup Software Capabilities...1 Backing up a Single Autodesk Vault Site...1 Backup Process...1 Restore Process...1 Backing up

More information

Symantec Enterprise Vault and Symantec Enterprise Vault.cloud

Symantec Enterprise Vault and Symantec Enterprise Vault.cloud Symantec Enterprise Vault and Symantec Enterprise Vault.cloud Better store, manage, and discover business-critical information Solution Overview: Archiving Introduction The data explosion that has burdened

More information

CommVault Simpana Archive 8.0 Integration Guide

CommVault Simpana Archive 8.0 Integration Guide CommVault Simpana Archive 8.0 Integration Guide Data Domain, Inc. 2421 Mission College Boulevard, Santa Clara, CA 95054 866-WE-DDUPE; 408-980-4800 Version 1.0, Revision B September 2, 2009 Copyright 2009

More information

TECHNICAL BRIEF. Primary Storage Compression with Storage Foundation 6.0

TECHNICAL BRIEF. Primary Storage Compression with Storage Foundation 6.0 TECHNICAL BRIEF Primary Storage Compression with Storage Foundation 6.0 Technical Brief Primary Storage Compression with Storage Foundation 6.0 Contents Introduction... 4 What is Compression?... 4 Differentiators...

More information

Protect Your Cisco UCS Domain with Symantec NetBackup

Protect Your Cisco UCS Domain with Symantec NetBackup SYMANTEC NETBACKUP WHITEPAPER PROTECTING A CISCO UCS DOMAIN White Paper Protect Your Cisco UCS Domain with Symantec NetBackup August 2014 This document is provided for informational purposes only. All

More information

SharePoint Backup Guide

SharePoint Backup Guide SharePoint Backup Guide for Microsoft Windows Backing up and restoring SharePoint sites and content databases using Attix5 Pro. Copyright notice and proprietary information This User Manual is published

More information

Symantec Backup Exec 2012

Symantec Backup Exec 2012 Better backup for all Data Sheet: Backup and Disaster Recovery Overview is one integrated product that protects virtual and physical environments, simplifies both backup and disaster recovery, and recovers

More information

Symantec Enterprise Vault. Upgrading to Enterprise Vault 11.0.1

Symantec Enterprise Vault. Upgrading to Enterprise Vault 11.0.1 Symantec Enterprise Vault Upgrading to Enterprise Vault 11.0.1 Symantec Enterprise Vault: Upgrading to Enterprise Vault 11.0.1 The software described in this book is furnished under a license agreement

More information

Symantec ApplicationHA agent for SharePoint Server 2010 Configuration Guide

Symantec ApplicationHA agent for SharePoint Server 2010 Configuration Guide Symantec ApplicationHA agent for SharePoint Server 2010 Configuration Guide Windows on Hyper-V 6.1 February 2014 Symantec ApplicationHA agent for SharePoint Server 2010 Configuration Guide The software

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up SMTP Archiving 10.0 Symantec Enterprise Vault: Setting up SMTP Archiving The software described in this book is furnished under a license agreement and may be used

More information

Athena Mobile Device Management from Symantec

Athena Mobile Device Management from Symantec Athena Mobile Device Management from Symantec Scalable, Secure, and Integrated Device Management for ios and Android Data Sheet: Endpoint Management and Mobility Overview The rapid proliferation of mobile

More information

HELP DOCUMENTATION E-SSOM BACKUP AND RESTORE GUIDE

HELP DOCUMENTATION E-SSOM BACKUP AND RESTORE GUIDE HELP DOCUMENTATION E-SSOM BACKUP AND RESTORE GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Store, Manage, and Discover Critical Business Information The pressure on organizations to protect and manage data has intensified with the recent growth in unstructured data and the reliance on email

More information

ENTERPRISE VAULT 9.0 FEATURE BRIEFING

ENTERPRISE VAULT 9.0 FEATURE BRIEFING ENTERPRISE VAULT 9.0 FEATURE BRIEFING Enterprise Vault 9.0 Exchange Archiving Updates This document is for internal and partner use only. Do not distribute copies of this document to customers. If you

More information

W H I T E P A P E R : T E C H N I C AL. Enterprise Vault 9.0 Archiving from Exchange Server 2010. Dan Strydom Technical Field Enablement November 2010

W H I T E P A P E R : T E C H N I C AL. Enterprise Vault 9.0 Archiving from Exchange Server 2010. Dan Strydom Technical Field Enablement November 2010 W H I T E P A P E R : T E C H N I C AL Enterprise Vault 9.0 Archiving from Exchange Server 2010 Dan Strydom Technical Field Enablement November 2010 White Paper: Symantec Technical Contents Introduction...

More information

What s New with Enterprise Vault 11? Symantec Enterprise Vault 11 - What's New?

What s New with Enterprise Vault 11? Symantec Enterprise Vault 11 - What's New? What s New with Enterprise Vault 11? 1 Disclaimer Any information regarding pre-release Symantec offerings, future updates or other planned modifications is subject to ongoing evaluation by Symantec and

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 Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

Optimizing the Data Center for Today s Federal Government

Optimizing the Data Center for Today s Federal Government WHITE PAPER: OPTIMIZING THE DATA CENTER FOR TODAY S FEDERAL......... GOVERNMENT............................... Optimizing the Data Center for Today s Federal Government Who should read this paper CIOs,

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up SMTP Archiving 11.0 Symantec Enterprise Vault: Setting up SMTP Archiving The software described in this book is furnished under a license agreement and may be used

More information

How to Create a Delegated Administrator User Role / To create a Delegated Administrator user role Page 1

How to Create a Delegated Administrator User Role / To create a Delegated Administrator user role Page 1 Managing user roles in SCVMM How to Create a Delegated Administrator User Role... 2 To create a Delegated Administrator user role... 2 Managing User Roles... 3 Backing Up and Restoring the VMM Database...

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up SharePoint Server Archiving 10.0 Symantec Enterprise Vault: Setting up SharePoint Server Archiving The software described in this book is furnished under a license

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Cloud, Appliance, or Software? How to Decide Which Backup Solution Is Best for Your Small or Midsize Organization.

Cloud, Appliance, or Software? How to Decide Which Backup Solution Is Best for Your Small or Midsize Organization. WHITE PAPER: CLOUD, APPLIANCE, OR SOFTWARE?........................................ Cloud, Appliance, or Software? How to Decide Which Backup Solution Is Best for Your Small or Midsize Who should read

More information

Data Sheet: Archiving Symantec Enterprise Vault Discovery Accelerator Accelerate e-discovery and simplify review

Data Sheet: Archiving Symantec Enterprise Vault Discovery Accelerator Accelerate e-discovery and simplify review Accelerate e-discovery and simplify review Overview provides IT/Legal liaisons, investigators, lawyers, paralegals and HR professionals the ability to search, preserve and review information across the

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

Backup Exec 2014: Protecting Microsoft SharePoint

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

More information

Clearwell Legal ediscovery Solution

Clearwell Legal ediscovery Solution SOLUTION BRIEF: CLEARWELL LEGAL ediscovery SOLUTION Solution Brief Clearwell Legal ediscovery Solution The Challenge: Months Delay in Ascertaining Case Facts and Determining Case Strategy, High Cost of

More information

WHITE PAPER: ENTERPRISE SOLUTIONS. Effective Enterprise Data Management with Veritas NetBackup and Symantec Enterprise Vault Software Solutions

WHITE PAPER: ENTERPRISE SOLUTIONS. Effective Enterprise Data Management with Veritas NetBackup and Symantec Enterprise Vault Software Solutions WHITE PAPER: ENTERPRISE SOLUTIONS Effective Enterprise Data Management with Veritas NetBackup and Symantec Enterprise Vault Software Solutions Now from Symantec White Paper: Enterprise Solutions Effective

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up Exchange Server Archiving 11.0 Symantec Enterprise Vault: Setting up Exchange Server Archiving The software described in this book is furnished under a license agreement

More information

Symantec Workspace Virtualization 7.6

Symantec Workspace Virtualization 7.6 Simplifies application packaging and delivery, eliminates application conflicts, supports normal visibility Data Sheet: Endpoint Management Improve the control and management of your organization s endpoints

More information

Archiving with Enterprise Vault Bruno Ritter

Archiving with Enterprise Vault Bruno Ritter Archiving with Enterprise Vault Bruno Ritter Senior Presales Tech Specialist Symantec Enterprise Vault Flexible Policy-based Archiving Software Resource management Retention management Discovery management

More information

PST Migration with Enterprise Vault 8.0: Part 1 - Solution Overview. Author: Andy Joyce, EV Technical Product Management Date: April, 2009

PST Migration with Enterprise Vault 8.0: Part 1 - Solution Overview. Author: Andy Joyce, EV Technical Product Management Date: April, 2009 WHITE PAPER: TECHNICAL PST Migration with Enterprise Vault 8.0: Part 1 - Solution Overview Author: Andy Joyce, EV Technical Product Management Date: April, 2009 White Paper: Symantec Technical PST Migration

More information

Symantec ServiceDesk 7.1

Symantec ServiceDesk 7.1 Information Technology Infrastructure Library support and process automation puts the service back in service desk Data Sheet: Endpoint Management Overview IT departments are coming under pressure to do

More information

LAE 5.1. Windows Server Installation Guide. Version 1.0

LAE 5.1. Windows Server Installation Guide. Version 1.0 LAE 5.1 Windows Server Installation Guide Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS THEREOF MAY NOT BE REPRODUCED IN ANY FORM WITHOUT

More information

Symantec Backup Exec 2010

Symantec Backup Exec 2010 Reliable Backup and Recovery Designed for Your Growing Business Overview delivers market leading backup and recovery protection from server to desktop. Easily protect more data while you reduce storage

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

VERITAS NetBackup Vault 6.0

VERITAS NetBackup Vault 6.0 VERITAS NetBackup Vault 6.0 Operator s Guide for UNIX, Windows, and Linux N15282C September 2005 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Taking the Leap to Virtualization

Taking the Leap to Virtualization WHITE PAPER: TAKING THE LEAP TO VIRTUALIZATION........................................ Taking the Leap to Virtualization Who should read this paper Midsized Business IT Directors, IT Managers and IT Administration

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

W H I T E P A P E R. Symantec Enterprise Vault and Exchange Server 2010. November 2011

W H I T E P A P E R. Symantec Enterprise Vault and Exchange Server 2010. November 2011 W H I T E P A P E R Symantec Enterprise Vault and Exchange Server 2010 November 2011 Introduction... 3 Enterprise Vault Support and Compatibility for Exchange Server 2010... 3 So What Is New In Exchange

More information

2.0. Quick Start Guide

2.0. Quick Start Guide 2.0 Quick Start Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this guide is furnished

More information

Securing Your Software for the Mobile Application Market

Securing Your Software for the Mobile Application Market WHITE PAPER: SECURING YOUR SOFTWARE FOR THE MOBILE APPLICATION MARKET White Paper Securing Your Software for the Mobile Application Market The Latest Code Signing Technology Securing Your Software for

More information

Symantec System Recovery 2011 Management Solution Administrator's Guide

Symantec System Recovery 2011 Management Solution Administrator's Guide Symantec System Recovery 2011 Management Solution Administrator's Guide Symantec System Recovery 2011 Management Solution Administrator's Guide The software described in this book is furnished under a

More information

Symantec NetBackup Vault Operator's Guide

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

More information

Wise Package Studio 8.0 MR1 Release Notes

Wise Package Studio 8.0 MR1 Release Notes Wise Package Studio 8.0 MR1 Release Notes Wise Package Studio 8.0 MR1 Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance with the

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

Symantec Enterprise Vault Symantec Enterprise Vault Setting up File System Archiving (FSA) 11.0 Symantec Enterprise Vault: Setting up File System Archiving (FSA) The software described in this book is furnished under a license

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

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

Best Practices for Running Symantec Endpoint Protection 12.1 on Point-of- Sale Devices

Best Practices for Running Symantec Endpoint Protection 12.1 on Point-of- Sale Devices TECHNICAL BRIEF: BEST PRACTICES GUIDE FOR PROTECTING RETAIL....... POS.... SYSTEMS............................. Best Practices for Running Symantec Endpoint Protection 12.1 on Point-of- Sale Devices Who

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Mac OS X Users 10.0 Symantec Enterprise Vault: Guide for Mac OS X Users The software described in this book is furnished under a license agreement and may be used only

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information

Simplify Your Windows Server Migration

Simplify Your Windows Server Migration SOLUTION BRIEF: ENDPOINT MANAGEMENT........................................ Simplify Your Windows Server Migration Who should read this paper Windows Server 2003 customers looking to migrate to the latest

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 10.0 Full Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

Acronis Backup & Recovery 11.5 Quick Start Guide Acronis Backup & Recovery 11.5 Quick Start Guide Applies to the following editions: Advanced Server for Windows Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server

More information

Enterprise Vault 6.0. SMTP Archiving

Enterprise Vault 6.0. SMTP Archiving Enterprise Vault 6.0 SMTP Archiving Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes no warranty of any kind with regard

More information

Symantec Enterprise Vault Technical Note. Backing up Enterprise Vault in a clustered environment. Windows

Symantec Enterprise Vault Technical Note. Backing up Enterprise Vault in a clustered environment. Windows Symantec Enterprise Vault Technical Note Backing up Enterprise Vault in a clustered environment Windows December 2006 Symantec Enterprise Vault Backing up Enterprise Vault in a clustered environment Copyright

More information