HP-UX Workload Manager User's Guide
Configuring WLM
Disabling statistics logging
Chapter 5246
• WLMPARD_STATS_LOGGING
Set the WLM global arbiter to start logging statistics at reboot by
setting the WLMPARD_STATS_LOGGING variable in /etc/rc.config.d/wlm
as follows:
WLMPARD_STATS_LOGGING="vpar"
You can limit the size of /var/opt/wlm/wlmpardstats as explained in
“Trimming the global arbiter statistics log automatically (optional)”
on page 272.
Disabling statistics logging
To disable statistics logging by WLM, restart WLM without the -l. For
example:
• Restart WLM with the last valid configuration:
# wlmd -A
• Restart WLM with a new configuration:
# wlmd -a configfile
To disable statistics logging by the WLM global arbiter, restart wlmpard
without the -l. For example:
• Restart the WLM global arbiter with the last valid configuration:
# wlmpard -A
• Restart the WLM global arbiter with a new configuration:
# wlmpard -a configfile
NOTE If logging is set in the /etc/rc.config.d/wlm file, logging will resume at the
next reboot.