Monday, October 20, 2008

Moving Exchange 2007 Transaction logs to another location

To move an existing Storage Group to a net location:

Move-StorageGroupPath -Identity "MyStorageGroup"
-LogFolderPath "D:\MyNewLogFolder"
-SystemFolderPath "D:\MyNewLogFolder"

To set the location of a new Storage group:

New-StorageGroup -Name MyNewStorageGroup -Server
ExchangeServer1 -LogFolderPath:"D:\Mailbox\First Storage
Group" -SystemFolderPath:"D:\Mailbox\First Storage Group"

To Move Database:

Move-DatabasePath -Identity "ExchangeServer2.Contoso.com\First Storage Group\Mailbox Database 2" -EdbFilePath "C:\NewFolder\Mailbox Database 2.edb"


No comments:

Blog Archive