manatee
12 years agoLevel 6
logs housekeeping
in my master/media server, i found that /usr/openv/logs/nbemm is occupying 20GB of space. is it safe to delete the logs there except the most current month entries?
the same question with the other directories in /usr/openv/logs/ and /usr/openv/netbackup/logs/ can i delete entries older than a month?
You may want to see if logging levels have been increased (i.e. for Support case):
vxlogcfg -p 51216 -o Default -l
or for EMM :
vxlogcfg -p 51216 -o 111 -lThe default Debug level is 1 and Diagnostic is 6.
You can then use vxlogcfg to change the levels for ALL processes:
vxlogcfg -a -p 51216 -o Default -s DebugLevel=1 -s DiagnosticLevel=6or for EMM:vxlogcfg -a -p 51216 -o 111 -s DebugLevel=1 -s DiagnosticLevel=6You can also drop down DiagnosticLevel to 1.If you should experience issues in future that needs higher logging levels, you can increase them again without needing to restart NBU.