Please enter search query.
Search <book_title>...
Veritas Access Installation Guide
Last Published:
2019-09-30
Product(s):
Access (7.4.2)
Platform: Linux
- Licensing in Veritas Access
- System requirements
- System requirements
- Linux requirements
- Network and firewall requirements
- Preparing to install Veritas Access
- Deploying virtual machines in VMware ESXi for Veritas Access installation
- Installing and configuring a cluster
- Installing the operating system on each node of the cluster
- Installing Veritas Access on the target cluster nodes
- About managing the NICs, bonds, and VLAN devices
- About VLAN tagging
- Automating Veritas Access installation and configuration using response files
- Displaying and adding nodes to a cluster
- Upgrading the operating system and Veritas Access
- Performing a rolling upgrade
- Uninstalling Veritas Access
- Appendix A. Installation reference
- Appendix B. Configuring the secure shell for communications
- Appendix C. Manual deployment of Veritas Access
Configuring a KMS server on the Veritas Access cluster
You can configure a Key Management Service (KMS) server on the Veritas Access cluster.
To configure a KMS server on the Veritas Access cluster
- Obtain the KMS server's SSL public key (in base64 format) and its port number. This key is used for communication between the Veritas Access cluster and the KMS server.
- Generate a self-signed SSL key-pair on the Veritas Access cluster:
System> kms certificate generate
- Import the KMS server's public key.
System> kms certificate import_server_cert
- Configure the KMS server. Provide the SSL public key that was obtained in step 1 as input here.
System> kms config server <server_ip> <server_port>
Whereserver_ip is the KMS server IP
server_port is the KMS server port number.
- KMS admin now sets up a trust certificate using its admin GUI to allow communication between the KMS server and Veritas Access cluster.
For more information, see the system_kms man page.