Unsolved
This post is more than 5 years old
15 Posts
0
2072
April 1st, 2009 09:00
Creating devices from raw with dynamic RDF attribute.
Hi folks,
I am trying to run a symconfigure command to create devices from raw storage, RAID-5 devices. I would also like to make the device dynamic RDF devices:
symconfigure -sid xxx -file david.txt -noprompt prepare
where the file contains:
create dev count=800,size=18600,emulation=FBA,config=RAID5,disk_group=3,dynamic_capability=dyn_rdf;
but am getting back a message saying that the "The dynamic rdf attribute is only available when creating RDF devices". I do see an option to specify a RA group, but I just want the dynamic attribute set on the device, not pairings created, as the eventuial pairing could be to 7 different syms. What am I doing wrong, or is this possible? Or do I have to do a conversion once the devices have been created?
David
I am trying to run a symconfigure command to create devices from raw storage, RAID-5 devices. I would also like to make the device dynamic RDF devices:
symconfigure -sid xxx -file david.txt -noprompt prepare
where the file contains:
create dev count=800,size=18600,emulation=FBA,config=RAID5,disk_group=3,dynamic_capability=dyn_rdf;
but am getting back a message saying that the "The dynamic rdf attribute is only available when creating RDF devices". I do see an option to specify a RA group, but I just want the dynamic attribute set on the device, not pairings created, as the eventuial pairing could be to 7 different syms. What am I doing wrong, or is this possible? Or do I have to do a conversion once the devices have been created?
David
No Events found!
xe2sdc
2 Intern
•
2.8K Posts
0
April 2nd, 2009 03:00
First step:
create dev count=800,size=18600,emulation=FBA,config=RAID5,disk_group=3;
Second step:
set dev 0BAD:0ECD attribute=dyn_rdf;
dynamox
9 Legend
•
20.4K Posts
0
April 2nd, 2009 04:00
xe2sdc
2 Intern
•
2.8K Posts
0
April 2nd, 2009 05:00
Note that dynamic_capability is available only when used with remote_config, ra_group and remote_data_member_count options
Having that said, I also found the docs a little unclear and I also had your same issue .. simply a few weeks earlier
Boom1
131 Posts
0
January 13th, 2010 16:00
is it so?
sorry i know i am too late but just for clarification........
try this.....
create dev count=2,size=9660, emulation=FBA, config=raid-5, data_member_count=3, dynamic_capability=dyn_rdf;
Sanjit1
45 Posts
0
June 17th, 2010 06:00
Make sure that the dynamic_rdf parameter must be set in
your Symmetrix configuration.
set Symmetrix dynamic_rdf = ENABLE
Thank you
Sanjit Achary