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


Chapter 1 Using TIBCO Object Service Broker Utilities : hrntlfjr (Format Journal)

hrntlfjr (Format Journal)
Syntax
hrntlfjr [arguments] journal
Platforms
Windows, Solaris
Description
This utility is used to format a journal. The journal must be identified with its full path name, as in the following examples:
%OS_ROOT%\database\JOURNAL\JOURNAL1 (Windows)
${OS_ROOT}/database/JOURNAL/JOURNAL1 (Solaris)
The actual filename must be of the form JOURNALn, where n is 1 or 2.
Creating a Journal
In Open Systems, if the journal does not exist, you are asked if you want to create it. If you answer yes, you are asked how big the journal should be, that is, how many 4 KB pages it should contain.
The journal file must have at least as many pages as there are Resident pages defined in the crparms file. If you try to format a journal file with fewer pages, the utility fails.
If the journal 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, ${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, ${OS_ROOT}/log in Solaris). This argument is ignored if the Data Object Broker is active.
-n #pages
Specify the size of the journal file, 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, ${OS_ROOT}/database/crparm in Solaris). Parameters set with this argument overrides those in the crparm file. The syntax is:
-p parmfile
Override the Data Object Broker parameter file. By default this is under the TIBCO Object Service Broker database directory (%OS_ROOT%\database\crparm in Windows, ${OS_ROOT}/database/crparm in Solaris).
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, ${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