Jump to content

Admin

  • entries
    124
  • comments
    78
  • views
    34794

Disk gets full while migrating to Exchange 2016


i-away

576 views

 Share

A common issue when migrating to a new exchange version is the exhaustion of the log space resulting migration failures. Of course you can not simply go and delete those files because this will lead to more problems than the original one.

One migitation to this problem is to run a full backup in order to clear the files and release the space.The other way is to enable circular logging which can be done before you start the migration in order to prevent the problem from happening in the first place.

The migration  procedure uses the Migration  arbitration mailbox  to store migration information and causes the transaction logs that fill up the disk.

You can find the name of the used arbitration mailbox and its database by the following powershell command:

“Get-Mailbox -Arbitration | ft Name,Database”

You can move those mailboxes to another Database and enable there the circular logging with the following command:

“Set-MailboxDatabase “DatabaseName” -CircularLoggingEnabled $true”

Happy disk space free migrations!!!!!


 Share

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...