Benutzer-Werkzeuge

Webseiten-Werkzeuge


exchange:contentindexstate_unkown_alle_datenbanken
no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


exchange:contentindexstate_unkown_alle_datenbanken [2021/05/11 10:46] (aktuell) – angelegt ronny
Zeile 1: Zeile 1:
 +====== ContentIndexState Unknown alle Datenbanken ======
  
 +  * Microsoft Exchange Search Host Controller-Dienst neu starten
 +  * Microsoft Exchange-Suche.Dienst neustarten
 +
 +<code Powershell>
 +Stop-Service MSExchangeFastSearch
 +Stop-Service HostControllerService
 +Start-Service HosControllerService
 +Start-Service MsExchangeFastSearch
 +</code>
 +
 +Falls das nicht hilft:
 +
 +To fix this we have to go through a few steps.
 +
 +Stop the Microsoft Exchange Search and Microsoft Exchange Search Host Controller services. 
 +
 +Navigate to the following directory:
 +
 +  C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data\Nodes\Fsis 
 +
 +Delete all the files in the Fsis folder (make a backup just-in-case).
 +
 +Open up the Exchange Management Shell (Elevated):
 +
 +Navigate to directory C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\Installer 
 +
 +Run the following command. It will re-create the folders we deleted:
 +
 +  .\installconfig.ps1 -action I -datafolder "c:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data" 
 +
 +After this command has completed, start the search service. You can force AD Replication or wait for it. After that it should report in event viewer that indexing has started successfully.
 +
 +If the above didn't work then you will need to uninstall the search component and then re-install it. First stop the services again.
 +
 +Uninstall:
 +
 +  .\installconfig.ps1 -action U -datafolder "c:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data" 
 +
 +Re-install:
 +
 +  .\installconfig.ps1 -action I -datafolder "c:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data" 
 +
 +Start the services again and then monitor the event log for indexing has started and completed successfully. You can also check by running a Get-MailboxDatabaseCopyStatus in the EMS to view the content index state.
 +
 +[[https://social.technet.microsoft.com/wiki/contents/articles/31215.exchange-2013-fast-search-technology-failed.aspx|Quelle]]
 +
 +{{tag>[Exchange 2013 Suche Seach Service Dienste ContentIndexState Unknown FastSearch EventID_1006 1006]}}
exchange/contentindexstate_unkown_alle_datenbanken.txt · Zuletzt geändert: 2021/05/11 10:46 von ronny

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki