配置文件可能如下所示: # Database Server Configuration file for vodtest
#
# Server Number
SERVERNUM 10
# Maximum Number of Users
USERS 40
# Number of CPUs
NUM_OF_CPUS 1
# root dbspace parameters
ROOT_CHUNK_PATH /xfile1/ifmx_chunks/root.dbs
ROOT_CHUNK_SIZE 61440
ROOT_CHUNK_OFFSET 0
TEMP_CHUNK_PATH /xfile1/ifmx_chunks/temp.dbs
TEMP_CHUNK_SIZE 40960
TEMP_CHUNK_OFFSET 0
# log dbspace parameters
LOG_CHUNK_PATH /xfile1/ifmx_chunks/log.dbs
LOG_CHUNK_SIZE 40960
LOG_CHUNK_OFFSET 0
# Archive device
/dev/null
# ccm dbspace parameters
CCM_CHUNK_PATH /xfile1/ifmx_chunks/ccm.dbs
CCM_CHUNK_SIZE 81920
CCM_CHUNK_OFFSET 0
# end of file