Veritas NetBackup™ OpsCenter Administrator's Guide
- Overview of NetBackup OpsCenter
- About OpsCenter
- About OpsCenter components
- About starting the OpsCenter console
- About OpsCenter console components
- About the View pane
- Sizing the Content pane
- About using tables
- Installing OpsCenter
- About planning an OpsCenter installation
- Installing OpsCenter on Windows and UNIX
- About OpsCenter upgrade on Windows and UNIX
- About post-installation tasks
- About uninstalling OpsCenter on Windows and UNIX
- About clustering OpsCenter
- Getting started with OpsCenter
- Administering OpsCenter
- About the services and processes used by OpsCenter
- OpsCenter server scripts on Windows and UNIX
- About OpsCenter database administration
- About backup and restore of OpsCenter and OpsCenter Analytics
- About communication ports and firewall considerations in OpsCenter
- About OpsCenter log files
- Understanding OpsCenter settings
- Setting user preferences
- About managing licenses
- Configuring the data purge period on the OpsCenter Server
- Configuring SMTP server settings for OpsCenter
- Adding host aliases in OpsCenter
- Merging objects (hosts) in OpsCenter
- Modifying tape library information in OpsCenter
- Copying a user profile in OpsCenter
- Setting report export location in OpsCenter
- About managing Object Types in OpsCenter
- About managing OpsCenter users
- About adding AD / LDAP user groups in OpsCenter
- About managing recipients in OpsCenter
- About managing cost analysis and chargeback for OpsCenter Analytics
- Understanding data collection
- About configuring data collection for NetBackup
- About the Breakup Jobs option
- Viewing primary server details and data collection status
- About configuring data collection for NetBackup
- Managing OpsCenter views
- About OpsCenter views
- About managing OpsCenter views
- Managing static views
- Managing dynamic views
- View filters in OpsCenter
- Monitoring NetBackup using OpsCenter
- Controlling the scope of Monitor views
- About monitoring NetBackup using the Overview tab
- About monitoring NetBackup jobs
- Monitor > Services view
- About monitoring Audit Trails
- Managing NetBackup using OpsCenter
- About managing alert policies
- About creating (or changing) an alert policy
- About managing NetBackup storage
- About managing NetBackup devices
- About Operational Restore and Guided Recovery operations
- About Operational Restores from OpsCenter
- About Guided Recovery
- Troubleshooting Guided Recovery
- About managing NetBackup Hosts
- About managing NetBackup Deployment Analysis
- Data compilation for the Capacity License report
- Generating a Capacity Licensing report
- Supporting Replication Director in OpsCenter
- Understanding and configuring OpsCenter alerts
- About using SNMP
- About using SNMP
- Reporting in OpsCenter
- About OpsCenter reports
- Report Templates in OpsCenter
- About managing reports in OpsCenter
- Creating a custom report in OpsCenter
- About managing My Reports
- About managing My Dashboard
- About managing reports folders in OpsCenter
- About managing report schedules in OpsCenter
- About managing time schedules in OpsCenter
- Appendix A. Attributes of NetBackup data
- Appendix B. Man pages for CLIs
- Appendix C. Creating views using CSV, TSV, and XML files
- Appendix D. Error messages in OpsCenter
VxUL log files
VxUL creates log files in a format that is standardized across all OpsCenter components. These messages use VxUL IDs (a product ID and an originator ID) that identify the component that wrote the log message.
OpsCenter components create most log messages in VxUL format.
Table: VxUL IDs used by OpsCenter components shows the originator IDs used by OpsCenter and key shared components.
Table: VxUL IDs used by OpsCenter components
VxUL originator ID | Originator name |
---|---|
103 |
Veritas Private Branch Exchange service (PBX) |
132 |
NetBackup Service Layer (NBSL) |
147 |
OpsCenter Web GUI |
148 |
OpsCenter Server |
423 |
Application log file |
18 |
OpsCenter AT |
In Windows, OpsCenter writes VxUL logs to the following directory:
INSTALL_PATH\OpsCenter\server\logs
In UNIX, OpsCenter writes VxUL logs to the following directory:
INSTALL_PATH/SYMCOpsCenterServer/logs
You can control how OpsCenter writes log files for OpsCenter Server, OpsCenter Web GUI, and also application log files.
The following OID values must be used for OpsCenter Server, OpsCenter Web GUI, and application logging.
OpsCenter Server |
148 |
OpsCenter Web GUI |
147 |
Application logging |
423 |
Table: Control logging on Windows lists the commands by which you can control logging on Windows.
Table: Control logging on Windows
Control Logging | Command |
---|---|
To change the log directory destination (default value is <INSTALL_PATH>\OpsCenter\server\logs) |
INSTALL_PATH\OpsCenter\server\bin\vxlogcfg.exe -a -p 58330 -o <OID> -s LogDirectory="<New log directory location>" Note: 58330 is the OpsCenter product ID. |
To configure the verbosity level (default value is 1) |
INSTALL_PATH\OpsCenter\server\bin\vxlogcfg.exe -a -p 58330 -o <OID> -s DebugLevel=1 |
To configure the diagnostic level (default value is 1) |
INSTALL_PATH\OpsCenter\server\bin\vxlogcfg.exe -a -p 58330 -o <OID> -s DiagnosticLevel=1 |
To configure the number of log files that are created (default value is 100) |
INSTALL_PATH\OpsCenter\server\bin\vxlogcfg.exe -a -p 58330 -o <OID> -s NumberOfLogFiles=100 |
Table: Control logging on UNIX lists the commands by which you can control logging on UNIX.
Table: Control logging on UNIX
Control logging | Command |
---|---|
To change the log directory destination (default value is <INSTALL_PATH>/SYMCOpsCenterServer/logs) |
<INSTALL_PATH>/SYMCOpsCenterServer/bin/vxlogcfg -a -p 58330 -o <OID> -s LogDirectory="<New log directory location>" Note: 58330 is the OpsCenter product ID. |
To configure the debug level (default value is 1) |
<INSTALL_PATH>/SYMCOpsCenterServer/bin/vxlogcfg -a -p 58330 -o <OID> -s DebugLevel=<New debug level> |
To configure the diagnostic level (default value is 1) |
<INSTALL_PATH>/SYMCOpsCenterServer/bin/vxlogcfg -a -p 58330 -o <OID> -s DiagnosticLevel=<New diagnostic level> |
To configure the number of log files that are created (default value is 100) |
<INSTALL_PATH>/SYMCOpsCenterServer/bin/vxlogcfg -a -p 58330 -o <OID> -s NumberOfLogFiles=<New number> |