遷移 Server 2003 -> Server 2008 r2。全域目錄位置。 DNS問題

遷移 Server 2003 -> Server 2008 r2。全域目錄位置。 DNS問題

我有一台即將報廢的伺服器,安裝了 WinServer 2003。這是一個網域控制器。我用 Server 2008 r2 建立了一個虛擬機,並遷移了其上的所有角色。但有一個問題。儘管新伺服器開啟了全域編錄選項,但全域編錄仍然位於舊伺服器上。它說:

Log Name:      Directory Service
Source:        Microsoft-Windows-ActiveDirectory_DomainService
Date:          30.08.2013 18:45:20
Event ID:      1869
Task Category: Global Catalog
Level:         Information
Keywords:      Classic
User:          ANONYMOUS LOGON
Computer:      vm-dns2.logstream.local
Description:
Active Directory Domain Services has located a global catalog in the following site. 

Global catalog:
\\server.logstream.local 
Site:
Default-First-Site-Name
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-ActiveDirectory_DomainService" Guid="{0e8478c5-3605-4e8c-8497-1e730c959516}" EventSourceName="NTDS General" />
    <EventID Qualifiers="16384">1869</EventID>
    <Version>0</Version>
    <Level>4</Level>
    <Task>18</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8080000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-30T14:45:20.007237900Z" />
    <EventRecordID>186</EventRecordID>
    <Correlation />
    <Execution ProcessID="484" ThreadID="604" />
    <Channel>Directory Service</Channel>
    <Computer>vm-dns2.logstream.local</Computer>
    <Security UserID="S-1-5-7" />
  </System>
  <EventData>
    <Data>\\server.logstream.local</Data>
    <Data>Default-First-Site-Name</Data>
  </EventData>
</Event>

我需要將 GC 定位在新伺服器上,以使舊伺服器最終死亡。有人可以幫我嗎?

我同意可能存在一些 DNS 問題。如果舊 DC 關閉,新 DC 會顯示:

Log Name:      Directory Service
Source:        Microsoft-Windows-ActiveDirectory_DomainService
Date:          02.09.2013 12:58:06
Event ID:      1126
Task Category: Global Catalog
Level:         Error
Keywords:      Classic
User:          ANONYMOUS LOGON
Computer:      vm-dns2.logstream.local
Description:
Active Directory Domain Services was unable to establish a connection with the global catalog. 

Additional Data 
Error value:
1355 The specified domain either does not exist or could not be contacted. 
Internal ID:
3200e25 

User Action: 
Make sure a global catalog is available in the forest, and is reachable from this domain controller. You may use the nltest utility to diagnose this problem.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-ActiveDirectory_DomainService" Guid="{0e8478c5-3605-4e8c-8497-1e730c959516}" EventSourceName="NTDS General" />
    <EventID Qualifiers="49152">1126</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>18</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8080000000000000</Keywords>
    <TimeCreated SystemTime="2013-09-02T08:58:06.650172500Z" />
    <EventRecordID>248</EventRecordID>
    <Correlation />
    <Execution ProcessID="484" ThreadID="604" />
    <Channel>Directory Service</Channel>
    <Computer>vm-dns2.logstream.local</Computer>
    <Security UserID="S-1-5-7" />
  </System>
  <EventData>
    <Data>3200e25</Data>
    <Data>1355</Data>
    <Data>The specified domain either does not exist or could not be contacted.</Data>
  </EventData>
</Event>

緊接著出現了 2092 年的事件:

該伺服器是以下 FSMO 角色的擁有者,但不認為該角色有效。對於包含 FSMO 的分割區,自從該伺服器重新啟動以來,該伺服器尚未與其任何夥伴成功複製。複製錯誤導致無法驗證此角色。在修正這種情況之前,需要聯絡 FSMO 操作主機的操作將會失敗。 FSMO 角色:DC=logstream,DC=local

其他具有自動網路設定的機器說DNS伺服器是192.168.0.1,它是一個路由器

答案1

沒關係...全域編錄本身不需要從一個 DC「遷移」到另一個 DC。只需將所有網域控制器設定為 GC 即可。就是這樣。停用作為 GC 的網域控制器沒有問題。您的所有網域控制器都應該同時是 GC。

相關內容