Создание пассивной копии БД
https://docs.microsoft.com/en-us/exchange/troubleshoot/administration/add-database-copy-seeding-operation-failed
Workaround
You can avoid this error by running the Add-MailboxDatabaseCopy
cmdlet with the ConfigurationOnly
switch.
PowerShell
Add-MailboxDatabaseCopy DB01 -MailboxServer Contoso-E16B -ConfigurationOnly
This cmdlet adds a copy of the mailbox database without invoking automatic seeding. In this example, a copy of mailbox database DB01 is added to mailbox server Contoso-E16B.
Next, run the following cmdlet to seed a copy of the database on the target mailbox server:
PowerShell
Update-MailboxDatabaseCopy -Identity DB01\Contoso-E16B
In this example, a copy of database DB01 seeds mailbox server Contoso-E16B.
Комментарии
Отправить комментарий