Veritas Enterprise Vault™ Utilities
- About this guide
- ArchivePoints
- Audit Viewer
- Backtrace
- CenteraPing
- Domino Archive Exporter
- Domino Profile Document Tool
- Domino Retention Plan Tool
- DTrace
- EVDominoExchangeMigration Tool
- Running the EVDominoExchangeMigration tool
- EVDuplicateCleaner
- EVEARemovalUtility
- EVFSASetRightsAndPermissions
- EVrights
- EVservice
- EVSPShortcutManager
- EVSVR
- About EVSVR
- About the EVSVR operation settings
- Using the output from one EVSVR operation as input for another operation
- Viewing the EVSVR output log file
- Running EVSVR in interactive mode
- FSARunNow
- FSAUndelete
- FSAUtility
- NTFS to Centera Migration
- Permissions Browser
- Policy Manager (EVPM)
- Sections and keynames in Policy Manager initialization file
- Policy Manager initialization file examples
- About using the Provisioning API to run Policy Manager scripts
- Provisioning API scripting properties for Policy Manager scripts
- Provisioning API Advanced settings for Policy Manager scripts
- Provisioning API Interface methods for Policy Manager scripts
- ResetEVClient
- Vault Store Usage Reporter
Configuring which API call FSAUtility uses to identify Celerra/VNX placeholders
The FSAUtility.exe.config
file controls which API call FSAUtility uses to identify Celerra/VNX placeholders. For each placeholder-related FSAUtility option, the file contains an entry to specify which API call to use.
In the supplied FSAUtility.exe.config
file these entries are all commented out, so FSAUtility uses its default API call for each option. That is, FSAUtility uses the Celerra/VNX API call for placeholder migration, and the Windows API call for the other placeholder-related options.
You can edit the FSAUtility.exe.config
to set which API call FSAUtility uses for an option.
To configure which API call FSAUtility uses to identify Celerra/VNX placeholders
- On the Enterprise Vault server on which you want to run FSAUtility, navigate to the Enterprise Vault installation folder, for example
C:\Program Files (x86)\Enterprise Vault
. - Open the
FSAUtility.exe.config
file with a text editor such as Notepad. Find the section of the file for the FSAUtility option whose API call you want to set:
<PHMigration> for the FSAUtility -pm option.
<MovePlaceHolder> for the FSAUtility -m option.
<BulkRecall> for the FSAUtility -b option.
<RecreatePlaceHolder> for the FSAUtility -c option.
<OrphanPlaceHolder> for the FSAUtility -o option.
- Remove the comment characters from the start and end of the section.
- If the CheckCelerraOfflineAttribute key is omitted or commented out for any option, FSAUtility uses its default API call for that option.
Edit the value of the CheckCelerraOfflineAttribute key to the required setting:
A value of 0 sets the option to use the Windows API call.
A value of 1 sets the option to use the Celerra/VNX API call.
- Repeat steps 3 to 5 for each FSAUtility option for which you want to configure the API call.
- Save the changes to
FSAUtility.exe.config
file.