Instal·lació automatitzada dels prerequisits d'Exchange 2007 a Windows Server 2008
En aquest document, s'explica com automatitzar la instal·lació d'un o diversos servidors Exchange 2007, bàsicament els requisits de la instal·lació. 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 i de Windows Server 2008 per instal·lar la funció que ens interessi d'Exchange 2007 via línia de comandes. Amb aquesta web et pots generar uns fitxers de resposta (uns XML) per instal·lar el que es necessiti.
Descripción de los archivos XML:
Exchange-Base.xml – Este XML instala los components comuns utilitzats por la majoria 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ó de acceso de cliente.
Exchange-Edge.xml – Instala el resto de prerrequisitos para la función de transport perimetral. Exchange-UM.xml – Instala los prerrequisitos para la función de missatgerí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 –>
<!– Usage: ServerManagerCmd -ip Exchange-Base.xml –>
<ServerManagerConfiguration
Action=”Install”
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 –>
<!– Usage: ServerManagerCmd -ip Exchange-CAS.xml –>
<ServerManagerConfiguration
Action=”Install”
xmlns=”http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>
<!– Install the Web Server role with additional child components –>
<Role Id=”Web-Server”/>
<RoleService Id=”Web-Metabase”/>
<RoleService Id=”Web-Lgcy-Mgmt-Console”/>
<RoleService Id=”Web-ISAPI-Ext”/>
<!– Install the three authentication types for OWA, Compressió GZip, més suport per Outlook Anywhere –>
<RoleService Id=”Web-Basic-Auth”/>
<RoleService Id=”Web-Digest-Auth”/>
<RoleService Id=”Web-Windows-Auth”/>
<RoleService Id=”Web-Dyn-Compression”/>
<Feature Id=”RPC-over-HTTP-proxy”/>
</ServerManagerConfiguration>
Exchange-ClusMBX.xml
<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– Usage: ServerManagerCmd -ip Exchange-ClusMBX.xml –>
<ServerManagerConfiguration
Action=”Install”
xmlns=”http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>
<!– Instal·la suport per a clústers –>
<Feature Id=”Failover-Clustering”/>
<!– Instal·la el rol de servidor web amb components fills per defecte –>
<Role Id=”Web-Server”/>
<!– Instal·la la Metabase i consola opcionals IIS6 –>
<RoleService Id=”Web-Metabase”/>
<RoleService Id=”Web-Lgcy-Mgmt-Console”/>
<RoleService Id=”Web-ISAPI-Ext”/>
<!– Instal·la tipus d'autenticació per al suport DAV –>
<RoleService Id=”Web-Basic-Auth”/>
<RoleService Id=”Web-Windows-Auth”/>
</ServerManagerConfiguration>
Exchange-Edge.xml
<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– Usage: ServerManagerCmd -ip Exchange-Edge.xml –>
<ServerManagerConfiguration
Action=”Install”
xmlns=”http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>
<!– Instal·la AD Lightweight Directory Services (també conegut com ADAM) –>
<Role Id=”ADLDS”/>
</ServerManagerConfiguration>
Exchange-MBX.xml
<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– Usage: ServerManagerCmd -ip Exchange-MBX.xml –>
<ServerManagerConfiguration
Action=”Install”
xmlns=”http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>
<!– Instal·la el rol de servidor web amb components fills per defecte –>
<Role Id=”Web-Server”/>
<!– Instal·la la Metabase i consola opcionals IIS6 –>
<RoleService Id=”Web-Metabase”/>
<RoleService Id=”Web-Lgcy-Mgmt-Console”/>
<RoleService Id=”Web-ISAPI-Ext”/>
<!– Instal·la tipus d'autenticació per al suport DAV –>
<RoleService Id=”Web-Basic-Auth”/>
<RoleService Id=”Web-Windows-Auth”/>
</ServerManagerConfiguration>
Exchange-UM.xml
<!– ServerManagerCmd Answer File compatible with Windows Server 2008 –>
<!– Usage: ServerManagerCmd -ip Exchange-UM.xml –>
<ServerManagerConfiguration
Action=”Install”
xmlns=”http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1″>
<!– Instal·la Windows Components del reproductor multimèdia –>
<Feature Id=”Desktop-Experience”/>
</ServerManagerConfiguration>
Fuente: http://msexchangeteam.com/archive/2008/03/10/448407.aspx
Posts recomanats
Post does not have featured image
Post does not have featured image
Post does not have featured image




































