IndexRootPathEntry [IndexRootPath]
|
The SQL to view the current location is as follows:
SELECT *
FROM IndexRootPathEntry
WHERE (IndexRootPathEntryId = '<ID FROM
LOG FILE>')
The SQL to update the location is as follows:
UPDATE IndexRootPathEntry
SET IndexRootPath = '<THE NEW LOCATION>'
WHERE (IndexRootPathEntryId = '<ID FROM
LOG FILE>')
|
PartitionEntry [AccountName]
|
-
Move the pool entry authorization (.pea ) file to a highly available location.
-
Use the Vault Administration Console to view the properties of
the EMC Centera partition and then, on the tab, edit the box to
point at the new location.
|
PartitionEntry [PartitionRootPath]
|
The SQL to view the current location is as follows:
SELECT *
FROM PartitionEntry
WHERE (PartitionEntryId = '<ID FROM LOG
FILE>')
The SQL to update the location is as follows:
UPDATE PartitionEntry
SET PartitionRootPath = '<THE NEW
LOCATION>'
WHERE (PartitionEntryId = '<ID FROM LOG
FILE>')
|
PartitionEntry/Locations [SecondaryLocation]
|
The SQL to view the current location is as follows:
SELECT *
FROM PartitionEntry
INNER JOIN Locations ON
PartitionEntry.SecondaryLocation =
Locations.LocationIdentity
WHERE (PartitionEntry.PartitionEntryId ='<ID FROM LOG FILE>')
The SQL to update the location is as follows:
UPDATE Locations
SET Location = '<NEW LOCATION>'
WHERE LocationIdentity =
(SELECT SecondaryLocation FROM PartitionEntry
WHERE PartitionEntryId = '<ID FROM LOG
FILE>')
|
PartitionEntry [StagingRootPath]
|
The SQL to view the current location is as follows:
SELECT *
FROM PartitionEntry
WHERE (PartitionEntryId = '<ID FROM LOG
FILE>')
The SQL to update the location is as follows:
UPDATE PartitionEntry
SET StagingRootPath = '<THE NEW LOCATION>'
WHERE (PartitionEntryId = '<ID FROM LOG
FILE>')
|
PSTMigratorTask [MigrationDirectory]
|
-
Move the contents of the location to a highly available
location.
-
Use the Vault Administration Console to view the properties of
the PST Migrator Task and update the Temporary files folder.
|
ShoppingServiceEntry [ShoppingRootPath]
|
|
SiteEntry [PSTHoldingDirectory]
|
-
Move the contents of the location to a highly available
location.
-
Use the Vault Administration Console to view the site properties
and update the PST Holding Folder property to point at the new
location.
|