Veritas Information Map Installation and Administration Guide
- Introduction to Veritas Information Map
- Planning installation of the Information Map Agent
- Installing and configuring Information Map
- Installing the Information Map Agent
- Configuring credentials for share discovery and native scanning
- Cloud Agent configuration
- Global settings
- Managing Information Map settings
- Troubleshooting
Generating a KeyStore file
Information Map secures all data flowing between the Information Map Agent and the Information Fabric technology platform using the Secure Socket Layer (SSL) protocol.
Information Map uses the user name/password credentials to query share and export mappings from your servers. These credentials are secured using an encryption key pair held in a Keystore file. The credentials are encrypted using the public key and decrypted using the private key (which is only present on your premises).
You must generate the encryption key file which is unique to your organization's deployment to enable secure communication between the Agent and Information Fabric.
To generate a KeyStore file
- Open the command prompt, go to the <Agent installation>\bin directory, where you have installed the Agent.
- Execute the following command:
<Agent installation directory\bin> connector_config.exe generate_key_pair
- You are prompted to enter the path name and the file name where you want to save the KeyStore file. For example, enter
e:\mykeyfolder\InfoMapCredentialKey.jks
Note that the target directory must already exist.
- Enter the KeyStore password.
You will need to use the password later during the installation.
A key pair file is created successfully.
You must generate a KeyStore file once only. This file should then be secured and placed on removable media as you will need it to register each of your Agents. It can then be transported between each Agent Server and imported into the Agent.
See Registering the Information Map Agent with Information Fabric.