swamykotta
13 years agoLevel 3
symantec netbackup nbjm log
Hi, What is the use of nbjm logs in netbackup. Can i delete these logs from the server, the folder is geeting more big day by day. Please advise. thanks in advance
Swamy
You can delete the old logs, do NOT delete the currently log.
You can turn down the log levels :
vxlogcfg -a -p 51216 -o 117 -s DebugLevel=1 -s DiagnosticLevel=6
The values for the logs are 0 - 6 (6 highest)
The default levels are 1 and 6 like shown.
The vxlogmgr command has a -F option to flush the logs apart from the current, this is better then deleteing.
Eg. vxlogcfg -F
That clears everything, kinda neat ...
Other options are listed in here :
http://www.symantec.com/docs/TECH44292
Martin