Unsolved
This post is more than 5 years old
49 Posts
0
1210
April 24th, 2008 16:00
disassocaite bcv device in replication manager
probably a stupid question, but I can't figure out where to disassociate a bcv dev from a std device in replication manger. I need to run a symclone operation, but our daily replication manager tasks has the bcv established to the std prod device. When I run a symclone create, I get the following:
The BCV device cannot be manipulated because it is BCV attached to a STD device
I try to disassociate the device, but it wants the device or composit group name. Since this association was created by RM, I don't know what the dg or cg is called. symdg and symcg list only reports the dg's that I created myself for timefinder.
Please advise if you can...
The BCV device cannot be manipulated because it is BCV attached to a STD device
I try to disassociate the device, but it wants the device or composit group name. Since this association was created by RM, I don't know what the dg or cg is called. symdg and symcg list only reports the dg's that I created myself for timefinder.
Please advise if you can...
0 events found
No Events found!


JamesBEMC
257 Posts
1
April 25th, 2008 00:00
Let me get this right - are you trying to
a) create a clone of the BCV (BCV being the source)
or
b) create a clone to the BCV (BCV being the target) ?
First thing - you say
"but our daily replication manager tasks has the bcv established to the std prod device"
Do you not want to use the BCV any more in RM? Or do you want to continue using the BCV for daily RM operations?
If you dont want to use the BCV any more in RM, first thing is to exclude from RM use in the RM console.
Then, run a symdev show on the BCV device to see if it returns any DG name.
If it does return a DG name,
attempt to use symmir to disassociate the BCV to the STD on the production host for that STD.
If it does not list a DG,
then create a DG on any host and add the STD and BCV in and disassocicate from there.
Let me know how it goes.
James.
desimus
49 Posts
0
June 11th, 2008 10:00
symmir -f /var/tmp/rm_bcv_disassociate -sid 1031 cancel -nop
(the rm_bcv_dissasociate file is just a file that contains a list of the STD devices with their associated BCV device.
JamesBEMC
257 Posts
0
June 11th, 2008 11:00
Cheers
James