Veritas NetBackup™ Logging Reference Guide
- Using logs
- About unified logging
- About legacy logging
- About global logging levels
- Troubleshooting error messages in the NetBackup Administration Console
- 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
- Snapshot technologies
- Locating logs
- Java-based administration console logging
OpenStorage Technology (OST) backup logging
The following shows the OpenStorage Technology (OST) configuration.
In this scenario, the client backs up the data directly to the media server and the media server accesses the vendor plug-in to transfer the data to the storage server.
For logging that is specific to OST, enable the following on the media server or plug-in host:
In the registry or
bp.conf
file, set VERBOSE = 5.Ensure that the following directories exist under
/usr/openv/netbackup/logs
(for Windows, useinstall_path\NetBackup\logs
):bptm
bpbrm
bpstsinfo
Create the
volmgr/debug/tpcommand
directory.Put VERBOSE in the
vm.conf
file.Set DebugLevel=6 and DiagnosticLevel=6 for the following processes:
OID 178 (Disk Manager Service, dsm)
OID 202 (Storage service, stssvc)
OID 220 (Disk Polling Service, dps)
OID 221 (Media Performance Monitor Service)
OID 222 (Remote Monitoring & Management Service)
OID 230 (Remote Disk Manager Service, rdsm)
OID 395 (STS Event Manager, stsem)
These OIDs all log to the
nbrmms
unified log file on the media server.Increase the vendor plug-in logging. Most vendors have their own plug-in logging in addition to what is logged within the NetBackup logs.
Reproduce the backup failure.
Within the NetBackup Administration Console, click on Detailed Status tab. It displays the media server host name that ran the backup and the bptm process ID number (PID).
, open the job details and click theFind a line similar to bptm(pid=value); this value is the bptm PID to locate in the bptm log.
Extract the bptm PID found in step 8 from the bptm log on the media server. This step gathers only the single-line entries; review the raw logs to see the multi-line log entries. In the following examples, 3144 is the bptm PID:
Windows command line:
findstr "\[3144." 092611.log > bptmpid3144.txt
UNIX/Linux command line:
grep "\[3144\]" log.092611 > bptmpid3144.txt
Gather the vendor specific plug-in logs that cover the dates from when the backup started and when it failed.