Enterprise Vault™ Setting up File System Archiving (FSA)
- About this guide
- About File System Archiving
- About FSA shortcut files
- Steps to configure File System Archiving
- Adding a Windows file server to File System Archiving
- About archiving from Windows Server 2012 or later file servers
- Permissions and privileges required by the Vault Service account on Windows file servers
- Adding a NetApp filer to File System Archiving
- Adding a NetApp C-Mode Vserver to File System Archiving
- Adding a Celerra/VNX device to File System Archiving
- Adding a Dell EMC Unity 4.3 device to File System Archiving
- Configuring FSA with clustered file servers
- Troubleshooting the configuration of FSA with clustered file servers
- Installing the FSA Agent
- Defining volume and folder policies
- About selecting the shortcut type for an FSA policy
- About FSA policy archiving rules
- Configuring the deletion of archived files on placeholder deletion
- Configuring target volumes, target folders, and archive points
- About adding target volumes, target folders, and archive points for FSA
- About managing archive points
- Archive point properties
- Effects of modifying, moving, or deleting folders
- About deleting target folders, volumes, and file servers
- Configuring pass-through recall for placeholder shortcuts
- Configuring and managing retention folders
- Configuring and running FSA tasks
- Using Run Now to process FSA targets manually
- Configuring file system filtering
- Managing the file servers
- PowerShell cmdlets for File System Archiving
- Appendix A. Permissions and privileges required for the Vault Service account on Windows file servers
- Permissions required by the Vault Service account for the FSA Agent
Registry values for pass-through recall on Windows file servers
A set of pass-through recall registry values enables you to specify the following for Windows file servers:
The maximum pass-through recall rate.
Whether the pass-through recall rate is applied on the file server. By default, the maximum rate is not applied.
Whether the maximum pass-through recall rate is waived for members of the local Administrators group on the file server. By default, if a limit is applied it is not waived for local administrators.
A list of programs that are prohibited from receiving files by pass-through recall. By default, no programs are prohibited.
The registry values are located under the following registry key on the file server:
On a 32-bit installation of Windows: HKEY_LOCAL_MACHINE \SOFTWARE \KVS \Enterprise Vault \FSA \PlaceholderService \PassThrough | On a 64-bit installation of Windows: HKEY_LOCAL_MACHINE \SOFTWARE \Wow6432Node \KVS \Enterprise Vault \FSA \PlaceholderService \PassThrough |
Table: Registry values for pass-through recall on Windows file servers describes the registry values.
Table: Registry values for pass-through recall on Windows file servers
Registry value | Content | Description |
---|---|---|
EnableRecallLimitForPassThrough | DWORD | Determines whether users are subject to the maximum pass-through recall rate that PassThruRecallLimitMaxRecalls and PassThruRecallLimitTimeInterval define. The default is value 0, which means that the maximum pass-through recall rate does not apply to users. Change the value to 1 to impose the rate for users. |
PassThruRecallLimitMaxRecalls | DWORD | Defines the maximum number of pass-through recalls that are allowed in the period that PassThruRecallLimitTimeInterval defines. The default is 20. For example, if PassThruRecallLimitMaxRecalls is set to 20 and PasssThruRecallLimitTimeInterval is set to 10, the maximum recall rate is set to 20 recalls in 10 seconds. |
PassThruRecallLimitTimeInterval | DWORD | Specifies the period in seconds for the maximum pass-through recall rate. The default is 10. If the maximum recall rate is reached, Enterprise Vault imposes an additional interval equal to the PassThruRecallLimitTimeInterval before it resets the count. For example, if the maximum recall rate is set at 20 recalls in 10 seconds and a user achieves 20 recalls in 8 seconds, Enterprise Vault imposes a 10-second block on further recalls before it resets the count for the user. |
BypassPassThruRecallLimitsForAdmins | DWORD | Determines whether members of the local Administrators group on the file server are subject to the maximum pass-through recall rate. This setting applies only if EnableRecallLimitForPassThrough is set to 1. The default is value 0, which means that the rate limit applies to local administrators. Change the value to 1 to waive the rate limit for local administrators. |
ExcludedExes | String | Specifies a list of programs that are prohibited from receiving archived items by pass-through recall. Separate each program in the list with a semicolon. |
For more information on the registry values for pass-through recall on Windows file servers, see the Registry Values guide.