Backup Exec Utility

Last Published:
Product(s): Backup Exec (22.0)
  1. Backup Exec Utility
    1.  
      About Backup Exec Utility
    2.  
      Starting the Backup Exec Utility
    3. About Backup Exec Utility general tasks
      1. Adding Backup Exec servers
        1.  
          Select Backup Exec server options
      2.  
        Adding a new Agent for Windows computer
      3. Viewing server properties for the Agent for Windows computer
        1.  
          Server properties for the Agent for Windows computer
      4. Viewing system properties for the Agent for Windows computer
        1.  
          System properties for the Agent for Windows computer
      5. Creating a new Backup Exec server group
        1.  
          New Backup Exec server group options
      6.  
        Deleting a Backup Exec server from the Backup Exec Utility list of known Backup Exec servers
      7.  
        Deleting a computer on which the Agent for Windows is installed
      8. Deleting a Backup Exec server group
        1.  
          Delete Backup Exec Server Group
      9.  
        Running Backup Exec diagnostics
      10. Enabling debug logs
        1.  
          Enable debug log configuration options
      11. Setting the size of the debug logs
        1.  
          Set debug log size options
      12. Setting debug logging and the debug log sizes for Agent for Windows computers
        1.  
          Debug log options and debug log size options for Agent for Windows computers
      13. Setting the location for the job log and the catalogs
        1.  
          Job log and catalog location change options
      14. Viewing server properties for the Backup Exec server
        1.  
          Server properties for a Backup Exec server
      15. Viewing a list of licensed and installed options for a Backup Exec server
        1.  
          Licensed and installed Backup Exec options on a Backup Exec server
      16. Viewing system properties for a Backup Exec server
        1.  
          System properties for a Backup Exec server
      17.  
        Managing security certificates
    4. About Backup Exec Utility services tasks
      1.  
        Stopping Backup Exec services
      2.  
        Starting Backup Exec services
      3. Changing service accounts
        1.  
          Change service account options
      4. Editing Backup Exec server configurations
        1.  
          Edit configuration options
      5.  
        Moving an existing Backup Exec server
    5. About Backup Exec Utility CASO tasks
      1.  
        Enabling communications with the managed Backup Exec server
      2.  
        Disabling communication with the managed Backup Exec server
      3.  
        Moving a managed Backup Exec server
    6. About Backup Exec Utility database tasks
      1.  
        Checking the database consistency
      2.  
        Aging the database
      3.  
        Compacting a Backup Exec Database
      4.  
        Dumping a Backup Exec Database
      5.  
        Rebuilding Backup Exec Database indices
      6.  
        Repairing a Backup Exec Database
      7. Recovering a Backup Exec Database
        1.  
          Recover database options
      8. Changing database access
        1.  
          Change Database Access options
      9.  
        Changing the Backup Exec database location
      10. Copying a database
        1.  
          Copy database options
    7. About Backup Exec server group tasks
      1.  
        Adding a Backup Exec server to a Backup Exec server group
      2.  
        Removing a Backup Exec server from a Backup Exec server group
      3.  
        Setting a central administration server for the Backup Exec server group
    8. About configuring columns
      1.  
        Hiding a column
      2.  
        Displaying a column
      3. Rearranging columns
        1.  
          Column settings options
      4. Sorting columns
        1.  
          Sorting column information
  2.  
    Index

Set debug log size options

You can set the following options as directed by technical support.

See Setting the size of the debug logs.

Table: Set debug log size options

Item

Description

Backup Exec Server

Displays the name of the Backup Exec server for which you want to change debug log sizes.

Enable log size for BEServer

Lets you set log details for BEServer.

Log size limit mode

Determines the options to take when the log file for the Backup Exec Server service reaches its maximum size.

The following choices are available:

  • Rename when the maximum size is reached

  • Max retention

On selecting the Rename when the maximum size is reached option, when the Backup Exec server log file, log_beserver.txt, reaches the specified individual file size, Backup Exec server renames the log file to log_beserver.txt.bak. Backup Exec server appends the new log details to log_beserver.txt.

Individual file size = Maximum log file size / Split into

The number of log_beserver.bak files that Backup Exec server creates depends on the value that is specified in the Split into field.

For example, if you specify the Maximum log file size as 1 MB and the Split into value as 4, the individual file size is 256 KB. Backup Exec server creates a .bak file each time the individual file size reaches 256 KB and names the file as log_beserver.txt.bak4. When the individual file size again reaches 256 KB, the earlier log file is renamed to log_beserver.txt.bak3 and the new log file is named log_beserver.txt.bak4.

The option Max retention is used with the options Maximum log file size and Retention size. When the Backup Exec server log file reaches the maximum size for a log file, Backup Exec server removes the oldest data in the log file. It determines the amount of data to remove based on the value that is specified in the Retention size field.

For example, if you specify the Maximum log file size as 5 MB and Retention size as 2 MB, when the Backup Exec server log file reaches the maximum log file size, 3 MB of the oldest data is deleted, and 2 MB of the latest data is retained. You have 3 MB of log file space for future Backup Exec server information.

Maximum log file size

Specifies the maximum size of the log file in megabytes.

The maximum log file size reflects the total size in megabytes for the number of log files that are specified in the option Split into.

Retention size

Displays the amount of data to be retained once the log file reaches the maximum log file size.

The retention size must be smaller than the size that is specified in Maximum log file size.

Split into

Specifies the number of additional log files to be created when the log file size reaches the individual file size.

Individual file size = Maximum log file size / Split into

Enable log size for Job Engine and Remote Agent for Windows Service

Activates the options that let you set the log sizes for the Backup Exec Job Engine and the Backup Exec Remote Agent for Windows services.

Log size limit mode

Determines the options to take when the log files for the Backup Exec Job Engine and the Backup Exec Remote Agent for Windows service reach their maximum sizes.

The following choices are available:

  • Rename when the maximum size is reached

  • Max retention

On selecting the Rename when the maximum size is reached option, when the Backup Exec engine log file, <machine-name>-bengine00.txt, reaches the individual file size, Backup Exec engine renames the log file to <machine-name>-bengine00.bak. Backup Exec engine appends the new log details to <machine-name>-bengine00.txt.

Individual file size = Maximum log file size / Split into

The number of <machine-name>-bengine00.bak files that Backup Exec engine creates depends on the value that is specified in the Split into field.

For example, if you specify the Maximum log file size as 1 MB and the Split into value as 4, the individual file size is 256 KB. Backup Exec engine creates a .bak file each time the individual file size reaches 256 KB and names the file as <machine-name>-bengine00.bak4. When the individual file size again reaches 256 KB, the earlier log file is renamed to <machine-name>-bengine00.bak3 and the new log file is named <machine-name>-bengine00.bak4.

The option Max retention is used with the options Maximum log size and Retention size. When the Backup Exec engine log file reaches the maximum size for a log file, Backup Exec removes the oldest data in the log file. It determines the amount of data to remove based on the value that is specified in the Retention size field.

For example, if you specify the Maximum log file size as 5 MB and Retention size as 2 MB, when the Backup Exec engine log file reaches the maximum log file size, 3 MB of the oldest data is deleted, and 2 MB of the latest data is retained. You have 3 MB of log file space for future Backup Exec engine information.

Maximum log file size

Specifies the maximum size of the log file in megabytes.

Retention size

Displays the amount of data to be retained once the log file reaches the maximum log file size.

The retention size must be smaller than the size that is specified in Maximum log file size.

Split into

Specifies the number of additional log files to be created when the log file size reaches the individual file size.

Individual file size = Maximum log file size / Split into

Set Debug Log Location

Activates the Set Debug Log Location option.

New log location

Indicates the path to the new log folder location you want to use.

You can enter a path to the folder location you want to use, or you can click Browse to navigate to a desired folder location.