HP Integrity Virtual Machines Online Migration with IBM Informix Dynamic Server 11.50

33
#VPCLASS jvp,num=1
JVPJAVAHOME /IDS/IBM/informix/extend/krakatoa/jre
JVPHOME /IDS/IBM/informix/extend/krakatoa
JVPPROPFILE /IDS/IBM/informix/extend/krakatoa/.jvpprops
JVPLOGFILE /IDS/IBM/informix/jvp.log
#JDKVERSION 1.5
JVPJAVALIB /lib/IA64W
JVPJAVAVM server
#JVPARGS -verbose:jni
#JVPCLASSPATH
/IDS/IBM/informix/extend/krakatoa/krakatoa_g.jar:/IDS/IBM/informix/ext
end/krakatoa/jdbc_g.jar
JVPCLASSPATH
/IDS/IBM/informix/extend/krakatoa/krakatoa.jar:/IDS/IBM/informix/exten
d/krakatoa/jdbc.jar
###################################################################
# Buffer pool and LRU Configuration Parameters
###################################################################
# BUFFERPOOL - Specifies the default values for buffers and LRU
# queues in each buffer pool. Each page size used
# by a dbspace has a buffer pool and needs a
# BUFFERPOOL entry. The onconfig.std file contains
# two initial entries: a default entry from which
# to base new page size entries on, and an entry
# for the operating system default page size.
# When you add a dbspace with a different page size,
# IDS adds a BUFFERPOOL entry to the onconfig file
# with values that are the same as the default
# BUFFERPOOL entry, except that the default
# keyword is replaced by size=Nk, where N is the
# new page size. With interval checkpoints, these
# values can now be set higher than in previous
# versions of IDS in an OLTP environment.
# AUTO_LRU_TUNING - Enables (1) or disables (0) automatic tuning of
# LRU queues. When this parameter is enabled, IDS
# increases the LRU flushing if it cannot find low
# priority buffers for number page faults.
###################################################################
BUFFERPOOL
default,buffers=10000,lrus=8,lru_min_dirty=50.000000,lru_max_dir
ty=60.500000
BUFFERPOOL
size=2K,buffers=50000,lrus=8,lru_min_dirty=50.000000,lru_max_dir
ty=60.000000
AUTO_LRU_TUNING 1