Please enter search query.
Search <product_name> all support & community content...
Article: 100021622
Last Published: 2021-09-21
Ratings: 2 0
Product(s): Enterprise Vault
Problem
There are two methods to determine if the Vault Stores are in Backup Mode in Enterprise Vault:
Solution
- Open the Enterprise Vault Management Shell.
- Use the PS cmdlet Get-VaultStoreBackupMode to get the backup mode status in one Vault Store, Vault Store Group or the entire Enterprise Vault Site:
Example:
PS > Get-VaultStoreBackupMode -Name EVSITE -EVServerName EVServer -EvObjectType Site
The PS cmdlet above will return the backup mode status (True | False) for all the Vault Stores in the Enterprise Vault Site:
VaultStoreName VaultStoreEntryId BackupMode
-------------- ----------------- ----------
Express Vault Store 1A3BC707E112BF942A7E730... False
FSA Vault Store 1DC8636069104F040A01A0A... False
Note: To get more information about the PS cmdlet, use one of the following commands in the Enterprise Vault Management Shell:
- To see the examples, type:
get-help Get-VaultStoreBackupMode -examples
- For more information, type:
get-help Get-VaultStoreBackupMode -detailed
- For technical information, type:
get-help Get-VaultStoreBackupMode -full
- To see the examples, type:
- In the Enterprise Vault Admin Console (VAC) expand to Vault Store Groups.
- Highlight the Vault_Store_Group_Name beneath Vault Store Groups.
- When EV is in Backup Mode then Yes will be displayed in the Backup Mode column.
4. When EV is not in Backup Mode then the Backup Mode column will be blank.