Exchange
--
Questions
--
Followers
Top Experts
Actually on server1 it is failed, and on server2 it is suspended.
Using Exchange powershell commands to catalog the DB did not work most likely because no valid index is available.
What should I do to fix this?
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
what is the message when you failover from failed database server to other ?






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
https://practical365.com/exchange-server/exchange-2016-failed-content-index/
all the best

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Activate the db on second server skipping the content index skip
Or fix the catalog index and then activate.. what is your opinion?
Would that be second option?
1. Update the Suspended Catalog on Server 2 with the below command
Update-MailboxDatabaseCopy
Update-MailboxDatabaseCopy
etc
2. Wait for the Catalog Index to show as healthy
Get-MailboxDatabaseCopySta
3. Activate the Database on second server..
Move-ActiveMailboxDatabase
4. Wait for sometime and see whether the server 1 database goes to healthy status automatically
Get-MailboxDatabaseCopySta
If any issues.. Please revert with the error messages..
Note: Updating the catalog index will take some time to index based on the size of the database..
If you don't want to wait.. follow the below steps
1. Activate the Database in Second Server (ignoring the catalog validation in Second Server)
Move-ActiveMailboxDatabase
2. Once the Database activated in second server.. rebuild the index for database mounted in Second Server
Update-MailboxDatabaseCopy
3.wait for some time later  if the server 1 not automatically goes to healthy state.. run the below command
Update-MailboxDatabaseCopy
Before executing.. if you have any queries.. please clarify and then follow the steps..






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
To check whether the CI is is healthy or failed state on the active node.
If it is in failed state on the active node then you will have to stop the search services and rename the catalog folder on the active node.
This will rebuild the index for the active node databases.
Once the CI is in healthy state on active node, you can then run command: Update-MailboxDatabaseCopy
This will update the catalog folder only on the passive node. Then try to resume the copy and see of that helps.
If resuming does not help then you need to run the complete command to update  the database copy as well as catalag:
Update-MailboxDatabaseCopy
Doesn't this need a valid index to seed from?

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Run command: get-mailboxdatabasecopysta
to see whether the index is in healthy on the active database copy. Then only the catalog index reseed will work cause it reads from the active node index.
Failed
Name                                   Status            ContentIndexState
IT\MAIL-01                               Mounted          Suspended
IT\MAIL-02                               Healthy           Failed






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
and post the results
Active database copy shows suspended but we don't know the reason.
Run command: get-mailboxdatabasecopysta
Star or asterik will show you index and status of all databases and copies, please run the above commands and paste the output.
Check if the above command helps.
ContentIndexErrorMessage   : An internal error occurred for the database or its index.
ContentIndexErrorCode    : 2
OutstandingDumpsterRequest

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
1. Disable and Stop the below 2 services
Microsoft Exchange Search (MSExchangeFastSearch)
Microsoft Exchange Search Host Controller (HostControllerService)
Rename the folder that looks like below on the fodler in which the database .edb file located.
FolderName - 82575D33-9921-44F0-9FCD-05
Set those 2 services as automatic and start those 2 services..
2. Wait for the Catalog Index to show as healthy
Get-MailboxDatabaseCopySta
3. Activate the Database on second server..
Move-ActiveMailboxDatabase
4. Wait for sometime and see whether the server 1 database goes to healthy status automatically
Get-MailboxDatabaseCopySta
Force or wait for Active Directory replication.
Restart the following services:
Microsoft Exchange Search
Microsoft Exchange Search Host Controller
Reference Article- https://ril3y.wordpress.com/2013/07/01/exchange-2013-content-index-failure-causes-stalled-mailbox-migration/
I know this is old and is for CU 6, but just try and see if this rings the CI in healthy state.
OR else you will have to rebuild CI in the active node by following below steps:
on the active node then you will have to stop the search services and rename the catalog folder on the active node.
This will rebuild the index for the active node databases.
Once the CI is in healthy state on active node, you can then run command: Update-MailboxDatabaseCopy
This will update the catalog folder only on the passive node. Then try to resume the copy and see of that helps.
If resuming does not help then you need to run the complete command to update  the database copy as well as catalag:
Update-MailboxDatabaseCopy






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Update-MailboxDatabaseCopy

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
https://www.experts-exchange.com/articles/31741/Move-mailboxes-in-bulk-or-one-by-one-to-another-database-in-Exchange-2010-2013-2016.html
Get a count of mailboxes
https://www.experts-exchange.com/articles/31850/Count-Mailboxes-in-your-Exchange-Organization.html
Move-ActiveMailboxDatabase
The above command will not look for any CI errors and will activate the DB on another server.
Check if this works other wise rebuilding the index is the only option and then running update-mailboxdatabasecopy
By using -catalogonly if this does not work and the DB is in failed and suspended then you will have to update the complete DB copy by using the -deleteexistingfiles






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
This is actually a common behavior of the exchange server.
My suggestion to you about this is;
First, restart Microsoft Exchange Search and wait a moment.
If there is no improvement, delete the unhealthy secondary copies and make sure that "mount database" is not checked when rebuilding.
If you wait a short time, you will see that the database you just added has failed again.
Press Resume and wait, probably the process will begin and complete after a while, but you will not see healthy again.
After a while, only the index will remain failed. Then restart the search service and wait for a short time.
It may not seem meaningful, but it will be a solution.
It takes a little patience.
Do not forget to mount second database copy after these :)
Have a trouble free day;-)
Murat
I created a new Database on the DAG an hour ago and the content index state is still showing "Unknown".
On a new, non-DAG member Server I created a new DB and moved some test mailboxes. This one is showing "Healthy".

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
netsh interface ipv4 set subinterface 13 mtu=1400 store=persistent. Explained here.
https://www.experts-exchange.com/articles/28546/How-to-resolve-Exchange-2013-DR-server-Database-Copy-Status-Displays-unknown-in-the-ECP-console.html
Exchange
--
Questions
--
Followers
Top Experts
Exchange is the server side of a collaborative application product that is part of the Microsoft Server infrastructure. Exchange's major features include email, calendaring, contacts and tasks, support for mobile and web-based access to information, and support for data storage.