设为首页 收藏本站
查看: 550|回复: 0

Windows 2003故障恢复

[复制链接]

尚未签到

发表于 2015-5-4 01:07:08 | 显示全部楼层 |阅读模式
只有当你真正体验一次Windows无法启动,而你又束手无策时,你才会真正理解制定故障恢复策略的重要性。在本Blog中我将主要讨论Windows操作系统和AD的故障恢复策略。

1、故障恢复控制台

What is 故障恢复控制台?
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/004ad222-a8d0-4b9d-bf8d-756a6428a2da.mspx
Recovery Console is particularly useful if you need to repair your system by copying a file from a floppy disk or CD-ROM to your hard disk, or if you need to reconfigure a service that is preventing your computer from starting properly.


如何安装故障恢复控制台、如何通过Windows CD-ROM启动故障恢复控制台
How To Use the Recovery Console on a Windows Server 2003-Based Computer That Does Not Start
http://support.microsoft.com/kb/326215/en-us
注意:从以上KB可以知道登录故障控制台的密码是Administrator的密码:Note Recovery Console uses the Administrator password that you configured when you installed Windows Server 2003. Changes that you make to the Administrator password after you install Windows Server 2003 do not apply to Recovery Console.

HOW TO:使管理员能够自动登录到故障恢复控制台
http://support.microsoft.com/default.aspx?scid=kb;zh-cn;312149

实战
HOW TO: Replace a Driver By Using Recovery Console in Windows Server 2003
http://support.microsoft.com/default.aspx?scid=kb;en-us;816104

2、Automated System Recovery
Microsoft recommends that you regularly create Automated System Recovery (ASR) sets as part of an overall plan for system recovery so that you are prepared if the system fails. ASR should be a last resort for system recovery. Use ASR only after you have exhausted other options. For example, you should first try Safe Mode Boot and Last Known Good.

ASR is a two-part system; it includes ASR backup and ASR restore. The ASR Wizard, located in Backup, does the backup portion. The wizard backs up the system state, system services, and all the disks that are associated with the operating system components. ASR also creates a file that contains information about the backup, the disk configurations (including basic and dynamic volumes), and how to perform a restore.

You can access the restore portion by pressing F2 when prompted in the text-mode portion of setup. ASR reads the disk configurations from the file that it creates. It restores all the disk signatures, volumes, and partitions on (at a minimum) the disks that you need to start the computer. ASR will try to restore all the disk configurations, but under some circumstances it might not be able to. ASR then installs a simple installation of Windows and automatically starts a restoration using the backup created by the ASR Wizard.
http://support.microsoft.com/default.aspx?scid=kb;en-us;818903

  Make sure you have the following items before you begin the recovery procedure:
•  Your previously created Automated System Recovery (ASR) floppy disk.
•  Your previously created backup media.
•  The original operating system installation CD.

http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/asr.mspx


3、How to troubleshoot startup problems in Windows Server 2003
这篇KB内容比较全面,讲的内容包括:
How to Start the Computer by Using the Last Known Good Configuration
How to Start the Computer in Safe Mode
How to Use System Configuration Utility(主要讲msinfo32和msconfig)
How to Use Automated System Recovery (记得在2000中的紧急修复盘吗,现在叫做ASR)
How to Use the Microsoft Windows Recovery Console

4、示例:How to troubleshoot the "NTLDR is missing" error message in Windows Server 2003

5、AD恢复
AD的恢复包括3种形式:
nonauthoratative restore 非强制还原
authoratative restore:强制还原 将域控制器还原到备份时的状态,同时可以恢复不小心删除的对象,而非强制还原做不到这一点,因为域控制器之间会相互复制,当被删除对象恢复时,由于它的版本比较低,所以很快还是会被删除
primary restore:主要还原 如果整个域内的所有域控制器都出现故障,还原第一台域控制器时,使用此还原

非强制还原过程
1)重新启动Windows ,按F8并选择目录恢复模式
2)使用Windows Backup恢复系统状态
3)重新启动

强制还原
过程与非强制还原类似只是在重新启动前执行dsutil命令
c:\ntdsutil
ntdsutil: authoratative restore
authoratative restore : restore subtree ou=业务部,dc=abc,dc=com

标准还原
与非强制还原类似,只是在使用backup时,点高级按钮,并选择 “当还原复制的数据集时,将还原的数据作为所有副本的主要数据”

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-63224-1-1.html 上篇帖子: DELL服务器安装Windows server 2003---解决找不到安装在计算机上的硬盘驱动器 安装无法 下篇帖子: Windows 2003 server 的远程连接 用户数
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表