NetBackup™ Web UI Microsoft SQL Server Administrator's Guide

Last Published:
Product(s): NetBackup (9.0.0.1, 9.0)
  1. Introducing the NetBackup web user interface
    1.  
      About the NetBackup web UI
    2.  
      Terminology
    3.  
      Sign in to the NetBackup web UI
    4.  
      Sign out of the NetBackup web UI
  2. About NetBackup for SQL Server
    1.  
      Overview of NetBackup for SQL Server
  3. Installation and host configuration
    1.  
      Planning the installation of NetBackup for SQL Server
    2. Configuring SQL Server hosts and user permissions
      1.  
        Installing the Veritas VSS provider for vSphere
    3.  
      Configuring the NetBackup services for SQL Server backups and restores
    4.  
      Configure local security privileges for SQL Server
  4. Monitoring and notifications
    1.  
      The NetBackup dashboard
    2.  
      Monitoring jobs
    3.  
      Filter jobs in the job list
  5. Managing SQL Server discovery and credentials
    1. About discovery of SQL Server objects
      1.  
        Discover advanced or basic availability groups on demand
      2.  
        Discover databases on demand
      3.  
        Discover read-scale availability groups
    2.  
      Browse SQL Server assets
    3.  
      About SQL Server credentials
    4.  
      Add credentials to SQL Server instances or replicas
    5.  
      Manage SQL Server credentials
    6.  
      Remove SQL Server instances
    7.  
      Manually add a SQL Server instance
  6. Managing protection plans for SQL Server
    1.  
      About protecting SQL Server availability groups
    2. Create a protection plan to protect SQL Server assets
      1.  
        Schedules and retention
      2.  
        Performance tuning and configuration options
      3.  
        Using copy-only snapshot backups to affect how differentials are based
      4.  
        Snapshot methods
    3.  
      Protect a SQL Server availability group that crosses NetBackup domains
  7. Protecting SQL Server
    1.  
      Add SQL Server assets to a protection plan
    2.  
      Edit protection settings for a Microsoft SQL Server asset
    3.  
      View the protection status of databases, instances, or availability groups
    4.  
      Remove protection from SQL Server assets
  8. Restoring SQL Server
    1.  
      Requirements for restores of SQL Server
    2.  
      Perform a complete database recovery
    3.  
      Recover a single recovery point
    4.  
      Options for SQL Server restores
    5.  
      Restore a SQL Server availability database to a secondary replica
    6.  
      Restore a SQL Server availability database to the primary and the secondary replicas
  9. Using instant access with SQL Server
    1. Prerequisites when you configure an instant access SQL Server database
      1.  
        Hardware configuration requirement of instant access
    2.  
      Things to consider before you configure an instant access database
    3.  
      Configure Samba users for SQL Server instant access
    4.  
      Configure an instant access database
    5.  
      View the livemount details of an instant access database
    6.  
      Delete an instant access database
    7.  
      Options for NetBackup for SQL Server instant access
    8.  
      NetBackup for SQL Server terms
    9.  
      Frequently asked questions
  10. Protecting SQL Server with VMware backups
    1.  
      About protecting an application database with VMware backups
    2. Create a protection plan to protect SQL Server data with a VMware backup
      1.  
        Backup options and Advanced options
      2.  
        Exclude disks from backups
      3.  
        Snapshot retry options
    3.  
      Protect SQL Server data with a VMware backup
    4.  
      Restore SQL Server databases from a VMware backup
  11. Troubleshooting
    1.  
      Troubleshooting credential validation
    2.  
      Troubleshooting VMware backups and restores of SQL Server
    3.  
      SQL Server log truncation failure during VMware backups of SQL Server

Performance tuning and configuration options

When you have the necessary RBAC permissions, you can adjust the following settings when you subscribe an asset to a protection plan.

Table: Performance tuning and configuration options

Field

Description

Client buffers per stripe

(Stream-based backups only) This option affects buffer space availability. NetBackup uses this parameter to decide how many buffers to allocate for reading or writing each data stream during a backup operation. By allocating a greater number of buffers, you can affect how quickly NetBackup can send data to the NetBackup master server.

The default value for this option is 2, which allows double buffering. You may get slightly better performance by increasing this value to a higher value. Range is 1 - 32.

Maximum transfer size

(Stream-based backups only) This option is the buffer size used by SQL Server for reading and writing backup images. Generally, you can get better SQL Server performance by using a larger value. This option can be set for each backup operation. Calculated as 64 KB * 2^MAX_TRANSFER_SIZE. It ranges in size from 64 KB to 4 MB. The default is 4 MB.

Parallel backup operations

This option is the number of backup operations to start simultaneously, per database instance. Range is 1 - 32. The default is 1.

VDI timeout (seconds)

Determines the time-out interval for SQL Server Virtual Device Interface. The selected interval is applied to backups and restores of databases and of transaction logs.

The default value for backups is 300. The default value for restore jobs is 600. Range is 300 - 2147483647.

Use Microsoft SQL Server compression

Enable this option to use SQL Server to compress the backup image. If you enable SQL Server compression, do not enable NetBackup compression.

SQL Server compression is not supported for snapshot backups.

Skip unavailable (offline, restoring, etc.) databases

NetBackup skips any database with a status that prevents NetBackup from successfully backing up the database. These statuses include offline, restoring, recovering, and emergency mode, etc.

NetBackup skips the backup of the unavailable database, but continues with the backup of the other databases that are subscribed to the protection plan. The backup completes with a status 0 and the job details indicate that the database was skipped.

Create copy-only backup

This option allows SQL Server to create an out-of-band backup so that it does not interfere with the normal backup sequence.

See Using copy-only snapshot backups to affect how differentials are based.

Perform Microsoft SQL Server checksum

Choose one of the following options for SQL Server backup checksums:

  • None. Disables the backup checksums.

  • To verify the checksums before the backup, choose one of the following options. Note that these options impose a performance penalty on a backup or restore operation.

    • Continue on error. If the backup encounters a verification error, the backup continues.

    • Fail on error. If the backup encounters a verification error, the backup stops.

Convert incremental backup to full backup

If no previous full backup exists for the database, then NetBackup converts a differential backup to a full backup.

The agent determines if a full backup exists for each database. If no previous full backup exists, a differential backup is converted to a full as follows:

  • If you select a database for a differential backup, the backup is converted to a full database backup.

  • For snapshot backup policies, a Full schedule must exist to successfully convert differential backups to full backups.

Note: NetBackup only converts a differential backup if a full backup was never performed on the database. If a full backup does not exist in the NetBackup catalog but SQL Server detects an existing full LSN, NetBackup performs a differential backup and not a full. In this situation, you can restore the full backup with native tools and any differentials with the NetBackup MS SQL Client. Or, if you expired the backup in NetBackup, you can import the full backups into the NetBackup catalog. Then you can restore both the full and the differential backups with the NetBackup MS SQL Client.

Convert transaction log backup to full backup

If no previous full backup exists for the database, then NetBackup converts a transaction backup to a full backup.

This option also detects if a full recovery database was switched to the simple recovery model and back to the full recovery model. In this scenario, the log chain is broken and SQL Server requires a differential backup before a subsequent log backup can be created. If NetBackup detects this situation, the backup is converted to a differential database backup.

Note: NetBackup only converts a transaction log backup if a full backup was never performed on the database. If a full backup does not exist in the NetBackup catalog but SQL Server detects an existing full LSN, NetBackup performs a transaction log backup and not a full. In this situation, you can restore the full backup with native tools and any differentials and log backups with the NetBackup MS SQL Client. Or, if the backup is expired, you can import the full backups into the NetBackup catalog. Then you can restore the full, differential, and log backups with the NetBackup MS SQL Client.

Availability database backup preference

This option determines where backups of availability groups occur. Ensure that you select a setting for databases and a setting for transaction logs.

  • None

    Perform the backup on the specified instance. Use this option when you intend to protect individual availability databases.

    Note: Do not select this option if you intend to protect availability groups.

  • Protect primary replica

    Backups always occur on the primary replica. This option applies to availability replicas and to instances that have both standard databases and availability databases.

  • Protect preferred replica

    Honors your SQL Server backup preferences. These preferences include the preferred replica, backup priority, and excluded replicas. Note that NetBackup initiates a backup job on each replica. The backup is skipped on any replica that isn't the intended backup source. This option applies to availability replicas and to instances that have both standard databases and availability databases,

  • Skip availability databases

    Skips any availability databases on the instance. Use this option when you intend to protect any instances that contain both standalone databases and availability databases and only want to protect the standalone databases.

    Note: Do not select this option if you intend to protect availability groups.

Backup preference for individual availability databases

Note the following behavior when you select a protection plan to protect individual availability databases.

  • If the preference for Databases is set to Skip availability databases, scheduled backups cannot succeed. Databases must have the setting None, Protect preferred replica, or Protect primary replica.

  • When a user selects Backup now to back up an availability database, the backup is performed on the selected node. The image is cataloged under the cluster name.

Truncate logs after backup

This option backs up the active part of the transaction log and then marks it inactive or empty. This option is enabled by default.