Technical Note P/N REV A01 June 2012

Size: px
Start display at page:

Download "Technical Note P/N 300-014-175 REV A01 June 2012"

Transcription

1 EMC NetWorker Backup and Recovery Support for vcenter Server Technical Note P/N REV A01 June 2012 This technical note describes how to use the NetWorker software to backup and recover a vcenter Server based on the type of vcenter deployment. It also provides best practices for protecting a vcenter Server. The following topics are covered: Overview... 2 Backing up vcenter Server with the NetWorker Software... 2 Restoring vcenter Server with the NetWorker Software

2 Overview Overview This technical note describes how to use the NetWorker software to backup and recover a vcenter Server based on the type of vcenter deployment. It also provides best practices for protecting a vcenter Server. The vcenter Server is a virtualization management solution from VMware that provides centralized control of the entire virtual infrastructure. The vcenter Server offers core services related to resource management for ESXi hosts and VMs, VM and template management, VM deployment, scheduled tasks and alarms, event management, statistics, and logging. The vcenter Server uses a database for storing its configuration, permissions, statistics, and other data. Without a proper backup of the vcenter database, you might be required to rebuild the entire virtual infrastructure from scratch in the case of a disaster. It is recommended to backup the host that runs the vcenter Server in addition to backing up the vcenter database that resides either on the same host or on a different host. This technical note assumes that you have a working knowledge of VMware vsphere vcenter configuration. Backing up vcenter Server with the NetWorker Software There are multiple ways in which a vcenter Server can be deployed in an environment. The recommended method of protecting the vcenter Server depends on the type of deployment. This table illustrates the various deployment types with their recommended backup method. vcenter Server Deployment Type vcenter Server with embedded SQL Express database that runs on a Windows 2008 or 2008R2 platform vcenter Server that runs on a Windows 2008 or 2008R2 platform and a vcenter database server that is hosted on separate machine vcenter Server Backup Method: Perform a backup of the vcenter Server by using either of the following methods: Windows Disaster Recovery BareMetal Recovery (BMR) enabled backup Backup Scenario 1: vcenter Server with the bundled SQL Express database on page 3 provides more information. Perform the following steps: 1. Use the appropriate NetWorker Module software to backup the database. 2. Backup the vcenter Server by using either of the following methods: Windows Disaster Recovery BareMetal Recovery (BMR) enabled backup Backup Scenario 2: vcenter Server hosted on Windows with a remote database on page 6 provides more information. 2

3 Backing up vcenter Server with the NetWorker Software vcenter Server Deployment Type vcenter Server that runs on a Windows 2008 or 2008R2 platform and a vcenter database server that is hosted on separate machine Note: The recovery involves fresh vcenter installation. vcenter Server Appliance with an embedded database vcenter Server Appliance and the vcenter database server are hosted on a separate machine vcenter Server Backup Method: Perform the following steps: 1. Use the appropriate NetWorker Module software to backup the database. 2. Perform a filesystem backup of the required folders in the vcenter Server. Backup Scenario 4: vcenter Server hosted on Windows with remote database (non-dr backup) on page 10 provides more information. Note: When recovering the vcenter Server from this backup method, you must manually reinstall the vcenter Server application in a different machine. Perform a VADP backup of the vcenter Server appliance. vcenter Server Appliance (vcsa) with a bundled database on page 8 provides more information. Perform the following steps: 1. Use the appropriate NetWorker Module software to backup the database. 2. Perform a VADP backup of the vcenter Server appliance. vcenter Server Appliance (vcsa) with remote database on page 9 provides more information. Note: For vcenter Servers that are hosted on Windows platforms that run as a virtual machine, it is recommended to either use a Windows Disaster Recovery or BMR procedure to backup the vcenter Server. Do not use the VADP to backup the vcenter Server VM because: VMware recommends shutting down the vcenter services before the backup. VADP recovery has a limitation that requires a vcenter Server to be up and running prior to recovering any VM. This imposes a restriction that a standby vcenter Server is available for disaster recovery purposes. Backup Scenario 1: vcenter Server with the bundled SQL Express database For all vcenter Servers that are hosted on Windows with a bundled database, VMware recommends to shutdown all vcenter and database services before performing a backup. Since this will cause a downtime for the vcenter Server, schedule a backup at the least disruptive time. provides more information on this limitation. The following procedure uses the savepnpc backup command to shutdown the vcenter services, perform backup, and to bring the vcenter online again. 3

4 Backing up vcenter Server with the NetWorker Software To backup vcenter Server with bundled SQL Express database, perform these steps: Task 1: Configure the vcenter Server client on the NetWorker server To configure a vcenter Server client on the NetWorker server: 1. Open the NetWorker Management Console (Console) and then connect to the NetWorker server. 2. Create a Client resource for the vcenter Server. 3. Type the following value in the Backup command attribute in the Client resource of the vcenter Server: savepnpc 4. Create and save the following script as group-name.res in the following location on the vcenter Server: NetWorker_install_path\res where group-name is the same name that was used in the Group resource and was selected for the client that is running the vcenter Server. If the vcenter Server belongs to multiple backup groups, create a separate group-name.res file for each group to which it belongs. group-name.res type: savepnpc; precmd: "C:\\Windows\\System32\\cmd.exe /c C:\\<path-toscripts>\\stop-services.bat"; pstcmd: "C:\\Windows\\System32\\cmd.exe /c C:\\<path-toscripts>\\start-services.bat"; timeout: "12:00pm"; abort precmd with group: Yes; 5. On the vcenter Server, save the following script as stop-services.bat in the <path-to-scripts> folder: net stop "VMware VirtualCenter Server" /y PING n 20 > nul net stop VMwareVCMSDS PING n 20 > nul net stop "SQL Server (VIM_SQLEXP)" PING n 20 >nul 4

5 Backing up vcenter Server with the NetWorker Software 6. Create and save the following script as start-services.bat in the same <path-to-scripts> folder on the vcenter Server: start-services.bat net start "SQL Server (VIM_SQLEXP)" PING n 20 > nul net start "VMware VirtualCenter Server" PING n 20 > nul net start "VMware VirtualCenter Management Webservices" PING n 20 > nul Note: This script waits for 20 seconds before starting or stopping each service. If the vcenter services take longer to start or stop, increase the wait duration by changing the value passed to the -n parameter. Task 2: Customize the save set field as per the type of backup The procedure to customize the save set field of the NetWorker client differs if you are performing the following two different types of backup: Windows Disaster Recovery In the save set field of the vcenter Server client resource, set the value to All. The 7.6 Service Pack 2 Administration Guide or later provides information on how to configure a client for Windows Disaster Recovery backups and includes the related prerequisites. BMR If using HomeBase BMR: 1. In the save set field of the vcenter Server client resource, set the value to: All 2. In the Save operations attribute of the vcenter client, set the value to: VSS:DISASTER_RECOVERY=off The 7.6 Service Pack 2 Administration Guide or later provides information on how to configure a client for BMR enabled backups and includes the related prerequisites. Task 3: Customize the backup level and schedule To customize the backup level and schedule: 1. Schedule backups of the vcenter client. 2. Ensure that the backup level is set to Full for all of the scheduled backups of the vcenter Server. This step is required because Windows Disaster Recovery and BMR only support level full backups. 5

6 Backing up vcenter Server with the NetWorker Software The backup level is determined by the level of the NetWorker client or group. The backup level can be defined explicitly or through the schedule. The Backup Groups and Schedules chapter in the EMC NetWorker 7.6 Service Pack 2 Administration Guide or later provides information on how to set the schedule and backup level. Backup Scenario 2: vcenter Server hosted on Windows with a remote database To backup vcenter Server with a remote database server, perform the following steps: Task 1: Configure the vcenter Server client on the NetWorker server To configure a vcenter Server client on the NetWorker server: 1. Open the NetWorker Management Console (Console) and then connect to the NetWorker server. 2. Create a Client resource for the vcenter Server. 3. The procedure to customize the save set field of the NetWorker client differs if you are performing the following two different types of backup: For Windows Disaster Recovery In the save set field of the vcenter Server client resource, set the value to All. The 7.6 Service Pack 2 Administration Guide or later provides information on how to configure a client for Windows Disaster Recovery backups and includes related prerequisites. For HomeBase BMR: a. In the save set field of the vcenter Server client resource, set the value to: All b. In the Save operations attribute of the vcenter client, set the value to: VSS:DISASTER_RECOVERY=off The 7.6 Service Pack 2 Administration Guide or later provides information on how to configure a client for BMR enabled backups and includes the related prerequisites. 6

7 Backing up vcenter Server with the NetWorker Software Task 2: Customize the backup level and schedule of the vcenter Server client To customize the backup level and schedule: 1. Schedule backups of the vcenter client. 2. Ensure that the backup level is set to Full for all of the scheduled backups of the vcenter Server. This step is required because Windows Disaster Recovery and BMR only support level full backups. The backup level is determined by the level of the NetWorker client or group. The backup level can be defined explicitly or through the schedule. The Backup Groups and Schedules chapter in the 7.6 Service Pack 2 Administration Guide or later provides information on how to set the schedule and backup level. Task 3: Configure the vcenter database module client on the NetWorker server To configure the vcenter database module client on the NetWorker server: 1. Open the NetWorker Management Console (Console) and then connect to the NetWorker server. 2. Create a Client resource for the vcenter database server. For example, use the NetWorker Module for Microsoft Applications to back up the vcenter database that runs in a SQL Server 2008 database server. 3. Truncate the vcenter database transaction logs after each backup. Truncating database transaction logs ensures that logs will not grow too large which might lead to increased backup time. The appropriate NetWorker Module documentation provides information on how to: Configure a client for database backups and related pre-requisites Truncate logs Task 4: Customize the backup level and schedule of the vcenter database client Schedule the backups of the vcenter database server by using a NetWorker group. Ensure that the database server backup is scheduled to run either before or in parallel with the backup of vcenter Server. This maintains consistency of the vcenter database in case of disaster recovery. The Backup Groups and Schedules chapter in the 7.6 Service Pack 2 Administration Guide or later provides information on how to set the schedule and backup level. 7

8 Backing up vcenter Server with the NetWorker Software Backup Scenario 3: vcenter Server Appliance (vcsa) When using a vcenter Server that runs as a Linux appliance, use VADP to perform backup of the appliance. For disaster recovery purposes, there should be a standby vcenter Server available. The VADP backup image of the original vcenter Server can only be restored if the standby vcenter Server is up and running prior to the restore operation. vcenter Server Appliance (vcsa) with a bundled database To backup vcenter Linux appliance with a bundled database, perform the following steps: Task 1: Configure the vcenter Server client on the NetWorker server for VADP backup To configure a vcenter Server client on the NetWorker server for a VADP backup: 1. Open the NetWorker Management Console (Console) and then connect to the NetWorker server. 2. Create a Client resource for the vcenter Server. 3. In the vcenter Server client resource: a. Set the save set value to *FULL*. b. Select appropriate VADP proxy host. The Configuring NetWorker Clients for VADP Backup chapter in the 7.6 Service Pack 2 VMware Integration Guide provides information on how to configure a client for VADP backups and includes information on the related pre-requisites. Task 2: Customize the schedule of the vcenter Server client Use a NetWorker group to schedule the backups of the vcenter client. The Backup Groups and Schedules chapter in the 7.6 Administration Guide provides information on how to set the schedule and backup level. 8

9 Backing up vcenter Server with the NetWorker Software vcenter Server Appliance (vcsa) with remote database To backup vcenter Linux appliance with a remote database, perform the following steps: Task 1: Configure the vcenter Server client on the NetWorker server for VADP backup To configure a vcenter Server client on the NetWorker server for a VADP backup: 1. Open the NetWorker Management Console (Console) and then connect to the NetWorker server. 2. Create a Client resource for the vcenter Server. 3. In the vcenter Server client resource: a. Set the save set value to *FULL*. b. Select appropriate VADP proxy host. The Configuring NetWorker Clients for VADP Backup chapter in the EMC NetWorker 7.6 Service Pack 2 VMware Integration Guide provides information on how to configure a client for VADP backups and includes information on the related pre-requisites. Task 2: Customize the backup level and schedule of the vcenter Server client Use a NetWorker group to schedule the backups of the vcenter client. The Backup Groups and Schedules chapter in the 7.6 Administration Guide provides information on how to set the schedule and backup level. Task 3: Configure the vcenter database module client on the NetWorker server To configure the vcenter database module client on the NetWorker server: 1. Open the NetWorker Management Console (Console) and then connect to the NetWorker server. 2. Create a Client resource for the vcenter database server. For example, use the NetWorker Module for Databases and Applications to back up the vcenter Oracle database. 3. Truncate the vcenter database transaction logs after each backup. Truncating database transaction logs ensure that logs will not grow too large which might lead to increased backup time. The appropriate NetWorker Module documentation provides information on how to configure a client for database backups and related pre-requisites and how to truncate logs. 9

10 Backing up vcenter Server with the NetWorker Software Task 4: Customize the backup level and schedule of the vcenter database client Schedule the backups of the vcenter database server by using a NetWorker group. Ensure that the database server backup is scheduled to run either before or in parallel with the backup of vcenter Server. This maintains consistency of the vcenter database in case of disaster recovery. The Backup Groups and Schedules chapter in the 7.6 Administration Guide provides information on how to set the schedule and backup level. Backup Scenario 4: vcenter Server hosted on Windows with a remote database (non-dr backup) If the vcenter is connected to a remote database server, you can back up the vcenter management infrastructure components at the filesystem level. This type of backup is faster as compared to a full backup of the vcenter Server. However, the backup will not be DR-enabled, and you must manually recreate the target machine with a fresh operating system image prior to performing recovery of the vcenter. To perform a non-dr backup of vcenter that is hosted on Windows with remote database server, perform the following steps: Task 1: Configure the vcenter Server client with required save sets on the NetWorker server Create a client resource of the vcenter Server client and mention the following paths as save sets. SSL certificates The location of the SSL certificates varies according to the Windows version, but typically it is in one of the following folders: C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\SSL C:\ProgramData\VMware\VMware VirtualCenter\SSL License files: The location of the license files varies according to the Windows version, but typically it is in one of the following folders: C:\Program Files(x86)\VMware\Infrastructure\VirtualCenter Server\licenses C:\ProgramData\VMware\VMware VirtualCenter\licenses 10

11 Backing up vcenter Server with the NetWorker Software Audit logs: The location of the audit logs varies according to the Windows version, but typically it is in one of the following folders: C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\Logs C:\ProgramData\VMware\VMware VirtualCenter\Logs Windows guest customization (sysprep) files: The location of the Windows guest customization (sysprep) files varies according to the Windows version, but typically it is in one of the following folders: C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\sysprep C:\ProgramData\VMware\VMware VirtualCenter\sysprep The Backing up Data chapter in the 7.6 Administration Guide provides information on how to configure a client for filesystem backups Task 2: Customize the backup level and schedule of the vcenter Server client Use a NetWorker group to schedule the backups of the vcenter client. The Backup Groups and Schedules chapter the 7.6 Administration Guide provides information on how to set the schedule and backup level. Task 3: Configure the appropriate vcenter database module client on the NetWorker server To configure the vcenter database module client on the NetWorker server: 1. Open the NetWorker Management Console (Console) and then connect to the NetWorker server. 2. Create a Client resource for the vcenter database server. For example, use the NetWorker Module for Microsoft Applications to back up a vcenter database that runs in a SQL Server 2008 database server. 3. Truncate the vcenter database transaction logs after each backup. Truncating database transaction logs ensures that logs will not grow too large which might lead to increased backup time. The appropriate NetWorker Module documentation provides information on how to: Configure a client for database backups and related pre-requisites Truncate logs 11

12 Restoring vcenter Server with the NetWorker Software Task 4: Customize the backup level and schedule of the vcenter database client Schedule the backups of the vcenter database server by using a NetWorker group. Ensure that the database server backup is scheduled to run either before or in parallel with the backup of vcenter Server. This maintains consistency of the vcenter database in case of disaster recovery. The Backup Groups and Schedules chapter the 7.6 Administration Guide provides information on how to set the schedule and backup level. Restoring vcenter Server with the NetWorker Software The method of restoring a vcenter Server depends on the type of backup performed by using the NetWorker software. This section outlines the different vcenter Server recovery methods based on the backup type: Recovery Scenario 1: vcenter Server with the bundled SQL Express database on page 12 Recovery Scenario 2: vcenter Server hosted on Windows with a remote database on page 13 Recovery Scenario 3: vcenter Server Appliance with a bundled database on page 13 Recovery Scenario 4: vcenter Server Appliance with a remote database on page 14 Recovery Scenario 5: vcenter Server (fresh installation) hosted on Windows with a remote database on page 15 Recovery Scenario 6: vcenter Server Appliance (fresh installation) with a remote database on page 16 Recovery Scenario 1: vcenter Server with the bundled SQL Express database Restoring this type of backup is a one-step process where the entire vcenter Server is restored to the point where it was at the time of the backup. Depending on the backup type, refer to following documentation: For Windows Disaster Recovery The Windows Disaster Recovery operations section in the 7.6 Service Pack 2 or later Administration Guide provides more information. For HomeBase BMR The Recovering with BMR section in the EMC NetWorker 7.6 Service Pack 2 Administration Guide or later provides information on recovering with BMR. 12

13 Restoring vcenter Server with the NetWorker Software Recovery Scenario 2: vcenter Server hosted on Windows with a remote database Restoring this type of backup is a two-step process where the database is recovered and then the vcenter Server recovery is initiated. Perform the following steps in order: Task 1: Use the appropriate NetWorker Module software to perform the recovery of the database Use the appropriate NetWorker Module recovery steps to restore the vcenter database. For example, if the vcenter database is Oracle, perform a restore of Oracle as described in the NetWorker Module for Databases and Applications Administration Guide. Note: This step is only required if the vcenter database is no longer available. Task 2: Perform a Disaster Recovery of the vcenter Server After the database is up and running, recover the vcenter Server according to the backup type. Depending on the backup type, refer to following documentation for detailed information: For Windows Disaster Recovery The Windows Disaster Recovery operations section in the 7.6 Service Pack 2 or later Administration Guide provides more information. For HomeBase BMR The Recovering with BMR section in the EMC NetWorker 7.6 Service Pack 2 Administration Guide or later provides information on recovering with BMR. Recovery Scenario 3: vcenter Server Appliance with a bundled database Restoring this type of backup is a two-step process where the standby vcenter Server is brought online and then the vcenter Server recovery is initiated by using VADP. Perform the following steps in order: Task 1: Bring the standby vcenter Server online To bring the standby vcenter Server online: 1. Turn on the standby vcenter Server. 2. Ensure that the vcenter Server is up and running. 3. Attach the appropriate ESX or ESXi to the standby vcenter Server. 13

14 Restoring vcenter Server with the NetWorker Software Task 2: Perform a disaster recovery of the vcenter Server Appliance Perform the VADP image recovery of the vcenter Server Appliance by using the standby vcenter Server as the destination. The Recovering VADP Backups chapter in the 7.6 Service Pack 2 VMware Integration Guide provides information on how to perform image level recovery from VADP backups and includes information on the related pre-requisites. Recovery Scenario 4: vcenter Server Appliance with a remote database Restoring this type of backup is a three-step process where the database is recovered, a standby vcenter Server is brought online, and then the vcenter Server recovery is initiated. Perform the following steps in order: Task 1: Use the appropriate NetWorker Module software to perform a recovery of the database Use the appropriate NetWorker Module recovery steps to restore the vcenter database. For example, if vcenter database was Oracle then perform restore of Oracle as described in the NetWorker Module for Databases and Applications Administration Guide. Note: This step is only required if the vcenter database is no longer available. Task 2: Bring the standby vcenter Server online To bring the standby vcenter Server online: 1. Turn on the standby vcenter Server. 2. Ensure that the vcenter Server is up and running. 3. Attach the appropriate ESX or ESXi to the standby vcenter Server. Task 3: Perform a Disaster Recovery of the vcenter Server Appliance After the standby vcenter Server is online with the required ESX or ESXi attached to it, perform the VADP image recovery of the vcenter Server Appliance by using the standby vcenter Server as the destination. The Recovering VADP Backups chapter in the 7.6 Service Pack 2 VMware Integration Guide provides information on how to perform image level recovery from VADP backups and includes information on the related pre-requisites. 14

15 Restoring vcenter Server with the NetWorker Software Recovery Scenario 5: vcenter Server (fresh installation) hosted on Windows with a remote database Restoring this type of backup requires that a user create a fresh target machine as well as perform a reinstall of vcenter application. This type of restore is also used to migrate the vcenter Server to a different higherend machine. Perform the following steps in order: Task 1: Use the appropriate module to perform recovery of database Use the appropriate NetWorker Module recovery steps to restore the vcenter database. For example, if vcenter database was Oracle then perform a restore of Oracle as described in the NetWorker Module for Databases and Applications Administration Guide. Note: This step is only required if the vcenter database is no longer available. Task 2: Create a target machine with fresh operating system image To create a new machine with fresh operating system image: 1. Create a new machine with a fresh operating system image. This machine can either have the same hostname/ip as the original vcenter Server or a different hostname/ip. 2. Install the NetWorker client package on the target machine. 3. If assigning a different hostname/ip for the target machine, ensure that the target machine is configured as a client on the NetWorker server. Task 3: Use the NetWorker User program to restore the vcenter filesystem backups To restore the vcenter filesystem backups: 1. Perform a recovery of the vcenter filesystem backups onto the target machine. Note: Recover all of the save sets that were backed up as part of Backup Scenario 4: vcenter Server hosted on Windows with remote database (non-dr backup), Task 1: Configure the vcenter Server client with required save sets on the NetWorker server on page Ensure that the backups are restored to the same location in the target machine. 3. If the destination machine uses a different hostname/ip from the original vcenter Server, use the directed recovery feature to recover the save sets. 15

16 Restoring vcenter Server with the NetWorker Software 4. If a different hostname/ip is assigned for the target vcenter Server machine, the ESX/ESXi hosts will show up in disconnected state. This is because the ESX hosts must be made aware of that change, otherwise the ESX hosts will continue to send their heartbeats to the original IP address of vcenter Server and appear as not responding or disconnected. The following VMware kb article provides more information The 7.6 Administration Guide provides information on: How to recover data by using NetWorker User program. How to perform directed recovery Task 4: Prepare a DSN pointing to vcenter database Prepare a DSN that points to the database. The vsphere Upgrade Guide at provides more information. Task 5: Reinstall the vcenter Server application on the target machine To reinstall the vcenter Server application on the target machine: 1. Perform vcenter Server installation onto the destination machine. 2. Select the following option during installation: Do not overwrite, leave my existing database in place Note: Ensure that the new vcenter Server is of the same version as the original vcenter Server. If the version is different, you might face issues when connecting to the recovered database. Recovery Scenario 6: vcenter Server Appliance (fresh installation) with a remote database Restoring this type of backup requires that you create a fresh vcenter Server Appliance and then point it to the vcenter database. Perform the following steps in order: Task 1: Use the appropriate NetWorker Module software to perform a recovery of the database Use the appropriate NetWorker Module recovery steps to restore the vcenter database. For example, if vcenter database was Oracle then perform a restore of Oracle as described in the NetWorker Module for Databases and Applications Administration Guide. Note: This step is only needed if the vcenter database is no longer available. 16

17 Restoring vcenter Server with the NetWorker Software Task 2: Deploy a fresh vcenter Server Appliance and then point it to the recovered database To deploy a fresh vcenter Server Appliance: 1. Deploy a fresh vcenter Server appliance with either the same hostname/ip as the original vcenter Server or a different hostname/ip. 2. After deployment, point the new appliance to the recovered database server. 3. Do not to select the following option when configuring the remote database server settings in the vcenter Server Appliance: Reset DB contents If the new vcenter Server Appliance has the same hostname/ip as the original vcenter Server To recover a new vcenter Server Appliance with the same hostname/ip, where the SSL certificates changes, and the ESX/ESXi hosts displays as disconnected in the vsphere client: 1. Right-click Disconnected hosts> Connect. 2. Provide the root login credentials. 3. Follow the prompts to reconnect the ESX hosts. If the new vcenter Server Appliance has a different hostname/ip as the original vcenter Server If a different hostname/ip was assigned for the target vcenter Server Appliance, the ESX/ESXi hosts will show up in a disconnected state in the vsphere Client. This is because the ESX hosts must be made aware of that change, otherwise the ESX hosts will continue to send their heartbeats to the original IP address of vcenter Server and appear as not responding or disconnected. For more information, refer the below VMware kb article at To recover a fresh vcenter Server Appliance with a different hostname/ip as the original the vcenter Server: 1. Right-click Disconnected hosts> Connect. 2. Provide the root login credentials. 3. Follow the prompts to reconnect the ESX hosts. Note: Ensure that the new vcenter Appliance is of the same version as the original vcenter Server. If the version is different, you might face issues when connecting to the recovered database. 17

18 Restoring vcenter Server with the NetWorker Software Copyright 2012 EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED "AS IS." EMC CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. All other trademarks used herein are the property of their respective owners. 18

WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NETWORKER

WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NETWORKER TECHNICAL NOTES WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NETWORKER NETWORKER RELEASE 7.4 SERVICE PACK 2 AND LATER TECHNICAL NOTE P/N 300-010-339 REV A02 Table of Contents

More information

Release Notes P/N 300-012-130 Rev A01

Release Notes P/N 300-012-130 Rev A01 EMC HomeBase Version 6.5 Release Notes P/N 300-012-130 Rev A01 March 17, 2011 These release notes contain supplemental information about EMC HomeBase Server and Agent Release 6.5. Topics include: Revision

More information

Configuring High Availability for VMware vcenter in RMS Distributed Setup

Configuring High Availability for VMware vcenter in RMS Distributed Setup Configuring High Availability for VMware vcenter in RMS Distributed Setup This chapter describes the process of configuring high availability for the VMware vcenter. It provides the prerequisites and procedures

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server

VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server Technical Note VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server This document discusses ways to maintain the VirtualCenter database for increased performance and manageability.

More information

vsphere Upgrade vsphere 6.0 EN-001721-03

vsphere Upgrade vsphere 6.0 EN-001721-03 vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

EMC Data Domain Management Center

EMC Data Domain Management Center EMC Data Domain Management Center Version 1.1 Initial Configuration Guide 302-000-071 REV 04 Copyright 2012-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes

More information

Quick Start - Virtual Server idataagent (VMware)

Quick Start - Virtual Server idataagent (VMware) Page 1 of 24 Quick Start - Virtual Server idataagent (VMware) TABLE OF CONTENTS OVERVIEW Introduction Key Features Complete Virtual Machine Protection Granular Recovery of Virtual Machine Data Minimal

More information

Solution Overview VMWARE PROTECTION WITH EMC NETWORKER 8.2. White Paper

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

More information

VMware vcenter Update Manager Administration Guide

VMware vcenter Update Manager Administration Guide VMware vcenter Update Manager Administration Guide Update 1 vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Using MSCS to Cluster VirtualCenter VirtualCenter 2.0.1 Patch 2

Using MSCS to Cluster VirtualCenter VirtualCenter 2.0.1 Patch 2 Technical Note Using MSCS to Cluster VirtualCenter VirtualCenter 2.0.1 Patch 2 In a default installation, VMware VirtualCenter 2.x runs on a single Windows-based server. In order to provide high availability,

More information

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015 VMware vsphere Data Protection REVISED APRIL 2015 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Requirements.... 4 Evaluation Workflow... 5 Overview.... 5 Evaluation

More information

EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter

EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, VMware vcenter Converter A Detailed Review EMC Information Infrastructure Solutions Abstract This white paper

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

Upgrading to advanced editions of Acronis Backup & Recovery 10. Technical white paper

Upgrading to advanced editions of Acronis Backup & Recovery 10. Technical white paper Upgrading to advanced editions of Acronis Backup & Recovery 10 Technical white paper Table of contents 1 Introduction...3 2 Choosing the way to upgrade...3 2.1 Gradual upgrade... 3 2.2 Importing backup

More information

EMC VIPR SRM: VAPP BACKUP AND RESTORE USING EMC NETWORKER

EMC VIPR SRM: VAPP BACKUP AND RESTORE USING EMC NETWORKER EMC VIPR SRM: VAPP BACKUP AND RESTORE USING EMC NETWORKER ABSTRACT This white paper provides a working example of how to back up and restore an EMC ViPR SRM vapp using EMC NetWorker. October 2015 WHITE

More information

How to Backup and Restore a VM using Veeam

How to Backup and Restore a VM using Veeam How to Backup and Restore a VM using Veeam Table of Contents Introduction... 3 Assumptions... 3 Add ESXi Server... 4 Backup a VM... 6 Restore Full VM... 12 Appendix A: Install Veeam Backup & Replication

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Veeam Backup & Replication. Version 7.0

Veeam Backup & Replication. Version 7.0 Veeam Backup & Replication Version 7.0 January, 2014 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Veeam Backup & Replication. Version 8.0

Veeam Backup & Replication. Version 8.0 Veeam Backup & Replication Version 8.0 February, 2016 2016 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

EMC APPSYNC AND MICROSOFT SQL SERVER A DETAILED REVIEW

EMC APPSYNC AND MICROSOFT SQL SERVER A DETAILED REVIEW EMC APPSYNC AND MICROSOFT SQL SERVER A DETAILED REVIEW ABSTRACT This white paper discusses how EMC AppSync integrates with Microsoft SQL Server to provide a solution for continuous availability of critical

More information

VMware Data Recovery. Administrator's Guide EN-000193-00

VMware Data Recovery. Administrator's Guide EN-000193-00 Administrator's Guide EN-000193-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

High Availability for VMware GSX Server

High Availability for VMware GSX Server High Availability for GSX Server High Availability for GSX Server Revision 1.1.0 published January 2005, GeoCluster, and NSI are registered trademarks of NSI Software, Inc. Balance is a trademark of NSI

More information

Using Emergency Restore to recover the vcenter Server has the following benefits as compared to the above methods:

Using Emergency Restore to recover the vcenter Server has the following benefits as compared to the above methods: Executive Summary This document provides certain best practices with regards to the Emergency Restore feature in vsphere Data Protection 5.5 release. It also describes the methods and processes to be used

More information

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide Acronis Backup & Recovery 10 Advanced Server Virtual Edition Quick Start Guide Table of contents 1 Main components...3 2 License server...3 3 Supported operating systems...3 3.1 Agents... 3 3.2 License

More information

VMware Quick Start Guide

VMware Quick Start Guide VMware Quick Start Guide Quick Start Guide Version 5.8 March 7, 2011 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks

More information

VMWARE COURSE OUTLINE. Revision 1.0 Prepared by: See CY

VMWARE COURSE OUTLINE. Revision 1.0 Prepared by: See CY VMWARE COURSE OUTLINE Revision 1.0 Prepared by: See CY VMware Infrastructure Install, Configure & Manage v4 Course Part Number: VMware SKU: EDU-VS4ICM-OE Objective: To learn how to install, configure and

More information

TECHNICAL NOTES. Technical Notes P/N 300-999-663 REV 01

TECHNICAL NOTES. Technical Notes P/N 300-999-663 REV 01 TECHNICAL NOTES Protecting Virtual Machine Manager Environments by Using EMC NetWorker Module for Microsoft Applications Release 2.4 SP1 Technical Notes P/N 300-999-663 REV 01 January 30, 2013 These technical

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

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6 Disaster Recovery Websense Web Security Web Security Gateway v7.6 1996 2011, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2011 The products and/or methods

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Retrospect 7.7 User s Guide Addendum

Retrospect 7.7 User s Guide Addendum Retrospect 7.7 User s Guide Addendum 2011 Retrospect, Inc. All rights reserved. Retrospect 7.7 Users Guide Addendum, first edition. Use of this product (the Software ) is subject to acceptance of the license

More information

EMC BACKUP-AS-A-SERVICE

EMC BACKUP-AS-A-SERVICE Reference Architecture EMC BACKUP-AS-A-SERVICE EMC AVAMAR, EMC DATA PROTECTION ADVISOR, AND EMC HOMEBASE Deliver backup services for cloud and traditional hosted environments Reduce storage space and increase

More information

NetIQ Aegis Adapter for VMware vcenter Server

NetIQ Aegis Adapter for VMware vcenter Server Contents NetIQ Aegis Adapter for VMware vcenter Server Configuration Guide May 2011 Overview... 1 Product Requirements... 1 Supported Configurations... 2 Implementation Overview... 2 Ensuring Minimum Rights

More information

EMC Replication Manager and Kroll Ontrack PowerControls for Granular Recovery of SharePoint Items

EMC Replication Manager and Kroll Ontrack PowerControls for Granular Recovery of SharePoint Items EMC Replication Manager and Kroll Ontrack PowerControls for Granular Recovery of SharePoint Items Applied Technology Abstract This white paper discusses how Kroll Ontrack PowerControls integrates with

More information

Acronis Backup & Recovery 11 Virtual Edition

Acronis Backup & Recovery 11 Virtual Edition Acronis Backup & Recovery 11 Virtual Edition Backing Up Virtual Machines Copyright Acronis, Inc., 2000-2011. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis, Inc.

More information

SQL Express to SQL Server Database Migration Goliath Performance Monitor v11.5

SQL Express to SQL Server Database Migration Goliath Performance Monitor v11.5 Goliath Performance Monitor v11.5 (v11.5) July 2015 www.goliathtechnologies.com Legal Notices Guide for Goliath Performance Monitor v11.5 Copyright 2014 Goliath Technologies Inc. All rights reserved. www.goliathtechnologies.com

More information

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1 VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1 This document supports the version of each product listed and supports all subsequent versions

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Release 3.0 User Guide P/N 300-999-671 REV 02 Copyright 2007-2013 EMC Corporation. All rights reserved. Published in the USA.

More information

Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide

Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide WHITE Deployment PAPERGuide Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide An Acronis White Paper Copyright Acronis, Inc., 2000 2011 Deployment Guide Table of contents About

More information

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide Foglight Foglight for Virtualization, Free Edition 6.5.2 Installation and Configuration Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Technical Notes TECHNICAL NOTES. Release number 8.2 Service Pack 1 302-001-239 REV 01. January, 2015

Technical Notes TECHNICAL NOTES. Release number 8.2 Service Pack 1 302-001-239 REV 01. January, 2015 EMC NetWorker Module for Microsoft: Exchange Server Granular Level Recovery (GLR) using EMC NetWorker Module for Microsoft with Ontrack PowerControls Release number 8.2 Service Pack 1 TECHNICAL NOTES 302-001-239

More information

EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS

EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS A Detailed Review ABSTRACT This white paper highlights integration features implemented in EMC Avamar with EMC Data Domain deduplication storage systems

More information

EMC DOCUMENTUM xplore 1.1 DISASTER RECOVERY USING EMC NETWORKER

EMC DOCUMENTUM xplore 1.1 DISASTER RECOVERY USING EMC NETWORKER White Paper EMC DOCUMENTUM xplore 1.1 DISASTER RECOVERY USING EMC NETWORKER Abstract The objective of this white paper is to describe the architecture of and procedure for configuring EMC Documentum xplore

More information

vsphere Upgrade Update 1 ESXi 6.0 vcenter Server 6.0 EN-001804-02

vsphere Upgrade Update 1 ESXi 6.0 vcenter Server 6.0 EN-001804-02 Update 1 ESXi 6.0 vcenter Server 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

SQL Express to SQL Server Database Migration MonitorIT v10.5

SQL Express to SQL Server Database Migration MonitorIT v10.5 SQL Express to SQL Server Database Migration MonitorIT v10.5 (v10.5) March 2013 www.goliathtechnologies.com Legal Notices MonitorIT v10.5 Installation Guide Inc. All rights reserved. www.goliathtechnologies.com

More information

VMware vcenter Support Assistant 5.1.1

VMware vcenter Support Assistant 5.1.1 VMware vcenter.ga September 25, 2013 GA Last updated: September 24, 2013 Check for additions and updates to these release notes. RELEASE NOTES What s in the Release Notes The release notes cover the following

More information

Managing Multi-Hypervisor Environments with vcenter Server

Managing Multi-Hypervisor Environments with vcenter Server Managing Multi-Hypervisor Environments with vcenter Server vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.0 This document supports the version of each product listed and supports all subsequent

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Distributed Backup with the NetVault Plug-in for VMware for Scale and Performance

Distributed Backup with the NetVault Plug-in for VMware for Scale and Performance Distributed Backup with the NetVault Plug-in for VMware for Scale and Performance Table of contents Introduction...3 Background...3 Problem...4 Solution...4 NetVault VMware Plug-in Configuration...5 NetVault

More information

Replacing vcenter Server 4.0 Certificates VMware vsphere 4.0

Replacing vcenter Server 4.0 Certificates VMware vsphere 4.0 Technical Note Replacing vcenter Server 4.0 Certificates VMware vsphere 4.0 Certificates are automatically generated when you install vcenter Server and ESX/ESXi. These default certificates are not signed

More information

Reconfiguration of VMware vcenter Update Manager

Reconfiguration of VMware vcenter Update Manager Reconfiguration of VMware vcenter Update Manager Update 1 vcenter Update Manager 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0 Backing Up the CTERA Portal Using Veeam Backup & Replication CTERA Portal Datacenter Edition May 2014 Version 4.0 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document may

More information

How to protect, restore and recover SQL 2005 and SQL 2008 Databases

How to protect, restore and recover SQL 2005 and SQL 2008 Databases How to protect, restore and recover SQL 2005 and SQL 2008 Databases Introduction This document discusses steps to set up SQL Server Protection Plans and restore protected databases using our software.

More information

Backup & Recovery for VMware Environments with Avamar 6.0

Backup & Recovery for VMware Environments with Avamar 6.0 White Paper Backup & Recovery for VMware Environments with Avamar 6.0 A Detailed Review Abstract With the ever increasing pace of virtual environments deployed in the enterprise cloud, the requirements

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

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

VMware vsphere-6.0 Administration Training

VMware vsphere-6.0 Administration Training VMware vsphere-6.0 Administration Training Course Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Classroom Fee = 20,000 INR Online / Fast-Track Fee = 25,000 INR Fast

More information

VMware vcloud Air - Disaster Recovery User's Guide

VMware vcloud Air - Disaster Recovery User's Guide VMware vcloud Air - Disaster Recovery User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Course Syllabus. Implementing and Managing Windows Server 2008 Hyper-V. Key Data. Audience. At Course Completion. Prerequisites

Course Syllabus. Implementing and Managing Windows Server 2008 Hyper-V. Key Data. Audience. At Course Completion. Prerequisites Course Syllabus Implementing and Managing Windows Server 2008 Hyper-V Key Data Product #: 3961 Elements of this syllabus are subject to change. This three-day instructor-led course teaches students how

More information

Database Management Reference

Database Management Reference www.novell.com/documentation Database Management Reference ZENworks 11 October 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

CA ARCserve Replication and High Availability Deployment Options for Hyper-V

CA ARCserve Replication and High Availability Deployment Options for Hyper-V Solution Brief: CA ARCserve R16.5 Complexity ate my budget CA ARCserve Replication and High Availability Deployment Options for Hyper-V Adding value to your Hyper-V environment Overview Server virtualization

More information

VMWARE PROTECTION USING VBA WITH NETWORKER 8.1

VMWARE PROTECTION USING VBA WITH NETWORKER 8.1 Technical Note VMWARE PROTECTION USING VBA WITH NETWORKER 8.1 Complete Deployment and Implementation procedure Abstract This technical note describes the integration of EMC NetWorker with VMware vcenter

More information

vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3

vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Symantec Backup Exec 2014

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

More information

Migrating to ESXi: How To

Migrating to ESXi: How To ILTA Webinar Session Migrating to ESXi: How To Strategies, Procedures & Precautions Server Operations and Security Technology Speaker: Christopher Janoch December 29, 2010 Migrating to ESXi: How To Strategies,

More information

Symantec Backup Exec 2010 Agent for VMware Virtual Infrastructure FAQ

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

More information

Deployment Options for Microsoft Hyper-V Server

Deployment Options for Microsoft Hyper-V Server CA ARCserve Replication and CA ARCserve High Availability r16 CA ARCserve Replication and CA ARCserve High Availability Deployment Options for Microsoft Hyper-V Server TYPICALLY, IT COST REDUCTION INITIATIVES

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the

More information

Technical Note P/N 300-011-099 REV A02 May 07, 2010

Technical Note P/N 300-011-099 REV A02 May 07, 2010 EMC NetWorker Microsoft Exchange 2010 Backup and Recovery Support with EMC NetWorker Technical Note P/N 300-011-099 REV A02 May 07, 2010 This technical note describes the backup and recovery procedure

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Disaster Recovery Guide Table of contents Overview... 2 General recovery process... 2 Recovering the HPDM Server... 5 Backing up the data... 5 Installing the

More information

VMware vcenter Update Manager Administration Guide

VMware vcenter Update Manager Administration Guide VMware vcenter Update Manager Administration Guide vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Backup and Recovery Best Practices With vsphere Data Protection Advanced

Backup and Recovery Best Practices With vsphere Data Protection Advanced TECHNICAL WHITE PAPER Backup and Recovery Best Practices With vsphere Data Protection Advanced www.tintri.com Contents Intended Audience....1 Introduction....1 Consolidated list of practices...............................

More information

VMware View Backup Best Practices

VMware View Backup Best Practices VMware View Backup Best Practices September 2011 D E P L O Y M E N T A N D T E C H N I C A L C O N S I D E R A T I O N S G U I D E Table of Contents Executive Summary... 3 View Architecture Overview...

More information

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange InfoStore Backup and Restore feature in

More information

VMware Site Recovery Manager with EMC RecoverPoint

VMware Site Recovery Manager with EMC RecoverPoint VMware Site Recovery Manager with EMC RecoverPoint Implementation Guide EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com Copyright

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

Acronis Backup Product Line

Acronis Backup Product Line New Generation Data Protection Powered by Acronis AnyData Technology Acronis Backup Product Line Speaker name Introducing Acronis Backup Acronis Backup Target: Smaller environments, home office, remote

More information

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014

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

More information

VMware vsphere Data Protection 6.0

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

More information

Backup and Recovery Best Practices With CommVault Simpana Software

Backup and Recovery Best Practices With CommVault Simpana Software TECHNICAL WHITE PAPER Backup and Recovery Best Practices With CommVault Simpana Software www.tintri.com Contents Intended Audience....1 Introduction....1 Consolidated list of practices...............................

More information

IBM Tivoli Storage Manager for Virtual Environments Version 7.1.6. Data Protection for VMware User's Guide IBM

IBM Tivoli Storage Manager for Virtual Environments Version 7.1.6. Data Protection for VMware User's Guide IBM IBM Tivoli Storage Manager for Virtual Environments Version 7.1.6 Data Protection for VMware User's Guide IBM IBM Tivoli Storage Manager for Virtual Environments Version 7.1.6 Data Protection for VMware

More information

How To Use Networker With Orgsap With Orgos.Org Software On A Powerbook (Orchestra) On A Networkor (Orroboron) With An Ipa (Ororor) With A Networker

How To Use Networker With Orgsap With Orgos.Org Software On A Powerbook (Orchestra) On A Networkor (Orroboron) With An Ipa (Ororor) With A Networker EMC NetWorker Module for SAP with Oracle Release 3.0.2 Multiplatform Version Release Notes P/N 300-003-576 Rev A02 June 11, 2008 These release notes contain supplemental information about EMC NetWorker

More information

Replacing VirtualCenter Server Certificates VMware Infrastructure 3

Replacing VirtualCenter Server Certificates VMware Infrastructure 3 Technical Note Replacing VirtualCenter Server Certificates VMware Infrastructure 3 This technical note provides information about replacing the default certificates supplied with VirtualCenter Server hosts.

More information

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution Release number 9.0 TECHNICAL NOTES 302-001-760 REV 01 September, 2015 These technical

More information

High Availability for Microsoft Virtual Server

High Availability for Microsoft Virtual Server High Availability for Microsoft Virtual Server High Availability for Microsoft Virtual Server Revision 1.1.0 published January 2005, GeoCluster, and NSI are registered trademarks of NSI Software, Inc.

More information

VMware Virtual Machine Protection

VMware Virtual Machine Protection VMware Virtual Machine Protection PowerVault DL Backup to Disk Appliance Dell Symantec Symantec DL Appliance Team VMware Virtual Machine Protection The PowerVault DL Backup-to-Disk Appliance Powered by

More information

Symantec Backup Exec Management Plug-in for VMware User's Guide

Symantec Backup Exec Management Plug-in for VMware User's Guide Symantec Backup Exec Management Plug-in for VMware User's Guide 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

Arcserve Cloud. Arcserve Cloud Getting Started Guide

Arcserve Cloud. Arcserve Cloud Getting Started Guide Arcserve Cloud Arcserve Cloud Getting Started Guide This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

VMware vcenter Server 5.5 Deployment Guide TECHNICAL MARKETING DOCUMENTATION V 1.0/NOVEMBER 2013/JUSTIN KING

VMware vcenter Server 5.5 Deployment Guide TECHNICAL MARKETING DOCUMENTATION V 1.0/NOVEMBER 2013/JUSTIN KING VMware 5.5 TECHNICAL MARKETING DOCUMENTATION V 1.0/NOVEMBER 2013/JUSTIN KING Table of Contents Overview.... 3 Components of 5.5.... 3 vcenter Single Sign-On.... 3 vsphere Web Client.... 3 vcenter Inventory

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Sybase Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Backup and Recovery for VMware Using EMC Data Domain Deduplication Storage

Backup and Recovery for VMware Using EMC Data Domain Deduplication Storage Best Practices Planning Abstract VMware offers extraordinary benefits, but it can come at the cost of extra storage, backup resources, and administrative challenges. EMC Data Domain deduplication storage

More information

VMware@SoftLayer Cookbook Backup, Recovery, Archival (BURA)

VMware@SoftLayer Cookbook Backup, Recovery, Archival (BURA) VMware@SoftLayer Cookbook Backup, Recovery, Archival (BURA) IBM Global Technology Services: Khoa Huynh (khoa@us.ibm.com) Daniel De Araujo (ddearaujo@us.ibm.com) Bob Kellenberger (kellenbe@us.ibm.com) 1

More information

IMPROVING VMWARE DISASTER RECOVERY WITH EMC RECOVERPOINT Applied Technology

IMPROVING VMWARE DISASTER RECOVERY WITH EMC RECOVERPOINT Applied Technology White Paper IMPROVING VMWARE DISASTER RECOVERY WITH EMC RECOVERPOINT Applied Technology Abstract EMC RecoverPoint provides full support for data replication and disaster recovery for VMware ESX Server

More information

Technical Notes. Avamar Enterprise Manager Transition to Backup & Recovery Manager 302-002-360 03. October, 2015

Technical Notes. Avamar Enterprise Manager Transition to Backup & Recovery Manager 302-002-360 03. October, 2015 Avamar Enterprise Manager Transition to Backup & Recovery Manager 302-002-360 03 October, 2015 This technical note contains the following sections: Revision history... 2 Introduction... 2 Prerequisites...3

More information