Daily Shaarli

All links of one day in a single page.

June 24, 2020

Veeam Architects Support Site

Moi qui suis un grand fan de Veeam, imaginez la tête que j'ai faite en tombant sur ce site (qui m'a été donné au VeeamTour).

Find and Replay Missing Log Files in Exchange - Spiceworks

Quand l'antivirus (en l'occurrence F-Secure) a décidé de mettre les logs transactionnels en quarantaine, rien de mieux que de démarrer la journée avec un eseutil !

Attention, la bonne syntaxe est :
C:\Program Files\Microsoft\Exchange Server\Bin>eseutil /r E00 /l "E:\Log-file-Path\copied-logs" /d "D:\Database-Path" /a

Par "path", on entend que le dossier, non pas les noms de fichiers.

Autres liens :
https://www.stellarinfo.com/blog/how-to-use-eseutil-for-exchange-database-repair/
https://www.codetwo.com/admins-blog/how-to-use-exchange-extensible-storage-engine-utilities-eseutil-tool/ (très bien).

Attention en cas de hard repair :

To run the hard repair, do this:
ESEUTIL /P "D:\Path_To_Database\Priv1.edb"

If the pub won't mount, then do the same thing.

A HARD REPAIR IS A DATA LOSS METHOD - Sometimes you swear you don't lose any data, but somewhere a page is getting deleted and you may never know.

After running a hard repair, you should run an ISINTEG -fix -test alltests and then run an offline defrag.

(https://arstechnica.com/civis/viewtopic.php?t=747409)