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.
InfoScale™ 9.1 Installation and Upgrade Guide - Windows
- Preinstallation and planning
- About the Arctera InfoScale product suite
- Supported hardware and software
- Disk space requirements
- Installation requirements
- Requirements for installing InfoScale Storage in a Microsoft Failover Cluster
- Recommendations and best practices
- About InfoScale licenses
- About telemetry data collection in InfoScale
- About InfoScale and UEFI Secure Boot
- Installing the Arctera InfoScale products
- About installing the InfoScale products
- About the co-existence of InfoScale products
- Installing the server components using the installation wizard
- Applying the selected installation and product options to multiple systems
- Installing the server components using the command-line installer
- Parameters for Setup.exe
- Available product options and supported DMP DSMs
- Registering the InfoScale Storage resource DLLs
- Installing the client components
- Setting up key management for volume encryption
- Upgrading the InfoScale products
- Performing the post upgrade tasks
- Deployment scenarios and applicable post upgrade tasks
- Re-enabling Volume Replicator in a non-clustered environment
- Re-enabling Volume Replicator in a Microsoft failover cluster environment
- Reconnecting DMP DSM paths after the upgrade
- Reconfiguring the Veritas InfoScale Messaging Service
- Importing the configured rules
- Upgrading clusters for stronger security
- Reinstalling the custom agents
- Including custom resources
- Administering the InfoScale product installation
- Uninstalling the InfoScale products
- Performing application upgrades in an InfoScale environment
- Upgrading Microsoft SQL Server
- Upgrading Oracle
- Upgrading application service packs in an InfoScale environment
- Appendix A. Services and ports
- Appendix B. Migrating from a third-party multi-pathing solution to DMP
Setting up key management for volume encryption
The volume encryption feature of InfoScale supports the following options for managing keys:
Key Management Interoperability Protocol (KMIP)-based Key Management Service (KMS)
The volume encryption feature has been tested with the IBM KMS server. However, you can choose any KMIP-compliant KMS server.
Cloud-based (non-KMIP, Software as a Service--SaaS) KMS
Currently, InfoScale supports AWS and Azure as cloud-based KMS providers for volume encryption.
Both these options can be use to configure volume encryption on InfoScale hosts, regardless of whether they are deployed on-premises or as VM instances in the cloud. However, only one type of KMS configuration is supported on an InfoScale host or in an InfoScale cluster at a time.
To configure a KMIP-based KMS server for volume encryption
- Copy the following certificate files received from the KMS provider to the
C:\Program Files\Veritas\VERITAS Object Bus\bindirectory on the InfoScale host.If you plan to implement volume encryption in a Volume Replicator (VVR) configuration, copy these files on the InfoScale hosts at the primary as well as the secondary sites.
Key file:
enc-kms-client-key.pemCertificate file:
enc-kms-client-cert.pemCA certificates:
enc-kms-cert.pem - Open the KMS configuration file,
enc-kms-kmip.conf, located atC:\Program Files\Veritas\VERITAS Object Bus\bin, and enter the following details:host = <KMS_host_IP> port = <KMS_server_port> keyfile = C:\Program Files\Veritas\VERITAS Object Bus\bin\enc-kms-client-key.pem certfile = C:\Program Files\Veritas\VERITAS Object Bus\bin\enc-kms-client-cert.pem cacerts = C:\Program Files\Veritas\VERITAS Object Bus\bin\enc-kms-cert.pem ssl_version = PROTOCOL_TLSv1_2
Note:
The volume encryption feature is tested with the IBM KMS server, but you can choose any KMIP-compliant KMS server.
To configure a cloud-based KMS for volume encryption
- Before you can configure cloud-based KMS for volume encryption, remove any existing KMIP-compliant KMS configuration.
If no other KMS configuration is place, but a default KMIP configuration file (for example,
enc-kms-kmip.conf) is installed on the system, make sure to remove or rename the file. - Edit the
%VIP_PATH%\cloudkmsclient.yamlfile as necessary.This file is used for cloud-based KMS configurations and it includes details about the supported cloud platform and the credentials required to connect to the KMS.
Administrative permissions are required to edit this configuration file.
The
%VIP_PATH%environment variable typically points to theC:\Program Files\Veritas\VERITAS Object Bus\bindirectory.