Exchange Server 2016

Moving a Default Mailbox Database Path and LogFolderPath to New Location in Exchange Server 2016

In the previous article, I have installed Microsoft Exchange Server 2016 in the default location which is not suitable for production environment. We have to move the database and log files to the new location. In the future, database and logs files will grow and the existing system disks will not sufficient for growing database and log files. Therefore, we have to move it to separate disks. We have to stored databases and log files on separate volume.

Default Mailbox Database Path:
Get-MailboxDatabase | fl Name,EdbFilepath,LogFolderPath

6-11-2016 10-40-01 PM

Rename Default Mailbox Database Name:
Set-MailboxDatabase “Mailbox Database 1807826521” -Name “DB1”

6-11-2016 10-44-20 PM
6-11-2016 10-45-44 PM

Move the Default Mailbox Database Path:
Move-DatabasePath -Identity “DB1” -EdbFilePath E:\DB1\DB1.edb -LogFolderPath G:\Logs\DB1

6-11-2016 10-52-57 PM

Verify the Mailbox Database Path and LogFolder Path:

6-11-2016 10-56-10 PM

Summary:

In this article, I have moved the default mailbox database path and logfolderpath to new location in Exchange Server 2016. We have to configure these steps before we create recipients. I hope this article helps.

Related Post  Installing Microsoft Exchange Server 2016 Step By Step

One comment

  • clash of clans hack

    Wonderful blog you have here but I was curious about if you knew of any forums
    that cover the same topics discussed in this article?
    I’d really love to be a part of community where I can get feedback from other experienced people that share the same interest.
    If you have any suggestions, please let me know. Kudos!

Leave a Reply

Your email address will not be published. Required fields are marked *