HP Global Workload Manager 7.3 and 7.3 Update 1 User Guide

If you are using Transact-SQL to create the maintenance plan, use the following SQL statements:
USE gwlm
GO
ALTER INDEX ALL ON gwlm_config_wkld REBUILD
GO
Setting gWLM properties
gWLM provides two properties files that allow you to control various gWLM behaviors. One file
is for the CMS daemon or service, and the other is for use on all the managed nodes. Read the
files for information on the behaviors they control.
CMS properties
The CMS properties are in /etc/opt/gwlm/conf/gwlmcms.properties on HP-UX and in
C:\Program Files\HP\Virtual Server Environment\conf\gwlmcms.properties
on Windows. (The given Windows path is the default; however, a different path might have been
selected at installation.)
NOTE: Some values are read by gWLM only when a daemon or service is started; while other
values are read when an SRD is deployed. Refer to the file for information on when individual
properties are read.
Restarting gwlmcmsd temporarily disables HP Matrix OE visualization and HP Capacity Advisor.
The gwlmcms.properties file is shown below.
#
# (C) Copyright 2004-2008 Hewlett-Packard Development Company, L.P.
#
# $Date: 2008/12/02 20:17:18 $
# $Revision: 1.1 $
#
# Contents:
# This file contains the default configuration values for the
# Global Workload Manager CMS.
#
# You must restart gwlmcmsd for changes made to this file
# to take effect--unless otherwise noted.
#
#
# Set FileHandler log level for the following log files:
# /var/opt/gwlm/gwlmcmsd.log.0
# /var/opt/gwlm/gwlmcommand.log.0
# /var/opt/gwlm/gwlm.log.0
# /var/opt/vse/logs/gwlminitconfig.log.0
# Valid levels, from most severe to least, are:
# SEVERE
# WARNING
# INFO
# CONFIG
# FINE
# FINER
# FINEST
# When you set the level, you will see messages only from that level and
# the levels that are more severe. So, the SEVERE level produces the fewest
# messages, while the FINEST level includes messages from all seven levels.
#
com.hp.gwlm.util.Log.logLevel = INFO
#
36 Additional configuration and administration tasks