728x90
- Exchange 관리 센터 UI 또는 Exchange Powershell로 데이터베이스가 탑재되지 않는 증상 확인
- Eseutil을 이용하여 데이터베이스 상태 확인
Eseutil.exe /mh <데이터베이스 파일>
예:) eseutil.exe /mh “E:\maildb\database04.edb”
- 데이터 베이스 상태 확인 시 ‘Dirty Shutdown’으로 확인됨.
- ‘Dirty Shutdown’ 상태 ‘Clean Shutdown’ 상태로 변경하기 위한 Eseutil 하드 복구 진행
Eseutil.exe /p <데이터베이스 파일>
Eseutil.exe /p “e:\maildb\database04.edb”
- 복구 진행 완료 후 2변 명령으로 ‘Clean Shutdown’ 상태로 변경되는지 확인.
사서함 데이터베이스 관련 로그는 다른 위치 또는 삭제 후 탑재(Mount) 진행
- Exchange 서버 Queue 증가 및 시스템 성능 저하로 인한 Queue 파일 초기화 작업 방법
- Microsoft Exchange Transport Service 중지
- Queue 파일 및 Queue 로그파일 삭제
C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue 폴더 내의 모든 파일 삭제
- Microsoft Exchange Transport Service 시작
- Queue 파일 새로 생성되는 것 확인
C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue 폴더에 mail.que 파일 및 로그파일 새로 생성되는지 확인
끝.
728x90
'IT이야기 > Exchange' 카테고리의 다른 글
step by step configuration of exchange server 2019(2) (0) | 2023.01.05 |
---|---|
step by step configuration of exchange server 2019(1) (0) | 2023.01.05 |
Exchange 2016: Deny External Access to EAC (0) | 2019.12.11 |
Exchange-Outlook 호환표 (0) | 2018.12.10 |
Get-ActiveExchangeUsers 2.0 (0) | 2016.12.12 |