![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
You can define additional segments as your system requirements increase. To define an additional segment, complete the following tasks:
1. Edit the sample dbdef file in the database folder under your TIBCO Object Service Broker install folder.
2. Locate the “DB TYPE=PAGE,ACBS=n,…” statement.
4. Replace the values. Refer to TIBCO Object Service Broker for Open Systems Installing and Operating for information about the dbdef file.The sample file shown here defines five segments. The first two, segment 0 and segment 1, use the installation supplied names METASTOR and SEG01. The three additional page segments are named SALES, EXPENSES, and PURCHASE.
Task B Create a new folderIn the database folder, create a folder to contain the page files or partitions. The name of the folder must be the segment name, for example:cd %OS_ROOT%\database
mkdir SALEScd ${OS_ROOT}/database
mkdir SALESAfter you define a new folder, you must initialize its files to prepare them for data. For each new page file or partition, run the utility hrntlfps, using the following syntax:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |