Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.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
Library files
The NetBackup XBSA SDK contains the archive libraries for each of the systems. Installed with the NetBackup client is an XBSA shared object library. This allows the developer to choose the method of binding for each application. Both of these libraries contain all XBSA functions and all external references.
The XBSA libraries are found in the directory /usr/openv/netbackup/sdk/DataStore/XBSA/lib. In this directory is a directory for each hardware type. Within each of these directories is a directory for each supported operating system level. For UNIX operating systems, there is the libxbsa.a library. For the Windows operating systems, there is both an xbsa.lib and a xbsas.lib. The xbsa.lib was generated when creating the xbsa.dll and xbsas.lib is a full static library.