Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ OpsCenter Administrator's Guide
  3. Administering OpsCenter
  4. About OpsCenter log files
  5. OpsCenter application log files
Veritas NetBackup™ OpsCenter Administrator's Guide

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 log.conf file using the following command:

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.

Feedback

Was this page helpful?
Previous

VxUL log files

Next

About OpsCenter log files on Windows servers

Feedback

Was this page helpful?