So installing the OCS 2007 R2 Front End Server is not that bad after installing the 64 bit version of Windows Server 2003 or Windows Server 2008.
I needed to move my Schema information from the system partition to the configuration partition. After getting through that (which was quite interesting) all seems to be ok. I moved my user account and can communicate with OCS 2007 and R2 users.
I will post some information regarding the partition data moves later.
Here is the process of moving the AD info…
If you deployed Live Communications Server 2005 with Service Pack 1 (SP1) or Office Communications Server 2007 with global settings in the root domain System container and you experience performance issues, you can use the Microsoft Office Communications Server 2007 Global Settings Migration Tool to migrate to the Configuration container.
|
Important:
|
|
For Live Communications Server 2005 with SP1, you can use this procedure only after you apply Windows update provided in Knowledge Base article 911996. Without the update, Live Communications Server 2005 does not support storing global settings in the Configuration container. For more details, see Microsoft Knowledge Base article 911996 “Description of the update for Live Communications Server 2005: February 10, 2006, rereleased July 11, 2006,” at http://support.microsoft.com/kb/911996.
|
If you also plan to upgrade to Office Communications Server 2007 R2, you must migrate the global settings before you upgrade. Once you upgrade to the Office Communications Server 2007 R2 Active Directory schema, you can no longer use the Global Settings Migration tool to migrate your global settings.
You can run any of the following steps in read-only test mode by appending the /Check parameter to the MigrateOcsGlobalSettings command. This parameter prints the status of target objects and properties without making updates.
If any of the following steps fails to complete successfully due to network, replication, or permission issues, you can rerun the step until it completes successfully.
|
Important:
|
|
Before you begin the migration process, use the Office Communications Server snap-in to stop all Office Communications Server services on all Office Communications Servers.
|
To migrate global settings to Configuration container
- Copy the global settings tree structure to the Configuration container by opening a command prompt and then running the following command:
|
|
|
|
cscript MigrateOcsGlobalSettings.vbs /Action:MigrateGlobalSettingsTree
|
|
- Copy the global settings attributes to the Configuration container as follows:
|
|
|
|
cscript MigrateOcsGlobalSettings.vbs /Action: MigrateGlobalSettingsProperties
|
|
- For Office Communications Server 2007 and Live Communications Server 2005 with SP1, run forest preparation to set permissions as follows:
|
Important:
|
|
Do not use the Office Communications Server Prep Forest wizard for this step. The wizard will show that the forest is already prepared, although the ACEs are not in the new container yet.
|
|
|
|
|
LcsCmd /Forest /Action:ForestPrep /global:configuration
|
|
For Live Communications Server 2005 with SP1, also run domain preparation in every domain the runs Live Communications Server as follows:
|
|
|
|
LcsCmd /Domain /Action: DomainPrep
|
|
Wait for the global settings tree to replicate to most forest global catalogs before proceeding to the next step.
- Update server distinguished name (DN) references to the new global settings tree as follows:
|
|
|
|
cscript MigrateOcsGlobalSettings.vbs /Action: MigrateServerDnReferences /SearchBaseDN:<server search baseDN>
/searchbasedn:voxlab,dc=local — – — – This is the name of your domain in LDAP format. My domain name is voxlab.local
|
|
Where /SearchBaseDN specifies the migration scope for servers.
- Update DN references for user, contact, and inetOrgPerson objects to point to new global settings tree as follows:
|
|
|
|
cscript MigrateOcsGlobalSettings.vbs /Action: MigrateUserDnReferences /SearchBaseDN:<user search base DN>
|
|
Where /SearchBaseDN specifies the migration scope for users.
Wait for this step to complete before proceeding to the next step (for example, with stable network connectivity, it takes about one hour to migrate 30,000 users).
Use the Office Communications Server snap-in to restart the Office Communications Server services.
- Try to send instant messages and perform some conferencing tasks to verify that the migration was successful.
- Remove the original global settings tree structure from the System container as follows:
|
Important:
|
|
Do not perform this step until steps 5 and 6 are complete.
|
|
|
|
|
cscript MigrateOcsGlobalSettings.vbs /Action: DeleteSystemGlobalSettingsTree
|
|
Here is where you can find the global setting migration tool…
http://www.microsoft.com/downloads/details.aspx?FamilyID=23236784-508e-44c9-809d-30ff245928d8&DisplayLang=en