IBM 000-8697 Manual Do Utilizador

Página de 702
1-18
IBM Informix OnLine Database Server Administrator’s Guide
Contents of tbconfig.std
USERS
 specifies the maximum number of OnLine user processes that can
attach to shared memory concurrently. A user process is broadly defined as a
process that is, or will be, attached to shared memory. User processes include
database server processes, daemon processes, and utility processes. (In this
manual, no reference is made to application tool processes.) Refer to
Figure 1-1
The Contents of tbconfig.std
#**************************************************************#
#
#
#
 INFORMIX SOFTWARE, INC.
#
#
#
# Title: tbconfig.std
#
# Sccsid:@(#)tbconfig.std 8.5 6/11/91 16:19:05
#
# Description: INFORMIX-OnLine Configuration Parameters
#
#
#
#**************************************************************#
# Root Dbspace Configuration
ROOTNAME
rootdbs
# Root dbspace name
ROOTPATH
/dev/online_root
# Path for device containing root dbspace
ROOTOFFSET
0
# Offset of root dbspace into device (Kbytes)
ROOTSIZE
20000
# Size of root dbspace (Kbytes)
# Disk Mirroring Configuration
MIRROR
0
# Mirroring flag (Yes = 1, No = 0)
MIRRORPATH
# Path for device containing root
dbspace mirror
MIRROROFFSET 0
# Offset into mirror device (Kbytes)
# Physical Log Configuration
PHYSDBS
rootdbs
# Name of dbspace that contains physical log
PHYSFILE
1000
# Physical log file size (Kbytes)
# Logical Log Configuration
LOGFILES
6
# Number of logical log files
LOGSIZE
500
# Size of each logical log file (Kbytes)
# Message Files
MSGPATH
/usr/informix/online.log
# OnLine message log pathname
CONSOLE
/dev/console
# System console message pathname
# Archive Tape Device