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

Size: px
Start display at page:

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

Transcription

1 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 REV A02 Table of Contents Overview Installing Windows Server Backup Creating a Windows Server Backup image for system disaster recovery.4 Backup image files produced by Windows Server Backup Backing up the WSB image to a NetWorker Server System recovery for Windows 2008 from a WSB backup

2 Overview Overview This document describes how to use NetWorker in combination with Microsoft Windows Server Backup (WSB) to perform backup and offline disaster recovery of Windows Server 2008 operating systems. This document includes the following procedures to be done in preparation for the event of a disaster: Installing the Windows Server Backup (WSB) feature. Creating a backup image of WSB for system disaster recovery on Windows Server Backing up of the WSB image to a NetWorker server through the NetWorker client for Windows. Additionally, this document includes the following procedures in the event that a disaster has occurred: Using NetWorker to recover this WSB image to a staging area on a network share. Recovering the new machine by booting via a Windows Server 2008 bootable DVD which is then configured to install the OS from the WSB backup image. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 2

3 Installing Windows Server Backup Installing Windows Server Backup Windows Server Backup is not a part of the default Windows operating system installation and must be installed as an optional feature. This can be done through the command line or the Windows Server Manager Add Features Wizard. Installing Windows Server Backup from command line To install Windows Server Backup from the command line: 1. Login to the Windows 2008 server as an account with Administrators group privileges. 2. Select Start > Programs > Accessories, right-click Command Prompt, and then click Run as Administrator. 3. At the command prompt, type the following command: servermanagercmd -install Backup-Features Installing Windows Server Backup using the Windows Server Manager To install Windows Server Backup using the Windows Server Manager: 1. Login to the Windows 2008 server as an account with Administrators group privileges. 2. Select Start > Programs > Server Manager, or right-click My Computer on the Desktop and select Manage. 3. Click Features in the left navigation pane. 4. If WSB is not listed in the Features Summary window, select Add Features. The Add Features Wizard displays. 5. In the Select Features window, select Windows Server Backup Features. Click Next. 6. Click Install. Close the window when the installation completes. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 3

4 Creating a Windows Server Backup image for system disaster recovery Creating a Windows Server Backup image for system disaster recovery A backup image for system disaster recovery can be created through the WSB command line tool wbadmin.exe or the WSB wizard. NOTE: Microsoft documentation provides more details on using WSB. The Windows Server Backup can be stored on either a local volume or a remote shared folder. Note the following considerations: Local volume considerations The following lists considerations for local volumes: The volume cannot be a critical volume and cannot be included in the backup. A critical volume is defined as any volume that has System States, or any part of them, installed, as well as any volume that has Windows services installed. Identify an account that is a member of the Administrators or Backup Operators group for the backup computer. It is recommended that the volume is dedicated to the snapshot, or backup performance might be severely degraded. The local volume must be NTFS formatted. Do not store backups on USB flash or pen drives. Multiple versions of the backups will be stored on the local volume, depending on the size of drive. Remote shared folder considerations The following lists remote shared folder considerations: Backups are overwritten each time there is a new backup. Identify an account that is a member of the Administrators or Backup Operators group for the backup computer, and has write access to the remote shared folder. The server with the shared folder must be in the same domain as the NetWorker client. If a remote share will be used to backup the WSB image and this share is on a Windows 2003 server: 1. In Windows Explorer on the computer with the local share, right-click the folder, and select Share. 2. In Sharing, enable Share this folder and click Permissions. 3. Click Add. 4. In the Select Users, Computers or Groups windows, click Object Types. 5. In the Object Types window, select Computers to include entries in the search. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 4

5 6. Click Ok. Creating a Windows Server Backup image for system disaster recovery 7. Type the name of the NetWorker client that will backup the WSB client in the Enter the object names to select field. 8. Click Check Names. 9. Click Ok. 10. In the list of accounts with access to the share, click the newly added account, and set the permission level to Contributor. 11. Click Share. If a remote share will be used to backup the WSB image and this share is on a Windows 2008 server: 1. In Windows Explorer on the local share, right-click the folder, and select Share. 2. Select Find from the drop down menu in the Choose people on your network to share with window. 3. Click Customize on the left of the window. 4. In Enter the object names to select, type a user account which is a member of the Administrator group on the NetWorker client. This user account is what will be used to create the WSB backup. NOTE: On the NetWorker client, the account for backups must be a member of the Administrator group. 5. Click Check Names. 6. Click Ok. 7. In the list of accounts with access to the share, click the newly added account, and set the permission level to Contributor. 8. Click Share. Creating a Windows Server Backup image from the command line (for client-initiated manual backups) You can create a backup image from the command prompt using either a local drive or a UNC format remote drive. In both cases, the volume must have enough disk space for the sum of all the space used on the critical volumes. If a remote drive is used, you must supply the username and password at the command line. Creating a backup image on a local drive from the command line To create a backup image from the command line, type the following command: wbadmin start backup -backuptarget:<drive letter> -allcritical -quiet For example: wbadmin start backup -backuptarget:e: -allcritical -quiet WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 5

6 Creating a Windows Server Backup image for system disaster recovery NOTE: <drive letter> cannot be a locally-mapped network share. -allcritical instructs the vbadmin.exe command to back up all critical volumes of the system. -quiet is required to run in non-interactive mode. Creating a backup image on a remote shared folder from the command line To create a backup image from the command line, type the following command: wbadmin start backup -backuptarget:<target name> -allcritical -user:<user name> -password:<password> -quiet For example: wbadmin start backup -backuptarget:\\ \wsbshare -allcritical -user:administrator -password:password -quiet NOTE: <target name> cannot be a locally-mapped network share. -allcritical instructs the vbadmin.exe command to back up all critical volumes of the system. A critical volume is defined as any volume that has System States, or any part of them, installed, as well as any volume that has Windows services installed. -quiet is required to run in noninteractive mode. Creating a Windows Server Backup image from the Windows Server Backup wizard (for client initiated manual backups) To create a backup image from the Windows Server Backup wizard: 1. Start the WSB console by selecting Start > Programs > Administrative Tools > Windows Server Backup. 2. From the Action menu of the WSB wizard, select Backup Once to start the Backup Once Wizard. 3. In the Backup Once Wizard, select Different Options, then click Next. 4. In the Select Backup Configuration window: To back up to a remote share, accept the Full server (recommended) option. To backup to a local share, select Custom, then select all volumes except the volume used for backups. Ensure that the Enable System Recovery checkbox is selected. Click Next. 5. In the Specify Destination Type window: Check the Local drives radio button if you have a local drive that is a non-critical volume with enough disk space for the sum of all the space used on the critical volumes. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 6

7 Creating a Windows Server Backup image for system disaster recovery Check the Remote shared folder radio button if you have a remote shared folder that has enough disk space for the sum of all the space used on the critical volumes. Click Next. 6. Perform one of the following based on the option selected in Step 5: If Local drives was selected, in the Select backup destination page, choose the desired local drive from the Backup Destination drop-down list, and click Next. If Remote shared folder was selected, in the Specify remote folder page, specify the path of the remote shared folder, using the format \\<server>\<sharefoldername>. In Access Control, select Inherit, then click Next. In the Provide User Credentials for backup pop-up, provide the username and password of an account which has write access to the remote share and click Ok. 7. In the Specify Advanced option window, select VSS copy backup (recommended) and click Next. 8. In the Confirmation page, click Backup to start the backup. 9. When the backup completes, the backup status is displayed in the Backup progress window. Click Close. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 7

8 Backup image files produced by Windows Server Backup Backup image files produced by Windows Server Backup All WSB backups are stored in the target drive under the folder named WindowsImageBackup. The following are the list of files that contained in a typical full backup of wbadmin: <Drive Letter>:\WindowsImageBackup -><Server Name> Catalog BackupGlobalCatalog GlobalCatalog MediaId ->Backup <yyyy-mm-dd xxxxxx> 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_AdditionalFilesc3b9f3c7-5e52-4d5e-8b20-19adc95a34c7.xml 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_Components.xml 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_RegistryExcludes.xml 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_Writer4969d978-be47-48b0-b100-f328f07ac1e0.xml 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_Writer4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f.xml 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_Writer542da469-d3e1-473c-9f4f-7847f01fc64f.xml 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_Writera6ad56c2-b509-4e6c-bb19-49d8f43532f0.xml 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_Writerafbab4a2-367d- 4d15-a586-71dbb18f8485.xml 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_Writerbe000cbe-11fe c58-531aa6355fc4.xml 71c87636-c2e2-4ef2-9b97-ddf0ba7c0b5f_Writere f a53e ae220.xml f9208a0c-f7c3-11dd-bee7-806e6f6e6963.vhd WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 8

9 Backing up the WSB image to a NetWorker Server Backing up the WSB image to a NetWorker Server This section describes two different options for backing up a WSB image to a NetWorker server: Manually backing up the WSB backup image to a NetWorker server. Automating the WSB image creation and configuring backup to a NetWorker server. Preparing a Windows 2008 client for NetWorker Backup Perform the following tasks before a manual or automatic WSB backup to a NetWorker server. Create a precmd script file to launch the WSB backup When the NetWorker server launches the backup of the Windows 2008 client for offline backups, a savepnpc.exe file is executed on the client to create the WSB backup. The WSB backup is then backed up by the NetWorker server. First, create a PRECMD script file to launch the WSB backup: 1. Create a new file on the Windows 2008 client using notepad. 2. Add the following lines to the file: echo "Start WSB Backup of Critical Volumes" >> WSBCreateBackup.log time /t >> WSBCreateBackup.log date /t >> WSBCreateBackup.log wbadmin start backup -backuptarget:\\<servername>\<sharename> - allcritical -quiet echo "Complete WSB Backup of Critical Volumes" >> WSBCreateBackup.log time /t >> WSBCreateBackup.log date /t >> WSBCreateBackup.log where <servername> is the name of the server on which the remote share resides, and <sharename> is the remote share name. 3. Save this file as precmd.bat in a new directory that does not contain spaces (for example, C:\Scripts). Create a postcmd script file to remove the WSB image after backup 1. Create a new file on the Windows 2008 client using notepad to specify a command which will remove all files in the directory/share after NetWorker has backed up the image backup. For example: rmdir /S /Q :\\<servername>\<sharename>\windowsimagebackup where <servername> is the name of the server with the WSB backup and <sharename> is the name of the share containing the WSB image backup WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 9

10 2. Save this file as postcmd.bat in C:\Scripts Backing up the WSB image to a NetWorker Server Create a savepnpc script file to execute the WSB backup 1. Create a new file on the Windows 2008 client using notepad. 2. Add the following lines to the file: type: savepnpc; precmd: "C:\\Scripts\\precmd.bat"; pstcmd: "C:\\Scripts\\postcmd.bat"; NOTE: More details regarding the use of savepnpc script files are provided in the NetWorker Administration Guide. 3. Save the savepnpc script file in C:\Program Files\Legato\nsr\res as groupname.res, where groupname is the name of the NetWorker backup group to which this client belongs. Providing permissions to backup to a remote device To provide the NetWorker Remote Exec service with permissions to backup to a remote device: 1. In the Windows 2008 client Control Panel, click Services, right-click on NetWorker Remote Exec, and select Properties. 2. Click the Log On tab, and enable This Account. 3. Click Browse, and type a local account name which is an administrator and has write access to the remote share. Click Check Name. 4. Click Ok. 5. Type the password for the account and click Ok. 6. Stop the NetWorker Remote Exec service, then restart the service. Manually backing up the WSB backup image to a NetWorker server To manually back up the WSB backup image to a NetWorker server: 1. Install the NetWorker client on the host machine where the WSB image is located. 2. Configure the client on a NetWorker server. 3. On the host machine where the WSB image is located, start the NetWorker User program by selecting Start > Run and typing winworkr. 4. In the NetWorker User program, click the Backup button. 5. Select the volume containing the WSB image for backup. 6. Click the Start button. 7. When the backup completes, close the NetWorker User program. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 10

11 Backing up the WSB image to a NetWorker Server Automating the WSB image creation and backup to a NetWorker server In order to perform automated WSB image creation and backup to a NetWorker server, the following configuration details must be observed: The NetWorker client must reside on the Windows Server 2008 machine. A remote machine must contain a shared folder which will be used by wbadmin as the target location for the WSB image file. The NetWorker save set must include the UNC path for this share as the location of the data to backup. For a Windows 2008 client that is not an existing NetWorker client If the Windows 2008 client is not an existing NetWorker client, perform the following procedure to automate the WSB image creation and configure the backup to a NetWorker server. 1. Start NMC to connect to the NetWorker server, then click the Configuration tab. 2. Right-click Clients in the navigation tree, and select Client Backup Configuration > New. 3. In Specify the Client Name, type the name of the client and click Next. 4. In Specify the Backup Configuration Type, select desired application to backup, and click Next. 5. In the Select the Filesystem Objects window, click (+) to expand contents of the client filesystems. Select only the local volume on which the WSB image resides. If a remote share is used, accept the default and click Next, and the saveset will be changed manually. 6. In Select Client Properties, select the Browse and Retention Policies from the drop down menus. If a customized policy is desired, click (+) to define the policy settings. 7. If desired, select the Backup schedule for this client. NOTE: If the backup schedule is also defined for the group to which this client will be added, the group schedule overrides the client schedule. Click Next. 8. In Choose the Backup Group, select Create a new group. 9. In Schedule Options, specify the desired time the group will start in the Schedule backup start time field, and enable Automatically start the backup at the scheduled time. Click Next. 10. In Specify the Storage Node Options, ensure that the correct machine has been selected for the devices to which the backups will be directed, and click Next. 11. Review the summary of the client, and click Create. 12. Right-click on the newly created client, and select Properties. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 11

12 Backing up the WSB image to a NetWorker Server 13. If the WSB image will be saved to a remote share, in the Save Set field, specify the remote share to which the WSB snapshot is to be backed up. NOTE: For remote shares, specify the save set in the format \\servername\sharename. 14. Make note of the group to which this client is a member. 15. Click the Apps and Modules tab. 16. In the Backup Command field, specify savepnpc. 17. Click Ok. For a Windows 2008 client that is an existing NetWorker client If the Windows 2008 client is an existing NetWorker client, perform the following procedure to automate the WSB image creation and configure the backup to a NetWorker server. 1. Start NMC to connect to the NetWorker server. 2. Click Clients in the navigation tree, right-click the Windows 2008 client, and select Properties. 3. In the Save Set field type the name of the volume or remote share to which the WSB snapshot was backed up. NOTE: For remote shares, specify the save set in the format \\servername\sharename. 4. Make note of the group to which this client is a member. 5. Click the Apps and Modules tab. 6. In the Backup Command field, type savepnpc. 7. Click Ok. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 12

13 System recovery for Windows 2008 from a WSB backup System recovery for Windows 2008 from a WSB backup This section describes how to perform a system disaster recovery for Windows Server 2008 from a WSB backup image. Requirements Microsoft requires that the hardware being used to restore the system after a disaster is identical to the machine where the backups were performed. Microsoft KB at provides more details on hardware requirements for recovery. Prior to using WSB to perform the disaster recovery, use the NetWorker server/client to restore the WSB backup to a network share that will be accessible from the new system. Performing a directed recovery of a WSB image backup 1. Log in to the Administrative NetWorker client that will be restoring the data. 2. Select Start > Programs > EMC Networker to launch the NetWorker User program. 3. In the Change Server window, enter the name of the NetWorker server. 4. Click the Recover button. 5. In the Source client window, select the Windows 2008 client for the WSB Image that will be restored. 6. In the Destination client window, select the NetWorker client where the WSB Image will be restored to. 7. Mark the directory containing the Windows 2008 WSB image. 8. From the Options menu, select Recover Options. 9. In the Recover Options dialog, define the relocation path to be the directory the WSB Image will be restored to (and which has been shared). 10. Click Ok 11. Click the Run button. 12. When the restore completes, close the NetWorker User application. Performing a system recovery for Windows 2008 from a WSB backup Prior to using WSB to perform the disaster recovery, use the NetWorker Server or Client to restore the WSB backup to a network share that will be accessible from the new system. Then perform the following steps: 1. Configure the new machine to be bootable from a DVD by changing the BIOS setting, if necessary. 2. Boot the machine into installation mode using a Windows 2008 boot DVD. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 13

14 System recovery for Windows 2008 from a WSB backup 3. At the initial Windows installation screen, click Next. 4. On the second screen, click Repair your computer. This will initiate WinRE (Recover Environment). 5. When the System Recovery Option dialog displays, click Next. The following options display. 6. Click Command Prompt to open a command window. The command prompt will be used later in this procedure. 7. Return to the System Recovery Options window and select Windows Complete PC Restore. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 14

15 The following error message will be displayed: System recovery for Windows 2008 from a WSB backup 8. Click Cancel to clear the error message. 9. Select Restore a different backup from the following window and click Next. 10. At the Select the location of the backup window, click Advanced. 11. Select Search for a backup on the network. A warning may display asking if you are sure you want to connect to the network. Click Yes. Once the searching dialog has completed, the Specify the location dialog displays. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 15

16 System recovery for Windows 2008 from a WSB backup 12. Click Cancel to clear the Specify the location dialog. 13. Return to the command prompt and type: netsh interface ipv4 show interfaces All available network interfaces will be displayed. If the Local Area Connection is not listed, you will need to install the manufacturer provided network driver, which can be done using the Install a driver link on the Windows Complete PC Restore Advanced dialog. 14. Configure the Local Area Connection to use the same static IP as the original machine by typing the following at the command prompt: start /w wpeinit 15. Set the adapter to be used by typing the following at the command prompt: netsh interface ipv4 set address name = "<idx>" source=static address=<staticip> mask=<subnetmask> gateway=<defaultgateway> For example: netsh interface ipv4 set address name="2" source=static address= mask= gateway= Return to the Windows Complete PC Restore window and repeat steps 10 and 11. In the Specify the location dialog, type the location of the share where the WSB backup resides and click OK. Log onto the network if required. NOTE: The path entered here needs to be the complete path of the shared folder that is the immediate parent folder of the WindowsImageBackup folder. 17. At the Select the location of the backup page, select the appropriate WSB backup image and click Next. 18. At the Select the backup to restore page, select the appropriate date and time of the WSB image backup and click Next. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 16

17 System recovery for Windows 2008 from a WSB backup 19. At the Choose how to restore the backup page, select Format and repartition disks and click Next. A dialog displays to confirm that you want to continue with formatting the drive. Check I confirm that I want to format the disks and restore the backup and click OK. 20. On the Summary window, click Finish. 21. After the restore completes (can take an hour or more), reboot the machine. It will eventually reboot on its own. 22. Proceed with other VSS application restores as necessary. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 17

18 Copyright 2009 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. WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NET- 18

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

NetVanta Unified Communications Server Backup and Restore Procedures

NetVanta Unified Communications Server Backup and Restore Procedures NetVanta Unified Communications Technical Note NetVanta Unified Communications Server Backup and Restore Procedures 1 Introduction 1.1 Overview This document provides backup and restore procedures to protect

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

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

User Guide. CTERA Agent. August 2011 Version 3.0

User Guide. CTERA Agent. August 2011 Version 3.0 User Guide CTERA Agent August 2011 Version 3.0 Copyright 2009-2011 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written permission

More information

Active Directory 2008 Operations

Active Directory 2008 Operations The Essentials Series Active Directory 2008 Operations sponsored by by Greg Shields Understanding Active Directory Recovery in Windows Server 2008...1 Backing Up AD...1 Full Server Recovery of a Domain

More information

CTERA Agent for Windows

CTERA Agent for Windows User Guide CTERA Agent for Windows May 2012 Version 3.1 Copyright 2009-2012 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

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

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore Windows System (WBAdmin)... 2 Requirements and recommendations... 2 Overview... 3 1.1 How to backup Microsoft Windows System (WBAdmin)... 5 How to restore Microsoft Windows

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 8.2 User Guide P/N 302-000-658 REV 01 Copyright 2007-2014 EMC Corporation. All rights reserved. Published in the USA.

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

Use QNAP NAS for Backup

Use QNAP NAS for Backup Use QNAP NAS for Backup BACKUP EXEC 12.5 WITH QNAP NAS Copyright 2010. QNAP Systems, Inc. All Rights Reserved. V1.0 Document revision history: Date Version Changes Apr 2010 1.0 Initial release Note: Information

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

ActiveImage Protector 3.5 for Hyper-V with SHR. User Guide - Back up Hyper-V Server 2012 R2 host and

ActiveImage Protector 3.5 for Hyper-V with SHR. User Guide - Back up Hyper-V Server 2012 R2 host and ActiveImage Protector 3.5 for Hyper-V with SHR User Guide - Back up Hyper-V Server 2012 R2 host and restore individual virtual machines 2 nd Edition July 7, 2014 Copyright NetJapan, Inc. All Rights Reserved.

More information

Exchange Server Backup and Restore

Exchange Server Backup and Restore WHITEPAPER BackupAssist Version 6 www.backupassist.com Cortex I.T. 2001-2007 2 Contents 1. Introduction... 3 1.1 Overview... 3 1.2 Requirements... 3 1.3 Requirements for remote backup of Exchange 2007...

More information

MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.

MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6. STUDENT ACTIVITY 6.1: UNDERSTAND BACKUP AND RECOVERY METHODS MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.1 Lesson

More information

Vess A2000 Series. NVR Storage Appliance. Windows Recovery Instructions. Version 1.0. 2014 PROMISE Technology, Inc. All Rights Reserved.

Vess A2000 Series. NVR Storage Appliance. Windows Recovery Instructions. Version 1.0. 2014 PROMISE Technology, Inc. All Rights Reserved. Vess A2000 Series NVR Storage Appliance Windows Recovery Instructions Version 1.0 2014 PROMISE Technology, Inc. All Rights Reserved. Contents Introduction 1 Different ways to backup the system disk 2 Before

More information

Changing Your Cameleon Server IP

Changing Your Cameleon Server IP 1.1 Overview Technical Note Cameleon requires that you have a static IP address defined for the server PC the Cameleon server application runs on. Even if the server PC has a static IP address, you may

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

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Support Document: Microsoft SQL Server - LiveVault 7.6X

Support Document: Microsoft SQL Server - LiveVault 7.6X Contents Preparing to create a Microsoft SQL backup policy... 2 Adjusting the SQL max worker threads option... 2 Preparing for Log truncation... 3 Best Practices... 3 Microsoft SQL Server 2005, 2008, or

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 Version 9.0 User Guide 302-001-755 REV 01 Copyright 2007-2015 EMC Corporation. All rights reserved. Published in USA. Published

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

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager Version 2.3 Installation and Configuration Guide 302-002-080 01 Copyright 2013-2015 EMC Corporation. All rights reserved.

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

DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS

DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide Using the new features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 2 Backing up VSS applications... 2 Restoring VSS applications... 3 System State backup and restore...

More information

Backup/Restore System with Microsoft Windows System Backup

Backup/Restore System with Microsoft Windows System Backup Backup/Restore System with Microsoft Windows System Backup This chapter will describe in details how to use OTTO Max to backup your Microsoft Windows Server system and how you can restore them from backup

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 Version 8.2 Service Pack 1 User Guide 302-001-235 REV 01 Copyright 2007-2015 EMC Corporation. All rights reserved. Published

More information

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore

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

More information

NovaBACKUP. User Manual. NovaStor / November 2011

NovaBACKUP. User Manual. NovaStor / November 2011 NovaBACKUP User Manual NovaStor / November 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

File Auditor for NAS, Net App Edition

File Auditor for NAS, Net App Edition File Auditor for NAS, Net App Edition Installation Guide Revision 1.2 - July 2015 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide New features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 3 System State backup... 3 Restore files, applications, System State and mailboxes... 4 Fully cloud ready Internet

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

HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series

HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series thin clients april 2003 instructions. HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series Table Of Contents Table Of Contents... 1 Abstract... 2 Introduction... 2 System Requirements...

More information

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0 UltraBac Documentation UBDR Gold Bare Metal Disaster Recovery Administrator Guide UBDR Gold v8.0 UBDR Administrator Guide UBDR Gold v8.0 The software described in this guide is furnished under a license

More information

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

Technical Note P/N 300-014-175 REV A01 June 2012 EMC NetWorker Backup and Recovery Support for vcenter Server Technical Note P/N 300-014-175 REV A01 June 2012 This technical note describes how to use the NetWorker software to backup and recover a vcenter

More information

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide Direct Storage Access Using NetApp SnapDrive Installation & Administration Guide SnapDrive overview... 3 What SnapDrive does... 3 What SnapDrive does not do... 3 Recommendations for using SnapDrive...

More information

Appendix B Lab Setup Guide

Appendix B Lab Setup Guide JWCL031_appB_467-475.indd Page 467 5/12/08 11:02:46 PM user-s158 Appendix B Lab Setup Guide The Windows Server 2008 Applications Infrastructure Configuration title of the Microsoft Official Academic Course

More information

Symantec AntiVirus Corporate Edition Patch Update

Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Update Documentation version 10.0.1.1007 Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec

More information

1.3 How to backup system with Microsoft Windows System Backup

1.3 How to backup system with Microsoft Windows System Backup Windows System Backup Guide Backup/Restore Windows Systems Backup This chapter will describe in detail how to use Servosity Professional to backup your Microsoft Windows system and how you can restore

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V)

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) Page 1 of 19 Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) TABLE OF CONTENTS OVERVIEW Introduction Key Features Complete Virtual Machine Protection Granular Recovery of Virtual Machine Data

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

Video Administration Backup and Restore Procedures

Video Administration Backup and Restore Procedures CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following

More information

In the Active Directory Domain Services Window, click Active Directory Domain Services.

In the Active Directory Domain Services Window, click Active Directory Domain Services. Installing the Active Directory Domain Services Role Press the Ctrl-Alt-Del on the xxrwdc computer. Log in as the default administrator of the local computer with the username Administrator and cisisthebest!

More information

Technical Note. Performing Exchange Server Granular Level Recovery by using the EMC Avamar 7.1 Plug-in for Exchange VSS with Ontrack PowerControls

Technical Note. Performing Exchange Server Granular Level Recovery by using the EMC Avamar 7.1 Plug-in for Exchange VSS with Ontrack PowerControls Performing Exchange Server Granular Level Recovery by using the EMC Avamar 7.1 Plug-in for Exchange VSS with Ontrack PowerControls Technical Note 302-001-437 REV 01 December, 2014 This technical note describes

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Backup and Disaster Recovery Restoration Guide

Backup and Disaster Recovery Restoration Guide Backup and Disaster Recovery Restoration Guide Page 1 Table of Contents Table of Contents...2 Terms of Use...3 BDR...4 Creating Point-in-Time Restoration Volumes...4 Mounting a Restoration Volume...4 Dismounting

More information

BDR for ShadowProtect Solution Guide and Best Practices

BDR for ShadowProtect Solution Guide and Best Practices BDR for ShadowProtect Solution Guide and Best Practices Updated September 2015 - i - Table of Contents Process Overview... 3 1. Assess backup requirements... 4 2. Provision accounts... 4 3. Install ShadowProtect...

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore Windows System State... 2 Supported versions... 2 Requirements and recommendations... 2 1.1 Overview... 4 1.2 How to backup Windows System State... 5 1.2.1 For Windows

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

LepideAuditor Suite for File Server. Installation and Configuration Guide

LepideAuditor Suite for File Server. Installation and Configuration Guide LepideAuditor Suite for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

uh6 efolder BDR Guide for Veeam Page 1 of 36

uh6 efolder BDR Guide for Veeam Page 1 of 36 efolder BDR for Veeam Hyper-V Continuity Cloud Guide Setup Continuity Cloud Import Backup Copy Job Restore Your VM uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder

More information

SAM 8.0 Backup and Restore Guide. SafeNet Integration Guide

SAM 8.0 Backup and Restore Guide. SafeNet Integration Guide SAM 8.0 Backup and Restore Guide SafeNet Integration Guide Revision A November 2012 SAM 8.0 Backup and Restore Guide - SafeNet Integration Guide Introduction Copyright 2012 SafeNet, Inc. All rights reserved.

More information

Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX

Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX Startup Guide Paul Marquardt Contents Introduction... 4 Requirements... 4 Chassis setup... 6 Chassis placement and CMC cabling...

More information

CTERA Agent for Windows

CTERA Agent for Windows User Guide CTERA Agent for Windows September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without

More information

EMC Celerra Network Server

EMC Celerra Network Server EMC Celerra Network Server Release 5.6.47 Using Windows Administrative Tools with Celerra P/N 300-004-139 REV A02 EMC Corporation Corporate Headquarters: Hopkintons, MA 01748-9103 1-508-435-1000 www.emc.com

More information

ifix and Terminal Services A Deployment Guide

ifix and Terminal Services A Deployment Guide ifix and Terminal Services A Deployment Guide Copyright 2007-2010 Automation Control Products Atlanta, Georgia, USA www.thinmanager.com Rev. 2 December 22, 2009 Table of Contents 1. Introduction... 3 1.1.

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.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 editions of this document,

More information

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

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

How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory

How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory Change Reporter Table of Contents General Information...

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

Intelligent disaster recovery. Dell DL backup to Disk Appliance powered by Symantec

Intelligent disaster recovery. Dell DL backup to Disk Appliance powered by Symantec Intelligent disaster recovery Dell DL backup to Disk Appliance powered by Symantec The PowerVault DL Backup to Disk Appliance Powered by Symantec Backup Exec offers the industry s only fully integrated

More information

Version 5.0. SurfControl Web Filter for Citrix Installation Guide for Service Pack 2

Version 5.0. SurfControl Web Filter for Citrix Installation Guide for Service Pack 2 Version 5.0 SurfControl Web Filter for Citrix Installation Guide for Service Pack 2 NOTICES Updates to the SurfControl documentation and software, as well as Support information are available at www.surfcontrol.com/support.

More information

Server Installation: ServerTools

Server Installation: ServerTools Server Installation: ServerTools ServerTools Page 1 Table of Contents To Install ServerTools...3 Backup and Restore...6 Purpose...6 Background...6 Requirements...6 Creating a Backup Schedule using the

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide Digipass Plug-In for IAS IAS Plug-In IAS Microsoft's Internet Authentication Service Installation Guide Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations

More information

Acronis Backup & Recovery 11

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

More information

EMC NetWorker Module for Microsoft Exchange Server Release 5.1

EMC NetWorker Module for Microsoft Exchange Server Release 5.1 EMC NetWorker Module for Microsoft Exchange Server Release 5.1 Installation Guide P/N 300-004-750 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Honeywell Process Solutions. Experion LX. Backup and Restore. Guide. EXDOC-X111-en-110A R110 February 2014. Release 110. Honeywell

Honeywell Process Solutions. Experion LX. Backup and Restore. Guide. EXDOC-X111-en-110A R110 February 2014. Release 110. Honeywell Honeywell Process Solutions Experion LX Backup and Restore Guide EXDOC-X111-en-110A R110 February 2014 Release 110 Honeywell Notices and Trademarks Copyright 2014 by Honeywell International Sárl. Release

More information

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Administration GUIDE SharePoint Server idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Getting Started - SharePoint Server idataagent Overview Deployment Configuration Decision Table

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM Abstract This paper explains how to setup Active directory service on windows server 2008.This guide also explains about how to install

More information

SAS 9.3 Foundation for Microsoft Windows

SAS 9.3 Foundation for Microsoft Windows Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed

More information

Backing Up and Recovering Your Server

Backing Up and Recovering Your Server 8 Backing Up and Recovering Your Server In this chapter, you will learn to: Understand Backup and Recovery (Pages 254 262) 33n Understand Backup and Recovery Terminology (Page 255) n Use Backup and Recovery

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

Understanding Backup and Recovery Methods

Understanding Backup and Recovery Methods Understanding Backup and Recovery Methods LESSON 8 EXAM OBJECTIVE MATRIX SKILLS/CONCEPTS EXAM OBJECTIVE DESCRIPTION EXAM OBJECTIVE NUMBER Understanding Local, Network, Understand backup and recovery 6.1

More information

Lepide Exchange Recovery Manager

Lepide Exchange Recovery Manager Configuration Guide Lepide Exchange Recovery Manager Lepide Software Private Limited, All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Backup Exec 11D VSS Snapshots and Transportable Offhost Backup Legal Notices Warranty The only warranties for HP products and services are set

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

Booting Live Backup Disaster Recovery over the Network

Booting Live Backup Disaster Recovery over the Network Atempo, Inc. Booting Live Backup Disaster Recovery over the Network Using Windows Deployment Services to recover a Live Backup Client system over the network Date: March 2009 Author: Amy Gracer, Version:

More information

Quick Start Guide for Linux Based Recovery

Quick Start Guide for Linux Based Recovery Cristie Bare Machine Recovery Quick Start Guide for Linux Based Recovery June 2007 Cristie Data Products Ltd Cristie Data Products GmbH Cristie Nordic AB New Mill Nordring 53-55 Gamla Värmdövägen 4 Chestnut

More information

Introduction to Hyper-V High- Availability with Failover Clustering

Introduction to Hyper-V High- Availability with Failover Clustering Introduction to Hyper-V High- Availability with Failover Clustering Lab Guide This lab is for anyone who wants to learn about Windows Server 2012 R2 Failover Clustering, focusing on configuration for Hyper-V

More information

XStream Remote Control: Configuring DCOM Connectivity

XStream Remote Control: Configuring DCOM Connectivity XStream Remote Control: Configuring DCOM Connectivity APPLICATION BRIEF March 2009 Summary The application running the graphical user interface of LeCroy Windows-based oscilloscopes is a COM Automation

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering

istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering Tuesday, Feb 21 st, 2012 KernSafe Technologies, Inc. www.kernsafe.com Copyright KernSafe Technologies 2006-2012.

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

PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE

PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE PRODUCT WHITE PAPER LABEL ARCHIVE Adding and Configuring Active Directory Users in LABEL ARCHIVE TEKLYNX International March 19, 2010 Introduction Now more than ever, businesses large and small alike are

More information

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company ARGUS Enterprise 10.6 5/29/2015 ARGUS Software An Altus Group Company for ARGUS Enterprise Version 10.6 5/29/2015 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite 900 Houston, Texas 77056

More information

Global VPN Client Getting Started Guide

Global VPN Client Getting Started Guide Global VPN Client Getting Started Guide 1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION indicates potential

More information

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1 EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014 Version 1 NEC EXPRESSCLUSTER X 3.x for Windows SQL Server 2014 Quick Start Guide Document Number ECX-MSSQL2014-QSG, Version

More information

Setting Up a Backup Domain Controller

Setting Up a Backup Domain Controller Setting Up a Backup Domain Controller June 27, 2012 Copyright 2012 by World Class CAD, LLC. All Rights Reserved. A Backup Domain Controller After setting up a primary domain controller, we will want to

More information

Installation & Upgrade Guide. Hand-Held Configuration Devices Mobility DHH820-DMS. Mobility DHH820-DMS Device Management System Software

Installation & Upgrade Guide. Hand-Held Configuration Devices Mobility DHH820-DMS. Mobility DHH820-DMS Device Management System Software Installation & Upgrade Guide Hand-Held Configuration Devices Mobility DHH820-DMS Mobility DHH820-DMS Device Management System Software WARNING notices as used in this manual apply to hazards or unsafe

More information