Exchange server 2010 sadece 64 bit sistemlere kurulabilir ve sadece 64 bit sürümü vardır, Windows Server 2008 R2 üzerine Exchange 2010 kurmak icin
1. Active Directory ------------------- � Schema master (x86 or x64): Windows Server 2003 SP1 Standard or Enterprise, or Windows Server 2008 Standard or Enterprise, or the Windows Server 2008 R2 Standard or Enterprise. � Global catalog (x86 or x64): In each AD site where you plan to install Exchange 2010, you must have GC running - Windows Server 2003 SP1 Standard or Enterprise, or Windows Server 2008 Standard or Enterprise, or the Windows Server 2008 R2 Standard or Enterprise. � Domain Controller (x86 or x64): In each AD site where you plan to install Exchange 2010, you must have writable DC running - Windows Server 2003 SP1 Standard or Enterprise, or Windows Server 2008 Standard or Enterprise, or the Windows Server 2008 R2 Standard or Enterprise. � Active Directory Forest: Forest functional level must be Windows Server 2003 or higher. 2. Active Directory Health Check Commands: ------------------------------------------ dcdiag /test:DNS /e /v /f:dcdiag.log nslookup gc._msdcs repadmin /replsum /bysrc /bydest /sort:delta If you get errors you can find more details in: repadmin /showrepl * > showrepl.log or in csv formatted option: repadmin /showrepl * /csv > showrepl.csv
3. Microsoft Filter Pack kuruyoruz
http://go.microsoft.com/fwlink/?linkid=137042
4. Client Access, Hub Transport ve Mailbox role Kurulumu icin:
Open PowerShell with elevated privileges and import ServerManager module Import-Module ServerManager then add the required Windows Features Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth, Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console, WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth, Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
PS: NetTcpPortSharing servisini otomatige cekmek icin (bu servisi automatiğe çekmezsek exchange 2010 kurulum sırasında hata verir)
Set-Service NetTcpPortSharing -StartupType Automatic
kurulum öncesi işlemler bitti bir sonraki yazıda kurulumu anlatıcam.
188.132.129.13