Veritas NetBackup™ OpsCenter Performance and Tuning Guide
- Overview
- About OpsCenter configuration
- About OpsCenter performance and tuning
- About tuning OpsCenter for increased performance
- About saving the OpsCenter log files on a different drive
- About adjusting the heap size or cache size for OpsCenter services
- About OpsCenter database defragmentation
- Moving OpsCenter server to a different computer
- OpsCenter best practices
Saving the log files to a different location on UNIX
Use the following procedures to save the log files for OpsCenter components in a different location.
By default, OpsCenter writes VxUL logs to the following directories:
OpsCenter Server |
|
To save the log files for OpsCenter server in a different location
- Enter the following command to save log files to a different location:
<INSTALL_PATH>/SYMCOpsCenterServer/bin/vxlogcfg -a -p 58330 -o 148 -s LogDirectory="<New log directory location>"
Note:
58330 is the OpsCenter product ID. 148 is the OID for OpsCenter server.
- Enter the following command to stop the OpsCenter server process:
<INSTALL_PATH>/SYMCOpsCenterServer/bin/stopserver
- Enter the following command to start the OpsCenter server process:
<INSTALL_PATH>/SYMCOpsCenterServer/bin/startserver
To save the log files for OpsCenter web console in a different location
- Enter the following command to save log files to a different location:
<INSTALL_PATH>/SYMCOpsCenterServer/bin/vxlogcfg -a -p 58330 -o 147 -s LogDirectory="<New log directory location>"
Note:
58330 is the OpsCenter product ID. 147 is the OID for OpsCenter web GUI.
- Enter the following command to stop the OpsCenter web server process:
<INSTALL_PATH>/SYMCOpsCenterServer/bin/stopgui.sh
- Enter the following command to start the OpsCenter web server process:
<INSTALL_PATH>/SYMCOpsCenterServer/bin/startgui.sh