SNMP Manager Programmer's Guide
SNMP Manager Programmer’s Guide–134249
8-1
8
Building Executable Managers
Among the sample manager files provided with Manager Services are two scripts for 
building executable managers from the source code files:
•
To build managers that run as Guardian processes, you use grdbuild.
•
To build managers that run as OSS processes, you use ossbuild.
This section describes grdbuild and ossbuild.
Building Guardian Managers
The TACL OBEY command file that builds managers that run as Guardian processes, 
grdbuild, is shown in Example 8-1
. After qualifying file names to reflect the location of 
files in your environment, invoke the OBEY file as follows:
obey grdbuild
Numbers in Example 8-1 correspond to numbers in the observations made between here 
and the example.
1. Two TACL variables are set up.
2. The myParms variable defines C compiler directives. Change the ssv1 value if 
required to reflect the location on your system of the sample manager files 
(T7860D21).
3. The bindOptions variable defines Binder options.  Change the select search 
file names as required to reflect the locations on your system of the TCP/IP socket 
library and the Manager Services library.
4. The C source code files are compiled.
5. The object code files are bound with the Manager Services library to create 
executable versions of all the sample managers.










