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


Chapter 1 Using TIBCO Object Service Broker Utilities : hrntlrps (Restore Pagestore)

hrntlrps (Restore Pagestore)
Syntax
hrntlrps [arguments] backupfile
Platforms
Windows, Solaris
Description
You can use the hrntlrps utility as part of the TIBCO Object Service Broker recovery process. This utility restores a TDS segment from a backup file created by the hrntlbps (Backup Pagestore) utility. The segment must be offline. Any data currently in the segment is overwritten.
It can also be used to apply to a partial backup on a segment, as part of operational maintenance. This is done using an optional -P parameter.
If the ‑s argument is not specified, the hrntlrps utility restores segment 0 (MetaStor) by default.
You can specify whether to restore (‑r) and/or verify (‑v) a file. If neither of these arguments are given, the file is both validated and restored by default.
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 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 default Data Object Broker parameter file (%OS_ROOT%\database\crparm in Windows or ${OS_ROOT}/database/crparm in Solaris).
Restore the backupfile.
-s segnumber or segname
Restore segment segnumber or segname from backupfile.
 
Use the -P parameter with caution. If not used properly, it can corrupt your MetaStor.
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 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