Top
ETERNUS SF AdvancedCopy Manager 14.1 Operator's Guide

4.8.3 Backup operation in units of slices (method without GDS Snapshot)

This backup operation uses only the AdvancedCopy Manager function without GDS Snapshot.
For reliable configuration and operation, you need to know the type of physical volumes that make up the logical volume.

Figure 4.12 Backup operation in units of slices

When specifying a name in an AdvancedCopy Manager command, combine the logical volume name and the AdvancedCopy Manager device name using the format shown below. Refer to "1.5.2 SDX objects of PRIMECLUSTER GDS/SynfinityDISK" for details.

dev/sfdsk/class-name/dsk/volume-name:(device name where volume is constructed) 

Note

Point

You can find out if the volume being used is the single, mirror, stripe, concatenation, or switch volume type by executing "sdxinfo -e long". (Check the value in the TYPE column in the line displayed for the volume in the OBJ column.)

Volume object type attribute
  • single: Single volume (operation possible)

  • mirror: Mirror volume (operation possible)

  • stripe: Stripe volume (operation not possible)

  • concat: Volume in a concatenation group (operation not possible)

  • switch: Switch volume (operation not possible)


4.8.3.1 Configuring the backup operation

For notes on configuring the backup operation, refer to the section titled 11.1.5.1 Notes on SDX object operations (backup management).


4.8.3.2 Fetching device information from a Storage Server

To perform the backup operation with a Storage Server and obtain information of a subordinate device of the Storage Server, you must register the server.
For details on how to fetch the device information, refer to the section titled 4.4.5 Fetching device information on a Storage Server.


4.8.3.3 Configuring the operation type for a device

Transaction volume

Register the slices that make up the logical volume used for transactions as a transaction volume.

#/opt/FJSVswsts/bin/swstdevinfoset -t /dev/sfdsk/CLS01/dsk/VOL01:c1t0d1
swstdevinfoset completed
#

Backup volume

Slices of an SDX object cannot be registered as a backup volume.
General slices must be used for a backup volume.

#/opt/FJSVswsts/bin/swstdevinfoset -b /dev/dsk/c1t0d2s6
swstdevinfoset completed
#

4.8.3.4 Backup

Backup example

#/opt/FJSVswsts/bin/swstbackup /dev/sfdsk/CLS01/dsk/VOL01:c1t0d1
/dev/sfdsk/CLS01/dsk/VOL01:c1t0d1 swstbackup completed
#

Backup states

Backup can only be performed when the SDX object that makes up the applicable logical volume is in one of the states listed below.
If the object is in any other state, backup cannot be performed.
AdvancedCopy Manager checks the state of the SDX object by using the "sdxinfo" command of SafeDISK/PRIMECLUSTER GDS.

  1. The state of the volume is "ACTIVE" or "STOP"

  2. The state of the physical disk is "ENABLE".

  3. The state of the slice is "ACTIVE" or "TEMP".

Backup pre-processing and post-processing

In the following case, the pre-processing and post-processing scripts are not executed:

4.8.3.5 Restore

For operation in units of slices, restoration can be performed only if the transaction volume is a single volume.

An SDX object that is not a single volume cannot be restored.

For details on restoration of an SDX object that is not a single volume, refer to "11.1.5.1 Notes on SDX object operations (backup management)".

Restoration example

#/opt/FJSVswsts/bin/swstrestore /dev/sfdsk/CLS01/dsk/VOL01:c1t0d1
/dev/sfdsk/CLS01/dsk/VOL01:c1t0d1 swstrestore completed
#