Invoke wlmoradc, smooth, expsmooth, and wlmsapmap with your installed perl.
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
# /usr/contrib/bin/perl /opt/wlm/toolkits/sap/bin/wlmsapmap
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 ;
procmap = group : /usr/contrib/bin/perl
/opt/wlm/toolkits/sap/bin/wlmsapmap arguments ...;
Use the coll_stderr keyword in your WLM configuration to catch perl incompatibilities,
toolkit errors, and errors in your data collectors.