This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tsm:tsm_exchange_sesutil [2022/01/06 12:31] manu |
tsm:tsm_exchange_sesutil [2022/01/06 12:32] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Exchange integrity check ====== | ====== Exchange integrity check ====== | ||
+ | |||
+ | https://www.stellarinfo.com/blog/how-to-use-eseutil-for-exchange-database-repair/ | ||
If you need to backup without integrity check, maybe your Exchange DB needs to be repaired ? | If you need to backup without integrity check, maybe your Exchange DB needs to be repaired ? | ||
Line 42: | Line 44: | ||
c:> eseutil /ml "M:\mbx01\logs" | c:> eseutil /ml "M:\mbx01\logs" | ||
</cli> | </cli> | ||
+ | |||
+ | ==== Repair index ==== | ||
**IsInteg** tool for Index Repair. IsInteg is a repair only utility that understands relation between tables and records and turns them into folders and messages. The tool is located at the following location, | **IsInteg** tool for Index Repair. IsInteg is a repair only utility that understands relation between tables and records and turns them into folders and messages. The tool is located at the following location, | ||
Line 49: | Line 53: | ||
Then run the IsInteg test by using the following command, | Then run the IsInteg test by using the following command, | ||
- | Isinteg –s <server_name> -fix –test alltests | + | <cli prompt='>'> |
+ | c:> Isinteg –s <server_name> -fix –test alltests | ||
+ | </cli> | ||
You may repeat the command multiple times to get rid of errors. Once errors are fixed, you can mount the database. | You may repeat the command multiple times to get rid of errors. Once errors are fixed, you can mount the database. | ||
Further, you can use **New-MailboxRepairRequest**, if you have Exchange Server 2010 with SP1 or later versions, before mounting the database on the server. One more thing, you cannot stop the process once it started. If you stop it anyway, it may cause even more damage to the database. However, if all goes well, you will be able to mount the database. | Further, you can use **New-MailboxRepairRequest**, if you have Exchange Server 2010 with SP1 or later versions, before mounting the database on the server. One more thing, you cannot stop the process once it started. If you stop it anyway, it may cause even more damage to the database. However, if all goes well, you will be able to mount the database. |