Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Appendix A TIBCO Object Service Broker Files : Description of the Files

Description of the Files
Data Object Broker Parameter Files
File Name
Either one of the following:
Description
This file allows the TIBCO Object Service Broker administrator to tailor the operation of the Data Object Broker. Some of the parameters are used to handle operating system differences, others are used to set the expected work load and throughput, while still others control such functions as logging and tracing. Refer to TIBCO Object Service Broker Parameters for more information about Parameters.
Form
The parameters are all of the form:
PARAMETER=value
Usage Notes
Database Definition
File Name
Either one of the following:
Description
This file is used to define the segments, journals, and logs that comprise the TIBCO Object Service Broker database. Primarily this means defining the name of each segment (and thereby the subdirectory) and the number of files in which the segment is stored.
Form
The dbdef file consists of two types of lines:
Each DB line contains one definition. Blank lines and white space are ignored. Comments begin with the # character and continue to the end of the line. The keyword names and values (except for the PATH and FILE values on the Solaris platform) are case insensitive.
Each Data Object Broker special file is described by a single DB (or main) line in the dbdef file. Among other properties, the DB line can define the default path for all files that belong to the special file.
DB TYPE=type,NAME=name[,ACBS=numfiles] [,ID=segno] [,INIT=initflag] [,PATH=pathstring]
FILE subcommand linde
Specifies the directory path to a file described in the preceding DB line, overriding the default path to the file. FILE lines are optional.
Variable Descriptions
 
The name of the Data Object Broker special file. This is the name of the subdirectory (under database) that contains the segment, journal, or log files. The name is converted to uppercase.
TYPE=PAGE, NAME=METASTOR
TYPE=PAGE, NAME=AUDITLOG
TYPE=PAGE, NAME=PageFileName
ACBS=the number of page files associated with the segment, to a maximum of 128. This number depends on the number of disks available for the database (Solaris) or the actual number of page files required (Windows).
The segment number, when TYPE=PAGE. The range of valid values is 0 (for the MetaStor) to 255.
When TYPE=PAGE, this determines if the segment should be online after Data Object Broker startup. Valid values are YES and NO. The alternative is to have the TIBCO Object Service Broker system administrator activate the segment explicitly using the dbonline operator command.
The INIT value for a segment can be changed at any time, for the next restart of the Data Object Broker, except for segment 0, which must be available at all times.
Usage Notes
To increase the number of page files in your Pagestore, increase the ACBS value accordingly before formatting the new page files.
Example
DB    TYPE=PAGE,ACBS=4,NAME=METASTOR,INIT=YES
FILE  FILENO=1,PATH=D:\MetaStor1\
FILE  FILENO=2,PATH=D:\MetaStor2\
FILE  FILENO=3,PATH=D:\MetaStor3\
FILE  FILENO=4,PATH=D:\MetaStor4\
Data Object Broker Log File
File Name
Either one of the following:
Description
This file is used to log Data Object Broker activity and problems. It is normally one of the first places to look if a problem involving the Data Object Broker is suspected.
Usage Notes
nnn is an incrementally sequential counter that uniquely identifies the log file.
hrncr.nnnnn
nnnnn is the process ID of the Data Object Broker supervisor—the background hrncr process.
TIBCO Object Service Broker Directory
File name
Either one of the following:
Description
This file is used to define a list of TIBCO Object Service Broker nodes. The directory is used by TIBCO Object Service Broker Communication Support (OCS). By default the directory is located in %OS_ROOT%\database\huron.dir, but this location can be overridden by the HURONDIR environment variable. Refer to TIBCO Object Service Broker Parameters for more information about Parameters.
Form
Each entry has the following form:
NODE NAME=longname,
ALIAS=shortname,
HOST=hostname,
IP=ipaddress,
SERVICE=servicename,
PORT=portnumber,
IPCKEY=ipckey,
TIMEOUT=timeoutvalue
Variable Descriptions
 
The full name of the node. 1 to 16 alphanumeric characters. Corresponds to the Data Object Broker NODENAME parameter. If longname is longer than eight characters, an ALIAS must also be specified.
The name of the TCP/IP host where the node resides. Use the fully qualified Internet host name, or the alias used within TCP/IP. Mandatory unless the node resides on z/OS.
This parameter is implemented only for Windows; it is ignored in a Solaris environment.
Usage Notes
An entry can be contained on one line or spread over several by ensuring that the last character on a line that is not whitespace is a comma.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved