Target volumes file examples

Refer to this example when you are editing the target volumes file for a DS8000® storage subsystem configuration.

The following file is an example of a VOLUMES_FILE .fct file that includes the target set configuration that is used for cloning:
#
#************************** First sample ****************************#
#

#=====================================================================#

>>> TARGET_SET 1
>>> PARTITION NODE0000
TARGET_VOLUME 13ABCTA0111 - -
TARGET_VOLUME 13ABCTA0112 - -
TARGET_VOLUME 13ABCTA0113 - -
<<<
<<<

>>> TARGET_SET 3

DEVICE_CLASS CLONE USE_FOR_CLONING D98
>>> PARTITION NODE0000
TARGET_VOLUME 13ABCTA011D - -
TARGET_VOLUME 13ABCTA011E - -
TARGET_VOLUME 13ABCTA011F - -
<<<
<<<

#=====================================================================#
The following file shows a VOLUMES_FILE .fct file for DB2® EEE configurations:
#
#************************** Second sample ****************************#
#
#=====================================================================#

>>> TARGET_SET 1 

DEVICE_CLASS CLONE USE_FOR_CLONING S98 
    >>> PARTITION NODE0000 
        TARGET_VOLUME S97p5d1_t1 - - 
        TARGET_VOLUME S97p5d2_t1 - - 
    <<< 
    >>> PARTITION NODE0001 
        TARGET_VOLUME S97p5d3_t1 - - 
        TARGET_VOLUME S97p5d4_t1 - - 
    <<< 
    >>> PARTITION NODE0002 
        TARGET_VOLUME S97p5l1_t1 - - 
        TARGET_VOLUME S97p5l2_t1 - - 
    <<< 
    >>> PARTITION NODE0003 
        TARGET_VOLUME S97p5l3_t1 - - 
        TARGET_VOLUME S97p5l4_t1 - - 
    <<< 
<<< 

#=====================================================================#