Link to home
Start Free TrialLog in
Avatar of gopher_49
gopher_49

asked on

deleting default Exchange 2010 Database

I created a new Exchange 2010 database and in the process of moving all mailboxes to it.  I also moved all system mailboxes to the new database.. What do I need to consider before deleting the old / default database?
Avatar of M A
M A
Flag of United States of America image

Hi,
Please move your system mailboxes to the new database.
Get-mailbox –arbitration –database "<default database name>" | new-MoveRequest –targetdatabase "<New database name>"

Open in new window

Please check this article for details
https://www.experts-exchange.com/articles/12324/How-to-Remove-First-or-Default-Exchange-2010-Database.html
As far as you move all the data inside it for Exchange it will be ok if you delete it. The good thing is that if there is anything remaining on it exchange will not allow you to delete it.

There is not any kind of issue from the Exchange perspective on deleting the default database.

However, (and there things are not very common...) there are some special cases where you require access because of third party configurations. For example, if you are using specific antivirus exclusions on your database and log files directions, you should update these exclusions in the antivirus. If you are executing scripts that somehow are pointing to that database name it is also something to update. In the same way if you are using monitoring or backup software that makes any reference to these databases, you might update these products as well to include the new changes. And finally, you can schedule to restart your MSExchangeIS service after adding or removing databases in order that Exchange distributes better the RAM memory across the database instances that are running (but usually there is no urgency with this).
Avatar of gopher_49
gopher_49

ASKER

-MAS-,

I ran that command for I new there where some system mailboxes.  It's in queue.  I guess once those and the other mailboxes are moved I can purge it.  Do I need to set one of the new DBs as the default now?
ASKER CERTIFIED SOLUTION
Avatar of M A
M A
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
-MAS-,

Thanks!.  I'll run the commands when I get to that phase of the project.  I'll update you asap.
check my article also given by MAS above. If still doubt let me know.