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


Chapter 1 Using TIBCO Object Service Broker Utilities : hrntlmrg (Journal Merge)

hrntlmrg (Journal Merge)
Syntax
hrntlmrg [arguments] spinfile [spinfile1 [spinfile2 [spinfile3...]]] mergefile
Platforms
Windows, Solaris
Description
The hrntlmrg utility is used in TIBCO Object Service Broker backup and recovery procedures. This command is used to merge journal spin files with a segment backup file to create a more up-to-date backup file. In general, this command merges any files containing pages from TDS page data files (that is, any files generated by the hrntlbps (Backup Pagestore) utility or by the hrnspjex (Journal Extraction (or Journal Spin)) utility. Only the most recent image of each page is kept; all other pages are discarded.
The backup file can contain pages from one or more segments as can all the spin files. The -s argument can be used to filter pages based on segment number.
spinfile and mergefile must not be the same filename. The program fails if the two names are identical.
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 OS_ROOT is not defined, this argument must be specified.
-l logdir
Override the default TIBCO Object Service Broker log directory (%OS_ROOT%\log in Windows or ${OS_ROOT}/log in Solaris). This argument is ignored if the Data Object Broker is active.
-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 default Data Object Broker parameter file (%OS_ROOT%\database\crparm in Windows or ${OS_ROOT}/database/crparm in Solaris).
-s segnumber
Include only those pages associated with segment segnumber in the output file. Otherwise all pages are merged into the output file.
Overwrite mergefile if it exists.
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