I often run in to situations where customers are seeing the following events in the application log:
Event Type: Error Event Source: MSExchangeSA Event Category: OAL Generator Event ID: 9373 Description: OALGen detected that the file '\\<SERVER name>\ExchangeOAB\<folder name>\a58e388b-7b23-4944-b042-58a7d0c6590f-data-1.lzx' is corrupted or missing. This indicates data tampering or disk problems. Restore files in this folder from the recent backup or clean up folder content and force a full OAB generation. - Default Offline Address Book
You must exclude specific directories for each Exchange server or server role on which you run a file-level antivirus scanner. This section describes the directories that you should exclude from file-level scanning for each server or server role.
Get-StorageGroup -server <servername>| fl *path*
Get-MailboxDatabase -server <servername>| fl *path*
Get-PublicFolderDatabase -server <servername>| fl *path*
Get-MailboxServer <servername>| fl *path*
Client Access server role
For more information please see: http://technet.microsoft.com/en-us/library/bb332342(EXCHG.80).aspx
For more information on how to restore the contents of your OAB directories please see this blog: http://blogs.msdn.com/dgoldman/archive/2009/08/28/event-id-9373-is-logged-in-the-application-log-when-you-update-the-offline-address-book-in-exchange-server-2007.aspx
Dave