SNMP Manager Programmer's Guide

Programming Examples
SNMP Manager Programmer’s Guide134249
2-40
Guardian and OSS Differences
The following lines appear in snmpfsc to support the use of Guardian printf
statements from OSS processes:
#ifndef _INTEROPERABLE
#define _INTEROPERABLE
#endif
The only difference in sample manager invocation is the format of the NonStop agent
name passed in the -a parameter. When executing the managers in the Guardian
environment, you specify:
-a $agent-process-name
When executing the managers in the OSS environment, you use delimiters around the
agent process name:
-a '$agent-process-name'