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\NetBackup\sec\at\bin\vssat setloglevel -l 4 -f install_path\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\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\NetBackup\sec\at\bin\vssat setloglevel -l 0 -F