Enterprise Vault™ Installing and Configuring
- About this guide
- Section I. Enterprise Vault requirements
- Enterprise Vault hardware requirements
- Hardware requirements for Enterprise Vault server
- About the storage requirements for Enterprise Vault
- Storage for vault stores
- Storage requirements for SQL databases
- Enterprise Vault required software and settings
- Basic software requirements for Enterprise Vault
- Best practice settings for Enterprise Vault servers
- Preinstallation tasks for Enterprise Vault server
- About assigning permissions and roles in SQL databases
- Additional requirements for Operations Manager
- Additional requirements for classification
- Additional requirements for Enterprise Vault Reporting
- Additional requirements for Exchange Server archiving
- Preinstallation tasks for Exchange server archiving
- Assigning Exchange Server permissions to the Vault Service account
- Enterprise Vault client access with Exchange Server archiving
- Additional requirements for Domino Server archiving
- Requirements for Domino mailbox archiving
- Register the Enterprise Vault Domino Gateway
- About the user ID for Domino mailbox archiving
- Requirements for Domino journaling archiving
- Additional requirements for File System Archiving (FSA)
- Additional requirements for SharePoint Server archiving
- Additional requirements for Skype for Business Archiving
- Additional requirements for SMTP Archiving
- Additional requirements for Enterprise Vault Search
- Additional requirements for a standalone Enterprise Vault Administration Console
- Additional requirements for the Archive Discovery Search Service
- Additional requirements for Single Sign-On
- Enterprise Vault hardware requirements
- Section II. Installing Enterprise Vault
- Section III. Configuring Enterprise Vault
- About configuring Enterprise Vault
- Running the Enterprise Vault configuration wizard
- Securing Enterprise Vault Web Access components
- Customizing security for the Web Access components on client computers
- Running the Enterprise Vault Getting Started wizard
- About the express and custom modes of the Enterprise Vault Getting Started wizard
- About indexing configuration with the Enterprise Vault Getting Started wizard
- About storage configuration with the Enterprise Vault Getting Started wizard
- Configuring Enterprise Vault Operations Manager
- Configuring the Archive Discovery Search Service
- Section IV. Initial Enterprise Vault setup
- Initial Enterprise Vault setup
- Setting up storage
- About Enterprise Vault single instance storage
- About creating vault stores
- About Enterprise Vault safety copies
- About Enterprise Vault safety copies
- Creating vault store partitions
- Configuring index locations
- Setting up Index Server groups
- Do I need to create Index Server groups?
- Reviewing the default settings for the site
- Setting up Enterprise Vault Search
- Setting up provisioning groups for Enterprise Vault Search
- Configuring user browsers for Enterprise Vault Search
- Setting up Enterprise Vault Search Mobile edition
- Managing metadata stores
- Section V. Clustering Enterprise Vault with VCS
- Introducing clustering with VCS
- Installing and configuring Storage Foundation HA for Windows
- Configuring the VCS service group for Enterprise Vault
- Running the Enterprise Vault Configuration wizard
- Setting up Enterprise Vault in an active/passive VCS configuration
- About setting up Enterprise Vault in a VCS N+1 configuration
- Implementing an SFW HA-VVR disaster recovery solution with Enterprise Vault
- Troubleshooting clustering with VCS
- Section VI. Clustering Enterprise Vault with Windows Server Failover Clustering
- Introducing clustering with Windows Server Failover Clustering
- Control of Enterprise Vault services in a Windows Server failover cluster
- Preparing to cluster with Windows Server Failover Clustering
- Configuring Enterprise Vault in a Windows Server failover cluster
- Setting up a new Enterprise Vault installation with Windows Server Failover Clustering support
- Examples of Enterprise Vault installations in various Windows Server Failover Clustering modes
- Converting an existing Enterprise Vault installation to a Windows Server failover cluster
- Modifying an existing Enterprise Vault cluster
- Troubleshooting clustering with Windows Server Failover Clustering
- Introducing clustering with Windows Server Failover Clustering
- Appendix A. Automatically preparing an Enterprise Vault server
Configuring Time-based One-Time Password on the Enterprise Vault Domino Gateway
To configure Time-based One-Time Password (TOTP) on the Enterprise Vault Domino Gateway, perform the following actions:
Note:
To enable TOTP, Domino version 12.0.1 and above is required.
Enable TOTP on the Enterprise Vault Domino Server.
Enable TOTP Multi Factor Authentication in Domino Gateway Server.
Enabling TOTP on the Enterprise Vault Domino Server
- Navigate to the Configuration tab, expand the Server drop-down list, and select Configurations > Edit Domino Server configuration.
Step a: Select Security > Multi Factor Authentication > Set TOTP for web authentication to Enable.
Step b: From the Basics tab, select Use these settings as the default settings for all servers under Basics.
- Navigate to the Configuration tab, expand the Server drop-down list, and select All Server Documents.
Step a: Select GatewayServer/Domain > Edit Server.
Step b: From the Ports tab, select Internet Ports tab > Web tab. In the Name & Password setting, set value to Yes with TOTP (if you do not use the HTTPS protocol with TLS port 443, do not update the Name & Password value to Yes with TOTP. )
Step c: From the Internet Protocols tab, select the Domino Web Engine tab. Under Domino Access Services > Enabled services set value to TOTP.
- Run following command on Domino server
mfamgmt create trustcert */O=YOURDOMAINNAME cert.id YourCertIdPassword
- Create an ID Vault on the Domino server (if not already present).
- Add any existing users to this new ID Vault which must use TOTP authentication. Any new users created will automatically be added to the ID Vault which was already created in the previous step.
- Create a Domino Web Server Congiguration database (DOMCFG.nsf) that uses custom login form for accepting TOTP MFA Token $$LoginUserFormMFA.
If you do not have a DOMCFG.nsf, you can create it from the File > New Application menu option. Set Title=DOMCFG and Filename = DOMCFG.nsf. Server must be Domino Server. Click Show advance templates and select Domino Web Server Configuration. Select Inherit future design changes > OK.
- Replicate your changes to domino gateway using the command rep YourDominoGatewayServerName.
- Run the command load updall names.nsf on both the Domino server and the Domino Gateway server.
- Exit from both the servers and restart those.
- Open any user's mailbox in a Web browser.
In the first time, it shows you the user login screen for without the MFA Token text box. Subsequently, it will ask you to setup MFA for the first time using TOTP URI & QR Code.
- Scan the QR code using any TOTP authenticator, such as Google Authenticator.
It will generate a token. Pass the token in the MFA Token text box and click Validate.
This will complete the TOTP MFA setup for the user. In the subsequent login sessions, the user will see the login page with username, password and MFA Token text box.
Enabling TOTP Multi Factor Authentication in Domino Gateway Server
- Navigate to the Configuration tab, expand the Server drop-down list, and select All Server Documents.
Step a: Select GatewayServer/Domain > Edit Server.
Step b: From the Ports tab, select Internet Ports tab > Web tab. In the Name & Password setting, set value to Yes with TOTP (if you do not use the HTTPS protocol with TLS port 443, do not update the Name & Password value to Yes with TOTP. )
Step c: From the Internet Protocols tab, select the Domino Web Engine tab. Under Domino Access Services > Enabled services set value to TOTP.
For the latest information about configuring Domino Time-based One-Time Password (TOTP) authentication, see the HCL Domino documentation.