Prepare Schema
http://www.shudnow.net/2009/01/08/office-communications-server-2007-r2-enterprise-deployment-part-2/
Microsoft Office Communications Server 2007 R2
Using Setup to Run Schema Preparation
http://technet.microsoft.com/en-us/library/dd425361(office.13).aspx
on the KB179442
(<http://support.microsoft.com/default.aspx?scid=kb;EN-US;179442>)
http://support.microsoft.com/default.aspx?scid=kb;EN-US;179442
trusts
installed.
If they want to watch replication of this attribute/role replicate to all DCs in
the forest they can run this command:
/Filter:"(cn=Schema)" /atts:fSMORoleOwner >> SchemaMove.txt
repadmin /bind from the OCS Server to another DC in the Root Forest
(sgpaphq-addc09) and it connected fine, so we can transfer the Schema Master to
this DC which allow OCS to use it during installation. The commands to do the
schema master transfer are as below:
roles
connections
clear creds
set creds domain administrator password
connect to server DCx
q
transfer schema master
2) Get the below ports open to avoid this kind of issues in the future.
TCP port 135 (epmap service): FILTERED (this needs to be opened because clients
cannot determine what RPC ports are available on jpnfxhq- addc01.fujixerox.net)
=============
Ports 49152 - 65535 must be opened because this is the new Dynamic RPC port range
for W2K8.
=============
Ports 1024 - 5000 must be opened for W2K3 Dynamic RPC ports
=============
TCP port 3268 (msft-gc service): FILTERED (this needs to be opened because
jpnfxhq-addc01.fujixerox.net is a GC)
=============
TCP port 88 (kerberos service): LISTENING (good)
critical for Kerberos)
=============
TCP port 445 (microsoft-ds service): FILTERED (This should be opened for secure
MSRPC)
=============
============
UDP port 137 (netbios-ns service): LISTENING or FILTERED (Windows computers need to
communicate using this port)
Attempting NETBIOS adapter status query to UDP port 137...
Adapter status query failed.
UDP port: FILTERED
=============
UDP port 138 (netbios-dgm service): LISTENING or FILTERED (Windows computers need
to communicate using this port)
portqry.exe -n jpnfxhq-addc01.fujixerox.net -e 138 -p UDP exits with return code
0x00000002.
==============
TCP port 139 (netbios-ssn service): FILTERED (Windows computers need to communicate
using this port)
portqry.exe -n jpnfxhq-addc01.fujixerox.net -e 139 -p TCP exits with return code
0x00000002.
==============
Ref: FSMO placement and optimization on Active Directory domain controllers:
http://support.microsoft.com//kb/223346 <http://support.microsoft.com/kb/223346>
Section 2: OCS
1. The installation document for OCS Enterprise is found in this link. Please
download it.
a. <http://www.microsoft.com/downloads/details.aspx?familyid=53F65DC9-09DC-4748-81F7
-48457469E550&displaylang=en>