Hello Team,
Can someone provide me the steps to expand a lun which is being replicated via SRDF.
I have suspended SRDF and then tried to expand the lun, but still getting error stating the lun is in rdf group.
Solved! Go to Solution.
Hi,
Your account would need to have the serial number for a device attached.
Here are the articles:
How to expand a dynamic SRDF striped meta online
Fix
The following are steps to expand a dynamic SRDF striped meta online
1.) Suspend or split the SRDF link
symrdf -g DgName split
2.) Delete the device pairing to change the devices and group to non-RDF regular, (THIS DOES NOT affect the data on the device, only removes the RDF atrribute)
symrdf -g DgName deletepair
3.) Expand R1
add dev yyy to meta_head xxx, protect_data=TRUE, bcv_meta_head=ccc;
NOTE: ccc must be the same size and type as current meta and newly added device must be dynamic RDF enabled.
4.) Expand R2
add dev yyy to meta_head xxx, bcv_meta_head=ccc;
NOTE: ccc must be the same size and type as current meta and newly added device must be dynamic RDF enabled.
5.) Run a discover to update the database.
symcfg discover
6.) Create the RDF pairing, the FileName should contain the newly expanded RDF pair.
symrdf -f FileName -sid xxx -RDFG GrpNum createpair -establish
NOTE: this command creates the pairing, adds the dynamic RDF flag, then issues a full establish.
7.) Run another discover to make sure the database is completely up to date. Everything should be all set after this final discover.
symcfg discover
|
Please note that this procedure below only applies to a DYNAMIC RDF pair, NOT a STATIC RDF pair. If the attribute is set to None, its a STATIC RDF device. The Dynamic RDF Capability flag is a device attribute and is set with the symconfigure flag. |
What are the steps to expand an existing striped SRDF meta device?
How do I expand a striped SRDF meta device?
Using Symmetrix Configuration Manager from the CLI:
add dev yyy to meta xxx, protect_data=TRUE, bcv_meta_head=ccc;
For example, if connected locally to the R1 Symmetrix create a command file with the following:
convert dev xxxx to RDF1, remote_dev=xxxx invalidate=none, start_copy=no;
If this is an online meta expansion, Refer to knowledgebase solution 25029 "Can I expand a Microsoft Windows volume online".
Note that this procedure only applies to STATIC RDF meta devices, NOT DYNAMIC RDF meta devices.
A static RDF device is defined in the bin file. The RDF attribute is permanent. It can be changed with symconfigure.
A dynamic RDF device is NOT defined in the bin file as an RDF device, but a dynamic device and can be changed very quickly with createpair and deletepair commands.
There are a couple of checks you can do to determine if a device is STATIC or DYNAMIC.
Do A symdev show on the device.
Look for the flag: Dynamic RDF Capability : XXXXX
Possible values are R1 Capable, R2 Capabile, or R1 and R2 Capabile, and NONE.
If the attribute is set to None, it is a STATIC RDF device. The Dynamic RDF Capability flag is a device attribute and is set with the symconfigure flag.
A couple of other commands are:
symrdf list -dynamic - This would list ONLY RDF devices that are already in a dynamic pair.
A symdev list -dynamic would list ALL devices, both RDF and NON RDF, that have the dynamic attribute set.
See Solution 9322 for the procedure on how to expand a striped an RDF DYNAMIC meta device.
The SRDF pair must be in a split state. symrdf -g group <group name> split
For more information about converting a device to SRDF and using the Symmetrix Configuration Manager, refer to knowledgebase solution 6245 .
For more information, refer to the EMC Symmetrix Configuration Change CLI Product Guide.
Thanks,
DELL-Josh Cr
Social Media and Communities Professional
Dell Technologies | Enterprise Support Services
#IWork4Dell
Did I answer your query? Please click on ‘Accept as Solution’. ‘Kudo’ the posts you like!
Hello Vara5a3,
Here are a couple of links that maybe of assistance.
DELL-Sam L
Social Media Support Enterprise
#IWork4Dell
Hello,
I am logged in but still I am not able to view those links. It says " This article is permission based"
Would you be able to post the content of those pages here please ?
Hi,
Your account would need to have the serial number for a device attached.
Here are the articles:
How to expand a dynamic SRDF striped meta online
Fix
The following are steps to expand a dynamic SRDF striped meta online
1.) Suspend or split the SRDF link
symrdf -g DgName split
2.) Delete the device pairing to change the devices and group to non-RDF regular, (THIS DOES NOT affect the data on the device, only removes the RDF atrribute)
symrdf -g DgName deletepair
3.) Expand R1
add dev yyy to meta_head xxx, protect_data=TRUE, bcv_meta_head=ccc;
NOTE: ccc must be the same size and type as current meta and newly added device must be dynamic RDF enabled.
4.) Expand R2
add dev yyy to meta_head xxx, bcv_meta_head=ccc;
NOTE: ccc must be the same size and type as current meta and newly added device must be dynamic RDF enabled.
5.) Run a discover to update the database.
symcfg discover
6.) Create the RDF pairing, the FileName should contain the newly expanded RDF pair.
symrdf -f FileName -sid xxx -RDFG GrpNum createpair -establish
NOTE: this command creates the pairing, adds the dynamic RDF flag, then issues a full establish.
7.) Run another discover to make sure the database is completely up to date. Everything should be all set after this final discover.
symcfg discover
|
Please note that this procedure below only applies to a DYNAMIC RDF pair, NOT a STATIC RDF pair. If the attribute is set to None, its a STATIC RDF device. The Dynamic RDF Capability flag is a device attribute and is set with the symconfigure flag. |
What are the steps to expand an existing striped SRDF meta device?
How do I expand a striped SRDF meta device?
Using Symmetrix Configuration Manager from the CLI:
add dev yyy to meta xxx, protect_data=TRUE, bcv_meta_head=ccc;
For example, if connected locally to the R1 Symmetrix create a command file with the following:
convert dev xxxx to RDF1, remote_dev=xxxx invalidate=none, start_copy=no;
If this is an online meta expansion, Refer to knowledgebase solution 25029 "Can I expand a Microsoft Windows volume online".
Note that this procedure only applies to STATIC RDF meta devices, NOT DYNAMIC RDF meta devices.
A static RDF device is defined in the bin file. The RDF attribute is permanent. It can be changed with symconfigure.
A dynamic RDF device is NOT defined in the bin file as an RDF device, but a dynamic device and can be changed very quickly with createpair and deletepair commands.
There are a couple of checks you can do to determine if a device is STATIC or DYNAMIC.
Do A symdev show on the device.
Look for the flag: Dynamic RDF Capability : XXXXX
Possible values are R1 Capable, R2 Capabile, or R1 and R2 Capabile, and NONE.
If the attribute is set to None, it is a STATIC RDF device. The Dynamic RDF Capability flag is a device attribute and is set with the symconfigure flag.
A couple of other commands are:
symrdf list -dynamic - This would list ONLY RDF devices that are already in a dynamic pair.
A symdev list -dynamic would list ALL devices, both RDF and NON RDF, that have the dynamic attribute set.
See Solution 9322 for the procedure on how to expand a striped an RDF DYNAMIC meta device.
The SRDF pair must be in a split state. symrdf -g group <group name> split
For more information about converting a device to SRDF and using the Symmetrix Configuration Manager, refer to knowledgebase solution 6245 .
For more information, refer to the EMC Symmetrix Configuration Change CLI Product Guide.
Thanks,
DELL-Josh Cr
Social Media and Communities Professional
Dell Technologies | Enterprise Support Services
#IWork4Dell
Did I answer your query? Please click on ‘Accept as Solution’. ‘Kudo’ the posts you like!