Environment Setup

If you are upgrading to Calyx RIM 6.2 CHF 3, the Environmental Variables addressed in this cycle may already exist. For existing variables, update the values as needed to be compatible with Calyx RIM 6.2 CHF 3.

  1. On the Application Server, go to: Control Panel > System > Advanced System Settings > Advanced.
  2. On the Advanced tab, in the Performance section, click Settings.
  3. In the Performance Options window, select Data Execution Prevention.
  4. In the Data Execution Prevention tab, select: Turn on DEP for essential Windows programs and services only.
  5. On the Advanced tab, for Processor scheduling, select Programs. Click Apply.
  6. On the Visual Effects tab, select Adjust for Best Performance and then click OK.
  7. Select Environment Variables.
  8. Under System variables, click the Path variable, and then click Edit.
  9. In the Variable Value box, remove any directories that reference JRE, and click OK.
    For example: C:\Oracle\product\XX.XJAV.X\Client_1\jre\1.6.0\bin
  10. Under System Variables, select New.
  11. In the Variable Name field, type in caps: JAVA_HOME
    1. In the Variable Value field, type in the directory of your AdoptOpenJDK installation.
      Note: If JAVA_HOME is pointing to older version of JDK, remove that value and type in the directory of your AdoptOpenJDK installation.
      For example: <installation drive>:\Program Files\jdk8u212-b03
    2. Click OK.
  12. Select the Variable Path.
    1. In the Edit environment variable screen, select New.
    2. Type the following: %JAVA_HOME%\bin
    3. Click OK.
  13. Adjust Java.Security
    1. Apply the following changes required in the java.security file under jdk installation from the disabledAlgorithms list.
      For example: C:\jdk8u202-b08\jre\lib\security\java.security file.
    2. Open the java.security file. Search the section jdk.tls.disabledAlgorithms and remove anon for it. Save the file.
      For example:
      • jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \
      • EC keySize < 224, 3DES_EDE_CBC, anon, NULL
      should be changed into:
      • jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \
      • EC keySize < 224, 3DES_EDE_CBC, NULL
  14. Under System variables, select New.
  15. In the Variable Name field type (in capital letters): INSIGHT_HOME
    1. In the Variable Value field, enter the directory of your Calyx RIM installation.
      For Example:C:\InSightManager
    2. Click OK.
  16. Under System variables, select New.
    1. In the Variable Name field, type in caps: DFC_CONFIG
    2. In the Variable Value field, enter the directory where the dfc.properties file resides.
      For example: c:\Documentum\config
    3. Click OK.
  17. On the Environment Variables window click OK, and then on the System Properties window click OK.
  18. Open the Command prompt as Administrator and navigate to the bin directory within the <installation drive>:\InSightManager folder. Type Install_Insight_Service.bat, and press Enter.
    For example: C:\InSightManager\bin\Install_InSight_Service.bat
  19. In Microsoft Explorer, navigate to the <installation drive>:\InSightManager\bin folder and open the run.conf.bat file. Update the section for the memory allocation pool parameters so the XMS and XMX settings are 70% of the OS memory:
    (if OS memory is 16GB) set:
    • Xms11200m –Xmx11200m
    • Update the section Garbage Collection to increase memory size.
    (if OS memory is 16 GB):
    • rem # Garbage Collection settings
    • set JAVA_OPTS=%JAVA_OPTS% -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled –
    • XX:+ScavengeBeforeFullGC –
    • XX:NewSize=3754m –
    • XX:MaxNewSize=3754m
    Note: These examples are baseline parameters, your optimal settings may vary.
  20. Reboot the server.
  21. Log on as the local administrator.