|
|
|
现在局域网中有一台DC(Exchange),域为:abc.com,我想再加一台PC做BDC,也想部署一台EXCHANGE.
我想把BDC域命名为:bbb.com.
目的: bbc.com 上exchange服务器用于测试,同时可以直接从abc.com主域上同步账户信息,这样不需要另外新建账户. 如: 有用户:john, DC上john的信箱名为:john.abc.com, 新加的服务器上:john的信箱名为: john.bbb.com.
这样在新PC上安装exchange时总是出错:用dcdiag 测试结果如下:
Domain Controller Diagnosis
Performing initial setup:
Done gathering initial info.
Doing initial required tests
Testing server: Default-First-Site-Name\JOHN
Starting test: Connectivity
......................... JOHN passed test Connectivity
Doing primary tests
Testing server: Default-First-Site-Name\JOHN
Starting test: Replications
REPLICATION LATENCY WARNING
ERROR: Expected notification link is missing.
Source MAIL
Replication of new changes along this path will be delayed.
This problem should self-correct on the next periodic sync.
......................... JOHN passed test Replications
Starting test: NCSecDesc
......................... JOHN passed test NCSecDesc
Starting test: NetLogons
......................... JOHN passed test NetLogons
Starting test: Advertising
......................... JOHN passed test Advertising
Starting test: KnowsOfRoleHolders
......................... JOHN passed test KnowsOfRoleHolders
Starting test: RidManager
......................... JOHN passed test RidManager
Starting test: MachineAccount
......................... JOHN passed test MachineAccount
Starting test: Services
......................... JOHN passed test Services
Starting test: ObjectsReplicated
......................... JOHN passed test ObjectsReplicated
Starting test: frssysvol
......................... JOHN passed test frssysvol
Starting test: frsevent
......................... JOHN passed test frsevent
Starting test: kccevent
......................... JOHN passed test kccevent
Starting test: systemlog
......................... JOHN passed test systemlog
Starting test: VerifyReferences
......................... JOHN passed test VerifyReferences
Running partition tests on : bbb
Starting test: CrossRefValidation
......................... bbb passed test CrossRefValidation
Starting test: CheckSDRefDom
......................... bbb passed test CheckSDRefDom
Running partition tests on : ForestDnsZones
Starting test: CrossRefValidation
......................... ForestDnsZones passed test CrossRefValidation
Starting test: CheckSDRefDom
......................... ForestDnsZones passed test CheckSDRefDom
Running partition tests on : Schema
Starting test: CrossRefValidation
......................... Schema passed test CrossRefValidation
Starting test: CheckSDRefDom
......................... Schema passed test CheckSDRefDom
Running partition tests on : Configuration
Starting test: CrossRefValidation
......................... Configuration passed test CrossRefValidation
Starting test: CheckSDRefDom
......................... Configuration passed test CheckSDRefDom
Running enterprise tests on : abc.com
Starting test: Intersite
......................... abc.com passed test Intersite Starting test: FsmoCheck
......................... abc.com passed test FsmoCheck
这样DC,BDC域名不一致,是否可行? 如果要实现不同域名,但要同步主域上账户信息,怎么实现??? |
|