版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、bare metal recovery of windows server 2008 with system center data protection manager 2007 sp1dpm2007 technical articlepublished: april 2009updated: november 2009applies to: dpm2007 sp1summary: this whitepaper provides step-by-step instructions about how to use data protection manager (dpm)2007 serv
2、ice pack 1 (sp1) to create a bmr backup of the critical volumes of a computer running windows server 2008.copyrightthe information contained in this document represents the current view of microsoft corporation on the issues discussed as of the date of publication. because microsoft must respond to
3、changing market conditions, it should not be interpreted to be a commitment on the part of microsoft, and microsoft cannot guarantee the accuracy of any information presented after the date of publication.this white paper is for informational purposes only. microsoft makes no warranties, express, im
4、plied, or statutory, as to the information in this document.complying with all applicable copyright laws is the responsibility of the user. without limiting the rights under copyright, no part of this document may be reproduced, stored in, or introduced into a retrieval system, or transmitted in any
5、 form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of microsoft corporation. microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject
6、matter in this document. except as expressly provided in any written license agreement from microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property.unless otherwise noted, the example companies, organizations,
7、products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred. 2009 microsoft corporation. all r
8、ights reserved.microsoft, windows, and office sharepoint server 2007 are trademarks of the microsoft group of companies.all other trademarks are property of their respective owners.contentsbare metal recovery4prerequisites4configuring backups for bmr5before you create the protection group6to create
9、the protection group6recovering the data7conclusion8introduction to data protection manager2007system center data protection manager (dpm)2007 is a key member of the microsoft system center family of management products designed to help it professionals manage their windows server environments. dpm
10、is the new standard for windows server backup and recoverydelivering continuous data protection for microsoft applications, virtualization, file servers, and desktops using seamlessly integrated disk and tape media, as well as cloud repositories. dpm enables better backups with rapid and reliable re
11、coveries for both the it professional and the end-user. dpm helps significantly reduce the costs and complexities associated with data protection through advanced technology for enterprises of all sizes. the following figure shows an overview of the protection process and the data sources that dpm20
12、07 sp1 protects.figure 1: dpm2007 sp1 overviewdpm and bare metal recoveryusing complimentary technologies in addition to dpms actual software, dpm2007sp1 can perform a bare metal recovery (bmr) to restore an entire server without an operating system. although recovering an entire computer may initia
13、lly sound appealing, there are factors where the fastest or most optimal recovery action is to only restore the system state containing the registry and unique operating system binaries over a pre-built generic server for example, restoring the system state for one of 200 similarly configured branch
14、 office servers. in other scenarios, instead of recovering antiquated hardware and a servers operating system that has been in use for some time, it may be more effective to simply restore the data to a newer and faster server. for those scenarios where a server has a very complex configuration that
15、 would be difficult to rebuild, the ability to perform an image-level restore is ideal.when dpm2007 was released in the fall of 2007, it was packaged with a second software offering called the dpm system recovery tool (srt), which provided bare metal recovery for computers running windows xp and win
16、dows server2003. with the release of windows server2008, the windows server2003 built-in backup utility was replaced with a new windows server backup utility (wsb). the wsb was developed by the windows server team as the only intended way for a windows server to do an image-level backup or restore o
17、f the windows server2008 operating system.with the release of dpm2007 sp1, windows server2008 is now a supported operating system for protection and recovery of data. the scripting feature in dpm2007 sp1 enables backup administrators to back up any application data (for which dpm does not provide na
18、tive support) that runs on windows server2008. this whitepaper provides step-by-step instructions about how to use dpm2007 sp1 to create a bmr backup of the critical volumes of a computer running windows server2008. after you create the backup copy, you use it to rebuild a computer in the event of a
19、 disaster.prerequisitesyou must perform the following prerequisite steps before you can create a bmr backup:1. install dpm2007 sp1 on the dpm server.2. install windows server backup on the protected server.3. manually install the dpm protection agent on the protected server. for more information abo
20、ut how to manually install a protection agent, see installing protection agents manually (4. in dpm administrator console, in the management task area, on the agents tab, verify that the agent installation was successful.note: for more information about troubleshooting protection agent installation
21、issues, see troubleshooting protection agent installation issues (5. perform the following steps to find the total size of all the critical volumes:a. to start windows server backup, click start, point to administrative tools, and then click windows server backup.b. if you are prompted, in the user
22、account control dialog box, provide backup operator credentials, and then click ok.c. on the action menu, click backup once.d. in the backup once wizard, on the backup options page, click different options, and then click next.e. on the select backup configuration page, click custom, and then click
23、next.f. on the select backup items page, select enable system recovery. for the purposes of this procedure, use x gigabytes (gb) as the total size.the following figure shows the status of the selected volume and a size of 32.58 gb. write down the size of the volume that you selected.figure 2: volume
24、 backup sizeg. close the backup once wizard, and then close windows server backup.6. create a dedicated volume for the bmr backup. the backup size must be greater than or equal to (=) 1.5 * x gb. this volume will be used as the staging volume. for the purposes of this procedure, we are using volume
25、e:, which is referenced later in this procedure.7. create a folder on the volume you created in step 6, and then name it serverbackup.8. share the folder you created in step 7, and then name it serverbackup$. create the share using the following command line option:net share serverbackup$=e:serverba
26、ckup /grant:system,fullconfiguring backups for bmrto configure the bmr backup, you create a protection group. before you create the protection group, you must perform the following configuration steps:before you create the protection group1. create a batch file named c:serverbackupscriptswin2k8serve
27、rbackup.cmd, and then copy the following code snippet into the batch file.echo offsetlocal enabledelayedexpansionset backup_target=%computername%serverbackup$rd /s /q %backup_target%windowsimagebackup%computername%wbadmin start backup -backuptarget:%backup_target% -allcritical -quietif %errorlevel%
28、= 0 ( pushd %backup_target%windowsimagebackup%computername% for /f tokens=* %i in (dir /b /s *.vhd) do move /y %i .)2. open the %programfiles%microsoft data protection managerdpmscriptingscriptingconfig.xml file, and then add the following code snippet:c:serverbackupscriptswin2k8serverbackup.cmd90no
29、te: the : in datasourcename should be the same as the drive letter where the serverbackup$ share is located.to create the protection group1. start the create new protection group wizard.2. on the select group members page, in the available members box, expand the server nodes to: all sharesserverbac
30、kup$.3. select serverbackup$, and then click next.4. on the select data protection method page, in the protection group name box, accept the default name or type a new name for the protection group.5. in the protection policy section, select i want short-term protection using, and then click next.6.
31、 on the specify short-term protection policy page, in the retention range box, select the duration of time that you want the data to be available for recovery.7. in the synchronization frequency section, select just before a recovery point.8. click modify to change the recovery point schedule to kee
32、p one recovery point per day.9. on the review disk allocation page, click modify.10. on the modify disk allocation page, on the dpm server tab, select replica volume, and type the disk space for the replica volume as 1.5 * x gb.11. select recovery point volume, and type the disk space for the recove
33、ry point volume as 0.5 * x gb.12. complete the create new protection group wizard.13. on the confirmation page, click close.recovering the computer datato recover the data, perform the following steps.1. in dpm administrator console, click recovery on the navigation bar.2. browse or search for the d
34、ata you want to recover, and then, in the results pane, select the data.3. select the bold date from the calendar for the recovery point you want to recover.4. in the recoverable item pane, click to select the recoverable item you want to recover.5. in the actions pane, click recover. dpm starts the
35、 recovery wizard.6. click next, and then select recover to an alternate location. 7. select the network share (preferably a share on a machine that is on ipsec boundary) where the bmr backup has to be dumped to. (eg: serverbackup$).note: machines in winpe cannot connect to network shares which have
36、ipsec enabled. the machine should be an ipsec boundary machine so that a non-domain joined machine can access the network share using a username and password.8. complete the recovery wizard.9. after the restore, move the windowsimagebackup folder to the root of the share. for example, serverbackup$windowsimagebackup.10. after the recovery is complete, traverse the target destination and move all *.vhd files from:serverbackup$windowsimagebackupto: serverbackup$windowsimagebackup11. restart the target
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 拉勾网产品经理岗位面试全解与技巧
- 肯德基餐饮行业餐厅管理岗位招聘面经详解
- 动脉粥样硬化药物治疗依从性
- 成考专业就业方向
- 护理追踪法实践操作
- 基于柔性生产的现代供应链策略研究
- 听力检测的质量控制
- 快递行业配送经理面试解析
- 客户关系管理策略及实践总结
- 2025年自动驾驶数据标注数据标注质量保证措施
- ALC墙板安装专项施工方案2023年
- 芯片行业经销商制度规范
- IT技术介绍教学课件
- 【《某苹果采摘机械臂的总体方案设计案例》2300字】
- 2025年泰州职业技术学院单招职业技能测试题库附答案
- 2025中远海运财产保险自保有限公司高级管理人员招聘笔试历年典型考点题库附带答案详解
- 2025天津师范大学智能分子交叉科学研究院招聘部分博士层次专业技术岗位人员(公共基础知识)综合能力测试题带答案解析
- 肝硬化HRS合并肝肾综合征型肝肾联合损伤方案
- T/CI 366-2024新能源汽车动力电池用高抗拉强度超薄铜箔
- 2025年中南体育考研真题及答案
- 2025浙江金华市东阳市部分机关事业单位招聘编外人74人员(二)笔试考试参考试题及答案解析
评论
0/150
提交评论