Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

13.1.6 Notes on backup in a clustered system

When using MSCS or WSFC for cluster operation

For backups in a clustered system, note the following points that do not apply to regular operation:

Note

From a volume used as a backup volume, delete the drive letter by performing the following steps:
You must take these steps before fetching device information on a Managed Server:

  1. On the primary node, use the Disk Management to delete the drive letter of the backup volume.

  2. Change to the secondary node.

  3. On the secondary node, use the Disk Management to delete the drive letter of the backup volume.

  4. Change to the primary node.

The steps above prevent a drive letter from being assigned to the backup volume in case of MSCS or WSFC failover.

Perform snapshot high-speed backup operations using OPC.
Use the procedure below to execute backups and restorations in the maintenance mode for physical disk resources.

Point

Enter a command using the following syntax to check the maintenance mode status of a physical disk resource.

cluster [ClusterName] res DiskResourceName /maint
  • If "Online" is displayed as the "Status", the maintenance mode is "OFF".

  • If "Online (maintenance)" is displayed as the "Status", the maintenance mode is "ON".

  1. Turn on the maintenance mode for physical disk resources (i.e., the transaction volumes and backup volumes).

    > cluster [ClusterName] res <TransactionVolumePhysicalDiskResourceName> /maint:on
    > cluster [ClusterName] res <BackupVolumePhysicalDiskResourceName> /maint:on
  2. Execute the backup or restoration.

    > C:\Win32app\AdvancedCopyManager\bin\swstbackup Device-Name
    Device-Name swstbackup completed
    > 
  3. Turn off the maintenance mode for physical disk resources (i.e., the transaction volumes and backup volumes).

    > cluster [ClusterName] res <TransactionVolumePhysicalDiskResourceName> /maint:off
    > cluster [ClusterName] res <BackupVolumePhysicalDiskResourceName> /maint:off

If EC is used, perform inter-server replication operations where the copy destination is connected to a non-cluster Managed Server.


13.1.6.1 Notes on an SQL Server database

For backup and restoration of an SQL Server database in cluster operation, note the following points:
Perform the following steps to operate the SQL Server backup function in MSCS or WSFC:

13.1.6.2 Backup and restoration during the stoppage of a cluster

When using MSCS or WSFC for cluster operation

When a cluster group to which AdvancedCopy Manager belongs is operating, backup operation is enabled only on the active node. The standby node environment is not ready to provide the necessary resources, thus disabling backup operation. Likewise, if the cluster group has been stopped, the environment is not ready and it disables the backup.
However, the backup operation is re-enabled only when the cluster group has been stopped, by temporarily arranging the minimum resources.

Note

If any of the following resources cannot start (i.e., if they cannot be set online), the backup operation is disabled:

  • AdvancedCopy GUI Service (only for a Management Server transaction)

  • SymfoWARE RDA RDBSWSTF (only for a Management Server transaction)
    There is no "SymfoWARE RDA RDBSWSTF" resource if it is running under Windows Server 2008 or later.

  • SymfoWARE RDB RDBSWSTF (only for a Management Server transaction)

  • AdvancedCopy COM Service_logical-node-name

  • IP address resource (When created by the cluster setup command of AdvancedCopy Manager, the resource is named in "AdvancedCopy IP Address_logical-node-name" format.)

  • Disk resource for a shared disk for AdvancedCopy Manager shared data

  • Disk resource for the shared disk for the AdvancedCopy Manager repository (only for Management Server transaction)

  • Backup operation disk (transaction volume/backup volume to operate)

Perform backup operation during the stoppage of a cluster group by taking the following steps:

  1. Confirm that the cluster group has been stopped (i.e., that it has been set offline) on both nodes.
    For details on how to stop a cluster group, refer to the MSCS or WSFC manual.

  2. Start (i.e., set online) the resources required for operation.
    Start the following resources:

    • AdvancedCopy GUI Service (only for a Management Server transaction)

    • SymfoWARE RDA RDBSWSTF (only for a Management Server transaction)

      There is no "SymfoWARE RDA RDBSWSTF" resource if it is running under Windows Server 2008 or later.

    • SymfoWARE RDB RDBSWSTF (only for a Management Server transaction)

    • AdvancedCopy COM Service_logical-node-name

    • IP address resource (when created by the cluster setup command of AdvancedCopy Manager, the resource is named in "AdvancedCopy IP Address_logical-node-name" format).

    • Disk resource for a shared disk for AdvancedCopy Manager shared data

    • Disk resource for the shared disk for the AdvancedCopy Manager repository (only for a Management Server transaction)

    • Backup operation disk (the transaction volume/backup volume to operate)

    Note

    • Be sure to start the resources from one of the nodes only.

    • Since the dependency between AdvancedCopy COM Service_logical-node-name and the transaction disk has been set, starting AdvancedCopy COM Service_logical-node-name starts all dependent disk resources.

    • For details on how to start a resource, refer to the MSCS or WSFC manual.

  3. In the environment variable SWSTGNODE, set the logical node name for the relevant task.
    Set the environment variable as shown below.
    <Execution example>

    set SWSTGNODE=logical-node-name
  4. Perform the backup.
    You can perform the backup in the same way as for regular cluster operations.

  5. Stop (i.e., set offline) the resources you started in step 2.
    For details on how to stop a resource, refer to the MSCS or WSFC manual.

  6. Start (i.e., set online) the cluster group.
    Start the cluster group, if necessary.
    For details on how to start a cluster group, refer to the MSCS or WSFC manual.