Veritas Enterprise Vault™ PowerShell Cmdlets
Set-IndexMetadataSyncLevel
Set-IndexMetadataSyncLevel sets the index metadata synchronization flag to ensure that a synchronization between index volume entries in Directory database and those stored in Indexing engine's metadata takes place at next index service startup.
Set-IndexMetadataSyncLevel is provided by Symantec.EnterpriseVault.PowerShell.Snapin.dll, which is loaded by the Enterprise Vault Management Shell.
Set-IndexMetadataSyncLevel -EntryId <String> -SyncLevel <String> [<CommonParameters>]
Table: Set-IndexMetadataSyncLevel parameters
Parameter | Description |
---|---|
-EntryId (required) | The ID of the indexing service or EV Server hosting that indexing service. |
-SyncLevel (required) | The type of synchronization level to be done at startup of Indexing Service. Synchronization will be done for all index volumes linked to input indexing service entry Id. If this is set to 0 (EV_INDEX_METADATA_SYNC_NONE), no synchronization of index volume entries will take place. If this is set to 1 (EV_INDEX_METADATA_SYNC_BASIC), missing index volume entries that are in the Directory database and not in the indexing engine's metadata will be added to the index engine metadata. Those that are present in the indexing engine but not in the Directory database will be removed from the indexing engine metadata. If this is set to 2 (EV_INDEX_METADATA_SYNC_CHECK_LOCATION_PATH), additionally the index location of every index volume in the Directory database will be compared with that stored in the indexing engine's metadata and updated if required. |
Set-IndexMetadataSyncLevel -EntryId 15B...Domain.local -SyncLevel 1
Sets the index metadata synchronization level to 1 for the indexing service that has the specified entry ID. This ensures that a synchronization between index volume entries in Directory database and those stored in Indexing engine's metadata takes place at next index service startup.
As a result of synchronization missing index volume entries that are in Directory database and not in indexing engine's metadata will be added to index engine metadata and those present in indexing engine but not in Directory database will be removed from indexing engine metadata.
There is a confirmation message on completion.