objectives

37
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery

Upload: zenia-larson

Post on 03-Jan-2016

28 views

Category:

Documents


4 download

DESCRIPTION

70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery. Objectives. Plan for disaster recovery of Windows Server 2003 systems Back up and restore data Implement shadow copy volumes - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Objectives

70-290: MCSE Guide to Managing a Microsoft Windows Server 2003

Environment, Enhanced

Chapter 12: Managing and Implementing

Backups and Disaster Recovery

Page 2: Objectives

Guide to MCSE 70-290, Enhanced 2

Objectives

• Plan for disaster recovery of Windows Server 2003 systems

• Back up and restore data• Implement shadow copy volumes• Understand the purpose of the Automated System

Recovery feature

Page 3: Objectives

Guide to MCSE 70-290, Enhanced 3

Objectives (continued)

• Understand Windows Server 2003 advanced startup options

• Install and use the Recovery Console

Page 4: Objectives

Guide to MCSE 70-290, Enhanced 4

Planning for Disaster Recovery• Administrators need to be prepared for the

possibility of server failure and/or file and folder loss at all times

• Windows Server 2003 features:• The Backup utility

• Shadow Copies of Shared Volumes

• Automated System Recovery

• Advanced startup options

• The Recovery Console

Page 5: Objectives

Guide to MCSE 70-290, Enhanced 5

Backing Up and Restoring Data

• Backup utility designed to restore an operating system or data in case of failure

• Improved version of utility originally introduced in Windows 2000

Page 6: Objectives

Guide to MCSE 70-290, Enhanced 6

Backing Up and Restoring Data (continued)

• Tasks that can be performed include:• Back up and restore files and folders

• Schedule a backup

• Back up Windows 2003 System State data

• Restore the Active Directory database

• Create an Automated System Recovery (ASR) backup

Page 7: Objectives

Guide to MCSE 70-290, Enhanced 7

Backup and Restore Concepts

• Types of backups and backup hardware and software is dictated largely by the size and type of organization

• A key issue is backup authority:• Administrators, Backup Operators, and Server

Operators have broad authority

• Other users may have some limited authority to back up certain files and folders

Page 8: Objectives

Guide to MCSE 70-290, Enhanced 8

Backup and Restore Concepts (continued)

• Two main Group Policy rights are Back up files and directories and Restore files and directories

Page 9: Objectives

Guide to MCSE 70-290, Enhanced 9

Backup Types

• Backup types include:• Normal backup

• Incremental backup

• Differential backup

• Daily backup

• Copy backup

Page 10: Objectives

Guide to MCSE 70-290, Enhanced 10

Normal Backup

• Default type of backup performed by Backup utility

• Backs up all selected files and folders and clears the archive attribute on each

• This type of backup can be inefficient because it does not take into account whether files have changed

Page 11: Objectives

Guide to MCSE 70-290, Enhanced 11

Incremental Backup

• Backs up only files that have changed since last normal or incremental backup

• Clears the archive attributes of the files• Reduces the size of backup jobs• Restore process is more complicated

• Normal backup and incremental backups must be restored in order

Page 12: Objectives

Guide to MCSE 70-290, Enhanced 12

Incremental Backup (continued)

Page 13: Objectives

Guide to MCSE 70-290, Enhanced 13

Differential Backup

• Backs up only files that have changed since last normal or incremental backup

• Does not clear the archive attributes of those files• A second differential backup will back up the same

files since the first backup is not recorded by the archive attributes

• Reduces the size of backup jobs compared to normal backups but not incremental backups

• Restore process requires only the normal backup and the latest differential backup

Page 14: Objectives

Guide to MCSE 70-290, Enhanced 14

Differential Backup (continued)

Page 15: Objectives

Guide to MCSE 70-290, Enhanced 15

Daily Backup and Copy Backup

• Daily Backup• Backs up selected files or folders that were created or

changed on the day of the backup

• The archive attribute is not changed

• Copy Backup• Exactly the same as a normal backup but doesn’t

change the archive attribute

• Intended as a backup that will not interrupt other backup procedures (perhaps an archival copy)

Page 16: Objectives

Guide to MCSE 70-290, Enhanced 16

Using the Backup Utility

• Commonly used to back up critical data and operating system files

• Can be used in two modes: Wizard mode and Advanced mode

• Can be used to• Back up System State data

• Restore Active Directory

• Access Automated System Restore feature

Page 17: Objectives

Guide to MCSE 70-290, Enhanced 17

Using the Backup Utility (continued)

Page 18: Objectives

Guide to MCSE 70-290, Enhanced 18

Scheduling Backups

• Backups can be scheduled to occur without interaction from an administrator

• Can schedule backups daily, weekly, monthly, predefined times, predefined days

Page 19: Objectives

Guide to MCSE 70-290, Enhanced 19

Scheduling Backups (continued)

Page 20: Objectives

Guide to MCSE 70-290, Enhanced 20

Backing Up and Restoring System State Data

• System State data includes:• Registry (always)• COM+ Class Registration database (always)• Boot files (always)• Certificate Services database (if installed)• Active Directory (on domain controllers)• SYSVOL directory (on domain controllers)• Cluster service (if part of a cluster)• IIS Metadirectory (if IIS is installed)• System files (always)

Page 21: Objectives

Guide to MCSE 70-290, Enhanced 21

Backing Up and Restoring System State Data (continued)

• These components should be backed up with standard backups and directed System State backups

• Cannot back up individual components• To restore due to a corrupt Active Directory

database, must restart and choose Directory Services Restore mode advanced startup

• To restore Active Directory objects, must use authoritative restore so that replication doesn’t overwrite corrections

Page 22: Objectives

Guide to MCSE 70-290, Enhanced 22

Shadow Copies of Shared Folders

• Purpose of this utility is to make recovery of user files in shared folders easy without requiring an administrator

• Advantages for users:• Restoration of accidentally deleted files• Recovery of previous versions of files• Comparison of previous version to current version

• Shadow Copies not enabled by default, must be explicitly enabled from Properties of a drive

Page 23: Objectives

Guide to MCSE 70-290, Enhanced 23

Shadow Copies of Shared Folders (continued)

• Shadow Copies is enabled for entire volume (cannot shadow specific files or folders)

• Copies are made on a pre-defined schedule• By default, Shadow Copies uses 10% of available

disk space (minimum 100 MB)• When limit is reached, older copies are deleted

Page 24: Objectives

Guide to MCSE 70-290, Enhanced 24

Shadow Copies of Shared Folders (continued)

Page 25: Objectives

Guide to MCSE 70-290, Enhanced 25

Previous Versions

• Network users must install additional software on their systems to access previous versions of files via Shadow Copies

• Client software provided in MSI format at %systemroot%\system32\clients\twclient\X86 (for Intel-based system)

• Adds an additional tab (Previous Versions) to Properties of files stored in shared Folders

Page 26: Objectives

Guide to MCSE 70-290, Enhanced 26

Automated System Recovery

• This utility was introduced in Windows Server 2003• Main purpose is to restore a system to a functional state

• Allows user to restore system configuration settings, not data files

• Replaces ERD on earlier systems

• Two different elements:• ASR backup (accessed from Backup Utility)

• Floppy disk that contains information about backup, disk configuration, and how to perform a restore

Page 27: Objectives

Guide to MCSE 70-290, Enhanced 27

Automated System Recovery (continued)

• User data files should be backed up before ASR and restored after ASR

• ASR backup should be done whenever system configuration is changed

• ASR backup created using the Automated System Recovery Wizard

• To recover, boot from Windows CD, select Repair option, use ASR floppy and backup to restore settings

Page 28: Objectives

Guide to MCSE 70-290, Enhanced 28

Advanced Startup Options

• Used to troubleshoot startup problems• Provides a safe mode

• Only loads the default minimal required Windows Server 2003 settings and device drivers

• Windows Advanced Startup Options is accessed during system startup• Press F8 from Boot Loader Operating System Selection

menu

Page 29: Objectives

Guide to MCSE 70-290, Enhanced 29

Advanced Startup Options (continued)

Page 30: Objectives

Guide to MCSE 70-290, Enhanced 30

Advanced Startup Options (continued)

Page 31: Objectives

Guide to MCSE 70-290, Enhanced 31

Last Known Good Configuration

• Allows you to recover from failed driver and registry changes

• You should not log on to your server if problems are evident during boot process because any incorrect configuration changes will update last known good configuration

• Cannot be used to resolve problems such as missing or corrupt files

Page 32: Objectives

Guide to MCSE 70-290, Enhanced 32

The Recovery Console

• The Recovery Console is an advanced tool for experienced administrators

• It is used to:• Start and stop services

• Format drives

• Read and write data on a local hard drive

• Copy files from a floppy or CD to a local hard drive

• Perform administrative tasks

Page 33: Objectives

Guide to MCSE 70-290, Enhanced 33

Installing the Recovery Console

• Two ways to start Recovery Console:• Run it from CD after a serious error by booting from

the CD

• Install on computer permanently

• Once it is installed, it will be an option in the list of available operating systems during the initial boot process

• Recovery Console can only be run by an administrator

Page 34: Objectives

Guide to MCSE 70-290, Enhanced 34

Installing the Recovery Console (continued)

• Variety of commands available through Recovery Console

• Use the Help command within the Console for a complete list of commands

• Common commands include: copy, disable, enable, exit, fixboot, fixmbr, listsvc

Page 35: Objectives

Guide to MCSE 70-290, Enhanced 35

Activity 12-9: Installing and Using the Recovery Console

• Objective: to install and use the Recovery Console• Install the Recovery Console as directed• Restart the computer and start the Recovery

Console• Explore the command options in the Console• Run the listsvc command• Configure the RemoteAccess service• Reboot as directed

Page 36: Objectives

Guide to MCSE 70-290, Enhanced 36

Summary

• Administrators prepare for disaster recovery through backups and startup recovery mechanisms

• Backup utility• Normal, Incremental, Differential, Daily, and Copy

• Can back up System State

• Shadow Copies of Shared Folders gives users direct control over restoring deleted files or returning to previous versions of files

Page 37: Objectives

Guide to MCSE 70-290, Enhanced 37

Summary (continued)

• Automated System Recovery restores system configuration settings (not data files)

• Windows Server 2003 provides several Advanced Startup Options to troubleshoot boot problems

• Advanced Startup Options include • Safe mode

• Last Known Good Configuration

• The Recovery Console is used for system recovery