Windows NT/2000/XP/2003/2008 PageExchange Server > メールボックスの修復
メールボックスの修復


Exchangeサーバで、メールボックスに対する操作を行うと、ExchangeServerがAbendすることがあります。この場合は下記の手順でメールボックスの修復を行う必要があります。

  1. ExchangeServerのサービスを停止させます。
  2. プライベートインフォメーションストアのすべてのフォルダの検査および修正
    isinteg -pti -fix -detailed -test allfoldertest
  3. プライベートインフォメーションストアのすべてのメールボックスの検査および修正
    isinteg -pri -fix -detailed -test mailboxs
  4. パブリックフォルダのすべてのフォルダの検査および修正
    isinteg -pub -fix -detailed -test allfoldertests
  5. プライベートインフォメーションストアのテスト
    eseutil /g /ispriv /v
  6. プライベートインフォメーションストアの修正
    eseutil /r /is
  7. プライベートインフォメーションストアのデフラグ
    eseutil /d /ispriv
  8. パブリックフォルダのテスト
    eseutil /g /ispub /v
  9. ディレクトリ情報のテスト
    eseutil /g /ds
  10. ディレクトリ情報の修正
    eseutil /r /ds
  11. パブリックフォルダのデフラグ
    eseutil /d /ispub
  12. ディレクトリ情報のデフラグ
    eseutil /d /ds