APT_STARTUP_SCRIPT

Set APT_STARTUP_SCRIPT to run a startup shell script on all InfoSphere® DataStage® processing nodes before your job is run.

As part of running a job, InfoSphere DataStage creates a remote shell on all InfoSphere DataStage processing nodes on which the job runs. By default, the remote shell is given the same environment as the shell from which InfoSphere DataStage is invoked. However, you can write an optional startup shell script to modify the shell configuration of one or more processing nodes. If a startup script exists, InfoSphere DataStage runs it on remote shells before running your job.

APT_STARTUP_SCRIPT specifies the script to be run. If it is not defined, InfoSphere DataStage searches ./startup.apt, $APT_ORCHHOME/etc/startup.apt and $APT_ORCHHOME/etc/startup, in that order. APT_NO_STARTUP_SCRIPT disables running the startup script.