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

3. If you are going to use ODBTK (wlmoradc, smooth) or WebLogicTK (expsmooth), or
ApacheTK (wlm_watch.cgi):
The wlmoradc, smooth, wlm_watch.cgi, and expsmooth utilities all require
/opt/perl/bin/perl.
Starting with WLM A.02.02, WLM offers a cntl_smooth configuration file keyword. It is
recommended that you use the cntl_smooth WLM keyword instead of the smooth tool
and the expsmooth tool. For information on cntl_smooth, see the wlmconf(4) man page.
If you adopt cntl_smooth and are not using wlmoradc or wlm_watch.cgi, you do not
need perl and you can skip the rest of this step.
If perl is not already installed, you can install it from the quarterly Application Release (AR)
CD-ROM, using the following swinstall line:
# /usr/sbin/swinstall -s depot_path perl
If you already have perl version 4.0.1.8 (or newer) installed in a location other than
/opt/perl/bin/ and you prefer to use your perl, either:
Ensure there is a symbolic link from /opt/perl/bin/perl to your perl
or
Invoke wlmoradc, smooth, and expsmooth 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
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.
The following table indicates where the WLM toolkits are installed.
Table 2 Installation paths for WLM toolkits
Installation pathToolkit
/opt/wlm/toolkits/apacheApacheTK
/opt/wlm/toolkits/durationDMTK
/opt/wlm/toolkits/oracleODBTK
/opt/wlm/toolkits/utilityPPUTK
/opt/wlm/toolkits/sasSASTK
/opt/wlm/toolkits/snmpSNMPTK
/opt/wlm/toolkits/weblogicWebLogicTK
Compatibility information and installation requirements 13