Configuring AIX Runtime Expert
AIX® Runtime Expert uses the configuration file /etc/security/artex/config/artex.conf.
An entry in the configuration file consists of the name of a configuration option, followed by one or more spaces and a value. Blank lines and lines starting with a # sign are ignored.
The following options are supported:
| Options | Description |
|---|---|
| ARTEX_CATALOG_PATH | Colon-separated list of directories searched for catalog files. This option is overridden by the ARTEX_CATALOG_PATH environment variable. Default path is /etc/security/artex/catalogs. |
| ARTEX_PROFILE_PATH | Colon-separated list of directories searched for profile files by the artexlist command if no directory is specified. This option is overridden by the ARTEX_PROFILE_PATH environment variable. Default path is /etc/security/artex/samples. |
| DEBUG_LOG_CATEGORY | Debug category for the log file. This option can be repeated to select multiple debug categories. |
| DEBUG_LOG_LEVEL | Debug level for the log file between 0 (no debug traces) and 3 (most verbose). |
| MAX_CMDS | Maximum number of external commands executed concurrently. External commands executed by AIX Runtime Expert are queued so that no more than MAX_CMDS external commands are executed simultaneously at any given time. Default is 10. |