Velocity Technical Archive
Creating a recovery storage group and database
Published 2009-10-26 • Blog, Exchange
Archived Reference: This is a historical technical article preserved from the Velocity Technologies knowledge base. For current Phoenix and East Valley managed IT services, explore our managed IT services or cybersecurity solutions.
Creat a new storage group
\nNew-StorageGroup –Server <database server> –LogFolderPath “<Path to your log folder" –Name “Recovery Storage Group” –SystemFolderPath “<path to your database>” –Recovery\nCreat a new database
\nNew-MailboxDatabase –MailboxDatabaseToRecover “<database>” –StorageGroup “<database server><storage group name>” –EDBFilePath “<path to the database file>”\n Allow file restore
\nSet-MailboxDatabase -Identity “ServerNameRecovery Storage GroupDatabase” -AllowFileRestore\n$true\n \nMount-Database –Identity “<server>Recovery Storage Group<database>”