NetBackup™ 10.4 Application Guide
- Product overview
- Release notes
- Geting started
- Creating NetBackup application instances
- Managing NetBackup application instances
- Accessing NetBackup primary and media server instances for management tasks
- Managing users on a primary or a media server instance
- Running NetBackup commands on a primary or a media server application instance
- Managing users on a primary or a media server instance
- Accessing NetBackup WORM storage server instances for management tasks
- Managing users from the deduplication shell
- Managing certificates from the deduplication shell
- Configuring an isolated recovery environment using the web UI
- Managing NetBackup services from the deduplication shell
- Monitoring and troubleshooting NetBackup services from the deduplication shell
- Managing S3 service from the deduplication shell
- Managing users from the deduplication shell
Setting the MSDP log level from the deduplication shell
You can set the log level on a WORM storage server for the following MSDP services:
The NetBackup Deduplication Manager (spad)
The NetBackup Deduplication Engine (spoold)
To set the log level
- Open an SSH session to the server.
- Run one of the following commands:
setting set-MSDP-param spad-logging log_level=<value>,[thread],[date],[timing],[silent]
setting set-MSDP-param spoold-logging log_level=<value>,[thread],[date],[timing],[silent]
Where:
<value> is one of the following:
minimal: enables the critical, error, authorization, and bug logs
short: enables all minimal logs and adds warning logs
long: enables all short logs and adds info logs
verbose: enables all long logs and adds notice logs
full: enables all verbose logs and adds trace messages (all available logs)
none: disables logging
[thread] is an optional parameter to enable thread ID logging.
[date] is an optional parameter to include the date at the beginning of each logged event.
[timing] is an optional parameter to enable high-resolution timestamps.
[silent] is an optional parameter to stop the logs from printing on the console or the screen.
For example:
setting set-MSDP-param spoold-logging log_level=full,thread