Monday, June 28, 2010

An error caused a change in the current set of domain controllers……

If you are in the middle of migration and after decommissioning couple domain controllers and start having similar problems listed in this blog keep reading it. Some of the finding listed here may save you a support call to PS (-:

You have successfully decommission some of the domain controllers yet exchange is still complaining about it.

image

possible cause:

  • Check DNS to make sure name servers tab , the old DC is not listed there , if there is delete the record.
  • Check DNS to make sure there is no A record pointing to decommissioned DC if there is , delete the record.
  • Make sure TCP/IP properties on the exchange server configured correctly and pointing to valid DC/DNS/GC server.
  • If you are receiving fallowing or similar errors upon opening EMC

image

  • An error caused a change in the current set of domain controllers it was running the command “Get-FederationTrust”
  • HTTP server status WinRM….

image

  • The profile you logged into Exchange server might be causing these issues, log out , log back into DC with another admin credentials and delete the profile giving you above errors. ( roaming profile). Let’s say you have account called Exadmin and this account has been used to log into exchange server. You need to delete the roaming profile for “Exadmin” and on first logon Windows will create new roaming profile
  • On the Exchange server open EMC click on “Collect organizational Health data

image

Go to event logs and under application logs make sure there are no more errors

Best regards,
Oz Casey , Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
Http://smtp25.blogspot.com (Blog
Http://telnet25.spaces.live.com (Blog)
Http://telnet25.wordpress.com (Blog)

Sunday, June 13, 2010

Error: Mailbox database contains one or more mailboxes arbitration mailboxes…….

If you have completed Exchange 2010 installation and opened EMC right after it, you should be facing with default databases with some random number as shown below…

image

Now if you are like me this will not make you happy and you will want to rename this DB something will make more sense to you, such as DB1, however you will realize you cannot change the name of the DB and this will drive you nuts each time you open EMC (-:, so let’s nuke it and create another one.

  • Now just fallow simple steps , Open EMS ( Shell)

Figured out the name of the databases, you need to create least one more since you will move users from this DB into another one and delete is once there is no mailbox in the first database.

Get-Mailbox -Database

image

Get-Mailbox -Database db1 -Arbitration | ft -wrap -auto

image

New-MoveRequest -Identity "DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852}" -TargetDatabase DB2

image

***Pay attention little carrots and semi columns are going to make difference , so you have to use exactly same name on the New-MoveRequest CMDLET***

  • You can use notepad to prepare the CMDLET

image

Get-Mailbox -Database db1 | ft -wrap –auto

image

Get-MoveRequest

image

image

image

image

  • Arbitration mailboxes are used for managing approval workflow….

Read more

Best regards,
Oz Casey , Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
Http://smtp25.blogspot.com (Blog
Http://telnet25.spaces.live.com (Blog)
Http://telnet25.wordpress.com (Blog)

Exchange 2010 Installation in 3 STEPS!!!!!!!

Those of you who has least done once Exchange installation will recall, preparation for Exchange install has always been serious business. Exchange 2010 has gone far beyond other versions in term of installation and here are simple steps and the link you will need to get the work done.
If you try to run setup with no preparation here are the warning you will get, in this example we will install Exchange 2010 with fallowing roles, MB,HTS,CAS into existing Exchange 2003 SMTP domain.
  • Update AD Schema

Summary: 5 item(s). 2 succeeded, 3 failed.
Elapsed time: 00:00:26
Error:
The Active Directory Schema is not up-to-date and Ldifde.exe is not installed on this computer. You must install Ldifde.exe by running 'ServerManagerCmd -i RSAT-ADDS' or restart setup on a domain controller.
Error:
The Active Directory needs to be prepared for Exchange Server and Ldifde.exe is not installed on this computer. You must install Ldifde.exe by running 'ServerManagerCmd -i RSAT-ADDS' or restart setup on a domain controller.
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.
Hub Transport Role Prerequisites
Completed
Warning:
This computer requires the 2007 Office System Converter: Microsoft Filter Pack. Please install the software from http://go.microsoft.com/fwlink/?LinkId=123380.
Client Access Role Prerequisites
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-9493a1093af1
Error:
The start mode for the Net.Tcp Port Sharing service must be set to Automatic before Setup can continue.
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
Warning:
If Microsoft Outlook 2003 is in use, you should replicate the free/busy folder on this server to every other free/busy server in the organization. This step should be performed once Setup completes.
Warning:
This computer requires the 2007 Office System Converter: Microsoft Filter Pack. Please install the software from
 http://go.microsoft.com/fwlink/?LinkId=123380.

Step 1
  • Log into one of the DC to run from command line, you will need to reboot the DC once this is done
ServerManagerCmd -i RSAT-ADDS
image

Step 2
  • on the Exchange server from elevated command line run fallowing

sc config NetTcpPortSharing start= auto
image
Step 3
Drill down to exchange installation binaries and locate the script folder  run fallowing
ServerManagerCmd -ip Exchange-Typical.xml -Restart



image


image


  • Your Exchange server will reboot once it is back up you are ready to install Exchange 2010 with fallowing roles ( MB,CAS,HTS)
image


Here is the link for more details


image

As you can see very few steps to worry about (-:     ………

Best regards,
Oz Casey , Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +


Http://smtp25.blogspot.com (Blog)
Http://telnet25.spaces.live.com (Blog)
Http://telnet25.wordpress.com (Blog

Monday, June 7, 2010

EXCHANGE 2010 SP1

Finally SP1 has been released, here is the link to SP1 and KB highlights

Click here to download E2010 SP1 BETA

image 

 

  • Yes Virginia, there is an Exchange Server 2010 SP1

image

 

Exchange 2010: Five Reasons Why I'm Upgrading

image

Click here to read more

Best regards,
Oz Casey , Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
Http://smtp25.blogspot.com (Blog
Http://telnet25.spaces.live.com (Blog)
Http://telnet25.wordpress.com (Blog