Difference between revisions of "Maintenance and Repair"

[unchecked revision][unchecked revision]
Line 37: Line 37:
 
* Select the file group and the user index and click on Rebuild Now.
 
* Select the file group and the user index and click on Rebuild Now.
 
* Repeat this process for all affected file groups and user indexes.
 
* Repeat this process for all affected file groups and user indexes.
 +
 +
[[de:Wartung und Reparatur]]

Revision as of 08:36, 21 May 2010

MailStore products are developed so that they work correctly without requiring any maintenance.

Occasionally, however, errors do occur due to system crashes or accidental manipulation of the file structure, for example. This section will provide the information necessary to perform certain maintenance and repair works without having to contact MailStore Support (if, because of such an error, some contents of the archive become inaccessible, for example).

Please note: The commands described below can be entered and executed by a MailStore administrator through the Management Shell.

Logical Verification

Logical verification is used to determine if all emails located in MailStore are still complete and in their original state. For example, if a content file (.dat) was modified by hand, this will be censured by logical verification. Replace the number 1 with the actual number of the file group to be verified:

 filegroup-verify --gid=1

Maintenance and Repair of Databases

Simple sweep of the master database (no data is deleted):

 maintain-db --command=sweep

Complete rebuilding of the master database (e.g. if structural problems arise):

 maintain-db --command=backup-restore

Simple sweep of a file group database (no data is deleted). Replace the number 1 with the number of the file group:

 maintain-db --command=sweep --gid=1

Complete rebuilding of a file group database (e.g. if structural problems arise):

 maintain-db --command=backup-restore --gid=1

Maintenance and Repair of Indexes

Generally, it is an indication that an index is defective if emails cannot be located through the tree structure or by executing a search. A defective index is not critical - it can be completely rebuilt at any time and without any loss of data. To rebuild an index, please proceed as follows:

  • Using MailStore Client, log on to MailStore Server as administrator.
  • Click on Administrative Tools and select Index Options.
  • Select the file group and the user index and click on Rebuild Now.
  • Repeat this process for all affected file groups and user indexes.