Job Options for Block Backup

Catalogic DPX offers a variety of job options for Block backup. All of them are available from both interfaces, but the access thereto may differ. See details for each interface below.

In the web interface, backup job options are defined in the Advanced Options section. To access them, do the following:

  1. Go to Job Manager in the sidebar.

  2. Open an already existing backup job. Or create a new Block backup job, by clicking the New Backup Job button in the upper right corner and then selecting Backup Type Block.

  3. Go to the Advanced Options section at the bottom (scroll down if necessary) and expand it. Click any of the following section headers to expand it. Each field and the available choices are explained below.

The Application Options section

Microsoft SQL DB Consistency Check toggle

Tells DPX to run a consistency check on SQL Server before backing up a SQL Server database. The check runs three utilities that Microsoft recommends before a backup: DBCC CHECKDB, DBCC CHECKALLOC, and DBCC CHECKCATALOG.

Toggle on

Performs the consistency check.

Toggle off

Does not perform the consistency check.

Microsoft SQL Backup and Truncate Transaction Logs toggle

This option controls the truncation of SQL Server Transaction Logs during a Block backup. This option must be set to On in order to enable Point-in-Time restore.

Toggle on

SQL Server transaction logs are truncated on the source database server after the backup completes. To find the backed-up SQL logs, refer to the message “BACKUP LOG <database-instance> TO DISK...” in the Job Log or to Event 18265 in the Application Event Log.

Toggle off

SQL Server transaction logs are not truncated and will therefore continue to grow on the source database server. To truncate translation logs, run SQL Server maintenance on the source machine. No is the default.

Microsoft Exchange Truncate Logs

This option controls the truncation of Microsoft Exchange Logs during a Block backup.

Toggle on

After the backup is complete, DPX deletes the old Exchange logs. Yes is the default.

Toggle off

DPX does not delete any Exchange logs.

Microsoft Exchange Protect via Passive Node toggle

Determines whether DPX will back up Exchange DAG from a passive node or an active node.

Toggle on

Default setting. Back up Exchange DAG from a passive node.

Toggle off

Back up Exchange DAG from an active node.

Oracle RMAN Cataloging Control toggle

For Oracle backups, this option determines whether to synchronize the RMAN catalog after the job is completed. Yes is the default.

Toggle on

Synchronize the RMAN catalog after the job completes.

Toggle off

Do not synchronize the RMAN catalog after the job is completed. If you choose this option, the job is not cataloged in RMAN.

The File Index/History Options section

This section includes the following radio button selection:

  • Disable File History

  • Process File History on Local Client (default selection)

  • Process File History on Master Server

The General Options section

This section includes the following options:

  • Task Data Retry Count (default: 5)

  • Task Retry Interval (default: 1)

  • Throttle (default: 0)

  • Resolution Auto Cancel Timeout [Minutes] (default: 180)

  • Resolution Retry Count (default: 3)

  • Wait Interval Between Replies [Minutes] (default: 1)

  • Data Transfer Auto Cancel Interval [Minutes] (default: 0)

And one toggle:

  • Backup IA Mapped Drives (default: disabled)

The Notification Options section

The Notification Options section controls who receives messages pertaining to the current job when it is run.

This section includes the Job e-mail notification toggle.

Toggle on

The notification is sent as specified below the toggle (additional fields will appear – see below).

Toggle off

The notification is sent to the default e-mail address configured in the Administrator E-mail Settings section.

Subject

The subject of your message. The subject line usually contains a combination of straight text and variable elements. Variables, which must begin with %, are replaced with actual corresponding values. If you enclose variables in double quotation marks, those variables are treated as literal values. You can embed the following variables:

  • %JOBNAME

  • %JOBID

  • %JOBTYPE

  • %RC

Use %RC to include the return code in the message for this run of the job, when applicable.

To

The email address of the primary recipient of your message. Only one “To” address is permitted.

Cc

Carbon Copy. The email address(es) of the secondary recipient(s) of your message. Use a semicolon to delimit multiple email addresses.

Bcc

Blind Carbon Copy. The email address(es) of the secondary recipient(s) not identified to other recipients. Use a semi-colon to delimit multiple email addresses.

Note. Note that the following characters are invalid in all fields: < > ; and '.

Note. DPX emailing must be enabled when you first configure your Enterprise. At that time, you supply general system information, including SMTP Host Name and SMTP Port. See the Administrator E-mail Settings section.

The Script Options section

Pre-Job Script

Enter the name of a script to execute prior to the actual job.

Basic usage: <script>@<node_name> <argument_list>

If Pre-Script fails

The action be taken if the Pre-Job Script fails to successfully complete:

  • Run Job/Run Post-Job Script

  • Skip Job/Run Post-Job Script

  • Skip Job/Skip Post-Job Script

If Job fails

The action to be taken if the Job fails to successfully complete:

  • Run Post-Job Script

  • Skip Post-Job Script

Post-Job Script

Enter the name of a script to execute after the actual job.

Basic usage: <script>@<node_name> <argument_list>

See also. For detailed information about pre- and post-job scripts, including all valid definitions, see Pre-Scripts and Post-Scripts.

Last updated