Please enter search query.
Search <book_title>...
Veritas Data Insight Installation Guide
Last Published:
2023-12-25
Product(s):
Data Insight (6.6.1)
Platform: Windows
- Understanding the Veritas Data Insight architecture
- About the Collector worker node
- About Veritas Data Insight installation tiers
- Preinstallation
- Installing Veritas Data Insight
- Upgrading Veritas Data Insight
- Post-installation configuration
- Installing Windows File Server agent
- Getting started with Data Insight
- Uninstalling Veritas Data Insight
- Appendix A. Installing Data Insight using response files
Enabling CA signed certificates for inter-node communication
If you want to opt for CA signed certificates, perform the following steps on the Management Server.
On the Management Server,
- Rename C:\DataInsight\data\keys\commd.keystore to commd-org.keystore
- Import CA Issued Certifcate file (pfx) to the commd keystore.
- For FIPS Mode, execute the following command "C:\Program Files\DataInsight\jre\bin\keytool.exe" -importkeystore -srckeystore "c:\<Location of .pfx file>" -destkeystore "C:\DataInsight\data\keys\commd.keystore" -srcalias <certificate unique id> -destalias tomcat -deststoretype bcfks -destkeypass changeit -provider com.safelogic.cryptocomply.jcajce.provider.CryptoComplyFipsProvider -providerpath "C:\Program Files\DataInsight\jre\lib\ext\ccj-3.0.1.jar"
- For Non-FIPS Mode, execute the following command "C:\Program Files\DataInsight\jre\bin\keytool.exe" -importkeystore -srckeystore "c:\<Location of .pfx file>" -destkeystore "C:\DataInsight\data\keys\commd.keystore" -srcalias <certificate unique id> -destalias tomcat -deststoretype jks -destkeypass changeit
- Create a backup of the cacerts keystore, you can find at C:\Program Files\DataInsight\jre\lib\security\cacerts.
- Rename C:\Program Files\DataInsight\jre\lib\security\cacerts to cacerts-org.
- For FIPS Mode, delete the self-signed certificate from the cacerts keystore by executing the following command "C:\Program Files\DataInsight\jre\bin\keytool.exe" -delete -alias tomcatTrustedCA -storepass changeit -keystore "C:\Program Files\DataInsight\jre\lib\security\cacerts" -storetype bcfks -provider com.safelogic.cryptocomply.jcajce.provider.CryptoComplyFipsProvider -providerpath "C:\Program Files\DataInsight\jre\lib\ext\ccj-3.0.1.jar"
- For Non-FIPS Mode, delete the self-signed certificate from the cacerts keystore by executing the following command "C:\Program Files\DataInsight\jre\bin\keytool.exe" -delete -alias tomcatTrustedCA -storepass changeit -keystore "C:\Program Files\DataInsight\jre\lib\security\cacerts"
- Copy C:\DataInsight\data\keys\commd.keystore from the Management Server to all Remote Servers located at C:\DataInsight\data\keys.
- Restart the DataInsightComm services on the Management Server and all remote nodes.
To apply the CA provided certificate to secure web portal communications,
- Rename C:\DataInsight\data\keys\webserver.keystore to webserver-org.keystore.
- Import CA Issued Certifcate file (pfx) to the commd keystore.
- For FIPS Mode, execute the following command "C:\Program Files\DataInsight\jre\bin\keytool.exe" -importkeystore -srckeystore "c:\<Location of .pfx file>" -destkeystore "C:\DataInsight\data\keys\webserver.keystore" -srcalias <certificate unique id> -destalias tomcat -deststoretype bcfks -destkeypass changeit -provider com.safelogic.cryptocomply.jcajce.provider.CryptoComplyFipsProvider -providerpath "C:\Program Files\DataInsight\jre\lib\ext\ccj-3.0.1.jar"
- For Non-FIPS Mode, execute the following command "C:\Program Files\DataInsight\jre\bin\keytool.exe" -importkeystore -srckeystore c:\<Location of .pfx file> -destkeystore C:\DataInsight\data\keys\webserver.keystore -srcalias <certificate unique id> -destalias tomcat -deststoretype jks -destkeypass changeit
- Restart the DataInsightWeb on the Management Server.
To apply the CA provided certificate to secure Self Service portal communications,
- Rename C:\DataInsight\data\keys\portal.keystore to portal-org.keystore.
- Import CA Issued Certifcate file (pfx) to the webserver portal.
- For FIPS Mode, execute the following command "C:\Program Files\DataInsight\jre\bin\keytool.exe" -importkeystore -srckeystore "<Location of .pfx file>" -destkeystore "C:\DataInsight\data\keys\portal.keystore" -srcalias <certificate unique id> -destalias tomcat -deststoretype bcfks -destkeypass changeit -provider com.safelogic.cryptocomply.jcajce.provider.CryptoComplyFipsProvider -providerpath "C:\Program Files\DataInsight\jre\lib\ext\ccj-3.0.1.jar"
- For Non-FIPS Mode, execute the following command "C:\Program Files\DataInsight\jre\bin\keytool.exe" -importkeystore -srckeystore c:\<Location of .pfx file> -destkeystore C:\DataInsight\data\keys\portal.keystore -srcalias <certificate unique id> -destalias tomcat -deststoretype jks -destkeypass changeit
- Restart the DataInsightPortal on the Server designated as the Self Service Portal.