Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 Using TIBCO Object Service Broker Utilities : hrntlfps (Format Pagestore)

hrntlfps (Format Pagestore)
Syntax
hrntlfps [arguments] pagefile1 [pagefile2 [pagefile3...]]
Platforms
Windows, Solaris
Description
This utility is used to format one or more TDS page data files. The page data files must be given with their full path name, for instance:
%OS_ROOT%\database\SEG1\PAGE2 (Windows)
${OS_ROOT}/database/SEG1/PAGE2 (Solaris)
The actual filename must be of the form PAGEn, where PAGE is written in uppercase and n is an integer from 1 to 128.
Creating a Page Data File
In Open Systems, if the page data file does not exist, you are asked if you want to create it. If you answer yes, you are asked how big the page data file should be, that is, how many 4 KB pages it should contain.
If the page data file already exists the command fails unless the ‑w argument is specified.
See Also
TIBCO Object Service Broker for Open Systems Managing Backup and Recovery.
Arguments
 
-d databasedir
Override the default TIBCO Object Service Broker database directory (%OS_ROOT%\database in Windows or ${OS_ROOT}/database in Solaris).
-h hurondir
Override the TIBCO Object Service Broker installation directory. By default this is the value of the environment variable OS_ROOT. If the OS_ROOT variable is not set, this argument must be specified.
-l logdir
Override the TIBCO Object Service Broker log directory. By default this is under the TIBCO Object Service Broker installation directory (%OS_ROOT%\log in Windows or ${OS_ROOT}/log in Solaris). This argument is ignored if the Data Object Broker is active.
-n #pages
Specify the size of the Page data files, in number of 4 KB pages, that you want to format. If the file does not exist, the format proceeds without displaying a prompt. If it does exist, you must also specify the -w argument to overwrite existing data.
-o parmoverrides
Override one or more Data Object Broker parameters. Data Object Broker parameters are normally set in the crparm file (%OS_ROOT%\database\crparm in Windows or ${OS_ROOT}/database/crparm in Solaris). Parameters set with this argument override those in the crparm file. The syntax is:
-p parmfile
Override the Data Object Broker parameter file. By default this is the file crparm under the TIBCO Object Service Broker database directory (%OS_ROOT%\database\crparm in Windows or ${OS_ROOT}/database/crparm in Solaris).
Reformat existing or previously formatted page data files, overwriting any data contained within them.
See Also
TIBCO Object Service Broker Parameters for more information on parameters.
Environment Variables
OS_ROOT
Set this environment variable to indicate the directory where TIBCO Object Service Broker is installed.
HURONDIR
Set this environment variable if the TIBCO Object Service Broker directory is not located in the default location (%OS_ROOT%\database\huron.dir in Windows or ${OS_ROOT}/database/huron.dir in Solaris).
Files
For a full description of these files, refer to Appendix A, TIBCO Object Service Broker Files.
Related Utilities

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved