Please enter search query.
Search <book_title>...
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0
Last Published:
2021-01-01
Product(s):
NetBackup (9.0.0.1, 9.0)
- Introduction to NetBackup XBSA
- How to set up the SDK
- Using the NetBackup XBSA interface
- NetBackup XBSA data structures
- NetBackup XBSA environment
- XBSA sessions and transactions
- Creating a NetBackup XBSA application
- How to build an XBSA application
- How to run a NetBackup XBSA application
- API reference
- Function calls
- Function specifications
- Type definitions
- Process flow and troubleshooting
- How to use the sample files
- Support and updates
- Appendix A. Register authorized locations
Redirected restore to a different client
One specific type of restore that deserves special notice is what is considered a redirected restore to a different client. An XBSA object is stored within NetBackup with a specific client from which it was backed up. The default is to assume that the object is being restored to the same client. If the hostname that is initiating the restore is different from the hostname on which the object was backed up, the NBBSA_CLIENT_HOST environment variable needs to be set.
The NBBSA_CLIENT_HOST must be set, before entering the transaction, to the hostname on which the object was backed up. If this variable has not been specified, the NetBackup XBSA interface cannot find the object.