Enterprise Vault™ Administrator's Guide
- About this guide
- Managing administrator security
- Roles-based administration
- Working with predefined RBA roles
- Customizing RBA roles
- Day-to-day administration
- About Exchange mailbox archiving reports
- About starting or stopping tasks or services
- Monitoring journal mailboxes
- About monitoring disks
- About maintaining the SQL databases
- Using SQL AlwaysOn availability groups
- About managing vault store groups and sharing
- About managing safety copies
- About managing partition rollover
- About expiry and deletion
- Working with retention categories and retention plans
- Setting up retention folders
- Enabling archiving for new mailboxes
- About moving archives
- How Move Archive works
- About moving mailbox archives within a site
- About moving mailbox archives between sites
- About configuring Move Archive
- Running Move Archive
- Monitoring Move Archive
- PowerShell cmdlets for managing archives
- Using Enterprise Vault for records management
- Setting the default record type for users
- Common configuration scenarios
- Searching archives for items marked as records
- Automatically filtering events
- Managing indexes
- About the indexing wizards
- Managing indexing exclusions
- About the indexing PowerShell cmdlets
- Advanced Domino mailbox and desktop policy settings
- Editing the advanced settings for Domino mailbox and desktop policy
- Domino mailbox policy advanced settings
- Archiving General: Domino mailbox policy
- Archiving General: Domino mailbox policy
- Domino desktop policy advanced settings
- Advanced Exchange mailbox and desktop policy settings
- Editing the advanced Exchange mailbox and desktop settings
- Exchange mailbox policy advanced settings
- Archiving General (Exchange mailbox policy advanced settings)
- Archiving General (Exchange mailbox policy advanced settings)
- Exchange desktop policy advanced settings
- Office Mail App (Exchange desktop policy advanced settings)
- Outlook (Exchange desktop policy advanced settings)
- OWA versions before 2013 (Exchange desktop policy advanced settings)
- Vault Cache (Exchange desktop policy advanced settings)
- Virtual Vault (Exchange desktop policy advanced settings)
- Advanced Exchange journal policy settings
- Archiving General (Exchange journal policy advanced settings)
- Advanced Exchange public folder policy settings
- Archiving General (Exchange public folder policy advanced settings)
- Advanced SMTP policy settings
- Site properties advanced settings
- Editing site properties advanced settings
- Site properties advanced settings
- Content Conversion (site properties advanced settings)
- File System Archiving (site properties advanced settings)
- IMAP (site properties advanced settings)
- Indexing (site properties advanced settings)
- Skype for Business (site properties advanced settings)
- SQL Server (site properties advanced settings)
- SMTP (site properties advanced settings)
- Storage (site properties advanced settings)
- Content Conversion (site properties advanced settings)
- Computer properties advanced settings
- Editing computer properties advanced settings
- Computer properties advanced settings
- Agents (computer properties advanced settings)
- IMAP (computer properties advanced settings)
- Indexing (computer properties advanced settings)
- Storage (computer properties advanced settings)
- Task properties advanced settings
- Advanced Personal Store Management properties
- Classification policy advanced settings
- Managing the Storage queue
- Automatic monitoring
- About monitoring using Enterprise Vault Operations Manager
- About monitoring using MOM
- About monitoring using SCOM
- Managing extension content providers
- Exporting archives
- Enterprise Vault message queues
- Customizations and best practice
- Mailbox archiving strategies
- Notes on archiving based on quota or age and quota
- Notes on archiving items from Exchange Server 2010 managed folders
- About performance tuning
- Mailbox archiving strategies
- Failover in a building blocks configuration
- Appendix A. Ports used by Enterprise Vault
- Appendix B. Useful SQL queries
- Appendix C. Troubleshooting
- Installation problems
- Microsoft SQL Server problems
- Server problems
- Client problems
- Problems enabling or processing mailboxes
- Problems with Vault Cache synchronization
- Identifying and resolving Vault Cache issues on the Enterprise Vault server
- Identifying and resolving Vault Cache issues on an end-user computer
- Problems with Enterprise Vault components
- Troubleshooting: All tasks and services
- Troubleshooting: Directory service
- Troubleshooting: Exchange archiving or Journaling tasks
- Troubleshooting: Storage service
- Troubleshooting: Shopping service
- Troubleshooting: Web Access application
- Troubleshooting: All tasks and services
- Techniques to aid troubleshooting
- How to modify registry settings
- About moving an Indexing service
- Appendix D. Enterprise Vault accounts and permissions
Extra requirements for building blocks
The following extra requirements apply to building blocks configurations:
If the active server hosts an Indexing service, then the failover server must have an Enterprise Vault server cache configured.
The Enterprise Vault Storage queue location must be on a file system that is shared with the associated building blocks servers.
The Enterprise Vault cache location must have the same path on each Enterprise Vault server. The cache location is local to each server but the name must be the same to prevent errors after a failover. For example, all servers can have a cache location of
D:\MyCache
.Each building blocks server can include a local Storage service. The storage files and index files must be stored on a file system that is shared with the associated building blocks servers.
You must install and configure the Enterprise Vault SMTP Archiving components on any building blocks server that is to support SMTP Archiving.
SMTP Archiving and Skype for Business Archiving use the SMTP Archiving task. If an SMTP Archiving task is running on both the active server and the failover server, then two SMTP Archiving tasks run on the failover server after you run Update Service Locations. For this reason, the SMTP holding folder path on the active server and failover server must be different.
You must log on to the active Enterprise Vault server using the Vault Service account, or an account that has been assigned to the Power Administrator role.
If Enterprise Vault needs to create a service on the failover server, you are prompted to log on using the Vault Service account, even if you use an account that is assigned to the Power Administrator role.
You must assign the user account the SC_MANAGER_ALL_ACCESS access right for the Service Control Manager (SCM) on all Enterprise Vault servers in the Enterprise Vault site. For more information, see Service Security and Access Rights, available at the following address on the Microsoft website:
https://msdn.microsoft.com/en-gb/library/windows/desktop/ms685981(v=vs.85).aspx
To secure Enterprise Vault servers, install on each server a certificate obtained from a trusted authority. The certificate must include the fully qualified DNS alias of the other Enterprise Vault servers in the building blocks configuration. These server names should be added to the certificate as subject alternative names.
By default in a new installation of Enterprise Vault 12.3 or later, Enterprise Vault configures HTTPS on port 443, and enables SSL on each Enterprise Vault virtual directory in IIS. If no valid certificate exists, the configuration wizard creates and uses a self-signed certificate for the HTTPS binding. You should regard this certificate as a temporary measure, until you install a certificate from a trusted authority.
The self-signed certificate created by Enterprise Vault configuration does not include the names of the other Enterprise Vault servers in the building blocks configuration. You can create a replacement self-signed certificate using a certificate tool, such as OpenSSL. To include subject alternative names in an OpenSSL certificate, you need to use the configuration file,
openssl.cnf
with the OpenSSL command. In the[v3_req]
section of configuration file, list the fully qualified DNS alias of the other Enterprise Vault servers in thesubjectAltName
section, as shown in the following example:[ v3_req ] # Extensions to add to a certificate request basicConstraints = CA:FALSE keyUsage = nonRepudiation, digitalSignature, keyEncipherment subjectAltName = @alt_names [alt_names] DNS.1 = evserver1.example.local DNS.2 = evserver2.example.local DNS.3 = evserver3.example.local DNS.4 = evserver4.example.local
In the Default Web Site in IIS, replace the automatically generated, self-signed certificate with the SAN version that you have created.