This CLI command example creates a FlashCopy mapping and sets the copy
rate:
mkfcmap -source mainvdisk1 -target bkpvdisk1
-name main1copy -copyrate 75
Where
mainvdisk1 is the name of the source volume, bkpvdisk1
is the name of the volume that you want to make the target volume,
main1copy is the name that you want to call the FlashCopy mapping, and 75 is the copy rate
(which translates to MB per second).
This is an example of the CLI command you can issue
to create FlashCopy mappings without the copy rate
parameter:
mkfcmap -source mainvdisk2 -target bkpvdisk2
-name main2copy
Where
mainvdisk2 is the name of the source volume,
bkpvdisk2
is the name of the volume that you want to make the target volume,
main2copy is the name that you want to call the FlashCopy mapping.
Note: The default copy rate of 50 (which
translates to 2 MB per second) is used when you do not specify a copy rate.
If
the specified source and target volumes are also the target and source volumes of an existing
mapping, the mapping that is being created and the existing mapping become partners. If one
mapping is created as incremental, its partner is automatically incremental. A mapping can
have only one partner.