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


Chapter 1 Using TIBCO Object Service Broker Utilities : hrntlbps (Backup Pagestore)

hrntlbps (Backup Pagestore)
Syntax
hrntlbps [arguments] backupfile
Platforms
Windows, Solaris
Description
The hrntlbps utility can be called as part of the TIBCO Object Service Broker backup process. This command is used to back up a TDS segment. It takes all the used pages in a segment, strips unused space from them, and writes them to the backup file. The segment must be offline. If the -s argument is not specified, the hrntlbps utility backs up segment 0 (the MetaStor) by default.
See Also
TIBCO Object Service Broker for Open Systems Managing Backup and Recovery.
Arguments
 
-d databasedir
Override the TIBCO Object Service Broker database directory. By default this is under the TIBCO Object Service Broker installation 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 extracted from the OS_ROOT environment variable. 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.
-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).
-s segname or segnumber
Back up the segment named segname or segnumber.
Checks that the segment number in each page backed up is the same as the segment number requested. If the segment is not a true TIBCO Object Service Broker segment, the backup fails when it encounters the incorrect segment number.
Environment Variables
OS_ROOT
Set to 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 details, 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