[Migrated from MSDN Exchange Dev]Exchange 2016 need more space

Kael Yao-MSFT 37,711 Reputation points Microsoft Vendor
2020-11-18T08:40:52.807+00:00

[Note]
This question was originally asked on the MSDN Exchange Development forum which focuses on development questions on Exchange.
As the former Outlook forums on TechNet have been migrated to Microsoft Q&A forum, we migrated this question manually in order to continue the discussion here.

[MSDN Link]
Exchange 2016 need more space

[Original post]
Hi,

We have an Exchange 2016 server running on premises and have a need for more spaces.

This is Exchange 2016 running on Hyper-V (Windows Server 2012 R2). The host server is a Dell PowerEdge 430 with 4 hard drives Raid6. There are more available slots for more hard drives on the server.

What is the best way to proceed to get more spaces for Exchange?

Can we add more hard drives to the server and create another or new Mailbox Database on the new hard drive? Is that possible?

Can we add more hard drives with enough space to the server and move existing Mailbox Database to these new hard drives?

Your comment and suggestion will be greatly appreciated.

Thanks

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,584 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kael Yao-MSFT 37,711 Reputation points Microsoft Vendor
    2020-11-18T09:11:26.757+00:00

    Hi,
    What is the best way to proceed to get more spaces for Exchange?
    According to this article from TechNet wiki: Exchange: Steps to increase database storage
    40648-7.png
    You can power off the server and expand the disk space for it.

    Can we add more hard drives to the server and create another or new Mailbox Database on the new hard drive? Is that possible?
    Yes.
    It can be done when creating a new database.
    You need to configure the database path to be on the new hard drive.

    Can we add more hard drives with enough space to the server and move existing Mailbox Database to these new hard drives?
    Yes.
    You can use this command via EMS to move the existing databases to other disks:

    Move-DatabasePath -Identity MyDatabase01 -EdbFilePath C:\NewFolder\MyDatabase01.edb  
    

    While,there may be some downtime since during the process the database will be dismounted.
    I think it is more recommended to create a new database on other disks,move all mailboxes to it and delete the old database to free disk space.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.