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 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
Adding the Vault Service account to the non-secure VCS cluster for FSA high availability
If you configured the VCS cluster to use VCS User Privileges, you need to add the Vault Service account to the VCS cluster. You need to add the Vault Service account only once, and not for each VCS node. Note that VCS 6.1 is the minimum supported version for Enterprise Vault 12. Additionally, Enterprise Vault supports only non-secure clusters.
To add the Vault Service account to the VCS cluster
- Open a Command Prompt window on any of the VCS cluster nodes, and navigate to the following location:
VCS_installation_folder\cluster server\bin
- Enter the following command to place the cluster in read-write mode:
haconf -makerw
- Enter the following command to add the Vault Service account.
hauser -add Vault_Service_account -priv Administrator
Where Vault_Service_account is the Vault Service account. Enter the account in the format accountname, for example vaultadmin. When hauser prompts you for the account password, enter the Vault Service account password.
If the authentication fails, try repeating the command with the account in the format accountname@domain.ext, for example vaultadmin@demo.local.
- Enter the following command to verify that the Vault Service account has been added to the VCS user list as an administrator:
hauser -display Vault_Service_account
The output should be as follows:
Vault_Service_account : ClusterAdministrator
- Save the cluster configuration:
haconf -dump -makero