2013年12月13日
Tweet
Exchange を運用しているときに、念のためDBの状況を確認した方がいい場合があります。
バックアップを取得して、そのペアが正しいかを確認するときなどでしょうか。
以下のコマンドで確認します。
"C:\Exchsrvr\bin\eseutil.exe" /mh C:\Exchsrvr\mdbdata\pub1.edb |find /i "DB Sig"
"C:\Exchsrvr\bin\eseutil.exe" /mh C:\Exchsrvr\mdbdata\pub1.stm |find /i "DB Sig"
"C:\Exchsrvr\bin\eseutil.exe" /mh C:\Exchsrvr\mdbdata\pub1.edb |find /i "consistent"
"C:\Exchsrvr\bin\eseutil.exe" /mh C:\Exchsrvr\mdbdata\pub1.stm |find /i "consistent"
これで、同じ数字が表示されれば問題ありません。
参考
Exchange のオフライン バックアップと復元処理
バックアップを取得して、そのペアが正しいかを確認するときなどでしょうか。
以下のコマンドで確認します。
"C:\Exchsrvr\bin\eseutil.exe" /mh C:\Exchsrvr\mdbdata\pub1.edb |find /i "DB Sig"
"C:\Exchsrvr\bin\eseutil.exe" /mh C:\Exchsrvr\mdbdata\pub1.stm |find /i "DB Sig"
"C:\Exchsrvr\bin\eseutil.exe" /mh C:\Exchsrvr\mdbdata\pub1.edb |find /i "consistent"
"C:\Exchsrvr\bin\eseutil.exe" /mh C:\Exchsrvr\mdbdata\pub1.stm |find /i "consistent"
これで、同じ数字が表示されれば問題ありません。
参考
Exchange のオフライン バックアップと復元処理