Exchange database question
What do you mean c0-locating on the same drive? like different folders?
March 4th, 2015 11:32am

Correct.  The only thing i would caution, which I should've mentioned before was to make sure you meet the I/O requirements on the drive and you should be good. 

Jetstress is a good tool to test that with :)

Free Windows Admin Tool Kit Click here and download it now
March 4th, 2015 1:32pm

First what is the easiest way to move the current database installed on the C drive to a different drive.

Second what is the easiest way to rename the dat

March 4th, 2015 2:11pm

If DB are in DAG, remove them from DAG, go to EAC Servers, click on DB, move to different path, (DB will be offline until move is completed) once done, mount DB

add DB copy in DAG,

click edit and rename DB, it has to be dismounted and remounted for name to be valid in AD config

Free Windows Admin Tool Kit Click here and download it now
March 4th, 2015 2:45pm

Hi Marc,For more details on how to do it you can follow my guide : https://gallery.technet.microsoft.com/Install-Exchange-server-b5cce9e4

March 4th, 2015 2:48pm


To rename the DB: 

Set-MailboxDatabase "Database Name" -Name "New Name"

To move the database (doesn't matter if you are in a DAG or not) you can run:

Move-DatabasePath "Database Name" -EdbFilePath "NewPathtodatabse\dbname.edb" -LogFolderPath "NewLogPath"

then to mount the database

Mount-Database "DatabaseName"

You can do it in the GUI as well, but I find it quicker to do via the shell.

Free Windows Admin Tool Kit Click here and download it now
March 4th, 2015 2:50pm

Ya no DAG yet...
March 4th, 2015 2:56pm

Sorry forgot to leave out a third thing - I see that MS wants the logs and database on separate disks and the question is what is the easiest way to move the log to a different disk thanks.
Free Windows Admin Tool Kit Click here and download it now
March 4th, 2015 3:10pm

Are you planning on configuring a DAG? If yes, then co-locating the logs and DB on the same volume is fine.

March 4th, 2015 3:21pm

Hi Mar,

Thank you for your question.

In addition, when we move specific log, database of log will be dismounted.

If there are any questions regarding this issue, please be free to let me know. 

Best Regard,

Free Windows Admin Tool Kit Click here and download it now
March 5th, 2015 2:18am

Hi ,

In addition to the below points , Please check the below mentioned links and it gives you an detailed information.

Databases in DAG : 

http://blogs.technet.com/b/shekhar37k/archive/2014/05/23/moving-database-and-log-file-path-in-exchange-2010-dag.aspx

Databases in standalone mailbox server :

http://exchangeserverpro.com/exchange-2013-move-database-to-new-folder-path/

March 5th, 2015 2:33am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics