IKE environment variables

Table 1 provides a list of environment variables used by IKE that can be tailored to a particular installation.
Table 1. IKE environment variables
Environment variable Server, Client or Command-type application Description Any specific coding rules
IKED_CODEPAGE Server Used by the IKE daemon to specify the EBCDIC code page to be used for the configuration file. The default code page is IBM-1047. The following code pages are supported:
  • IBM-037
  • IBM-273
  • IBM-274
  • IBM-275
  • IBM-277
  • IBM-278
  • IBM-280
  • IBM-281
  • IBM-282
  • IBM-284
  • IBM-285
  • IBM-297
  • IBM-500
  • IBM-871
  • IBM-1047
  • IBM-1140
  • IBM-1141
  • IBM-1142
  • IBM-1143
  • IBM-1144
  • IBM-1145
  • IBM-1146
  • IBM-1147
  • IBM-1148
  • IBM-1149
Example:
IKED_CODEPAGE=IBM-1141
IKED_FILE Server Used by the IKE daemon in the search order for the IKE daemon configuration file. For details on the search order used for locating this configuration file, see Table 1 Example:
IKED_FILE=/etc/security/iked.conf
IKED_CTRACE_MEMBER Server Used by the IKE daemon to specify the name of a parmlib member that contains default CTRACE settings. The IKED_CTRACE_MEMBER environment variable is read by the IKE daemon only during initialization. Changes to the IKED_CTRACE_MEMBER after daemon initialization have no effect. If not defined, the default value used by the IKE daemon is CTIIKE00.

Example:
IKED_CTRACE_MEMBER=CTIIKE00