To install Office Communications Server 2007 R2 Enterprise
Edition with a Consolidated configuration, you can run SetupEE.exe
and step through the wizard. You can also use SetupEE.exe to begin
an Expanded configuration setup. Select
Prepare Environmentand the wizard will take you through the
preparations required to ready Active Directory Domain Services (AD
DS) for Office Communications Server installation. For details
about preparing AD DS and for using the wizard for this portion of
the setup, see
Note: |
---|
Running SetupEE.exe from the CD will not only start the setup wizard, but it will create the folder Deploy.Copy in the %temp% folder. All the commands in this section can then be run from the %temp%\Deploy.Copy folder or the appropriate subfolder. |
If you prefer to do a full command-line installation, including AD DS preparation, follow these steps to prepare the AD DS schema, forest, and domain from the command line.
Note: |
---|
The following steps show only the required switches. For a full
list of options for each command, see
|
To prepare Active Directory Domain Services
-
Prepare the schema.
LCSCmd /Forest /Action:SchemaPrep
-
Check that the schema preparation completed successfully.
LCSCmd /Forest /Action:CheckSchemaPrepState
A successful schema preparation will show a Schema Prep State value of Office Communications Server 2007 R2 in the resulting log file.
-
Prepare the forest.
LCSCmd /Forest /Action:ForestPrep
-
Check that the forest preparation completed successfully.
LCSCmd /Forest /Action:CheckForestPrepState
A successful forest preparation will show a Forest Settings value of Ready in the resulting log file.
-
Prepare the domain.
LCSCmd /Domain /Action:DomainPrep
-
Check that the domain preparation competed successfully.
LCSCmd /Domain /Action:CheckDomainPrepState
A successful domain preparation will show a Domain Settings value of Ready in the resulting log file.