Download Symantec NetBackup™ Troubleshooting Guide: UNIX

Transcript
Using logs
About unified logging
3
Change to the /upload directory and list its contents.
# cd /upload
ls
Example output:
51216-111-2202872032-050125-0000000.log
51216-116-2202872032-050125-0000000.log
51216-117-2202872032-050125-0000000.log
51216-118-2202872032-050125-0000000.log
51216-132-2202872032-050125-0000000.log
51216-157-2202872032-050125-0000000.log
4
Tar the log files.
# tar -cvf file_name.logs ./*
Types of unified logging messages
The following message types can appear in unified logging files:
Application log
messages
Application log messages include informational, warning, and error
messages. They are always logged and cannot be disabled. These
messages are localized.
An example of an application message follows:
05/02/10 11:02:01.717 [Warning] V-116-18
failed to connect to nbjm, will retry
Diagnostic log
messages
Diagnostic log messages are the unified logging equivalent of the legacy
debug log messages. They can be issued at various levels of detail
(similar to verbose levels in legacy logging). These messages are
localized.
Diagnostic messages can be disabled with the vxlogcfg command.
An example of a diagnostic message follows:
05/05/09 14:14:30.347 V-116-71
[JobScheduler::doCatIncr] no configured
session based incremental catalog schedules
132