Top
ETERNUS SF AdvancedCopy Manager V16.1 Operation Guide
FUJITSU Storage

A.2.4 Backup Volume Locking Specification File for Backups

If locking fails in the backup volume backup pre-processing, locking is retried to avoid a temporary access conflict with other applications. The standard retry operations are as follows:

The maximum number of retries and the retry interval can be changed by the backup volume locking specification file for backups. In this file, the following instructions can be specified for the backup volume backup pre-processing:

Note

The swstresback command cannot back up the backup volume locking specification file for backups. In operations that use this file, the copy command, etc., must be executed to back up this file.

File Name and Directory

Use a name such as the one below to create a backup volume locking specification file for backups.

For Non-clustered System
<Environment directory>\etc\backup\data\BBACKLOCK.INI
For Clustered System
<Shared-disk>:\etc\opt\swstorage\etc\backup\data\BBACKLOCK.INI

Example and Description Rules

Examples of settings in the backup volume locking specification file for backup are listed below.

[g1d1p1]
LockForceMode=on
LockRetryNumber=10
LockRetryInterval=5000
ClusterResourceMaint=off
[ANY]
LockForceMode=off
LockRetryNumber=20
LockRetryInterval=2000
ClusterResourceMaint=on

An explanation of how to create a backup volume locking specification file for backups is given below.

Table A.5 BBACKLOCK.INI Parameter Settings

Key

Explanation

LockForceMode

This parameter specifies that the volume is to be dismounted before locking is retried.

off (default value) = no dismount before locking is retried
on = dismount before locking is retried

When the volume is dismounted, all handles opened for the volume become invalid.

* If the volume is set in the used state immediately after it is dismounted, then locking may be impossible.

LockRetryNumber

This parameter specifies the retry count. A numeric value ranging from 1 to 10,000 can be specified.
The default value is 20 (retries).
If the backup volume cannot be locked after locking is retried for the specified retry count, then the processing is suspended and the command ends abnormally.

LockRetryInterval

This parameter specifies the retry interval (in milliseconds). A numeric value ranging from 1 to 600,000 (10 minutes) can be specified. The default value is 1,000 (1 second).

ClusterResourceMaint

In the case of cluster operation, specify whether to configure the maintenance mode of the physical disk resource to which the volume belongs.

on(default value) = The maintenance mode is set.
off = The maintenance mode is not set.