HP-UX Workload Manager Toolkits A.01.06 Release Notes for HP-UX 11.0, HP-UX 11i V1.0 and HP-UX 11i V2.0

HP-UX WLM Toolkits (WLMTK) Release Notes
Compatibility information and installation requirements
Chapter 1 21
The following examples illustrate this idea for perl installed in /usr/contrib/
instead of /opt/perl/, with the invocation on the command line:
# /usr/contrib/bin/perl /opt/wlm/lbin/coll/wlmoradc arguments
# /usr/contrib/bin/perl /opt/wlm/lbin/coll/smooth arguments
# /usr/contrib/bin/perl /opt/wlm/lbin/coll/expsmooth arguments
The next examples perform the same functions as the above lines, but with the
invocation inside the WLM configuration file using the coll_argv keyword
(line breaks are permitted in the configuration file):
coll_argv = /usr/contrib/bin/perl /opt/wlm/lbin/coll/wlmoradc arguments ;
coll_argv = /usr/contrib/bin/perl /opt/wlm/lbin/coll/smooth arguments ;
coll_argv = /usr/contrib/bin/perl /opt/wlm/lbin/coll/expsmooth arguments ;
Use the coll_stderr keyword in your WLM configuration to catch perl
incompatibilities, toolkit errors, and errors in your data collectors.