Friday, June 1, 2012

How to Solve Microsoft Exchange 2010 Installation Problem Part II

Hello Readers,

another good article when you have trouble installing your Exchange Server 2010 by Paul Cunningham from http://exchangeserverpro.com

The second trouble that i have when we want to install the exchange server is : "The Exchange Server is in an inconsistent state. Only disaster recovery mode is available. Please use Setup /m:RecoverServer to recover this Exchange server".




This can occur when the Exchange server object already exists within Active Directory, which can occur when a server has been uninstalled and you are attempting to reinstall it.
If you do not wish to use disaster recovery mode to reinstall the server you must first remove the Exchange server object from Active Directory.
Launch ADSIEdit.msc and navigate to CN=Configuration, CN=Services, CN=Microsoft Exchange, CN=, CN=Administrative Groups, CN= , CN=Servers, CN=, and then delete the server object.
In this example screenshot the server name is EX2.

After deleting the object you may need to wait for the change to replicate throughout Active Directory.  Then you can relaunch Exchange setup and proceed with your installation as planned.

If you found you can not run  adsiedit.msc on your server. probably you just need to install the support tools on the server. below are source where you can find the support tools for your server

To install ADSI Edit on computers running Windows Server® 2003 or Windows® XP operating systems, install Windows Server 2003 Support Tools from the Windows Server 2003 product CD or from the Microsoft Download Center (http://go.microsoft.com/fwlink/?LinkId=100114). For more information about how to install Windows Support Tools from the product CD, see Install Windows Support Tools (http://go.microsoft.com/fwlink/?LinkId=62270).

On servers running Windows Server 2008 or Windows Server 2008 R2, ADSI Edit is installed when you install the Active Directory Domain Services (AD DS) role to make a server a domain controller. You can also install Windows Server 2008 Remote Server Administration Tools (RSAT) on domain member servers or stand-alone servers. For specific instructions, see Installing or Removing the Remote Server Administration Tools Pack (http://go.microsoft.com/fwlink/?LinkId=143345).

To install ADSI Edit on computers running Windows Vista® with Service Pack 1 (SP1) or Windows 7, you must install RSAT. For more information and to download RSAT, see article 941314 in the Microsoft Knowledge Base (http://go.microsoft.com/fwlink/?LinkID=116179).

source : microsoft technet and exchangeserverpro.com

Wednesday, May 30, 2012

How to Solve Microsoft Exchange 2010 Installation Problem

Hi Readers that come stop by to my blog by google I believe :D

I am in the middle trying to install Microsoft Exchange 2010 at Windows Server 2008 R2 64bit at my Virtualbox. and i have several problem in the installation progress. so i tried to google it and found 2 blogs that solving my problem.

one is : http://exchangeblogger.wordpress.com
The article was written by -Zohaib Hafeez

another one is : http://www.mediazone.nl/post/Installing-Microsoft-Exchange-2010-the-botlenecks-and-the-fixes.aspx

both blogs are really good and all credits should go to them. however i will put the here the content of the article in case both site are inaccessible.



In order to install Exchange 2010 Client Access Server role installation on Windows 2008 R2 its one of the pre-requisite that you change the startup mode for Net. TCP Port Sharing service from manual to automatic otherwise you will see this error during Rediness Check.

Here are some of the errors I had during install since not all prerequired features were met in my server 2008 installation:

“The start mode for the Net. TCP Port Sharing service must be set to Automatic before Setup can continue.”
Exchanage 2010 Error
Resolution:
Change startup mode of “Net.Tcp Port Sharing Service” from Manual to Auto by running this command in PowerShell.
Set-Service NetTcpPortSharing -StartupType Automatic


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:
Unable to access the 'Default Web Site' on this computer.
Recommended Action: http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.4&id=aadc8176-1c47-49b7-83a0-9493a1093af

 
You have to add the IIS 6.0 compatibility features to your server with server manager.
you can go to server manager and select Web Server (IIS) and check the list as below picture show




Hope this article will help to overcome your problem with Ms.Exchange 2010 installation, and please check another information to those blogs if you can find your problem listed here.

all credits go to the writer of the article :)