Exchange の前提条件の自動インストール 2007 Windows Serverの場合 2008

このドキュメントの内容, 1 つ以上の Exchange サーバーのインストールを自動化する方法について説明します 2007, 基本的にインストールの要件. En este articulo del Technet http://technet.microsoft.com/en-us/library/bb691354.aspx muestra cómo crear unos script’s para instalar los prerrequisitos de Exchange 2007 および Windows Server 2008 目的の Exchange 機能をインストールするには 2007 コマンドライン経由. このWebサイトでは、いくつかの応答ファイルを生成できます (XMLの) 必要なものをインストールするには.

Descripción de los archivos XML:
Exchange-Base.xml – Este XML instala los componentes comunes usados por la mayoría de los roles de Exchange 2007. Es recomendado reiniciar el servidor.
Exchange-MBX.xml – Instala los prerrequisitos del servidor con la función de buzón.
Exchange-CAS.xml – Instala el resto de prerrequisitos para la función de acceso de cliente.
Exchange-Edge.xmlInstala el resto de prerrequisitos para la función de transporte perimetral. Exchange-UM.xmlInstala los prerrequisitos para la función de mensajería unificada.
Exchange-ClusMBX.xml Instala los requisitos para la función de buzón con clúster, además del clúster de alta disponibilidad.
El rol de Concentrador de transporte no necesita prerrequisitos, así que no necesita un XML específico a parte del Exchange-Base.xml.
Para ejecutar la instalación mediante archivos de respuesta se ejecutará de la siguiente forma: ServerManagerCmd -ip RUTA<Exchange-role>.XMLの

Contenido de los archivos XML:

Exchange-Base.xml

<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– 使い: ServerManagerCmd -ip Exchange-Base.xml –>

<ServerManagerConfiguration
Action=”取り付ける”
xmlns=”HTTPの://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>

<!– BASE: Install PowerShell feature –>
<Feature Id=”PowerShellの”/>

<!– PREPARESCHEMA: Install LDIFDE and other directory tools –>
<Feature Id=”RSAT-ADDS”/>
</ServerManagerConfiguration>

Exchange-CAS.xml

<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– 使い: ServerManagerCmd -ip Exchange-CAS.xml –>

<ServerManagerConfiguration
Action=”取り付ける”
xmlns=”HTTPの://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>

<!– Install the Web Server role with additional child components –>
<Role Id=”Webサーバー”/>
<RoleService Id=”ウェブメタベース”/>
<RoleService Id=”Web-Lgcy-Mgmt-コンソール”/>
<RoleService Id=”Web-ISAPI-拡張”/>

<!– Install the three authentication types for OWA, GZip compression, plus Outlook Anywhere support –>
<RoleService Id=”ウェブ基本認証”/>
<RoleService Id=”ウェブダイジェスト認証”/>
<RoleService Id=”Web-Windows-認証”/>
<RoleService Id=”Web-Dyn-圧縮”/>
<Feature Id=”RPCオーバーHTTPプロキシ”/>
</ServerManagerConfiguration>

Exchange-ClusMBX.xml

<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– 使い: ServerManagerCmd -ip Exchange-ClusMBX.xml –>

<ServerManagerConfiguration
Action=”取り付ける”
xmlns=”HTTPの://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>

<!– Install clustering support –>
<Feature Id=”フェイルオーバークラスタリング”/>

<!– Install the Web Server role with default child components –>
<Role Id=”Webサーバー”/>

<!– Install the optional IIS6 Metabase and console –>
<RoleService Id=”ウェブメタベース”/>
<RoleService Id=”Web-Lgcy-Mgmt-コンソール”/>
<RoleService Id=”Web-ISAPI-拡張”/>

<!– Install auth types for DAV support –>
<RoleService Id=”ウェブ基本認証”/>
<RoleService Id=”Web-Windows-認証”/>
</ServerManagerConfiguration>

Exchange-Edge.xml

<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– 使い: ServerManagerCmd -ip Exchange-Edge.xml –>

<ServerManagerConfiguration
Action=”取り付ける”
xmlns=”HTTPの://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>

<!– Install AD Lightweight Directory Services (aka ADAM) –>
<Role Id=”ADLDSの”/>
</ServerManagerConfiguration>

Exchange-MBX.xml

<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– 使い: ServerManagerCmd -ip Exchange-MBX.xml –>

<ServerManagerConfiguration
Action=”取り付ける”
xmlns=”HTTPの://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>

<!– Install the Web Server role with default child components –>
<Role Id=”Webサーバー”/>

<!– Install the optional IIS6 Metabase and console –>
<RoleService Id=”ウェブメタベース”/>
<RoleService Id=”Web-Lgcy-Mgmt-コンソール”/>
<RoleService Id=”Web-ISAPI-拡張”/>

<!– Install auth types for DAV support –>
<RoleService Id=”ウェブ基本認証”/>
<RoleService Id=”Web-Windows-認証”/>
</ServerManagerConfiguration>

Exchange-UM.xml

<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– 使い: ServerManagerCmd -ip Exchange-UM.xml –>

<ServerManagerConfiguration
Action=”取り付ける”
xmlns=”HTTPの://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>

<!– Install the Windows Media Player components –>
<Feature Id=”デスクトップエクスペリエンス”/>
</ServerManagerConfiguration>

泉: http://msexchangeteam.com/archive/2008/03/10/448407.aspx


おすすめの投稿

著者

nheobug@bujarra.com
Autor del blog Bujarra.com Cualquier necesidad que tengas, 私に連絡することを躊躇しないでください, できる限りお手伝いします, シェアリングは生きていること ;) . ドキュメントを楽しむ!!!