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

14.1.7 Notes on Replication in Clustered System

14.1.7.1 When Using MSCS or WSFC for Cluster Operation

Note the following:

Maintenance Mode

If volumes are inaccessible, set maintenance mode of physical disk resources to ON, for failover may occur by resource check in cluster.

In the following cases, volumes become inaccessible at replication:

In either of the following cases, AdvancedCopy Manager sets maintenance mode automatically at pre- and post-processing of replication:

For details of pre- and post-processing of replication, refer to "Appendix C Pre-processing and Post-processing of Replication".

When setting maintenance mode of physical disk resources manually, use the following procedure to perform backup/restore.

Replication using OPC

  1. If the copy destination volume has been registered as a physical disk resource for the cluster, turn on the maintenance mode for physical disk resources.

    > cluster [ClusterName] res <CopyDestinationVolumePhysicalDiskResourceName> /maint:on
  2. If the copy source volume has been registered as a physical disk resource for the cluster, turn on the maintenance mode for physical disk resources.

    > cluster [ClusterName] res <CopySourceVolumePhysicalDiskResourceName> /maint:on
  3. Execute the replication.

    > C:\Win32app\AdvancedCopyManager\bin\swsrpmake <From-Volume-Name> <To-Volume-Name>
    FROM=<From-Volume-Name> TO=<To-Volume-Name> swsrpmake completed
    > 
  4. If the copy source volume has been registered as a physical disk resource for the cluster, turn off the maintenance mode for physical disk resources.

    > cluster [ClusterName] res <CopySourceVolumePhysicalDiskResourceName> /maint:off
  5. If the copy destination volume has been registered as a physical disk resource for the cluster, turn off the maintenance mode for physical disk resources.

    > cluster [ClusterName] res <CopyDestinationVolumePhysicalDiskResourceName> /maint:off

Replication using EC or REC

  1. Start synchronous processing.

    > C:\Win32app\AdvancedCopyManager\bin\swsrpstartsync <From-Volume-Name> <To-Volume-Name>
    FROM=<From-Volume-Name> TO=<To-Volume-Name> swsrpstartsync completed
    > 
  2. Check the equivalency maintenance state.

  3. Turn on the maintenance mode for physical disk resources (the copy source volume).

    > cluster [ClusterName] res <CopySourceVolumePhysicalDiskResourceName> /maint:on
  4. Execute the replication.

    > C:\Win32app\AdvancedCopyManager\bin\swsrpmake <From-Volume-Name> <To-Volume-Name>
    FROM=<From-Volume-Name> TO=<To-Volume-Name> swsrpmake completed
    > 
  5. Turn off the maintenance mode for physical disk resources (the copy source volume).

    > cluster [ClusterName] res <CopySourceVolumePhysicalDiskResourceName> /maint:off
    > cluster [ClusterName] res DiskResourceName /maint

Reverse replication using REC

  1. Turn on the maintenance mode for physical disk resources (i.e., the copy destination volume).

    > cluster [ClusterName] res <CopyDestinationVolumePhysicalDiskResourceName> /maint:on
  2. Start synchronous processing.

    > C:\Win32app\AdvancedCopyManager\bin\swsrpstartsync <From-Volume-Name> <To-Volume-Name>
    FROM=<From-Volume-Name> TO=<To-Volume-Name> swsrpstartsync completed
    > 
  3. Check the equivalency maintenance state.

  4. Execute the replication.

    > C:\Win32app\AdvancedCopyManager\bin\swsrpmake <From-Volume-Name> <To-Volume-Name>
    FROM=<From-Volume-Name> TO=<To-Volume-Name> swsrpmake completed
    > 
  5. Turn off the maintenance mode for physical disk resources (i.e., the copy destination volume).

    > cluster [ClusterName] res <CopyDestinationVolumePhysicalDiskResourceName> /maint:off

Note that once physical disk resources have been set offline during synchronous processing (between step 2 and step 4) they cannot be set online again.

If physical disk resources have been set offline during synchronous processing, use the following procedure to resolve the problem:

  1. Stop the synchronous processing from the non-cluster Managed Server.

    > C:\Win32app\AdvancedCopyManager\bin\swsrpcancel -m <From-Volume-Name> <To-Volume-Name>
    FROM=<From-Volume-Name> TO=<To-Volume-Name> swsrpcancel completed
    > 
  2. Set the physical disk resources online, and then execute the reverse replication again.

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".

14.1.7.2 Notes on Exchange Server 2007 Database

For backup and restoration of an Exchange Server 2007 database in cluster operation, perform the following steps to operate the Exchange linkage function in MSCS:

14.1.7.3 Notes on SQL Server Database

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

14.1.7.4 Notes on Hyper-V

For backups and restorations performed with a Hyper-V guest OS operating under the clustered system, there are the following items of caution.
If performing cluster operation of the Hyper-V backup function with WSFC, please do the following.

14.1.7.5 Replication During Stoppage of Cluster

When Using MSCS or WSFC for Cluster Operation

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

Note

If any of the following resources cannot start (i.e., cannot be brought online), replication operation is disabled:

  • AdvancedCopy COM Service_logicalNodeName

  • IP address resource (when created by the cluster setup command of AdvancedCopy Manager, the resource is named in "AdvancedCopy IP Address_logicalNodeName" 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)

  • Replication operation disks (source volume/destination volume to operate)

Perform replication the operation during the stoppage of a cluster group by performing 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 "Chapter 2 Starting and Stopping Services".

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

    • AdvancedCopy COM Service_logicalNodeName

    • IP address resource (when created by the cluster setup command of AdvancedCopy Manager, the resource is named in "AdvancedCopy IP Address_logicalNodeName" 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)

    • Replication operation disks (source volume/destination volume to operate)

    Note

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

    • Since the dependency between AdvancedCopy COM Service_logicalNodeName and transaction disk has been set, starting AdvancedCopy COM Service_logicalNodeName 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=logicalNodeName
  4. Perform replication operation.
    You can perform replication operation in the same way as for regular cluster operations.

  5. Stop (i.e., set to 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 to 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.