OpsCenter application log files
Table: OpsCenter application log files shows details about the application log files.
Table: OpsCenter application log files
Log file directory | Log file | Troubleshooting purpose |
|---|---|---|
|
INSTALL_PATH\OpsCenter\server\logs or <INSTALL_PATH>/SYMCOpsCenterServer/logs |
58330-423-*.log |
This log file has minimal information that helps in understanding the flow of each use case. Unlike *148* logs, this log file does not have detailed log information. This log file can be mainly used by Support to diagnose the problem if a particular use case has failed. An example of a failed use case is when you run a report and any of the pre-defined steps like fetching report definition , building query, converting result etc. fail. Each failed use case will have error code and the message. Currently, data collection and reporting component has well defined error code and messages. This log file also has a detailed stack trace for failed use case. By default, the application logging is enabled. You can disable it by configuring the log.conf file. To disable application logging, set the debug level as 0 in Windows: <INSTALL_PATH>\OpsCenter\server\bin\vxlogcfg.exe -a -p 58330 -o <OID> -s DebugLevel=0 UNIX: /<INSTALL_PATH>/SYMCOpsCenterServer/bin/vxlogcfg -a -p 58330 -o <OID> -s DebugLevel=0 To enable application logging later, you can give any value greater than 0. For example, DebugLevel=1 enables application logging. To disable application logging later, modify the value of DebugLevel to 0. |