Forum
Merhaba ,
Ben Exchange server 2010 kurulumu yapıyorum yanlız kurlum esnasında aşağıdaki hata ve uyarı mesajlarını aldım.
yardımcı olur iseniz çok sevinirim biz mail hizmetimizi dışarıdan bir hosting firmasından alıyorduk pop3 hizmeti olarak.
Şuan kendi exchange serverımızı kuruyorum yanlız bu karşılatığım sorunun çözümünü tam olarak bulamadım. desteğinizi rica ederim.
Summary: 5 item(s). 2 succeeded, 3 failed.
Elapsed time: 00:01:31
Organization Prerequisites
Completed
Warning:
Setup is going to prepare the organization for Exchange 2010 by using 'Setup /PrepareAD'. No Exchange 2007 server roles have been detected in this topology. After this operation, you will not be able to install any Exchange 2007 server roles.
Elapsed Time: 00:00:24
Languages Prerequisites
Completed
Elapsed Time: 00:00:02
Hub Transport Role Prerequisites
Failed
Error:
This computer is a read-only domain controller. Exchange Server 2010 cannot be installed.
Recommended Action: http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.4&id=f8c882cc-af03-434c-b391-6ed9639a1db7
Elapsed Time: 00:00:05
Client Access Role Prerequisites
Failed
Error:
Unable to read data from the Metabase. Ensure that Microsoft Internet Information Services is installed.
Recommended Action: http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.4&id=a4a4d339-4009-4fb7-b842-ca2ba79f13f0
Error:
The World Wide Web (W3SVC) service is either disabled or not installed on this computer. You must exit Setup, install the required component, then restart the Setup process.
Recommended Action: http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.4&id=9eeaa77f-4d46-4d9a-9c36-f262a075392b
Error:
The start mode for the Net.Tcp Port Sharing service must be set to Automatic before Setup can continue.
Error:
This computer is a read-only domain controller. Exchange Server 2010 cannot be installed.
Recommended Action: http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.4&id=f8c882cc-af03-434c-b391-6ed9639a1db7
Elapsed Time: 00:00:05
Mailbox Role Prerequisites
Failed
Error:
Unable to read data from the Metabase. Ensure that Microsoft Internet Information Services is installed.
Recommended Action: http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.4&id=a4a4d339-4009-4fb7-b842-ca2ba79f13f0
Error:
The World Wide Web (W3SVC) service is either disabled or not installed on this computer. You must exit Setup, install the required component, then restart the Setup process.
Recommended Action: http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.4&id=9eeaa77f-4d46-4d9a-9c36-f262a075392b
Error:
This computer is a read-only domain controller. Exchange Server 2010 cannot be installed.
Recommended Action: http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.4&id=f8c882cc-af03-434c-b391-6ed9639a1db7
Elapsed Time: 00:00:05
Exchange server kurulumunda yerine getirilmesi gereken bazı şeyler var, örneğin IIS servisinin kurulması Scheme Master i yada PrepareAd komutuyla Active directory i hazırlamak, gibi bunları kontrol etmelisin. kurulumla ilgili aşağıdaki makaleleri okuyabilirsin
http://www.davudows.com/article/Exchange-Server-2010-Kurulumu.html
http://www.cozumpark.com/blogs/exchangeserver/archive/2009/04/19/exchange-server-2010-kurulumu.aspx
bir de exchange server RODC (Read Only Domain Controller) üzerine kurulamaz
Merhaba,
Önce IIS kurulumunu gerçekleştirin. Eksik kurmuş olabilirsiniz. İkincisii, aşağıdaki komutları uygulayın.
Setup.com /PrepareSchema
Setup /PrepareAD /OrganizationName: “Organizasyon ismi”
Daha sonra powershellde 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 komutunu çalıştırın.
Set-Service NetTcpPortSharing -StartupType Automatic komutunu çalıştırın. Daha sonra exchange kurulumuna geçiniz.