DMD environment variables

Table 1 provides a list of environment variables used by the DMD that can be tailored to a particular installation.
Table 1. Defense Manager daemon (DMD) environment variables
Environment variable Description Any specific coding rules
DMD_CODEPAGE Used by the DMD 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:
DMD_CODEPAGE=IBM-1141
DMD_FILE Used by the DMD in the search order for the DMD configuration file. For details about the search order used for locating this configuration file, see TCP/IP configuration data sets. Example:
DMD_FILE=/etc/security/dmd.conf
DMD_PIDFILE Used by the DMD in the search order for the DMD PID file. The search order for the DMD PID file is as follows:
  1. DMD_PIDFILE environment variable
  2. /var/dm/dmd.pid
Example:
DMD_PIDFILE=/var/dm/dmd.pid
DMD_CTRACE_MEMBER Used by the DMD to specify the name of a parmlib member that contains default CTRACE settings. The DMD_CTRACE_MEMBER environment variable is read by the DMD only during initialization. Changes to the DMD_CTRACE_MEMBER after DMD initialization have no effect. If not defined, the default value used by the DMD is CTIDMD00.

Example:
DMD_CTRACE_MEMBER=CTIDMD00