HP Integrity NonStop H-Series User Manual
Page 85

Figure 41 Environment page for OSS launches
Figure 42 Environment page for Guardian launches
b.
Select the top radio button if you want to enter environment variables settings (OSS) or
DEFINEs, ASSIGNs, and PARAMs settings (Guardian) directly in the text box below it.
For OSS, these settings will be issued directly in the shell. Be sure to use export so that
your application will inherit settings, as in, for example:
export MY_PROGRAM_VAR="somevalue"
For Guardian DEFINEs, ASSIGNs, and PARAMs, list them as you would enter them at a
TACL prompt.
Alternatively, you can specify your environment settings in a file on the remote system,
select the bottom radio button, and below the button enter the path of the remote file (or
select Browse... to browse for it).
•
For OSS, the remote file is executed using this syntax:
$ . /path/to/remote/file
•
For Guardian, the remote file is executed using obey:
TACL>obey $volume.subvol.rfile
7.
Optional: The Common page is provided by CDT and is documented in the C/C++
Development User Guide.
Launching a NonStop application from NSDEE
85