Transitioning von Austausch 2000 bis 2007 (Teil 1)
Mueed Al-Enzi schickte uns ein email eine ungefähr Reihe Pfosten, die er auf transitioning von Austausch 2000 bis 2007 schrieb. Was über seinen Artikel interessant war, waren, daß sein Austauschbediener 2000 auch sein DC war und waren auf Windows 2000. Er hatte viel mehr die Arbeit, zum als Normal zu tun aber, da dieses eine allgemeine Einstellung ist, wir entschied, sie anzunehmen und sie hier bekanntzugeben. Sie können mehr seiner Pfosten sehen, während er auf dem Erhalten arbeitet sein blog unternehmungslustig.
Transitioning von Austausch 2003 zu Austausch 2007 ist einfach und direkt, und es gibt viele Artikel auf dem Netz, das den Prozeß beschreibt. Henrik Walther schrieb einen der besten Artikel auf dieses Thema bei MSExchange.com, aber was über transitioning von Austausch 2000 bis Austausch 2007 in einer Situation, in der Sie einen einzelnen Kasten haben (Windows 2000 DC und Austausch 2000). Dieses Drehbuch ist unterschiedlich und benötigt ein wenig mehr Konzentration und Bereitschaft. In dieser Artikel-Reihe (3 Teile), werde ich Ihnen meine reale Erfahrung zu diesem Punkt zeigen, genieße ihn!
Die Einstellung ist wie folgen:
- Zwei Gebiet Steuerpulte, die vorgerückten Bediener des Windows 2000 laufen lassen.
- Austausch 2000 wird auf einen der Gebiet Steuerpulte angebracht.
- Die FSMO Rollen waren auf den Gebiet Steuerpult verschoben worden, der nicht Austausch laufen läßt.
Gut ist die erste Sache, die wir an es denken müssen, die Gebiet Steuerpulte zu Fenstern 2003 zu verbessern, bevor wir die Installation von Austausch 2007 durchlaufen, da dieses eine der Anforderungen für Austausch 2007 ist. Betrachten zum MS KB325379, gibt es sicher, daß Attribute im Schema geändert werden müssen, bevor wir /Forestprep, /Domainprep der Fenster 2003 laufen lassen, jene Attribute sind:
- CN=ms-Exch-Assistant-Name
- CN=ms-Exch-House-Identifier
- CN=ms-Exch-LabeledURI
Diese Attribute müssen als msExchAssistantName, msExchHouseIdentifier und msExchLabeledURI erscheinen. Um solche änderung zu tun, können wir einen Index verursachen der dieses Attribut folgendermaßen ändert (veranschlagen vom KB Artikel:
- Melden Sie zur Konsole des Schemabetriebe Meisters an, indem Sie ein Konto verwenden, das ein Mitglied der Schema Admins Sicherheit Gruppe ist.
- Klicken Sie Anfang, Klicken Durchlauf, Art notepad.exe im geöffneten Kasten, an und klicken Sie dann O.K.
- Copy der folgende Text einschließlich den schleppenden Bindestrich nach „schemaUpdateNow: 1 " zum Notizblock.
-
unten: CN=ms-Exch-Assistant-Name, CN=Schema, CN=Configuration, DC=X
Changetype: Ändern Sie
ersetzen Sie: LDAPDisplayName
LDAPDisplayName: msExchAssistantName
-
unten: CN=ms-Exch-LabeledURI, CN=Schema, CN=Configuration, DC=X
Changetype: Ändern Sie
ersetzen Sie: LDAPDisplayName
LDAPDisplayName: msExchLabeledURI
-
unten: CN=ms-Exch-House-Identifier, CN=Schema, CN=Configuration, DC=X
Changetype: Ändern Sie
ersetzen Sie: LDAPDisplayName
LDAPDisplayName: msExchHouseIdentifier
-
unten:
Changetype: Ändern Sie
fügen Sie hinzu: schemaUpdateNow
schemaUpdateNow: 1-
- Confirm that there is no space at the end of each line.
- On the File menu, click Save. In the Save As dialog box, follow these steps:
- In the File name box, type the following: \%userprofile%\InetOrgPersonPrevent.ldf
- In the Save as type box, click All Files.
c. In the Encoding box, click Unicode. - Click Save.
- Quit Notepad.
- Run the InetOrgPersonPrevent.ldf script.
- Click Start, click Run, type cmd in the Open box, and then click OK.
- At a command prompt, type the following, and then press ENTER: cd %userprofile%
- Type the following command: c:\documents and settings\%username%>ldifde -i -f inetorgpersonprevent.ldf -v -c DC=X "domain name path for forest root domain"
Syntax notes: DC=X is a case-sensitive constant. The domain name path for the root domain must be enclosed in quotation marks. For example, the command syntax for an Active Directory forest whose forest root domain is TAILSPINTOYS.COM would be: c:\documents and settings\administrator>ldifde -i -f inetorgpersonprevent.ldf -v -c DC=X "dc=tailspintoys,dc=com"
Note You may need to change the Schema Update Allowed registry subkey if you receive the following error message: Schema update is not allowed on this DC because the registry key is not set or the DC is not the schema FSMO Role Owner. For more information about how to change this registry subkey, click the following article number to view the article in the Microsoft Knowledge Base: 285172 Schema update require Write access to schema in Active Directory “
Now we have to verify that previous attributes had been modified, this can be done through ADSI edit tools (installed as a part of the support tools), under the schema find the attributes (CN=ms-Exch-Assistant-Name CN=ms-Exch-House-Identifier CN=ms-Exch-LabeledURI). Double click each of them, on the attributes tab in the "Select which properties to view" drop down, select either Mandatory. In the next drop down "Select a property to view" select lDAPDisplayName. Then at the text in the box next to value, make sure that the three attributes same as the attribute name without the CN= and the dashes i.e. msExchAssistantName).
Now we can safely run adprep on the schema operations master. To do so, Log on to the console of the schema operations master with an account that is a member of the Schema Admins security group.
Click Start, click Run, type cmd, and then click OK. Where X:\I386\ is the path of the Windows Server 2003 installation media.
X:\I386\adprep /forestprep
Verify that the adprep /forestprep changes have replicated on all the domain controllers in the forest. After that, Run adprep /domainprep on the Infrastructure master. To do so, click Start, click Run, type cmd, and then on the Infrastructure master type the following command:
X:\I386\adprep /domainprep
Verify that domainprep completed successfully, and a replication had been initiated between the DCs. In my scenario, I had a new server (windows 2003 SP1) which I promote it successfully to be the first domain controller running windows 2003, after preparing the schema. After that I had transferred the FSMO roles to the new DC and set it as a Global catalog, then upgrade the old DC to windows 2003 (the one that it is not running exchange).
For more information:
KB Article 325379 - How to upgrade Windows 2000 domain controllers to Windows Server 2003
Transitioning from Exchange 2000 to 2007 (Part 2) Coming Soon
Transitioning from Exchange 2000 to 2007 (Part 3) Coming Soon
Written by rodney.buike. Read more great feeds at is source WEBSITE
no comments.
Read more articles on Exchange Server.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article














