
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.
- Deploy and Configure VM Scale Sets (VMSS) in the Azure Portal - February 24, 2019
- Configuring an Availability Set with the Azure Load Balancer - February 9, 2019
- Creating and Connecting Linux Ubuntu VM in Azure - December 29, 2018
- My Precious IT Books Collections - March 1, 2018
- Configuring Azure Traffic Manager using Performance Based Routing Method - January 20, 2018
- Configuring a Point-to-Site Connection to a VNet using Azure Portal - November 28, 2017
- Configuring a VNet-to-VNet VPN Gateway Connection Using the Azure Portal - October 27, 2017
- Configuring Azure VNet Peering by using the Azure Portal - October 19, 2017
- Using the Azure Portal to Create Virtual Networks, Add Subnets and Setting up a DNS Server Address - October 17, 2017
- Extend Azure Virtual Machine OS drive using Azure Portal - June 30, 2017
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!