HP-UX Workload Manager User's Guide

Integration with other products
Integrating with HP Systems Insight Manager (SIM) and Servicecontrol Manager (SCM)
Appendix D 423
Checking the syntax after distributing the files allows you to verify that
the applications, data collectors, and any users in the configuration file
actually exist on the selected nodes. However, if you have other types of
syntax issues, you will have to fix the issues in each of the distributed
files—or fix them once in the CMS file and redistribute.
Syntax Check on CMS
Prompts you for a configuration file, then checks the file’s syntax on the
CMS.
Running this command before distributing a configuration file to the
selected nodes allows you to fix syntax errors in one file rather than in all
the distributed copies. Be aware, however, that this check will flag
missing data collectors, applications, and users that may be on the
selected nodes, but are not on the CMS.
Truncate Log Files
Truncates the /var/opt/wlm/msgslog files on the selected nodes by
running the command:
cp /dev/null /var/opt/wlm/msglog
Truncate Statistics Log Files
Truncates the /var/opt/wlm/wlmdstats statistics log files on the selected
nodes by running the command:
cp /dev/null /var/opt/wlm/wlmdstats
View WLM Log Files
Displays the /var/opt/wlm/msglog file from each selected node by running
the command:
xterm -e $PAGER /var/opt/wlm/msglog
View Statistics Log Files
Displays the /var/opt/wlm/wlmdstats statistics log file from each selected
node by running the command:
xterm -e $PAGER /var/opt/wlm/wlmdstats