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 끝.
|
'IT이야기 > Exchange' 카테고리의 다른 글
Exchange Version 확인 파워쉘 (0) | 2016.02.12 |
---|---|
사용자 생성 파워쉘(대량 사용자 생성) (0) | 2016.02.12 |
[Exhcange2013] Category Index 복제 버그 (0) | 2016.01.29 |
특정 파라메타 값으로 검색 (0) | 2016.01.26 |
최대 수신커넥터 설정 (0) | 2016.01.25 |