Hi All
Help me to resolve server (all database) search catalogue availability monitor.
I am facing a search catalogue "Unknown" issue for newly created copy database and also on same mailbox server"SearchCatalogAvailabilityMonitor" showing unhealthy for all database.
For the newly created copy database I tried to reseed / update search index catalogue by using below PowerShell command but it stopped with below mentioned error.
[PS] C:\Windows\system32>Update-MailboxDatabaseCopy -Identity DBTest\MBX1 -CatalogOnly
Confirm
Are you sure you want to perform this action?
Seeding database copy "DBTest\MBX1".
[Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "Y"): y
Confirm
The mailbox database copy 'DBTest\MBX1' has failed to update from server . Do you want to clean up that update
request now? Seeding cannot be requested for the same database copy until the failed request has been cleaned up by the
server, which should automatically happen within 15 minutes.
[Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "Y"): y
WARNING: Seeding of content index catalog for database 'DBTest' failed. Please verify that the Microsoft Search
(Exchange) and the Host Controller service for Exchange services are running and try the operation again. Error: There
was no endpoint listening at
net.tcp://localhost:3863/Management/SeedingAgent-64310690-DEA4-47E1-9860-E8B2AC4E292A12/Single that could accept the
message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for moredetails..
[PS] C:\Windows\system32>Get-MailboxDatabaseCopyStatus -Identity DBTest
Name
Status CopyQueue ReplayQueue LastInspectedLogTime ContentIndex
Length Length
State
----
------ --------- ----------- -------------------- ------------
DBTest\MBX2 Mounted
0 0 Healthy
DBTest\MBX1 Healthy
0 0 2/8/2015 3:09:49 PM Unknown
DBTest\DRMBX1 Healthy
0 0 2/8/2015 3:09:49 PM Healthy
Same timeResult of get-serverhealth -server MBX1, also please note all database (Copy) search is in unhealthy condition and newly created copydatabase have no entry for "SearchCatalogAvailabilityMonitor".
Name | TargetResource | HealthSetName | AlertValue |
SearchCatalogAvailabilityMonitor | DB01 | Search | Unhealthy |
SearchCatalogAvailabilityMonitor | DB06 | Search | Unhealthy |
Reg
Aditya