Please enter search query.
Search <book_title>...
NetBackup™ Logging Reference Guide
Last Published:
2022-03-28
Product(s):
NetBackup (10.0)
- Using logs
- Changing the logging levels
- About unified logging
- About legacy logging
- Backup process and logging
- Media and device processes and logging
- Restore process and logging
- Advanced backup and restore features
- Storage logging
- NetBackup Deduplication logging
- OpenStorage Technology (OST) logging
- Storage lifecycle policy (SLP) and Auto Image Replication (A.I.R.) logging
- NetBackup secure communication logging
- NetBackup proxy helper logging
- NetBackup proxy tunnel logging
- Snapshot technologies
- Locating logs
- NetBackup Administration Console logging
- Using the Logging Assistant
vssat logging
The vssat
log files are located wherever they are specified. To enable vssat
logging on UNIX, use the following command:
/usr/openv/netbackup/sec/at/bin/vssat setloglevel -l 4 -f /usr/openv/logs/nbatd/vssat.log
To enable vssat
logging on Windows, use the following command:
install_path\Veritas\NetBackup\sec\at\bin\vssat setloglevel -l 4 -f C:\Program Files\Veritas\NetBackup\logs\nbatd\vssat.log
To disable vssat
logging on UNIX, use the following command:
/usr/openv/netbackup/sec/at/bin/vssat setloglevel -l 0
To disable vssat
logging on Windows, use the following command:
install_path\Veritas\NetBackup\sec\at\bin\vssat setloglevel -l 0
Use -F, --enable_fips option to run the vssat
command in the FIPS mode. By default, the FIPS mode is disabled.
To disable vssat
logging in FIPS mode on UNIX, use the following command:
/usr/openv/netbackup/sec/at/bin/vssat setloglevel -l 0 -F
To disable vssat
logging in FIPS mode on Windows, use the following command:
install_path\Veritas\NetBackup\sec\at\bin\vssat setloglevel -l 0 -F