This post is more than 5 years old
33 Posts
0
4746
July 27th, 2007 11:00
BCV and Symm Device group question
Hi all.
I know I can have multiple bcvs per standard device.
I currently have the following setup.
Host A has a standard dev dev001, and host B has bcv bcv001.
Both devices are in dev group HostA_B_BCV
If I want to associate another BCV to dev001, that will be mounted on host C my question is, can I create another device group that has dev001 and bcv002?
Or can I only have one device group that has dev001 and bcv001 and bcv002?
Thanks,
Taylor
I know I can have multiple bcvs per standard device.
I currently have the following setup.
Host A has a standard dev dev001, and host B has bcv bcv001.
Both devices are in dev group HostA_B_BCV
If I want to associate another BCV to dev001, that will be mounted on host C my question is, can I create another device group that has dev001 and bcv002?
Or can I only have one device group that has dev001 and bcv001 and bcv002?
Thanks,
Taylor
No Events found!


munish2
17 Posts
0
August 21st, 2007 11:00
Any points for me
Cheers !!
Munish
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 27th, 2007 12:00
taylor3
33 Posts
0
July 27th, 2007 12:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 27th, 2007 13:00
symmir -file
taylor3
33 Posts
0
July 27th, 2007 13:00
So for standard dev 0001 and BCVs 0050 and 0060 I could have
file
0001 0050
file
0001 0060
and then run my query/split/establish commands by issuing:
symmir -file -sid 056 establish/query/split?
Is that correct?
Thanks,
Taylor
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
1
July 27th, 2007 13:00
taylor3
33 Posts
0
July 27th, 2007 13:00
So for standard dev 0001 and BCVs 0050 and 0060 I could have
file1.txt
0001 0050
file2.txt
0001 0060
and then run my query/split/establish commands by issuing:
symmir -file -sid 056 establish/query/split?
Is that correct?
Thanks,
Taylor
xe2sdc
6 Operator
•
2.8K Posts
0
July 30th, 2007 02:00
Since S.E. 6.3 there is a new "symld" functionality available .. It's called "symld copy" and allows you to copy a STD device from a DG to another one. "Copying" means that a single STD can live in two different DGs. Have a look at primus solution emc149642 if you want further details.
To use this feature you need to enable a variable into your /var/symapi/config/options file. The option is called "SYMAPI_ALLOW_DEV_IN_MULT_GRPS" and you need to put a line in the file with
SYMAPI_ALLOW_DEV_IN_MULT_GRPS = ENABLE
Enabling this variable allows you to have 2 different dgs with the same STD and different BCVs as follows.
rss4/root> symdg show host_a_c
Group Name: host_a_c
Group Type : REGULAR
Device Group in GNS : Yes
Valid : Yes
Symmetrix ID : 000287890xxx
Group Creation Time : Mon Jul 30 11:01:52 2007
Vendor ID : EMC Corp
Application ID : SYMCLI
Number of STD Devices in Group : 1
Number of Associated GK's : 0
Number of Locally-associated BCV's : 1
Number of Locally-associated VDEV's : 0
Number of Locally-associated TGT's : 0
Number of Remotely-associated VDEV's(STD RDF): 0
Number of Remotely-associated BCV's (STD RDF): 0
Number of Remotely-associated TGT's(TGT RDF) : 0
Number of Remotely-associated BCV's (BCV RDF): 0
Number of Remotely-assoc'd RBCV's (RBCV RDF) : 0
Standard (STD) Devices (1):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
DEV001 N/A 18F0 RW 8723
}
BCV Devices Locally-associated (1):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
BCV001 N/A 1527 RW 8723
}
rss4/root> symdg show host_a_b
Group Name: host_a_b
Group Type : REGULAR
Device Group in GNS : Yes
Valid : Yes
Symmetrix ID : 000287890xxx
Group Creation Time : Mon Jul 30 11:01:50 2007
Vendor ID : EMC Corp
Application ID : SYMCLI
Number of STD Devices in Group : 1
Number of Associated GK's : 0
Number of Locally-associated BCV's : 1
Number of Locally-associated VDEV's : 0
Number of Locally-associated TGT's : 0
Number of Remotely-associated VDEV's(STD RDF): 0
Number of Remotely-associated BCV's (STD RDF): 0
Number of Remotely-associated TGT's(TGT RDF) : 0
Number of Remotely-associated BCV's (BCV RDF): 0
Number of Remotely-assoc'd RBCV's (RBCV RDF) : 0
Standard (STD) Devices (1):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
DEV001 N/A 18F0 RW 8723
}
BCV Devices Locally-associated (1):
{
--------------------------------------------------------------------
Sym Cap
LdevName PdevName Dev Att. Sts (MB)
--------------------------------------------------------------------
BCV001 N/A 1526 RW 8723
}
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 30th, 2007 06:00
awesome man ..thank you for explaining this ..i had no clue you could do that now, i like the fact that you have to explicitly copy devices from an existing group and not simply add an existing device to another device group ..that would be a potential problem to happen. Do you know if you can add VDEVS to multiple groups as well ?
xe2sdc
6 Operator
•
2.8K Posts
0
July 30th, 2007 06:00
In fact you can add the same device to two different DGs given that you have already enabled the variable into the "option" file. The "copy" functionality is an usefull thing that you can use if you already have a DG. No potential problems since you need to enable the variable in the options file before making something "dangerous".
I really don't know if it's possible to add the same vdev to different DGs .. I think that you can apply the same rule as per BCVs .. so -my speculation- the answer is NO .. But I'd be glad to be wrong
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 30th, 2007 10:00
i looked at man pages for symbcv and see there is an option to copy devices, but i don't see any references in documentation. Since you have the environment setup would you please try to put the same BCV in multiple device groups ?
Thanks
taylor3
33 Posts
0
July 30th, 2007 11:00
taylor3
33 Posts
0
July 30th, 2007 11:00
I think I have 6.0.3 currently installed.
Thanks,
Taylor
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 30th, 2007 11:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 30th, 2007 13:00