HP Global Workload Manager 7.3 and 7.3 Update 1 User Guide

#
# Support for real-time graphing properties.
#
# viewport:
# The size of the displayed real-time graph (in minutes).
#
# refresh:
# The refresh rate of the real-time graphs and tables (in seconds).
#
com.hp.gwlm.ui.monitor.viewport = 20
com.hp.gwlm.ui.monitor.refresh = 15
#
# Support for securing Oracle communication.
#
# com.hp.gwlm.jdbc.oracle.secure:
# Whether communication with Oracle server is secure or not. Possible
# values are 'on' and 'off'. Default is off.
#
# oracle.net.encryption_types_client:
# Secure communication encryption type. Possible values are RC4_256,
# RC4_128, RC4_56, RC4_40, 3DES112, 3DES168. See Oracle documentation
# for details.
#
# oracle.net.crypto_checksum_types_client:
# Encryption type for Oracle secure communication integrity checking.
#
# Make sure that the parameter values specified here match those on
# the Oracle server.
#
com.hp.gwlm.jdbc.oracle.secure = off
oracle.net.encryption_types_client = 3DES112
oracle.net.crypto_checksum_types_client = MD5
#
# Property which controls the number of days for which historical
# configuration and monitoring data will be retained in the database.
# Data beyond the specified number of days will be purged
# automatically from the database on a daily basis.
#
# NOTE: Before setting the value of this property to any value other
# than zero, make sure gwlm history --purge command is executed
# manually (at a time when the database is not heavily loaded) with
# the value of this property as the parameter to gwlm history --purge
# command. This is to make sure that the first run of the automatic
# purge will not affect database operations if data needs to be removed
# for long periods of time. Since the automatic purge is performed
# on a daily basis, subsequent purges since the initial one will
# remove only one days worth of data and should not impose
# much load on the database.
#
#
# Valid values:
# 0 : Do not remove any historical data (default).
# 1 - 10000 : The number of days for which history will be retained.
# Any historical data older than the specified number of
# days will be removed from the database.
#
com.hp.gwlm.cms.db.history.keep = 0
Agent properties
The agent properties are in /etc/opt/gwlm/conf/gwlmagent.properties on HP-UX and
in C:\Program Files\HP\Virtual Server Environment\conf\
38 Additional configuration and administration tasks