HP-UX Workload Manager User's Guide
Integration with other products
Integrating with HP Systems Insight Manager (SIM) and Servicecontrol Manager (SCM)
Appendix D422
Retrieve WLM Configuration
Prompts you for a destination directory on the CMS, then places the
currently activated configuration files from the selected nodes in the
specified directory. These files are named $HOST.wlm, with $HOST
replaced by the names of the nodes the files were retrieved from.
Rotate WLM Log Files
Rotates the /var/opt/wlm/msgslog files on the selected nodes by copying
the current log file to a date-stamped log file, then truncating the current
log file:
cp /var/opt/wlm/msglog /var/opt/wlm/msglog.`date +%Y%m%d-%H%M`
cp /dev/null /var/opt/wlm/msglog
The previous log files are then available as
msglog.YYYYMMDD-HHMM.
Rotate Statistics Log Files
Rotates the /var/opt/wlm/wlmdstats files on the selected nodes by
copying the current statistics log file to a date-stamped statistics log file,
then truncating the current statistics log file:
cp /var/opt/wlm/msglog /var/opt/wlm/wlmdstats.`date +%Y%m%d-%H%M`
cp /dev/null /var/opt/wlm/wlmdstats
The previous statistics log files are then available as
wlmdstats.YYYYMMDD-HHMM.
Start WLM
Starts WLM using the command /sbin/init.d/wlm start.
Stop WLM
Stops WLM using the command /sbin/init.d/wlm stop.
Syntax Check Configuration
Prompts you for a configuration file, then copies the file to the selected
nodes and checks the files’ syntax. Output from the syntax checks is sent
back to the CMS.