Skip to main content

Path

Add to default path environment variable. UNIX® systems only.

Synopsis

[config]    Path=directory1[:directory2]

Description

On UNIX® systems, Caché processes started during Caché system startup are assigned a UNIX® PATH environment variable set by default to

PATH=/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin

Processes that use this path include Caché system daemons, processes started by the SYSTEM^%ZSTART routine, and processes which will be started by the Super Server (such as JDBC/ODBC servers).

Customer applications may require that the PATH environment variable for these processes have additional search directories appended to the default PATH provided by Caché. You can append directories to this path using the Path variable. If you modify this setting, you must restart the system to make it active.

Note:

Terminal processes do not set their PATH this way; their PATH should be set by their login scripts.

Examples

Path=/usr/customerapp/bin

This sets the PATH environment variable for system processes to

PATH=/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/customerapp/bin
Range of Values

directories must be one or more full paths of valid, existing directories, separated by colons.

Management Portal

On the page System Administration > Configuration > Additional Settings > Advanced Memory, in the Path row, select Edit. Enter a directory name.

FeedbackOpens in a new tab