Unsolved
This post is more than 5 years old
2 Intern
•
49 Posts
0
3026
April 4th, 2009 11:00
Create clone
how may concurrent TF/clone can be created in DMX?
Also what is the procedure to create clone of a 16 meta devices?
is it possible to mount the source LUN and target LUN on the same host?
Also what is the procedure to create clone of a 16 meta devices?
is it possible to mount the source LUN and target LUN on the same host?
0 events found
No Events found!


xe2sdc
4 Operator
•
2.8K Posts
0
April 4th, 2009 14:00
Straight from Solution Enabler manuals:
Understanding copy session limits
The Symmetrix array is currently limited to 16 sessions per source, which can be used for TimeFinder/Mirror, TimeFinder/Clone, TimeFinder/Snap, SRDF/Star, ORS, or SDDF operations. This limits the number of available clone copies that can be created.
For example, if you have a standard device with two paired BCV devices, you can
only create up to 14 copy sessions for that standard device. In addition, if you are
running in emulation mode, this number is decremented an additional two sessions
per single BCV relationship.
Copy sessions created using the -copy option to create full data copies are limited to eight concurrent sessions, with up to an additional eight CopyOnAccess sessions, for a total of 16 sessions.
Copy sessions created using the -differential option use two session slots.
meta devices?
Put all 16 metadevices in a DG with their corresponding 16 target metavolumes and use symclone command as suggested in manuals
symdg create foo
symld -g foo -sid xxx add dev 0BAD
symld -g foo -sid xxx add dev CAFE
... (repeat for other 14 source devices)
symld -g foo -tgt add dev BEEF
symld -g foo -tgt add dev B00B
... (repeat for other 14 target devices)
symclone -dg foo create DEV001 DEV002
(just to give you a quick hint)
on the same host?
It depends on the OS.. Windows dislikes different drives with same signature. HPUX will hate different PV with same PVID/VGID. AIX and VxVM will complain...
Some OS offer tools to handle this (notably, hpux and its vgchgid command). And you can also dig our SIU (Symmetrix Intergration Utilities) that offer usefull tools for Windows.
snadora
2 Intern
•
49 Posts
0
April 5th, 2009 09:00
symclone -sid xxx -file
The requirement here is we need concurrent clones.
I mean one source and two clone with activate at same time. So if I need to create with file option , how is it possible? in the file shall I mention one source and two target devices?
snadora
2 Intern
•
49 Posts
0
April 5th, 2009 14:00
or to thr group?
symclone -dg foo create DEV001 DEV002
is the above command need to be repeated for all 16 devices?
This is from your reply
symdg create foo
symld -g foo -sid xxx add dev 0BAD
symld -g foo -sid xxx add dev CAFE
... (repeat for other 14 source devices)
symld -g foo -tgt add dev BEEF
symld -g foo -tgt add dev B00B
... (repeat for other 14 target devices)
symclone -dg foo create DEV001 DEV002
dynamox
9 Legend
•
20.4K Posts
0
April 5th, 2009 16:00
snadora
2 Intern
•
49 Posts
0
April 5th, 2009 21:00
dynamox
9 Legend
•
20.4K Posts
0
April 6th, 2009 03:00
xe2sdc
4 Operator
•
2.8K Posts
0
April 6th, 2009 05:00
I'm not 100% sure but AFAIK you can activate only a single clone. If you need two clones, issue two commands. But the two clones will be two different PIT (images at different time).
hortonw
3 Posts
0
April 6th, 2009 13:00
-bh
snadora
2 Intern
•
49 Posts
0
April 6th, 2009 13:00
how about DMX? have you tried this?
hortonw
3 Posts
0
April 6th, 2009 13:00
Maybe someone with more experience with clones can speak if the first clone's session would need to be terminated before setting up the clone of a clone. Maybe the newer DMX code allows this? Not sure.
Hope this helps more than confuses.
-bh
xe2sdc
4 Operator
•
2.8K Posts
0
April 6th, 2009 14:00
Once upon a time we had only R1 and R2 . .now we have R12, R21 and a lot of other interesting new features .. I can't talk about the future (I really have no idea about what we'll see with new codes) however right here right now we can't clone a clone. Unless you terminate the first one before
Message was edited by:
Stefano Del Corno
Added last statement to clean up my sentence
RRR
4 Operator
•
5.7K Posts
0
April 7th, 2009 03:00
dynamox
9 Legend
•
20.4K Posts
0
April 7th, 2009 03:00
xe2sdc
4 Operator
•
2.8K Posts
0
April 7th, 2009 05:00
Time permitting I'll try to run some tests and share the output
dynamox
9 Legend
•
20.4K Posts
0
April 7th, 2009 05:00