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
About unified logging
Unified logging and legacy logging are the two forms of debug logging used in NetBackup. All NetBackup processes use one of these forms of logging. Server processes and client processes use unified logging.
Unified logging creates log file names and messages in a standardized format. These logging files cannot be easily viewed with a text editor. They are in binary format and some of the information is contained in an associated resource file. Only the vxlogview command can assemble and display the log information correctly.
See Originator IDs for the entities that use unified logging.
Unlike legacy logging, unified logging does not require that you create logging subdirectories. Log files for originator IDs are written to a subdirectory with the name specified in the log configuration file. All unified logs are written to subdirectories in the following directory:
Windows | install_path\NetBackup\logs |
UNIX | /usr/openv/logs |
You can access logging controls in the NetBackup Administration Console. In the left pane, expand or . Double-click the server you want to change. In the left pane of the dialog box, click .
You can also manage unified logging by using the following commands:
vxlogcfg | Modifies the unified logging configuration settings. |
vxlogmgr | Manages the log files that the products that support unified logging generate. |
vxlogview | Displays the logs that unified logging generates. |
These commands are located in the following directory:
Windows | install_path\NetBackup\bin |
UNIX | /usr/openv/netbackup/bin |
See the NetBackup Commands Reference Guide for a complete description about these commands.
More information about legacy logging is available.
See About legacy logging.