A.1.10 Environment Variables

You must set the following environment variables before starting the CRM:

  • From the UNIX command line:
    APPDIR must be set to the application directory.
  • From MVS:
    APPDIR=<High level qualifier for datasets to be created in APPDIR>
  • From Linux:
    • TM_ALLOW_NOTLS

      Indicates that the Linux CRM can work with encryption methods other than SSL. The default value is n (No). The CRM application on Linux will not run if SSL encryption is not configured properly.

    • TM_MIN_PUB_KEY_LENGTH

      Specifies the minimum length of a public SSL key, which by default is 2048 bits, and CRM refuses to use keys that are shorter than this length.