Please enter search query.
Search <book_title>...
Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Enterprise Vault™ 备份和恢复
Last Published:
2018-03-28
Product(s):
Enterprise Vault (12.3)
恢复过程 5:清除目录数据库条目
您可以为环境中的所有 Enterprise Vault 服务器或所选服务器清除目录数据库条目。
此部分中提供的 SQL 查询会为所有 Enterprise Vault 服务器清除数据库中的条目。如果环境中有多台 Enterprise Vault 服务器,您可能只希望恢复部分服务器。以下技术说明提供的备选 SQL 脚本允许您指定要为其清除目录条目的服务器:
https://www.veritas.com/docs/100001173
清除所有 Enterprise Vault 服务器的目录数据库条目
- 运行 SQL Query Analyzer 并连接到运行 Enterprise Vault Directory Service 的服务器。
- 输入并运行下面的 SQL 命令:
USE EnterpriseVaultDirectory UPDATE StorageServiceEntry SET StorageArchive = '', StorageRestore = '', StorageReplayIndex = '', StorageSpool = '' UPDATE RetrievalTask SET RetrievalSpoolQueue = '' UPDATE ArchivingRetrievalTask SET MessageQueue = '' UPDATE RetrievalTask SET MessageQueue = '' UPDATE JournalTask SET MessageQueue = '' UPDATE PublicFolderTask SET MessageQueue = ''