Knowledge Base Article
Great summary - MPH.
For the legacy logs in section 4, would you add a sentence on how to determine the ProdID and OrgID?
Also, can you include standard defaults for log levels - 0 for Unified and 1-DebugLevel/6-DiagnosticLevel for legacy, I think. Maybe in one the quotes at the top or somewhere.
I don't understand the difference between debug and diag, but at least they're set correctly so I don't get waste CPU/IO cycles and diskspace on detail that I won't use for normal operations.
--
For the readers, I did this to see my current legacy logging levels :
master# cd /usr/openv/logs/ ; for ORIGINATOR in `ls -1d n* b*`; do vxlogcfg --list -p NB -o ${ORIGINATOR} | egrep "Configuration|LogDirectory|Level"; done
master# vxlogcfg -a -o 111 -p 51216 -s DebugLevel=1 (to reset Debug to default for nbemm)
- Adam D