部署FIM 2010 R2——6安装和配置PCNS
在所有域控安装安装PCNS
1. 如果第一次安装PSNS需要扩展构架,如果之前安装过PCNS,略过此步骤,扩展构建需要在CMD进入PCNS安装目录中运行"Password Change Notification Service.msi" SCHEMAONLY=TRUE
下载PCNS安装包,首先在每台DC上扩展架构,
msiexec /i "C:\Users\Administrator\Desktop\Password Change Notification Service x64\Password Change Notification Service.msi" SCHEMAONLY=TRUE
![image_thumb40 image_thumb40]()
![image_thumb461 image_thumb461]()
![image_thumb45 image_thumb45]()
![image_thumb49 image_thumb49]()
2、扩展完构架后,直接运行Password Change Notification Service.msi,一直下一步安装即可,
![6686.tmp_thumb1 6686.tmp_thumb1]()
![413.tmp_thumb1 413.tmp_thumb1]()
![98C3.tmp_thumb1 98C3.tmp_thumb1]()
3、安装完以后需要重启服务器。
4、配置PCNS,
需要先设置SPN,setspn.exe –A SPNNAME/FIMservername Domain\FIMAccount,例如:
setspn.exe -A fimsync/fim01.contoso.com contoso\fimsync
![image_thumb2 image_thumb2]()
5、开始下一步步骤之前,先创建一个PCNS组,
![image_thumb3 image_thumb3]()
![image_thumb9 image_thumb9]()
例如:pcnscfg.exe addtarget /n:FIMSPCNS /a:fim01.contoso.com /s:fimsync/fim01.contoso.com /fi:"PCNS" /f:3
![image_thumb6 image_thumb6]()
6、启用密码同步,
1. 以fimsyncadmins组成员身份打开Synchronization Service,点击tools下的Options,勾选Enable Password Synchronization,如下图,
![image_thumb11 image_thumb11]()
![image_thumb14 image_thumb14]()
7、同时也给俩个域的ADMA配置启用密码同步,如下图,
![image_thumb17 image_thumb17]()
![image_thumb20 image_thumb20]()
8、同样的操作为ContosoMA也进行相同配置。
截止到现在为止我们已经完成了FIM 2010 R2安装和密码同步功能的配置,期待下一章节的验证结果吧,哈哈!
谢谢!
欢迎关注我的博客http://zyliday.blog.51cto.com/ ,致力于为大家提供更多优质的IT博文.谢谢!
本文转自 zyliday 51CTO博客,原文链接:http://blog.51cto.com/zyliday/1785605