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
Rename Default Mailbox Database Name:
Set-MailboxDatabase “Mailbox Database 1807826521” -Name “DB1”
Move the Default Mailbox Database Path:
Move-DatabasePath -Identity “DB1” -EdbFilePath E:\DB1\DB1.edb -LogFolderPath G:\Logs\DB1
Verify the Mailbox Database Path and LogFolder Path:
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.
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!