Please enter search query.
Search <book_title>...
Veritas NetBackup™ for Sybase Administrator's Guide
Last Published:
2018-09-19
Product(s):
NetBackup (8.2, 8.1.2)
- Introduction to NetBackup for Sybase
- Installing NetBackup for Sybase
- Configuring NetBackup for Sybase
- About configuring a backup policy for Sybase
- About the backup, restore, and load scripts for NetBackup for Sybase on UNIX
- About the backup, restore, and load scripts for NetBackup for Sybase on Windows
- NetBackup for Sybase configuration or bp.conf file settings
- About striped dumps and loads with NetBackup for Sybase
- Using NetBackup for Sybase
- Troubleshooting NetBackup for Sybase
- NetBackup debug logs and reports
- NetBackup debug logs and reports
- Appendix A. Register authorized locations
Additional information for editing the restore script for NetBackup for Sybase on Windows
The following is additional information for editing the restore script.
@set SYBASE=C:\Sybase
Set this to the Sybase home folder. Typically set to the same value as the SYBASE environment variable.
@set SYBSERVER=SYBASE
Set this to the name of the Sybase adaptive server. Typically set to the same value as the DSQUERY environmental variable.
@set LOADDB=".\sybase_mydb_load"
Replace LOADDB with the full pathname of the script file that contains the Sybase LOAD command. Perform this replacement only if the script file is in a directory that is different from the one in which the sybase_mydb_restore script file resides.
set CMD_LINE=%SYBASE%%OCS_QUAL%\bin\isql -Usa -Pmanager -I%SYBASE%\ini\sql.ini -S%SYBSERVER%
Replace manager with the adaptive server password for the administrator.
More Information