728x90



1. DB 인덱싱 Enable 확인

   Get-MailBoxDatabase "DB명" | select name, indexenabled 


2. DB 카피 상태 확인

   Get-MailboxDatabaseCopyStatus –Server 서버명 | fl Name,*Index*


3. 해당 DB Mailbox 사용자 Search 검색 테스트

   Test-ExchangeSearch <mailbox name>


4. Search Indexer service 중지

   net stop "Microsoft Exchange Search Indexer"


5. Database CatalogData 폴더 위치 확인

   GetSearchIndexForDatabase.ps1 –all


6. CatalogData 폴더 삭제(백업)


7. 해당 DB 인덱스 Reset 실행

   ResetSearchIndex.ps1 "DB명"


8. CatalogData 폴더 생성 확인



9. 해당 DB Mailbox 사용자 Search 검색 테스트

   Test-ExchangeSearch <mailbox name>


FYI...

https://technet.microsoft.com/ko-kr/library/ee633475(v=exchg.150).aspx

http://blogs.msdn.com/b/pepeedu/archive/2010/12/14/exchange-2010-database-copy-on-server-has-content-index-catalog-files-in-the-following-state-failed.aspx

http://exchangeserverpro.com/fix-failed-database-content-index-exchange-2013/

https://theucguy.net/fix-corrupted-content-index-catalog-of-a-mailbox-database-with-single-copy/


By default the Exchange 2010 DAG replication port is set to 64327 TCP.


You can change the port with the following command:



Set-DatabaseAvailabilityGroup -Identity YOURDAG -ReplicationPort YOURPORT


끝.

 


728x90

+ Recent posts