好久没来写文章,今天看到有人问我这样一个问题:
windows server 2003 R2 升级到 2003 SERVER 域中域控制器时升级失败!我一想估计,现在随着R2的发行,不注意的人估计都会出现这样的错误提示:
The Active Directory installation wizard cannot continue because the forest is not prepared for installing windows server
2003 ,use the adprep command-line tool to prepare both the forest and the domain for more information about using the
ADprep ,see active directory Help ,
The version of the active directory schema of the source forest is not compatible with the version of active directory on this computer
造成这个问题的原因是域中的Schema 没有扩展到最新的匹配windows 2003 server R2 的SCHEMA
我们可以通过这个方法来解决:
可以通过adprep.exe命令以及WINDOWS 2003 SERVER R2的第二张光盘来解决该问题
首先将R2的第二张光盘放入光驱,然后运行以下命令:
光驱盘符:\CMPNENTS\R2\ADPREP\adprep.exe /forestprep
在这边我要提醒大家的是在对扩展SCHEMA前首先根据微软的知识库文章对你的AD进行备份,以防止意外的发生
posted on 2006-10-11 16:30
3W网络 阅读(1795)
评论(1) 编辑 收藏 引用 所属分类:
Microsoft Active Directory