728x90

-          Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA' -Name PrivateTimeout -Value <amount of time> -Type DWORD

-          Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA' -Name PublicTimeout -Value <amount of time> -Type DWORD

 

위의 명령어 두줄을 실행하시되, <amount of time> 에는 분단위로 세션을 지속시킬 시간을 설정 합니다. ( 단위로 1 ~ 43,200 까지 설정 가능 합니다.)

 

-          , 쿠키의 세션 타임 아웃을 8시간으로 설정하는 경우 아래와 같이 Value 값을 480으로 설정

o    Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA' -Name PrivateTimeout -Value 480 -Type DWORD

o    Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA' -Name PublicTimeout -Value 480 -Type DWORD

728x90
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