Unsolved
This post is more than 5 years old
36 Posts
0
2434
December 19th, 2007 11:00
how to create/synchronize the remote clone of a local clone ?
Hi,
we a have 2 DMX. there is a srdf link between them and a clone on the source DMX. I would like to clone on the second DMX the clone of the first DMX (not cloning the source but the clone himself). i've tried to do it but not suceeded.
1) is it possible (i've not find exactly this case in docs) ?
DMX1 DMX2
___________ _______________
SOURCE1 * <---> * SRDF1 *
^ * * *
| * * *
| * * *
BCV1 * <-???-> * BCVCLONE1 *
___________ _______________
2) how to do it ?
i've tried this:
=========
[root@>>symdev -sid 2143 show 3AB
Device Physical Name : Not Visible
Device Symmetrix Name : 03AB
Device Serial ID : N/A
Symmetrix ID : 00029010xxxx
Vendor ID : EMC
Product ID : SYMMETRIX
Product Revision : 5771
Device WWN : 60060480000xx01021xx53303033xxxx
Device Emulation Type : FBA
Device Defined Label Type: N/A
Device Defined Label : N/A
Device Sub System Id : 0x0004
Cache Partition Name : N/A
Device Block Size : 512
Device Capacity
{
Cylinders : 84000
Tracks : 1260000
512-byte Blocks : 80640000
MegaBytes : 39375
KiloBytes : 40320000
}
Device Configuration : BCV+R-5 (Meta Head,
Non-Exclusive Access)
...
[root@>>symbcv -g GRPfamieR3 associate dev 3AB -rdf -bcv
[root@>>symdg show GRPfamieR3
Standard (STD) Devices (1):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
DEV001 N/A 0177 (M) RW 39375
}
BCV Devices Remotely-associated (STD RDF) (2):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
RBCV001 /dev/rdsk/c59t15d2 03A7 (M) RW 39375
}
BCV Devices Remotely-associated (BCV RDF) (1):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
BRBCV001 N/A 03AB (M) RW 39375
}
[root@>>symclone -g GRPfamieR3 -rdf -bcv -full establish BCV001 BCV ld BRBCV001
Execute remote 'Clone Full Establish' operation for device 'BCV001'
in device group 'GRPfamieR3' (y/ ) ? y
'Clone Full Establish' operation execution is in progress for device 'BCV001'
paired with target device 'BRBCV001' in
device group 'GRPfamieR3'. Please wait...
The device must be an RDF device for this function
Message was edited by:
scytarzynski
we a have 2 DMX. there is a srdf link between them and a clone on the source DMX. I would like to clone on the second DMX the clone of the first DMX (not cloning the source but the clone himself). i've tried to do it but not suceeded.
1) is it possible (i've not find exactly this case in docs) ?
DMX1 DMX2
___________ _______________
SOURCE1 * <---> * SRDF1 *
^ * * *
| * * *
| * * *
BCV1 * <-???-> * BCVCLONE1 *
___________ _______________
2) how to do it ?
i've tried this:
=========
[root@>>symdev -sid 2143 show 3AB
Device Physical Name : Not Visible
Device Symmetrix Name : 03AB
Device Serial ID : N/A
Symmetrix ID : 00029010xxxx
Vendor ID : EMC
Product ID : SYMMETRIX
Product Revision : 5771
Device WWN : 60060480000xx01021xx53303033xxxx
Device Emulation Type : FBA
Device Defined Label Type: N/A
Device Defined Label : N/A
Device Sub System Id : 0x0004
Cache Partition Name : N/A
Device Block Size : 512
Device Capacity
{
Cylinders : 84000
Tracks : 1260000
512-byte Blocks : 80640000
MegaBytes : 39375
KiloBytes : 40320000
}
Device Configuration : BCV+R-5 (Meta Head,
Non-Exclusive Access)
...
[root@>>symbcv -g GRPfamieR3 associate dev 3AB -rdf -bcv
[root@>>symdg show GRPfamieR3
Standard (STD) Devices (1):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
DEV001 N/A 0177 (M) RW 39375
}
BCV Devices Remotely-associated (STD RDF) (2):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
RBCV001 /dev/rdsk/c59t15d2 03A7 (M) RW 39375
}
BCV Devices Remotely-associated (BCV RDF) (1):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
BRBCV001 N/A 03AB (M) RW 39375
}
[root@>>symclone -g GRPfamieR3 -rdf -bcv -full establish BCV001 BCV ld BRBCV001
Execute remote 'Clone Full Establish' operation for device 'BCV001'
in device group 'GRPfamieR3' (y/ ) ? y
'Clone Full Establish' operation execution is in progress for device 'BCV001'
paired with target device 'BRBCV001' in
device group 'GRPfamieR3'. Please wait...
The device must be an RDF device for this function
Message was edited by:
scytarzynski
No Events found!
xe2sdc
2 Intern
•
2.8K Posts
0
December 19th, 2007 11:00
If you want to have a copy of your data on a different box, you need SRDF.
So the answer to your question mark is a RDF link between the two devices ..
There are options (Open Replicator) but since you already have RDF links between the boxes, RDF may be the easier choice
MarcT2
2 Intern
•
131 Posts
0
December 19th, 2007 11:00
You'll also need an identically sized RAID5 volume in the target box (this one doesn't need to be a BCV), which will become an "RDF2+R-5"
The SRDF relationship can be created in one of two ways:
1) Using "Dynamic RDF". Each of the volumes above needs to have the dyn_rdf(DRX) attribute set (via symconfigure). The SRDF relationship is then created by using the "symrdf createpair" command.
2) Using "Static SRDF". The source volume above is "converted" to "RDF1-BCV+R-5" using symconfigure, specifying the target volume ID in the symconfigure script. The target volume is automatically converted to an R2 at the same time.
I can only give an overview here. I suggest you talk with your local EMC office for in depth assistance.
Best Regards, MT
dynamox
9 Legend
•
20.4K Posts
0
December 19th, 2007 11:00
xe2sdc
2 Intern
•
2.8K Posts
0
December 19th, 2007 11:00
dynamox
9 Legend
•
20.4K Posts
0
December 19th, 2007 11:00
Allen Ward
4 Operator
•
2.1K Posts
0
January 17th, 2008 12:00
xe2sdc
2 Intern
•
2.8K Posts
0
January 17th, 2008 13:00
dynamox
9 Legend
•
20.4K Posts
0
January 17th, 2008 20:00
xe2sdc
2 Intern
•
2.8K Posts
0
January 18th, 2008 00:00
we would not expect you would do anything malicious,
would you ?
Who knows
Dynamox .. I know everything about you .. always remember to buy EMC storage otherwise I'll send your data to the tax office
I didn't really know that customers can not search SR .. ThX for the tip !!
xe2sdc
2 Intern
•
2.8K Posts
0
February 18th, 2008 02:00