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.
Arctera Insight Information Governance Installation Guide
- Understanding the Arctera Insight Information Governance architecture
- About Arctera Insight Information Governance
- About the Management Server
- About the Collector worker node
- About the Indexer worker node
- About the Classification worker node
- About the Self-Service Portal node
- About Communication Service
- About the DataInsightWatchdog service
- About the DataInsightWorkflow service
- About Arctera Insight Information Governance installation tiers
- Preinstallation
- Installing Arctera Insight Information Governance
- About installing Arctera Insight Information Governance
- Federal Information Processing Standards (FIPS)
- Performing a single-tier installation
- Performing a two-tier installation
- Performing a three-tier installation
- Installing the Management Server
- Installing the worker node
- Installing the Classification Server
- Installing the Self-Service Portal
- Installing a Linux Classification Server or Collector worker node
- Installing Arctera Insight Information Governance in Azure Cloud Environment
- Installing Arctera Insight Information Governance in AWS Cloud Environment
- Upgrading Arctera Insight Information Governance
- Post-installation configuration
- Installing Windows File Server agent
- Getting started with Information Governance
- Uninstalling Arctera Insight Information Governance
- Appendix A. Installing Information Governance 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
- Create a backup of <Data_Dir>\keys\commd.keystore.
- Create a backup of <Install_Dir>\jre\lib\security\cacerts.
- Import CA Issued Certifcate file (pfx) to the commd keystore. There are separate commands for FIPS and non FIPS mode. Execute either one command as per your FIPS configuration status.
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\commd_new.keystore" -srcalias <certificate Entry Name> -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 "<Location of .pfx file>" -destkeystore "C:\DataInsight\data\keys\commd_new.keystore" -srcalias <certificate Entry Name> -destalias tomcat -deststoretype jks -destkeypass changeit
- Create a copy of <Install_Dir>\jre\lib\security\cacerts and rename the copy as <Install_Dir>\jre\lib\security\cacerts_new.
- You need to delete the self-signed certificate from the cacerts keystore by executing a command. There are separate commands for FIPS and non FIPS mode. Execute either one command as per your FIPS configuration status.
For FIPS Mode, execute 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_new" -storetype bcfks -provider com.safelogic.cryptocomply.jcajce.provider.CryptoComplyFipsProvider -providerpath "C:\ProgramFiles\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" -delete -alias tomcatTrustedCA -storepass changeit -keystore "C:\Program Files\DataInsight\jre\lib\security\cacerts_new"
- If you already have root certificate (.CER) file provided by the certification authority, execute the command given in step 8.
- If you do not have root certificate, follow the steps given below to export Root Certificate using MMC and then execute the command given in step 8.
Press the Windows key+R in your system.
In the Run window, enter mmc.exe to open MMC.
Go to File > Add/Remove Snap-in.
In the Add or Remove Snap-ins window, select Certificates, and then click Add.
In the Certificates snap-in window, select Computer account, and then click Next.
In the Select Computer window, select Local computer, and then click Finish.
Click OK to save the snap-in settings.
In MMC, go to Console Root > Certificates (Local Computer) > Trusted Root Certification Authorities > Certificates.
Select a root certificate provided by your root certification authority.
Right-click the certificate, and then select All Tasks > Export from the drop-down.
In the Certificate Export Wizard, click Next.
In Export File Format, select Base-64 encoded X.509 (.CER), and then click Next.
In File to Export, browse to the location where you want to export the certificate and provide the name of the certificate file, and then click Next.
Click Finish.
For more information, click the link below.https://learn.microsoft.com/en-us/windows-hardware/drivers/install/certificate-stores
- Import Root Certificate using Keytool utility into the cacerts keystore.
For FIPS Mode, execute the following command: <Install Directory>\jre\bin>keytool.exe -import -alias tomcat -file "<Location of root certificate (.CER) file>"-keystore "<Install Directory>\jre\lib\security\cacerts_new" -storetype BCFKS -provider com.safelogic.cryptocomply.jcajce.provider.CryptoComplyFipsProvider
For Non-FIPS Mode execute the following command: <Install Directory>\jre\bin\keytool.exe -import -alias tomcat -file "<Location of root certificate (.CER) file>" -keystore "<Install Directory>\jre\lib\security\cacerts_new" -storetype JKS
To automatically copy the updated commd.keystore and cacerts from the Management Server to all remote Information Governance Nodes, perform the following steps:
- On the Management Server, execute the Batch Script available at <Install_Dir>\bin\certificate_operations.bat
- Press 1, which is Copy CA-Signed Certificate to all secondary nodes.
- Wait for the utility to complete copying of the Keystores and return to the main screen.
- Check if there are any failures reported by the utility. If any, follow the instructions on the screen to resolve it.
- Exit the utility.
- Restart all Information Governance services on the Management Server using Services.msc.
- After 10 minutes, log in to Information Governance and navigate to Settings-> Inventory-> Servers.
- Check the Health column of all the remote nodes. If it is green and servers are online, the updated keystore files have been copied successful.
- If any of the remote nodes appears offline, restart the DataInsightComm service from services.msc on the remote node.
To manually copy the updated commd.keystore and cacerts from the Management Server to all remote Information Governance nodes, perform the following steps on the Management Server.
- Rename <Data_Dir>\data\keys\commd_new.keystore to commd.keystore.
- Rename <Install_Dir>\jre\lib\security\cacerts_new to cacerts.
- Copy <Data_Dir>\keys\commd.keystore from the Management Server and paste it to the same location on all remote servers.
- Copy <Install_Dir>\jre\lib\security\cacerts from the Management Server.
For Windows remote servers, paste it to <Install_Dir>\jre\lib\security\cacerts.
For Linux remote servers, paste it to <Install_Dir>\jre\jre\lib\security\cacerts
- Restart all Information Governance services on the Management Server and all remote Information Governance nodes using services.msc.
- After 10 minutes, log in to Information Governance and navigate to Settings-> Inventory-> Servers.
- Check the Health column of all the remote nodes. If it is green and servers are online, the updated keystore files have been copied successful.
- If any of the remote nodes appears offline, restart the DataInsightComm service from services.msc on the remote node.
To apply the CA provided certificate to secure web portal communications, perform the following steps on the Management Server:
Caution:
For signed certificate in .p7b format, See Generating Management Console certificate. and follow the steps given.
- Rename C:\DataInsight\data\keys\webserver.keystore to webserver-org.keystore.
- Import CA Issued Certifcate file (pfx) to the webserver.keystore.
- There are separate commands for FIPS and non FIPS mode. Execute either one command as per your FIPS configuration status.
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\webserver.keystore" -srcalias <certificate Entry Name> -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 "<Location of .pfx file>" -destkeystore C:\DataInsight\data\keys\webserver.keystore -srcalias <certificate Entry Name> -destalias tomcat -deststoretype jks -destkeypass changeit
- Restart the DataInsightWebService on the Management Server.
To apply the CA provided certificate to secure Self Service portal communications, perform the following steps on the Server designated as the Self Service Portal
- Rename C:\DataInsight\data\keys\portal.keystore to portal-org.keystore.
- Import CA Issued Certifcate file (pfx) to the webserver portal. There are separate commands for FIPS and non FIPS mode. Execute either one command as per your FIPS configuration status.
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 Entry Name> -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 "<Location of .pfx file>" -destkeystore C:\DataInsight\data\keys\portal.keystore -srcalias <certificate Entry Name> -destalias tomcat -deststoretype jks -destkeypass changeit
- Restart the DataInsightPortalService on the Server designated as the Self Service Portal.