Veritas NetBackup™ OpsCenter Performance and Tuning Guide

Last Published:
Product(s): NetBackup (9.0)
  1. Overview
    1.  
      Purpose of the guide
    2.  
      Disclaimer
  2. About OpsCenter configuration
    1.  
      OpsCenter Server configuration
    2. About OpsCenter Server on a virtual machine
      1.  
        Physical versus virtual configuration for OpsCenter Server
      2.  
        Guidelines on the OpsCenter VM parameters
      3.  
        About VM settings and % gains during OpsCenter report generation
    3.  
      OpsCenter database configuration
    4.  
      OpsCenter services
  3. About OpsCenter performance and tuning
    1.  
      Sizing considerations
    2.  
      Sizing guidelines
    3. About tuning OpsCenter for increased performance
      1.  
        About performance tuning guidelines
      2.  
        About adding NetBackup Master Servers to OpsCenter
      3.  
        About using a web browser to access OpsCenter
      4. About saving the OpsCenter log files on a different drive
        1.  
          Checking the debug level of logs
        2.  
          Saving the log files to a different location on Windows
        3.  
          Saving the log files to a different location on UNIX
      5. About adjusting the heap size or cache size for OpsCenter services
        1.  
          Adjusting the default heap size for the OpsCenter server service
        2.  
          Adjusting the default heap size for the OpsCenter web server service
        3.  
          Adjusting the default heap size for the OpsCenter Agent service
        4.  
          Adjusting the OpsCenter database service cache size
      6. About OpsCenter database defragmentation
        1.  
          Checking the disk fragment count
        2.  
          About allocating more memory before database defragmentation
        3.  
          Defragmenting the OpsCenter database
      7.  
        About purging data periodically
    4. Moving OpsCenter server to a different computer
      1.  
        About saving the files before moving the OpsCenter Server
      2.  
        Moving OpsCenter server because of constraints in upgrade
      3.  
        Moving OpsCenter server because of issues in the existing setup
  4. OpsCenter best practices
    1.  
      Network configuration best practices
    2. Installation and upgrade best practices
      1.  
        Things to avoid during installation and upgrade
    3. OpsCenter database best practices
      1.  
        Things to avoid while you use OpsCenter database
    4. Backup products best practices
      1.  
        Things to avoid while you collect data from backup products
    5.  
      OpsCenter Server best practices
    6.  
      OpsCenter reporting best practices
    7.  
      Best practices for antivirus configuration on Windows
  5.  
    Index

Adjusting the default heap size for the OpsCenter web server service

The default heap size of the OpsCenter web server service can be increased from 1024 MB to a higher value (like 2048 MB). You can determine a higher value based on the physical memory (RAM) and the virtual memory that is available on your system.

See About adjusting the heap size or cache size for OpsCenter services.

Note:

The information that is published in this section is based on the tests that were performed in Veritas Lab in a controlled environment with expert users. These can only be used as guidelines and should not be used as 100% accurate benchmarks.

Note:

If you start noticing poor performance in the OpsCenter console every few days and restarting the Veritas NetBackup OpsCenter web server service fixes the problem, you should increase the web server service default heap size.

To adjust the default heap size of the web server service on Windows

  1. Open OpsCenterGUIService.xml file from the following location on the OpsCenter server:

    Note:

    Save a copy of the OpsCenterGUIService.xml file before modifying it.

  2. Modify the Xmx value in the following string:
    <EnvVar name="JAVA_OPTS" value="-Xrs -Xms512m -Xmx1024m

    For example, replace -Xmx1024m with -Xmx1400m to increase the maximum heap size from 1024 MB to 1400 MB.

    Note:

    This string may be listed twice in the OpsCenterGUIService.xml file. You can change modify both the occurences of -Xmx in the OpsCenterGUIService.xml file to adjust the heap size.

  3. Save the OpsCenterGUIService.xml file.
  4. You must restart all OpsCenter server services for the changes to be effective.

    Enter the following commands to first stop and then start all OpsCenter server services as follows: INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat stop

    INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat start

To adjust the default heap size on UNIX

  1. Open the startGUI file from the following location: INSTALL_PATH/SYMCOpsCenterGUI/bin

    Note:

    Save a copy of the startGUI file before modifying it.

  2. Modify the Xmx1024M value in the following string:
    JAVA_OPTS="-Xrs -d64 -Xms512M -Xmx1024m...

    For example, replace -Xmx1024M with -Xmx1400M to increase the maximum heap size from 1024 MB to 1400 MB.

  3. Save the startGUI file.
  4. You must restart all OpsCenter server processes for the changes to be effective.

    Enter the following commands to first stop and then start all OpsCenter server processes as follows: INSTALL_PATH/SYMCOpsCenterServer/bin/opsadmin.sh stop

    INSTALL_PATH/SYMCOpsCenterServer/bin/opsadmin.sh start