Session Director environment variables

This topic describes the environment variables that the Session Director (SD) uses in the sd.xml service definition file.

SD_RECOVERY_TIME

Syntax

<ego:EnvironmentVariable name="SD_RECOVERY_TIME">value</ego:EnvironmentVariable>

Description

Determines how long, in minutes, EGO will maintain the client allocation/activity, i.e., maintain in zombie status, while SD is down. If SD restarts during the specified period, it's allocation/activity is not lost. If SD does not restart during the specified period, its allocations will be lost as all SSM processes will be restarted.

Default

10 years

SOAM_SESSION_NAME_COMPATIBILITY

Syntax

<ego:EnvironmentVariable name="SOAM_SESSION_NAME_COMPATIBILITY">ON</ego:EnvironmentVariable> 

Description

Determines if the valid character set for the session name is limited or not. If set to ON, there is no limitation, i.e., any characters can be used for the session name. If set to OFF, only alphanumeric, '-', and '_' characters are allowed.

Default

OFF

SOAM_OVERRIDE_APP_VERSION_WITH

Syntax

<ego:EnvironmentVariable name="SOAM_OVERRIDE_APP_VERSION_WITH">5.1</ego:EnvironmentVariable> 

Description

Allows the middleware versions of all applications in the cluster to be overridden without any change to the application profiles.

Default

Not applicable