optimizedrunmode

  • Version 4.0 and earlier: optimizedrunmode variable not available.
  • Version 5.0 and later: optimizedrunmode variable available.
  • Version 6.0 and later: runoptimizedrunmode variable available.

Run Version

runoptimizedrunmode

This run variable does not apply to pbssh. If it is present in the policy, it does not have any effect on pbssh and is ignored.

Data Type

Boolean. optimizedrunmode is read-only. runoptimizedrunmode is modifiable.

Description

optimizedrunmode indicates whether the task can be executed using Endpoint Privilege Management for Unix and Linux's optimized run mode feature. A value of true indicates that optimized run mode has not been disabled for this task by command line switch or Endpoint Privilege Management for Unix and Linux settings.

Setting runoptimizedrunmode to false can be used to prevent a task from being executed using Endpoint Privilege Management for Unix and Linux's optimized run mode feature.

If optimized run mode is disabled in the policy server host’s settings file, the submit host’s settings file, or by a command line option on either pbrun or pbmasterd, then setting runoptimizedrunmode to true has no effect.

Syntax

runoptimizedrunmode = Boolean;

Valid Values

true Non-zero. Enable optimized run mode.
false Zero. Disable optimized run mode.
runoptimizedrunmode = false;

For information about optimized run mode and related settings, see the Endpoint Privilege Management for Unix and Linux Administration Guide.